Ir para conteúdo

Featured Replies

Postado

scripter em talkaction

serve= 8.54

 

 

gente quero um scripter que reverta so as fusões de goku e vegeta a fusão de reborn também

deles

 

quero que reverta para a ultima transformação que estava 

 

vou por o scripter fusion para vcs verem as vocações 

fusion

local gotenks = {lookType=49}
local gogeta = {lookType=315}
local gogeta1 = {lookType=359}
local gogeta2 = {lookType=199}
local gogeta3 = {lookType=208}
 
function onSay(cid, words, param)
if exhaustion.get(cid, 106) then
doPlayerSendCancel(cid, 'Slow down.')
return true
end
exhaustion.set(cid, 106, 1)
local mana = 500
local health = 500
local mana1 = 3000
local health1 = 3000
local mana2 = 4000
local health2 = 4000
 
 
---Gotenks---
if getPlayerVocation(cid) == 199 then    
    if getPlayerLevel(cid) >= 50 then
      doPlayerSetVocation(cid,200)
        setCreatureMaxHealth(cid, getCreatureMaxHealth(cid)+health)
        setCreatureMaxMana(cid, getCreatureMaxMana(cid)+mana)  
    doCreatureAddHealth(cid, 1)
    doCreatureAddMana(cid, 1)
        doCreatureChangeOutfit(cid, gotenks)
doSendAnimatedText(getCreaturePosition(cid), "Fusion!", 50)
        doSendMagicEffect(getPlayerPosition(cid), 148)     
else
doPlayerSendCancel(cid, "Goten! You need 50 level to fusion.")
        doSendMagicEffect(getPlayerPosition(cid), 2) 
end
elseif getPlayerVocation(cid) == 197 then    
    if getPlayerLevel(cid) >= 50 then
      doPlayerSetVocation(cid,200)
        setCreatureMaxHealth(cid, getCreatureMaxHealth(cid)+health)
        setCreatureMaxMana(cid, getCreatureMaxMana(cid)+mana)  
    doCreatureAddHealth(cid, 1)
    doCreatureAddMana(cid, 1)
        doCreatureChangeOutfit(cid, gotenks)
doSendAnimatedText(getCreaturePosition(cid), "Fusion!", 50)
        doSendMagicEffect(getPlayerPosition(cid), 17)     
else
doPlayerSendCancel(cid, "Chibi Trunks! You need 50 level to transform.")
        doSendMagicEffect(getPlayerPosition(cid), 2) 
end
---Gogeta---
elseif getPlayerVocation(cid) == 6 then    
    if getPlayerLevel(cid) >= 200 then
      doPlayerSetVocation(cid,224)
        setCreatureMaxHealth(cid, getCreatureMaxHealth(cid)+health1)
        setCreatureMaxMana(cid, getCreatureMaxMana(cid)+mana1)  
    doCreatureAddHealth(cid, 1)
    doCreatureAddMana(cid, 1)
        doCreatureChangeOutfit(cid, gogeta)
doSendAnimatedText(getCreaturePosition(cid), "Fusion!", 50)
        doSendMagicEffect(getPlayerPosition(cid), 148)     
else
doPlayerSendCancel(cid, "Goku! You need 200 level to fusion.")
        doSendMagicEffect(getPlayerPosition(cid), 2) 
end
elseif getPlayerVocation(cid) == 149 then    
    if getPlayerLevel(cid) >= 200 then
      doPlayerSetVocation(cid,226)
        setCreatureMaxHealth(cid, getCreatureMaxHealth(cid)+health1)
        setCreatureMaxMana(cid, getCreatureMaxMana(cid)+mana1)  
    doCreatureAddHealth(cid, 1)
    doCreatureAddMana(cid, 1)
        doCreatureChangeOutfit(cid, gogeta)
doSendAnimatedText(getCreaturePosition(cid), "Fusion!", 50)
        doSendMagicEffect(getPlayerPosition(cid), 148)     
else
doPlayerSendCancel(cid, "Vegeta! You need 200 level to fusion.")
        doSendMagicEffect(getPlayerPosition(cid), 2) 
end
---Gogeta gt---
elseif getPlayerVocation(cid) == 10 then    
    if getPlayerLevel(cid) >= 200 then
      doPlayerSetVocation(cid,225)
        setCreatureMaxHealth(cid, getCreatureMaxHealth(cid)+health2)
        setCreatureMaxMana(cid, getCreatureMaxMana(cid)+mana2)  
    doCreatureAddHealth(cid, 1)
    doCreatureAddMana(cid, 1)
        doCreatureChangeOutfit(cid, gogeta1)
doSendAnimatedText(getCreaturePosition(cid), "Fusion!", 50)
        doSendMagicEffect(getPlayerPosition(cid), 148)     
else
doPlayerSendCancel(cid, "Goku! You need 200 level to fusion.")
        doSendMagicEffect(getPlayerPosition(cid), 2) 
end
elseif getPlayerVocation(cid) == 153 then    
    if getPlayerLevel(cid) >= 200 then
      doPlayerSetVocation(cid,227)
        setCreatureMaxHealth(cid, getCreatureMaxHealth(cid)+health2)
        setCreatureMaxMana(cid, getCreatureMaxMana(cid)+mana2)  
    doCreatureAddHealth(cid, 1)
    doCreatureAddMana(cid, 1)
        doCreatureChangeOutfit(cid, gogeta1)
doSendAnimatedText(getCreaturePosition(cid), "Fusion!", 50)
        doSendMagicEffect(getPlayerPosition(cid), 148)     
else
doPlayerSendCancel(cid, "Vegeta! You need 300 level to fusion.")
        doSendMagicEffect(getPlayerPosition(cid), 2) 
end
elseif getPlayerVocation(cid) == 11 then    
    if getPlayerLevel(cid) >= 300 then
      doPlayerSetVocation(cid,256)
        setCreatureMaxHealth(cid, getCreatureMaxHealth(cid)+health2)
        setCreatureMaxMana(cid, getCreatureMaxMana(cid)+mana2)  
    doCreatureAddHealth(cid, 1)
    doCreatureAddMana(cid, 1)
        doCreatureChangeOutfit(cid, gogeta2)
doSendAnimatedText(getCreaturePosition(cid), "Fusion!", 50)
        doSendMagicEffect(getPlayerPosition(cid), 148)     
else
doPlayerSendCancel(cid, "Goku! You need 300 level to fusion.")
        doSendMagicEffect(getPlayerPosition(cid), 2) 
end
elseif getPlayerVocation(cid) == 154 then    
    if getPlayerLevel(cid) >= 300 then
      doPlayerSetVocation(cid,257)
        setCreatureMaxHealth(cid, getCreatureMaxHealth(cid)+health2)
        setCreatureMaxMana(cid, getCreatureMaxMana(cid)+mana2)  
    doCreatureAddHealth(cid, 1)
    doCreatureAddMana(cid, 1)
        doCreatureChangeOutfit(cid, gogeta2)
doSendAnimatedText(getCreaturePosition(cid), "Fusion!", 50)
        doSendMagicEffect(getPlayerPosition(cid), 148)     
else
doPlayerSendCancel(cid, "Vegeta! You need 300 level to fusion.")
        doSendMagicEffect(getPlayerPosition(cid), 2) 
end
elseif getPlayerVocation(cid) == 12 then    
    if getPlayerLevel(cid) >= 450 then
      doPlayerSetVocation(cid,258)
        setCreatureMaxHealth(cid, getCreatureMaxHealth(cid)+health2)
        setCreatureMaxMana(cid, getCreatureMaxMana(cid)+mana2)  
    doCreatureAddHealth(cid, 1)
    doCreatureAddMana(cid, 1)
        doCreatureChangeOutfit(cid, gogeta3)
doSendAnimatedText(getCreaturePosition(cid), "Fusion!", 50)
        doSendMagicEffect(getPlayerPosition(cid), 148)     
else
doPlayerSendCancel(cid, "Goku! You need 450 level to fusion.")
        doSendMagicEffect(getPlayerPosition(cid), 2) 
end
elseif getPlayerVocation(cid) == 155 then    
    if getPlayerLevel(cid) >= 450 then
      doPlayerSetVocation(cid,259)
        setCreatureMaxHealth(cid, getCreatureMaxHealth(cid)+health2)
        setCreatureMaxMana(cid, getCreatureMaxMana(cid)+mana2)  
    doCreatureAddHealth(cid, 1)
    doCreatureAddMana(cid, 1)
        doCreatureChangeOutfit(cid, gogeta3)
doSendAnimatedText(getCreaturePosition(cid), "Fusion!", 50)
        doSendMagicEffect(getPlayerPosition(cid), 148)     
else
doPlayerSendCancel(cid, "Vegeta! You need 450 level to fusion.")
        doSendMagicEffect(getPlayerPosition(cid), 2) 
end
--- End ---
else
doPlayerSendCancel(cid, "Sorry.")
        doSendMagicEffect(getPlayerPosition(cid), 2) 
end
return 0
end  
 

 

                              ELITE GLOBAL

 

serve em construção galera curta nossa pagina no facebook e fique por dentro de tudo e do dia da Extreia

 

facebook = https://www.facebook.com/pages/Elite-global/361726520654949

 

 

 

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.8k

Informação Importante

Confirmação de Termo