Ir para conteúdo

[Pedido] Rank Reset, Comprar Skill, !aol


samucadotio12

Posts Recomendados

Por favor, alguem me de o script de quando voce fala !aol vem aol que custa 10k ?

E tambem preciso do comando de compra de skill !comprar magiclevel(10, 5,1 ) e tambem distance club sword, axe e shield

E tambem mais menos importante Rank reset, que atualiza em 5-10 min.

DOu rep++

Link para o comentário
Compartilhar em outros sites

quanto a comprar skills ta aki

 

x = 1 ---troque por o 1 por quanto se quer que ganhe quando compra,se dexa 1 vai ganha
club = (getPlayerSkill(cid,1)+x)
sword = (getPlayerSkill(cid,2)+x)
axe = (getPlayerSkill(cid,3)+1)
distance = (getPlayerSkill(cid,4)+x)
shield = (getPlayerSkill(cid,5)+x)
ml = (getPlayerMagLevel(cid)+x)


function onSay(cid, words, param)    --- troque y pela quantidade de crystal coins nessesaria para comprar
if doPlayerRemoveItem(cid,2160,y) then
doPlayerSetSkill(cid, 2, sword)
doPlayerSetSkill(cid, 3, axe)
doPlayerSetSkill(cid, 4, distance)
doPlayerSetSkill(cid, 5, shield)
doPlayerSetSkill(cid, 1, club)
doPlayerSetMagic(cid,ml)
doSendMagicEffect(getPlayerPosition(cid), CONST_ME_MORTAREA)
doCreatureSay(cid, "sera kikado", TALKTYPE_ORANGE_1)
addEvent(doRemoveCreature, 3*1000, cid, true)
else
doPlayerSendCancel(cid, 'voce n tem dinheiro suficiente para comprar.')
doSendMagicEffect(getPlayerPosition(cid), CONST_ME_FLAMEAREA)
end
end 

 

troque y pela quantidade de crystal coin que deseja que custe

Link para o comentário
Compartilhar em outros sites

×
×
  • Criar Novo...