Postado Maio 31, 2013 11 anos Então, consegui usar a pedra, porem quando solto a magia só aparece o nome da spell, nao tem efeito e nem attack e ainda aparece : you need learn this spell first, sendo que já usei a pedra Na tag <instant> no arquivo spells.xml o nome da spell ta strike? Ex: <instant name="strike" Spoiler local config = { delrey = getPlayerCarValue(cid, DELREY), cigarro = getPlayerCancer(cid, DERBY), prostituta = getPlayerAIDS(cid, cracuda), tresOitao = getPlayerRevorvi(cid, 38) } if(delrey == "Ligado" and cigarro == "Aceso" and prostituta == "No Colo" and tresOitao == "Carregado") then doPlayerSendTextMessage(cid, MESSAGE_INFO_DESCR, "Começou o fim de semana. #PAS") end
Postado Maio 31, 2013 11 anos Autor Na tag <instant> no arquivo spells.xml o nome da spell ta strike? Ex: <instant name="strike" Está sim
Postado Maio 31, 2013 11 anos Está sim Modifiquei de novo, recopie o código da action da pedra, o strike.lua pra ser mais exato. Spoiler local config = { delrey = getPlayerCarValue(cid, DELREY), cigarro = getPlayerCancer(cid, DERBY), prostituta = getPlayerAIDS(cid, cracuda), tresOitao = getPlayerRevorvi(cid, 38) } if(delrey == "Ligado" and cigarro == "Aceso" and prostituta == "No Colo" and tresOitao == "Carregado") then doPlayerSendTextMessage(cid, MESSAGE_INFO_DESCR, "Começou o fim de semana. #PAS") end
Postado Maio 31, 2013 11 anos Autor Modifiquei de novo, recopie o código da action da pedra, o strike.lua pra ser mais exato. O nome da spell sai, gasta a mana mais a magia em si não sai
Postado Maio 31, 2013 11 anos O nome da spell sai, gasta a mana mais a magia em si não sai Recopie o script da spell. Spoiler local config = { delrey = getPlayerCarValue(cid, DELREY), cigarro = getPlayerCancer(cid, DERBY), prostituta = getPlayerAIDS(cid, cracuda), tresOitao = getPlayerRevorvi(cid, 38) } if(delrey == "Ligado" and cigarro == "Aceso" and prostituta == "No Colo" and tresOitao == "Carregado") then doPlayerSendTextMessage(cid, MESSAGE_INFO_DESCR, "Começou o fim de semana. #PAS") end
Participe da conversa
Você pode postar agora e se cadastrar mais tarde. Se você tem uma conta, faça o login para postar com sua conta.