Hello guys,
I got bug with this questnpc.txt..*
Let us consider one example say 20073 is DT tomb at 5th floor when you give 50084 unlock key its not opening or working*
questnpc.txt*
1092 devil_stone6
20073 devil_stone5
and the deviltower quest is*
* * * *when devil_stone5.take with item.vnum == 50084 begin
* * * * * * npc.purge()
* * * * * * item.remove()
* * * * * * d.setf("stone_count", d.getf("stone_count") - 1)
* * * * * * if d.getf("stone_count") <= 0 then
* * * * * * ** *d.clear_regen()
* * * * * * ** *d.kill_all()
* * * * * * * * d.notice("You have opened the last Seal. You will")
* * * * * * * * d.notice("now arrive on the 6th floor!")
its in object too with name devil_stone5*
but at 5th floor the stone is not accepting the key*
similar to other runs like devil catacomb*
Hope someone provide me solution for that..*
Thanks in advance*
Human