forked from 2009Scape/Server
Jad practice mode in fight caves now correctly skips to Jad fight
This commit is contained in:
parent
60ad2754b2
commit
b1aa9ea39a
1 changed files with 3 additions and 0 deletions
|
|
@ -119,6 +119,9 @@ public final class TzhaarFightCavesPlugin extends ActivityPlugin {
|
|||
}
|
||||
};
|
||||
} else {
|
||||
if (practice) {
|
||||
player.setAttribute("fc_wave", 62);
|
||||
}
|
||||
if (player.getAttribute("fc_wave", 0) == 62) {
|
||||
player.getDialogueInterpreter().sendDialogues(2617, null, "Look out, here comes TzTok-Jad!");
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue