• 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!

Spell Perfect Kage Mane no Jutsu (Shadow Imitation Technique) updated,now possess monsters!

Btw, Instead of storage values, You could use an global array, that calls a value.

Lua:
kagePlayers = {}

if kagePlayers[cid] == nil then

to replace with if getPlayerStorageValue(cid, 14755) == -1 then

the table will be reset everytime you reset/reload spells..
so there is no need for login script
it will also allow storage for creatures ;D
 
It is a great script... I was using this in my ot 8.57 (0.3.6)...
But, now, can update this for 8.7 servers? (0.4)
 
Back
Top