tipo ... eu queria um script com look , ja tentei coloca o advanced system v2 , mas aqui n funfa. ele da erro no config.lua e dentro do tibia qd eu falo /installreset . n acontece nd, só aparece q eu flei GOD : /installreset
da uma força porfavooooor ... tippo .. eu to usano um , ele reseta td bunitim , mas n tem look X_X
vo manda ele aq... se tiver como coloka nele eu agradeço *-------*
|
-- Script By Pauliin Carvalho
function onSay(cid, words, param)
local level = 500 --level pra ser resetado
local RemainingLvl = 8 --lvl que ele ficara depois do reset
local pid = getPlayerGUID(cid)
function addReset(cid)
resets = getResets(cid)
setPlayerStorageValue(cid,1020,resets+1)
return true
end
function getResets(cid)
resets = getPlayerStorageValue(cid,1020)
if resets < 0 then
resets = 0
end
return resets
end
if getPlayerLevel(cid) >= level then
addReset(cid)
doTeleportThing(cid, getTownTemplePosition(getPlayerTown(cid)))
doPlayerPopupFYI(cid,"you now was reset, you have "..getResets(cid).." reset.")
doRemoveCreature(cid)
db.executeQuery("UPDATE `players` SET `level` = "..RemainingLvl..", `experience` = 0 WHERE `id` = "..pid)
else
doPlayerSendCancel(cid, "You need to have level "..level.." or more you may be reset.")
doSendMagicEffect(getPlayerPosition(cid), CONST_ME_POFF)
end
return TRUE
end
ajuda ;(