Postado Maio 31, 2013 12 anos Em 31/05/2013 em 20:14, ThatsRock disse: 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" Mostrar conteúdo oculto 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 12 anos Autor Em 31/05/2013 em 20:24, GiovaniRodrigo disse: Na tag <instant> no arquivo spells.xml o nome da spell ta strike? Ex: <instant name="strike" Está sim
Postado Maio 31, 2013 12 anos Em 31/05/2013 em 21:24, ThatsRock disse: Está sim Modifiquei de novo, recopie o código da action da pedra, o strike.lua pra ser mais exato. Mostrar conteúdo oculto 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 12 anos Autor Em 31/05/2013 em 22:22, GiovaniRodrigo disse: 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 12 anos Em 31/05/2013 em 22:32, ThatsRock disse: O nome da spell sai, gasta a mana mais a magia em si não sai Recopie o script da spell. Mostrar conteúdo oculto 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.