undead mage
Active Member
Im trying to add storage at login so people won't have to do the missions for yalahar quest just the last battle but im having some problems. Im using TFS 1.2 and also the yalahar quest system that came with TFS 1.2
to enter the teleport to the room you need this storage
server/data/movements/scripts/quests/in service of yalahar/lastFightTeleports.lua
So I checked the storage file and found this storage
server/data/lib/miscellaneous/051-storages.lua
So I tryd this in login.lua but it didn't work people still can't enter the teleport to enter the last fight
to enter the teleport to the room you need this storage
server/data/movements/scripts/quests/in service of yalahar/lastFightTeleports.lua
Code:
if player:getStorageValue(Storage.InServiceofYalahar.Questline) == 51 then
So I checked the storage file and found this storage
server/data/lib/miscellaneous/051-storages.lua
Code:
Mission10 = 12250,
So I tryd this in login.lua but it didn't work people still can't enter the teleport to enter the last fight
Code:
player:setStorageValue(12250, 51)