PB

[Pedido] Ajuda Com Spell, Para Summonar Apenas Um Monstro.

Por pbottrinks, 20 de mar. de 2012 em Scripts

tibia
script
otserv
21
4.2k
pbottrinksP
22 de março de 2012 às 21:29

Não apareceu nenhum erro no Console.

Porém ainda aparece. Você já fez o Cyber Protector.

Oq será que deu errado?

 

[EDIT]

QUANDO COLOQUEI ISSO. MEU LOGIN.LUA BUGOU TODO ;S

Editado Março 23 por TrinksOTReturned

VincV
23 de março de 2012 às 15:52

mostra como fico seu login.lua

pbottrinksP
23 de março de 2012 às 16:41

local config = {

loginMessage = getConfigValue('loginMessage'),

useFragHandler = getBooleanFromString(getConfigValue('useFragHandler'))

}

 

function onLogin(cid)

local loss = getConfigValue('deathLostPercent')

if(loss ~= nil) then

doPlayerSetLossPercent(cid, PLAYERLOSS_EXPERIENCE, loss * 10)

doPlayerAddBlessing(cid, 1)

doPlayerAddBlessing(cid, 2)

doPlayerAddBlessing(cid, 3)

doPlayerAddBlessing(cid, 4)

doPlayerAddBlessing(cid, 5)

doPlayerAddPremiumDays(cid, 2)

doPlayerSetPromotionLevel(cid, 1)

end

 

local accountManager = getPlayerAccountManager(cid)

if(accountManager == MANAGER_NONE) then

local lastLogin, str = getPlayerLastLoginSaved(cid), config.loginMessage

if(lastLogin > 0) then

doPlayerSendTextMessage(cid, MESSAGE_STATUS_DEFAULT, str)

str = "Your last visit was on " .. os.date("%a %b %d %X %Y", lastLogin) .. "."

else

str = str .. " Please choose your outfit."

doPlayerSendOutfitWindow(cid)

end

 

doPlayerSendTextMessage(cid, MESSAGE_STATUS_DEFAULT, str)

elseif(accountManager == MANAGER_NAMELOCK) then

doPlayerSendTextMessage(cid, MESSAGE_STATUS_CONSOLE_ORANGE, "Hello, it appears that your character has been namelocked, what would you like as your new name?")

elseif(accountManager == MANAGER_ACCOUNT) then

doPlayerSendTextMessage(cid, MESSAGE_STATUS_CONSOLE_ORANGE, "Hello, type 'account' to manage your account and if you want to start over then type 'cancel'.")

else

doPlayerSendTextMessage(cid, MESSAGE_STATUS_CONSOLE_ORANGE, "Hello, type 'account' to create an account or type 'recover' to recover an account.")

end

 

if(not isPlayerGhost(cid)) then

doSendMagicEffect(getCreaturePosition(cid), CONST_ME_TELEPORT)

end

 

registerCreatureEvent(cid, "kill")

registerCreatureEvent(cid, "onPrepareDeath")

registerCreatureEvent(cid, "PlayerLogout")

registerCreatureEvent(cid, "onPrepareDeath")

registerCreatureEvent(cid, "deathBroadcast")

registerCreatureEvent(cid, "DeathBroadcast")

 

registerCreatureEvent(cid, "Idle")

if(config.useFragHandler) then

registerCreatureEvent(cid, "SkullCheck")

end

 

registerCreatureEvent(cid, "ReportBug")

return true

setPlayerStorageValue(cid, 655370, 0)

end

 

 

VincV
23 de março de 2012 às 17:18

é antes do return true,mals equeci disso

pbottrinksP
23 de março de 2012 às 17:59

Você está de parabés.

Funcionou perfeitamente, gosteei de seu desenpenho.

Passa seu msn ae manin, e mais uma veez.

MUITO OBRIGADO!

REP +

 

Atenciosamente, Jacques.

VincV
24 de março de 2012 às 13:52

lordbug99@hotmail.com

 

mias se quise alguma coisa recomendo que pessa por mp aki no xtibia que é mais facil eu ta on no ztibia que no msn