Fixed bug where the front door to Lord Handlemort's mansion in Ardougne remains locked even after obtaining totem
This commit is contained in:
@@ -26,7 +26,9 @@ class TribalTotemListeners : InteractionListener {
|
|||||||
if(player.questRepository.getStage(Quests.TRIBAL_TOTEM) >= 35){
|
if(player.questRepository.getStage(Quests.TRIBAL_TOTEM) >= 35){
|
||||||
core.game.global.action.DoorActionHandler.handleAutowalkDoor(player,door.asScenery())
|
core.game.global.action.DoorActionHandler.handleAutowalkDoor(player,door.asScenery())
|
||||||
}
|
}
|
||||||
sendMessage(player,"The door is locked shut.")
|
else {
|
||||||
|
sendMessage(player,"The door is locked shut.")
|
||||||
|
}
|
||||||
return@on true
|
return@on true
|
||||||
}
|
}
|
||||||
|
|
||||||
@@ -97,6 +99,7 @@ class TribalTotemListeners : InteractionListener {
|
|||||||
if(!player.inventory.containsAtLeastOneItem(Items.TOTEM_1857)){
|
if(!player.inventory.containsAtLeastOneItem(Items.TOTEM_1857)){
|
||||||
sendDialogue(player,"Inside the chest you find the tribal totem.")
|
sendDialogue(player,"Inside the chest you find the tribal totem.")
|
||||||
addItemOrDrop(player,Items.TOTEM_1857)
|
addItemOrDrop(player,Items.TOTEM_1857)
|
||||||
|
player.questRepository.getQuest(Quests.TRIBAL_TOTEM).setStage(player,35)
|
||||||
}
|
}
|
||||||
else{
|
else{
|
||||||
sendDialogue(player,"Inside the chest you don't find anything because you already took the totem!")
|
sendDialogue(player,"Inside the chest you don't find anything because you already took the totem!")
|
||||||
|
|||||||
Reference in New Issue
Block a user