canary icon indicating copy to clipboard operation
canary copied to clipboard

Cults of Tibia Barkless + Leiden Heal

Open zboinek opened this issue 1 year ago • 1 comments

Priority

Medium

Area

  • [X] Datapack
  • [ ] Source
  • [ ] Map
  • [ ] Other

What happened?

At start I'm really sorry that I'm only opening issues but not fixing. First of all Barkless quest is broken due to the same problem as mota quest. If quest giver have to check if message contains keyword and also if topic == 1 it doesn't work

if MsgContains(message, "barkless") and npcHandler:getTopic(playerId) == 1 then 

If getTopic removed it works good

Next someone put Storage.CultsOfTibia.Barkless.TrialAccessDoor, 1 inside of

if player:getStorageValue(Storage.CultsOfTibia.Barkless.Mission) < 1 then
			player:setStorageValue(Storage.CultsOfTibia.Barkless.Mission, 1)
			player:setStorageValue(Storage.CultsOfTibia.Barkless.TrialAccessDoor, 1)

but if you go further whole questline is more or less broken. Sorry for not fixing again.

If you give players access to bossRoom Leiden works good, but Ravenous Hunger doesn't take any damage due to broken LeidenHeal ability, commenting out this ability fixing boss fight.

I hope I some day will have time to help you with all those isues. It's really great job you've done already

What OS are you seeing the problem on?

Linux

Code of Conduct

  • [X] I agree to follow this project's Code of Conduct

zboinek avatar Dec 28 '23 22:12 zboinek