• There is NO official Otland's Discord server and NO official Otland's server list. The Otland's Staff does not manage any Discord server or server list. Moderators or administrator of any Discord server or server lists have NO connection to the Otland's Staff. Do not get scammed!

TFS 1.1 Mad Mage

have you registered the script on player?
Player(cid):registerEvent("Watever is your script name")

You also need in creaturescripts.xml
<event type="kill" name="script name" script="scriptPath/scriptName.lua"/>
 
Yes. Its registered. Let me try to explain.
This script should summon the servants after 15 waves of servants . But no summons if I summon ( with god ) one servant and kill it , so the script works . I believe the problem is in Game.setStorageValue
 
Add print("1") to a couple of lines (change 1 to the next number) then see when it stops printing out the numbers.
If it dosen't print out anything then the script is not loaded at all.
 
Well i though storage values cant be under 1000.

So the monster works if it is made by game, but doesn't work when you summon with god?
 
Back
Top