I can't seem to find a way to get this function to work properly.
Can anyone help me out?
I am using Znote 1.4 and Mystic Spirit 0.2.15
This is what I have right now:
Can anyone help me out?
I am using Znote 1.4 and Mystic Spirit 0.2.15
This is what I have right now:
Code:
guid = getPlayerGUID(cid)
doRemoveCreature(cid)
db.executeQuery("UPDATE `player_skills` SET `value` = '30' WHERE id = " .. guid .. ";")
Last edited: