Ir para conteúdo
Banner com Efeitos

Featured Replies

  • 1 month later...
  • Respostas 54
  • Visualizações 11.3k
  • Created
  • Última resposta

Top Posters In This Topic

Most Popular Posts

  • É, acho que sim, kk.

  • Seu conteúdo está muito bom, por conta disso estarei te dando REP+ e movendo seu tópico pra seção correta. Esperamos que mais conteúdos, tão bons quanto este, continuem vindo de você haha.

  • Excelente cara! Reputado com certeza! Esperamos mais conteúdos de qualidade como esse haha!

Postado

Up help, estou precisando de ajuda, adicionei tudo no tutorial acima, e no configuration.lua do smeargle adicionei isto:

["Smeargle"] =   {move1 = {name = "skt1", level = 1, cd = 15, dist = 1, target = 1, f = 80, t = "normal"},
 move2 = {name = "skt2", level = 11, cd = 15, dist = 1, target = 0, f = 0, t = "normal"},            --alterado v2.7
 move3 = {name = "skt3", level = 11, cd = 30, dist = 1, target = 0, f = 90, t = "normal"},
          move4 = {name = "skt4", level = 11, cd = 20, dist = 1, target = 0, f = 60, t = "normal"},
          move5 = {name = "skt5", level = 11, cd = 35, dist = 3, target = 1, f = 65, t = "normal"},
 move6 = {name = "skt6", level = 11, cd = 60, dist = 1, target = 0, f = 0, t = "normal"},
 move7 = {name = "skt7", level = 11, cd = 30, dist = 1, target = 0, f = 80, t = "normal"},      --alterado v2.7
 move8 = {name = "skt8", level = 11, cd = 60, dist = 3, target = 1, f = 0, t = "normal"},
                 },

E no spells.xml adicionei istoo:

<instant name="Sketch 1" words="spell301" lvl="1000" mana="0" event="script" value="ps/Sketch 1.lua"></instant>
<instant name="Sketch 2" words="spell302" lvl="1000" mana="0" event="script" value="ps/Sketch 2.lua"></instant>
<instant name="Sketch 3" words="spell303" lvl="1000" mana="0" event="script" value="ps/Sketch 3.lua"></instant>
<instant name="Sketch 4" words="spell304" lvl="1000" mana="0" event="script" value="ps/Sketch 4.lua"></instant>
<instant name="Sketch 5" words="spell305" lvl="1000" mana="0" event="script" value="ps/Sketch 5.lua"></instant>
<instant name="Sketch 6" words="spell306" lvl="1000" mana="0" event="script" value="ps/Sketch 6.lua"></instant>
<instant name="Sketch 7" words="spell307" lvl="1000" mana="0" event="script" value="ps/Sketch 7.lua"></instant>
<instant name="Sketch 8" words="spell308" lvl="1000" mana="0" event="script" value="ps/Sketch 8.lua"></instant>

e dentro dos arquivos fiz da control + c e control + v, e só editei o nome de acordo como este no instant name! ajuda ai pfv help

 

ai fiquei nesta base:

 

function onCastSpell(cid, var)
 
if isSummon(cid) then return true end
 
docastspell(cid, "Sketch 8")
 
return true
end

Editado por Summer Slyer (veja o histórico de edições)

wq3bBzt.png
Pokémon Dust Evolution
 
É aonde começa sua nova aventura!! 

 

Facebook

 
Verifique Atualizações

 

Postado
  • Autor

 

Up help, estou precisando de ajuda, adicionei tudo no tutorial acima, e no configuration.lua do smeargle adicionei isto:

["Smeargle"] =   {move1 = {name = "skt1", level = 1, cd = 15, dist = 1, target = 1, f = 80, t = "normal"},
 move2 = {name = "skt2", level = 11, cd = 15, dist = 1, target = 0, f = 0, t = "normal"},            --alterado v2.7
 move3 = {name = "skt3", level = 11, cd = 30, dist = 1, target = 0, f = 90, t = "normal"},
          move4 = {name = "skt4", level = 11, cd = 20, dist = 1, target = 0, f = 60, t = "normal"},
          move5 = {name = "skt5", level = 11, cd = 35, dist = 3, target = 1, f = 65, t = "normal"},
 move6 = {name = "skt6", level = 11, cd = 60, dist = 1, target = 0, f = 0, t = "normal"},
 move7 = {name = "skt7", level = 11, cd = 30, dist = 1, target = 0, f = 80, t = "normal"},      --alterado v2.7
 move8 = {name = "skt8", level = 11, cd = 60, dist = 3, target = 1, f = 0, t = "normal"},
                 },

E no spells.xml adicionei istoo:

<instant name="Sketch 1" words="spell301" lvl="1000" mana="0" event="script" value="ps/Sketch 1.lua"></instant>
<instant name="Sketch 2" words="spell302" lvl="1000" mana="0" event="script" value="ps/Sketch 2.lua"></instant>
<instant name="Sketch 3" words="spell303" lvl="1000" mana="0" event="script" value="ps/Sketch 3.lua"></instant>
<instant name="Sketch 4" words="spell304" lvl="1000" mana="0" event="script" value="ps/Sketch 4.lua"></instant>
<instant name="Sketch 5" words="spell305" lvl="1000" mana="0" event="script" value="ps/Sketch 5.lua"></instant>
<instant name="Sketch 6" words="spell306" lvl="1000" mana="0" event="script" value="ps/Sketch 6.lua"></instant>
<instant name="Sketch 7" words="spell307" lvl="1000" mana="0" event="script" value="ps/Sketch 7.lua"></instant>
<instant name="Sketch 8" words="spell308" lvl="1000" mana="0" event="script" value="ps/Sketch 8.lua"></instant>

e dentro dos arquivos fiz da control + c e control + v, e só editei o nome de acordo como este no instant name! ajuda ai pfv help

 

ai fiquei nesta base:

function onCastSpell(cid, var)
 
if isSummon(cid) then return true end
 
docastspell(cid, "Sketch 8")
 
return true
end

E precisa de ajuda em que? o.O

Att. Featzen.

Postado

Tipo, eu uso o m1 no blastoise, n funfa, uso m1 até o m8 e n funfa, mas tbm n da erro


 

Up help, estou precisando de ajuda, adicionei tudo no tutorial acima, e no configuration.lua do smeargle adicionei isto:

["Smeargle"] =   {move1 = {name = "skt1", level = 1, cd = 15, dist = 1, target = 1, f = 80, t = "normal"},
 move2 = {name = "skt2", level = 11, cd = 15, dist = 1, target = 0, f = 0, t = "normal"},            --alterado v2.7
 move3 = {name = "skt3", level = 11, cd = 30, dist = 1, target = 0, f = 90, t = "normal"},
          move4 = {name = "skt4", level = 11, cd = 20, dist = 1, target = 0, f = 60, t = "normal"},
          move5 = {name = "skt5", level = 11, cd = 35, dist = 3, target = 1, f = 65, t = "normal"},
 move6 = {name = "skt6", level = 11, cd = 60, dist = 1, target = 0, f = 0, t = "normal"},
 move7 = {name = "skt7", level = 11, cd = 30, dist = 1, target = 0, f = 80, t = "normal"},      --alterado v2.7
 move8 = {name = "skt8", level = 11, cd = 60, dist = 3, target = 1, f = 0, t = "normal"},
                 },

E no spells.xml adicionei istoo:

<instant name="Sketch 1" words="spell301" lvl="1000" mana="0" event="script" value="ps/Sketch 1.lua"></instant>
<instant name="Sketch 2" words="spell302" lvl="1000" mana="0" event="script" value="ps/Sketch 2.lua"></instant>
<instant name="Sketch 3" words="spell303" lvl="1000" mana="0" event="script" value="ps/Sketch 3.lua"></instant>
<instant name="Sketch 4" words="spell304" lvl="1000" mana="0" event="script" value="ps/Sketch 4.lua"></instant>
<instant name="Sketch 5" words="spell305" lvl="1000" mana="0" event="script" value="ps/Sketch 5.lua"></instant>
<instant name="Sketch 6" words="spell306" lvl="1000" mana="0" event="script" value="ps/Sketch 6.lua"></instant>
<instant name="Sketch 7" words="spell307" lvl="1000" mana="0" event="script" value="ps/Sketch 7.lua"></instant>
<instant name="Sketch 8" words="spell308" lvl="1000" mana="0" event="script" value="ps/Sketch 8.lua"></instant>

e dentro dos arquivos fiz da control + c e control + v, e só editei o nome de acordo como este no instant name! ajuda ai pfv help

 

ai fiquei nesta base:

function onCastSpell(cid, var)
 
if isSummon(cid) then return true end
 
docastspell(cid, "Sketch 8")
 
return true
end

UP

wq3bBzt.png
Pokémon Dust Evolution
 
É aonde começa sua nova aventura!! 

 

Facebook

 
Verifique Atualizações

 

  • 3 weeks later...
Postado

Pronto Eu adicionei aq, mudei de base e testei, funfo direitinho, o meu problema é que eu não sabia usar o smeargle auehaueh, int adicionei e dei uma olhada na net, e aprendi, então estou aqui para pedir o icone da magia sketch! se alguem puder ajudar estarei mt agradecido!

wq3bBzt.png
Pokémon Dust Evolution
 
É aonde começa sua nova aventura!! 

 

Facebook

 
Verifique Atualizações

 

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.

Visitante
Responder

Quem Está Navegando 0

  • Nenhum usuário registrado visualizando esta página.

Estatísticas dos Fóruns

  • Tópicos 96.9k
  • Posts 519.6k

Informação Importante

Confirmação de Termo