Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
L
L2j Server Datapack
Manage
Activity
Members
Labels
Plan
Issues
0
Issue boards
Milestones
Wiki
Code
Merge requests
0
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
L2j
L2j Server Datapack
Commits
a5fe21a0
Commit
a5fe21a0
authored
7 years ago
by
Adry85
Committed by
Zoey76
4 years ago
Browse files
Options
Downloads
Patches
Plain Diff
Fixed Ice Queen's Castle instance zone, player remain invulnerable when
instance zone is finished. Reported by: ShinichiYao
parent
0877bc1f
No related branches found
Branches containing commit
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
dist/game/data/scripts/instances/IceQueensCastleNormalBattle/IceQueensCastleNormalBattle.java
+1
-4
1 addition, 4 deletions
...QueensCastleNormalBattle/IceQueensCastleNormalBattle.java
with
1 addition
and
4 deletions
dist/game/data/scripts/instances/IceQueensCastleNormalBattle/IceQueensCastleNormalBattle.java
+
1
−
4
View file @
a5fe21a0
...
@@ -434,10 +434,7 @@ public final class IceQueensCastleNormalBattle extends AbstractInstance
...
@@ -434,10 +434,7 @@ public final class IceQueensCastleNormalBattle extends AbstractInstance
{
{
for
(
L2PcInstance
players
:
world
.
playersInside
)
for
(
L2PcInstance
players
:
world
.
playersInside
)
{
{
if
((
players
!=
null
)
&&
(
players
.
getInstanceId
()
==
world
.
getInstanceId
()))
players
.
setIsInvul
(
false
);
{
players
.
setIsInvul
(
false
);
}
}
}
world
.
freya
.
setIsInvul
(
false
);
world
.
freya
.
setIsInvul
(
false
);
world
.
freya
.
disableCoreAI
(
false
);
world
.
freya
.
disableCoreAI
(
false
);
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment