yagoshira004 1 Postado Abril 28, 2014 Share Postado Abril 28, 2014 Eai galera, tou com um erro aqui no reborn no meu server de DBO Esta rebornando tudo normal porem quando eu deslogo ele volta na vocacao anterior.. Exemplo: Eu reborno o brolly lvl 300 > ele volta lvl 1 com o brolly reborn porem se eu deslogar ele volta sendo o brolly normal Alguem sabe o que aconteceu? O erro só ocorre com a vocação brolly que no caso é 306 para 307 elseif msgcontains(msg, 'yes') and talk_state == 2 and getPlayerLevel(cid) >= 300 and getPlayerVocation(cid) == 306 then setPlayerStorageValue(cid,30023,1) doReborn(cid, 1, 42, 307) Script reborn; local focus = 0 local talk_start = 0 local target = 0 local following = false local attacking = false function onThingMove(creature, thing, oldpos, oldstackpos) end function onCreatureAppear(creature) end function onCreatureDisappear(cid, pos) if focus == cid then selfSay('?????.') focus = 0 talk_start = 0 end end function onCreatureTurn(creature) end function msgcontains(txt, str) return (string.find(txt, str) and not string.find(txt, '(%w+)' .. str) and not string.find(txt, str .. '(%w+)')) end function onCreatureSay(cid, type, msg) msg = string.lower(msg) if (msgcontains(msg, 'hi') and (focus == 0)) and getDistanceToCreature(cid) < 4 then selfSay('Hello. If you ready I can "Reborn" you.') focus = cid talk_start = os.clock() elseif msgcontains(msg, 'hi') and (focus ~= cid) and getDistanceToCreature(cid) < 4 then selfSay('Sorry, ' .. getCreatureName(cid) .. '! Hey!.') elseif focus == cid then talk_start = os.clock() if msgcontains(msg, 'reborn') and getPlayerStorageValue(cid,30023) == 1 then selfSay('Sorry, but you are after reborn.') focus = 0 talk_start = 0 elseif msgcontains(msg, 'reborn') and getPlayerLevel(cid) < 300 and getPlayerStorageValue(cid,30023) ~= -1 then selfSay('Hehe, I say If you READY. You do not have 300 lvl.') elseif msgcontains(msg, 'reborn') then selfSay('Are you sure?') talk_state = 2 elseif msgcontains(msg, 'yes') and talk_state == 2 and getPlayerLevel(cid) >= 300 and getPlayerVocation(cid) == 49 then setPlayerStorageValue(cid,30023,1) doReborn(cid, 1, 42, 82) talk_state = 0 elseif msgcontains(msg, 'yes') and talk_state == 2 and getPlayerLevel(cid) >= 300 and getPlayerVocation(cid) == 50 then setPlayerStorageValue(cid,30023,1) doReborn(cid, 1, 42, 87) talk_state = 0 elseif msgcontains(msg, 'yes') and talk_state == 2 and getPlayerLevel(cid) >= 300 and getPlayerVocation(cid) == 51 then setPlayerStorageValue(cid,30023,1) doReborn(cid, 1, 42, 92) talk_state = 0 elseif msgcontains(msg, 'yes') and talk_state == 2 and getPlayerLevel(cid) >= 300 and getPlayerVocation(cid) == 52 then setPlayerStorageValue(cid,30023,1) doReborn(cid, 1, 42, 97) talk_state = 0 elseif msgcontains(msg, 'yes') and talk_state == 2 and getPlayerLevel(cid) >= 300 and getPlayerVocation(cid) == 53 then setPlayerStorageValue(cid,30023,1) doReborn(cid, 1, 42, 112) talk_state = 0 elseif msgcontains(msg, 'yes') and talk_state == 2 and getPlayerLevel(cid) >= 300 and getPlayerVocation(cid) == 54 then setPlayerStorageValue(cid,30023,1) doReborn(cid, 1, 42, 102) elseif msgcontains(msg, 'yes') and talk_state == 2 and getPlayerLevel(cid) >= 300 and getPlayerVocation(cid) == 55 then setPlayerStorageValue(cid,30023,1) doReborn(cid, 1, 42, 107) elseif msgcontains(msg, 'yes') and talk_state == 2 and getPlayerLevel(cid) >= 300 and getPlayerVocation(cid) == 56 then setPlayerStorageValue(cid,30023,1) doReborn(cid, 1, 42, 117) elseif msgcontains(msg, 'yes') and talk_state == 2 and getPlayerLevel(cid) >= 300 and getPlayerVocation(cid) == 63 then setPlayerStorageValue(cid,30023,1) doReborn(cid, 1, 42, 122) elseif msgcontains(msg, 'yes') and talk_state == 2 and getPlayerLevel(cid) >= 300 and getPlayerVocation(cid) == 74 then setPlayerStorageValue(cid,30023,1) doReborn(cid, 1, 42, 127) elseif msgcontains(msg, 'yes') and talk_state == 2 and getPlayerLevel(cid) >= 300 and getPlayerVocation(cid) == 81 then setPlayerStorageValue(cid,30023,1) doReborn(cid, 1, 42, 132) elseif msgcontains(msg, 'yes') and talk_state == 2 and getPlayerLevel(cid) >= 300 and getPlayerVocation(cid) == 143 then setPlayerStorageValue(cid,30023,1) doReborn(cid, 1, 42, 144) elseif msgcontains(msg, 'yes') and talk_state == 2 and getPlayerLevel(cid) >= 300 and getPlayerVocation(cid) == 155 then setPlayerStorageValue(cid,30023,1) doReborn(cid, 1, 42, 156) elseif msgcontains(msg, 'yes') and talk_state == 2 and getPlayerLevel(cid) >= 300 and getPlayerVocation(cid) == 171 then setPlayerStorageValue(cid,30023,1) doReborn(cid, 1, 42, 172) elseif msgcontains(msg, 'yes') and talk_state == 2 and getPlayerLevel(cid) >= 300 and getPlayerVocation(cid) == 306 then setPlayerStorageValue(cid,30023,1) doReborn(cid, 1, 42, 307) elseif msgcontains(msg, 'yes') and talk_state == 2 then selfSay('Sorry, ' .. getCreatureName(cid) .. '! You must have got last transform.') elseif msgcontains(msg, 'bye') and getDistanceToCreature(cid) < 4 then selfSay('Good bye.') focus = 0 talk_start = 0 end end end function onThink() doNpcSetCreatureFocus(focus) if (os.clock() - talk_start) > 45 then if focus > 0 then selfSay('Next Please...') end focus = 0 end if focus ~= 0 then if getDistanceToCreature(focus) > 5 then selfSay('Good bye then.') focus = 0 end end end local focus = 0 local talk_start = 0 local target = 0 local following = false local attacking = false function onThingMove(creature, thing, oldpos, oldstackpos) end function onCreatureAppear(creature) end function onCreatureDisappear(cid, pos) if focus == cid then selfSay('?????.') focus = 0 talk_start = 0 end end function onCreatureTurn(creature) end function msgcontains(txt, str) return (string.find(txt, str) and not string.find(txt, '(%w+)' .. str) and not string.find(txt, str .. '(%w+)')) end function onCreatureSay(cid, type, msg) msg = string.lower(msg) if (msgcontains(msg, 'hi') and (focus == 0)) and getDistanceToCreature(cid) < 4 then selfSay('Hello. If you ready I can "Reborn" you.') focus = cid talk_start = os.clock() elseif msgcontains(msg, 'hi') and (focus ~= cid) and getDistanceToCreature(cid) < 4 then selfSay('Sorry, ' .. getCreatureName(cid) .. '! Hey!.') elseif focus == cid then talk_start = os.clock() if msgcontains(msg, 'reborn') and getPlayerStorageValue(cid,30023) == 1 then selfSay('Sorry, but you are after reborn.') focus = 0 talk_start = 0 elseif msgcontains(msg, 'reborn') and getPlayerLevel(cid) < 300 and getPlayerStorageValue(cid,30023) ~= -1 then selfSay('Hehe, I say If you READY. You do not have 300 lvl.') elseif msgcontains(msg, 'reborn') then selfSay('Are you sure?') talk_state = 2 elseif msgcontains(msg, 'yes') and talk_state == 2 and getPlayerLevel(cid) >= 300 and getPlayerVocation(cid) == 49 then setPlayerStorageValue(cid,30023,1) doReborn(cid, 1, 42, 82) talk_state = 0 elseif msgcontains(msg, 'yes') and talk_state == 2 and getPlayerLevel(cid) >= 300 and getPlayerVocation(cid) == 50 then setPlayerStorageValue(cid,30023,1) doReborn(cid, 1, 42, 87) talk_state = 0 elseif msgcontains(msg, 'yes') and talk_state == 2 and getPlayerLevel(cid) >= 300 and getPlayerVocation(cid) == 51 then setPlayerStorageValue(cid,30023,1) doReborn(cid, 1, 42, 92) talk_state = 0 elseif msgcontains(msg, 'yes') and talk_state == 2 and getPlayerLevel(cid) >= 300 and getPlayerVocation(cid) == 52 then setPlayerStorageValue(cid,30023,1) doReborn(cid, 1, 42, 97) talk_state = 0 elseif msgcontains(msg, 'yes') and talk_state == 2 and getPlayerLevel(cid) >= 300 and getPlayerVocation(cid) == 53 then setPlayerStorageValue(cid,30023,1) doReborn(cid, 1, 42, 112) talk_state = 0 elseif msgcontains(msg, 'yes') and talk_state == 2 and getPlayerLevel(cid) >= 300 and getPlayerVocation(cid) == 54 then setPlayerStorageValue(cid,30023,1) doReborn(cid, 1, 42, 102) elseif msgcontains(msg, 'yes') and talk_state == 2 and getPlayerLevel(cid) >= 300 and getPlayerVocation(cid) == 55 then setPlayerStorageValue(cid,30023,1) doReborn(cid, 1, 42, 107) elseif msgcontains(msg, 'yes') and talk_state == 2 and getPlayerLevel(cid) >= 300 and getPlayerVocation(cid) == 56 then setPlayerStorageValue(cid,30023,1) doReborn(cid, 1, 42, 117) elseif msgcontains(msg, 'yes') and talk_state == 2 and getPlayerLevel(cid) >= 300 and getPlayerVocation(cid) == 63 then setPlayerStorageValue(cid,30023,1) doReborn(cid, 1, 42, 122) elseif msgcontains(msg, 'yes') and talk_state == 2 and getPlayerLevel(cid) >= 300 and getPlayerVocation(cid) == 74 then setPlayerStorageValue(cid,30023,1) doReborn(cid, 1, 42, 127) elseif msgcontains(msg, 'yes') and talk_state == 2 and getPlayerLevel(cid) >= 300 and getPlayerVocation(cid) == 81 then setPlayerStorageValue(cid,30023,1) doReborn(cid, 1, 42, 132) elseif msgcontains(msg, 'yes') and talk_state == 2 and getPlayerLevel(cid) >= 300 and getPlayerVocation(cid) == 143 then setPlayerStorageValue(cid,30023,1) doReborn(cid, 1, 42, 144) elseif msgcontains(msg, 'yes') and talk_state == 2 and getPlayerLevel(cid) >= 300 and getPlayerVocation(cid) == 155 then setPlayerStorageValue(cid,30023,1) doReborn(cid, 1, 42, 156) elseif msgcontains(msg, 'yes') and talk_state == 2 and getPlayerLevel(cid) >= 300 and getPlayerVocation(cid) == 171 then setPlayerStorageValue(cid,30023,1) doReborn(cid, 1, 42, 172) elseif msgcontains(msg, 'yes') and talk_state == 2 and getPlayerLevel(cid) >= 300 and getPlayerVocation(cid) == 306 then setPlayerStorageValue(cid,30023,1) doReborn(cid, 1, 42, 307) elseif msgcontains(msg, 'yes') and talk_state == 2 then selfSay('Sorry, ' .. getCreatureName(cid) .. '! You must have got last transform.') elseif msgcontains(msg, 'bye') and getDistanceToCreature(cid) < 4 then selfSay('Good bye.') focus = 0 talk_start = 0 end end end function onThink() doNpcSetCreatureFocus(focus) if (os.clock() - talk_start) > 45 then if focus > 0 then selfSay('Next Please...') end focus = 0 end if focus ~= 0 then if getDistanceToCreature(focus) > 5 then selfSay('Good bye then.') focus = 0 end end end Link para o comentário https://xtibia.com/forum/topic/232652-erro-com-reborn/ Compartilhar em outros sites More sharing options...
Junior001 362 Postado Abril 28, 2014 Share Postado Abril 28, 2014 verifique-se no vocations.xml na vocação do Brolly tem o fromvoc = "ID" Link para o comentário https://xtibia.com/forum/topic/232652-erro-com-reborn/#findComment-1643062 Compartilhar em outros sites More sharing options...
yagoshira004 1 Postado Abril 28, 2014 Autor Share Postado Abril 28, 2014 Sim ele tem !! porem eu criei ele e adicionei o reborn nele... Só ele está tendo problemas.... as outras vocations estão funcionando o reborn perfeitamente.... Sera que não tem a ver com algo no creature scripts ---> loguin ? pq uma vez eu estava com um problema parecido e o DemonBholder fez um script parecido com o loguin no creaturescripts e funcionou Link para o comentário https://xtibia.com/forum/topic/232652-erro-com-reborn/#findComment-1643108 Compartilhar em outros sites More sharing options...
Junior001 362 Postado Abril 29, 2014 Share Postado Abril 29, 2014 Qual a versão de seu servidor ? Link para o comentário https://xtibia.com/forum/topic/232652-erro-com-reborn/#findComment-1643185 Compartilhar em outros sites More sharing options...
yagoshira004 1 Postado Abril 29, 2014 Autor Share Postado Abril 29, 2014 8.54 The Forgotten Server Link para o comentário https://xtibia.com/forum/topic/232652-erro-com-reborn/#findComment-1643191 Compartilhar em outros sites More sharing options...
Techrlz 39 Postado Abril 29, 2014 Share Postado Abril 29, 2014 Poste seu login.lua e vocations.xml Link para o comentário https://xtibia.com/forum/topic/232652-erro-com-reborn/#findComment-1643270 Compartilhar em outros sites More sharing options...
yagoshira004 1 Postado Maio 1, 2014 Autor Share Postado Maio 1, 2014 Vocations.XML <?xml version="1.0" encoding="UTF-8"?> <vocations> <vocation id="0" name="None" description="nonkjjkjkjke" needpremium="0" gaincap="5" gainhp="5" gainmana="5" gainhpticks="6" gainhpamount="1" gainmanaticks="6" gainmanaamount="1" manamultiplier="1.1" attackspeed="2000" soulmax="100" gainsoulticks="120" fromvoc="0" attackable="no"> <formula meleeDamage="90.0" distDamage="1.0" wandDamage="1.0" magDamage="90.0" magHealingDamage="1.0" defense="1.1" magdefense="1.3" armor="1.0"/> <skill fist="1.1" club="1.1" sword="1.0" axe="1.2" distance="1.1" shielding="1.1" fishing="1.1" experience="1.0"/> </vocation> <vocation id="1" name="Goku" description="a Goku" needpremium="0" gaincap="70" gainhp="160" gainmana="150" gainhpticks="3.5" gainhpamount="300" gainmanaticks="3" gainmanaamount="400" manamultiplier="1.1" attackspeed="1800" soulmax="100" gainsoulticks="120" fromvoc="1"> <formula meleeDamage="8.0" distDamage="8.0" wandDamage="3.0" magDamage="3.5" magHealingDamage="7.0" defense="1.1" magdefense="1.3" armor="1.0"/> <skill fist="1.1" club="1.1" sword="1.0" axe="1.2" distance="1.1" shielding="1.1" fishing="1.1" experience="1.0"/> </vocation> <vocation id="2" name="Goku Ssj" description="" needpremium="0" gaincap="70" gainhp="160" gainmana="150" gainhpticks="3.0" gainhpamount="600" gainmanaticks="3" gainmanaamount="700" manamultiplier="1.1" attackspeed="1500" soulmax="100" gainsoulticks="120" fromvoc="1"> <formula meleeDamage="15.0" distDamage="15.0" wandDamage="5.0" magDamage="6.5" magHealingDamage="16.0" defense="1.1" magdefense="1.3" armor="1.0"/> <skill fist="1.1" club="1.1" sword="1.0" axe="1.2" distance="1.1" shielding="1.1" fishing="1.1" experience="1.0"/> </vocation> <vocation id="3" name="Goku Ussj" description="" needpremium="0" gaincap="70" gainhp="160" gainmana="150" gainhpticks="3.0" gainhpamount="1100" gainmanaticks="3" gainmanaamount="900" manamultiplier="1.1" attackspeed="1200" soulmax="100" gainsoulticks="120" fromvoc="1"> <formula meleeDamage="22.0" distDamage="22.0" wandDamage="8.0" magDamage="9.0" magHealingDamage="23.0" defense="1.1" magdefense="1.3" armor="1.0"/> <skill fist="1.1" club="1.1" sword="1.0" axe="1.2" distance="1.1" shielding="1.1" fishing="1.1" experience="1.0"/> </vocation> <vocation id="4" name="Goku Ssj 2" description="" needpremium="0" gaincap="70" gainhp="160" gainmana="150" gainhpticks="3.0" gainhpamount="1700" gainmanaticks="3" gainmanaamount="1150" manamultiplier="1.1" attackspeed="900" soulmax="100" gainsoulticks="120" fromvoc="1"> <formula meleeDamage="29.0" distDamage="29.0" wandDamage="12.0" magDamage="13.5" magHealingDamage="30.0" defense="1.1" magdefense="1.3" armor="1.0"/> <skill fist="1.1" club="1.1" sword="1.0" axe="1.2" distance="1.1" shielding="1.1" fishing="1.1" experience="1.0"/> </vocation> <vocation id="5" name="Goku Ssj 3" description="" needpremium="0" gaincap="70" gainhp="160" gainmana="150" gainhpticks="3.0" gainhpamount="2300" gainmanaticks="3" gainmanaamount="1400" manamultiplier="1.1" attackspeed="600" soulmax="100" gainsoulticks="120" fromvoc="1"> <formula meleeDamage="37.0" distDamage="37.0" wandDamage="16.0" magDamage="22.5" magHealingDamage="35.5" defense="1.1" magdefense="1.3" armor="1.0"/> <skill fist="1.1" club="1.1" sword="1.0" axe="1.2" distance="1.1" shielding="1.1" fishing="1.1" experience="1.0"/> </vocation> <vocation id="6" name="Goku Ssj 3 Fury" description="" needpremium="0" gaincap="70" gainhp="160" gainmana="150" gainhpticks="3.0" gainhpamount="2900" gainmanaticks="3" gainmanaamount="1800" manamultiplier="1.1" attackspeed="300" soulmax="100" gainsoulticks="120" fromvoc="1"> <formula meleeDamage="45.0" distDamage="45.0" wandDamage="20.0" magDamage="25.0" magHealingDamage="42.5" defense="1.1" magdefense="1.3" armor="1.0"/> <skill fist="1.1" club="1.1" sword="1.0" axe="1.2" distance="1.1" shielding="1.1" fishing="1.1" experience="1.0"/> </vocation> <vocation id="7" name="Vegeta Scouter" description="Vegeta Scouter" needpremium="0" gaincap="50" gainhp="155" gainmana="155" gainhpticks="3.0" gainhpamount="300" gainmanaticks="3" gainmanaamount="400" manamultiplier="1.1" attackspeed="2000" soulmax="100" gainsoulticks="120" fromvoc="7"> <formula meleeDamage="8.0" distDamage="8.0" wandDamage="3.0" magDamage="3.5" magHealingDamage="7.0" defense="1.1" magdefense="1.3" armor="1.0"/> <skill fist="1.1" club="1.1" sword="1.0" axe="1.2" distance="1.1" shielding="1.1" fishing="1.1" experience="1.0"/> </vocation> <vocation id="8" name="Vegeta" description="" needpremium="0" gaincap="50" gainhp="155" gainmana="155" gainhpticks="3.5" gainhpamount="600" gainmanaticks="3" gainmanaamount="700" manamultiplier="1.1" attackspeed="1700" soulmax="100" gainsoulticks="120" fromvoc="7"> <formula meleeDamage="15.0" distDamage="15.0" wandDamage="5.0" magDamage="6.5" magHealingDamage="16.0" defense="1.1" magdefense="1.3" armor="1.0"/> <skill fist="1.1" club="1.1" sword="1.0" axe="1.2" distance="1.1" shielding="1.1" fishing="1.1" experience="1.0"/> </vocation> <vocation id="9" name="Vegeta Ssj" description="" needpremium="0" gaincap="50" gainhp="155" gainmana="155" gainhpticks="3.0" gainhpamount="1100" gainmanaticks="3" gainmanaamount="900" manamultiplier="1.1" attackspeed="1400" soulmax="100" gainsoulticks="120" fromvoc="7"> <formula meleeDamage="22.0" distDamage="22.0" wandDamage="8.0" magDamage="9.0" magHealingDamage="23.0" defense="1.1" magdefense="1.3" armor="1.0"/> <skill fist="1.1" club="1.1" sword="1.0" axe="1.2" distance="1.1" shielding="1.1" fishing="1.1" experience="1.0"/> </vocation> <vocation id="10" name="Majin Vegeta" description="" needpremium="0" gaincap="50" gainhp="155" gainmana="155" gainhpticks="3.0" gainhpamount="1700" gainmanaticks="3" gainmanaamount="1150" manamultiplier="1.1" attackspeed="1100" soulmax="100" gainsoulticks="120" fromvoc="7"> <formula meleeDamage="29.0" distDamage="29.0" wandDamage="12.0" magDamage="13.5" magHealingDamage="30.0" defense="1.1" magdefense="1.3" armor="1.0"/> <skill fist="1.1" club="1.1" sword="1.0" axe="1.2" distance="1.1" shielding="1.1" fishing="1.1" experience="1.0"/> </vocation> <vocation id="11" name="Vegeta Ssj 2" description="" needpremium="0" gaincap="50" gainhp="155" gainmana="155" gainhpticks="3.0" gainhpamount="2300" gainmanaticks="3" gainmanaamount="1400" manamultiplier="1.1" attackspeed="800" soulmax="100" gainsoulticks="120" fromvoc="7"> <formula meleeDamage="37.0" distDamage="37.0" wandDamage="16.0" magDamage="22.5" magHealingDamage="35.5" defense="1.1" magdefense="1.3" armor="1.0"/> <skill fist="1.1" club="1.1" sword="1.0" axe="1.2" distance="1.1" shielding="1.1" fishing="1.1" experience="1.0"/> </vocation> <vocation id="12" name="Vegeta Ssj 2 Fury" description="" needpremium="0" gaincap="50" gainhp="155" gainmana="155" gainhpticks="3.0" gainhpamount="2900" gainmanaticks="3" gainmanaamount="1800" manamultiplier="1.1" attackspeed="500" soulmax="100" gainsoulticks="120" fromvoc="7"> <formula meleeDamage="45.0" distDamage="45.0" wandDamage="20.0" magDamage="25.0" magHealingDamage="42.5" defense="1.1" magdefense="1.3" armor="1.0"/> <skill fist="1.1" club="1.1" sword="1.0" axe="1.2" distance="1.1" shielding="1.1" fishing="1.1" experience="1.0"/> </vocation> <vocation id="13" name="Gohan" description="a Gohan" needpremium="0" gaincap="70" gainhp="160" gainmana="150" gainhpticks="3.5" gainhpamount="300" gainmanaticks="3" gainmanaamount="400" manamultiplier="1.1" attackspeed="2000" soulmax="100" gainsoulticks="120" fromvoc="13"> <formula meleeDamage="8.0" distDamage="8.0" wandDamage="3.0" magDamage="3.5" magHealingDamage="7.0" defense="1.1" magdefense="1.3" armor="1.0"/> <skill fist="1.1" club="1.1" sword="1.1" axe="1.2" distance="1.1" shielding="1.1" fishing="1.1" experience="1.0"/> </vocation> <vocation id="14" name="Gohan Ssj" description="" needpremium="0" gaincap="70" gainhp="160" gainmana="150" gainhpticks="3.0" gainhpamount="600" gainmanaticks="3" gainmanaamount="700" manamultiplier="1.1" attackspeed="1700" soulmax="100" gainsoulticks="120" fromvoc="13"> <formula meleeDamage="15.0" distDamage="15.0" wandDamage="5.0" magDamage="6.5" magHealingDamage="16.0" defense="1.1" magdefense="1.3" armor="1.0"/> <skill fist="1.1" club="1.1" sword="1.1" axe="1.2" distance="1.1" shielding="1.1" fishing="1.1" experience="1.0"/> </vocation> <vocation id="15" name="Gohan Ssj 2" description="" needpremium="0" gaincap="70" gainhp="160" gainmana="150" gainhpticks="3.0" gainhpamount="1100" gainmanaticks="3" gainmanaamount="900" manamultiplier="1.1" attackspeed="1400" soulmax="100" gainsoulticks="120" fromvoc="13"> <formula meleeDamage="22.0" distDamage="22.0" wandDamage="8.0" magDamage="9.0" magHealingDamage="23.0" defense="1.1" magdefense="1.3" armor="1.0"/> <skill fist="1.1" club="1.1" sword="1.1" axe="1.2" distance="1.1" shielding="1.1" fishing="1.1" experience="1.0"/> </vocation> <vocation id="16" name="Big Gohan" description="" needpremium="0" gaincap="70" gainhp="160" gainmana="150" gainhpticks="3.0" gainhpamount="1700" gainmanaticks="3" gainmanaamount="1150" manamultiplier="1.1" attackspeed="1100" soulmax="100" gainsoulticks="120" fromvoc="13"> <formula meleeDamage="29.0" distDamage="29.0" wandDamage="12.0" magDamage="13.5" magHealingDamage="30.0" defense="1.1" magdefense="1.3" armor="1.0"/> <skill fist="1.1" club="1.1" sword="1.1" axe="1.2" distance="1.1" shielding="1.1" fishing="1.1" experience="1.0"/> </vocation> <vocation id="17" name="Big Gohan Ssj" description="" needpremium="0" gaincap="70" gainhp="160" gainmana="150" gainhpticks="3.0" gainhpamount="2300" gainmanaticks="3" gainmanaamount="1400" manamultiplier="1.1" attackspeed="800" soulmax="100" gainsoulticks="120" fromvoc="13"> <formula meleeDamage="37.0" distDamage="37.0" wandDamage="16.0" magDamage="22.5" magHealingDamage="35.5" defense="1.1" magdefense="1.3" armor="1.0"/> <skill fist="1.1" club="1.1" sword="1.1" axe="1.2" distance="1.1" shielding="1.1" fishing="1.1" experience="1.0"/> </vocation> <vocation id="18" name="Mistic Gohan" description="" needpremium="0" gaincap="70" gainhp="160" gainmana="150" gainhpticks="3.0" gainhpamount="2900" gainmanaticks="3" gainmanaamount="1800" manamultiplier="1.1" attackspeed="500" soulmax="100" gainsoulticks="120" fromvoc="13"> <formula meleeDamage="45.0" distDamage="45.0" wandDamage="20.0" magDamage="25.0" magHealingDamage="42.5" defense="1.1" magdefense="1.3" armor="1.0"/> <skill fist="1.1" club="1.1" sword="1.1" axe="1.2" distance="1.1" shielding="1.1" fishing="1.1" experience="1.0"/> </vocation> <vocation id="19" name="Trunks" description="a Trunks" needpremium="0" gaincap="50" gainhp="155" gainmana="155" gainhpticks="3.5" gainhpamount="300" gainmanaticks="3" gainmanaamount="400" manamultiplier="1.1" attackspeed="2000" soulmax="100" gainsoulticks="120" fromvoc="19"> <formula meleeDamage="8.0" distDamage="8.0" wandDamage="3.0" magDamage="3.5" magHealingDamage="7.0" defense="1.1" magdefense="1.3" armor="1.0"/> <skill fist="1.1" club="1.0" sword="1.1" axe="1.2" distance="1.1" shielding="1.1" fishing="1.1" experience="1.0"/> </vocation> <vocation id="20" name="Trunks 2" description="" needpremium="0" gaincap="50" gainhp="155" gainmana="155" gainhpticks="3.0" gainhpamount="600" gainmanaticks="3" gainmanaamount="700" manamultiplier="1.1" attackspeed="1700" soulmax="100" gainsoulticks="120" fromvoc="19"> <formula meleeDamage="15.0" distDamage="15.0" wandDamage="5.0" magDamage="6.5" magHealingDamage="16.0" defense="1.1" magdefense="1.3" armor="1.0"/> <skill fist="1.1" club="1.0" sword="1.1" axe="1.2" distance="1.1" shielding="1.1" fishing="1.1" experience="1.0"/> </vocation> <vocation id="21" name="Trunks Ssj" description="" needpremium="0" gaincap="50" gainhp="155" gainmana="155" gainhpticks="3.0" gainhpamount="1100" gainmanaticks="3" gainmanaamount="900" manamultiplier="1.1" attackspeed="1400" soulmax="100" gainsoulticks="120" fromvoc="19"> <formula meleeDamage="22.0" distDamage="22.0" wandDamage="8.0" magDamage="9.0" magHealingDamage="23.0" defense="1.1" magdefense="1.3" armor="1.0"/> <skill fist="1.1" club="1.0" sword="1.1" axe="1.2" distance="1.1" shielding="1.1" fishing="1.1" experience="1.0"/> </vocation> <vocation id="22" name="Trunks Armor" description="" needpremium="0" gaincap="50" gainhp="155" gainmana="155" gainhpticks="3.0" gainhpamount="1700" gainmanaticks="3" gainmanaamount="1150" manamultiplier="1.1" attackspeed="1100" soulmax="100" gainsoulticks="120" fromvoc="19"> <formula meleeDamage="29.0" distDamage="29.0" wandDamage="12.0" magDamage="13.5" magHealingDamage="30.0" defense="1.1" magdefense="1.3" armor="1.0"/> <skill fist="1.1" club="1.0" sword="1.1" axe="1.2" distance="1.1" shielding="1.1" fishing="1.1" experience="1.0"/> </vocation> <vocation id="23" name="Trunks Ussj" description="" needpremium="0" gaincap="50" gainhp="155" gainmana="155" gainhpticks="3.0" gainhpamount="2300" gainmanaticks="3" gainmanaamount="1400" manamultiplier="1.1" attackspeed="800" soulmax="100" gainsoulticks="120" fromvoc="19"> <formula meleeDamage="37.0" distDamage="37.0" wandDamage="16.0" magDamage="22.5" magHealingDamage="35.5" defense="1.1" magdefense="1.3" armor="1.0"/> <skill fist="1.1" club="1.0" sword="1.1" axe="1.2" distance="1.1" shielding="1.1" fishing="1.1" experience="1.0"/> </vocation> <vocation id="24" name="Trunks Ussj Fury" description="" needpremium="0" gaincap="50" gainhp="155" gainmana="155" gainhpticks="3.0" gainhpamount="2900" gainmanaticks="3" gainmanaamount="1800" manamultiplier="1.1" attackspeed="500" soulmax="100" gainsoulticks="120" fromvoc="19"> <formula meleeDamage="45.0" distDamage="45.0" wandDamage="20.0" magDamage="25.0" magHealingDamage="42.5" defense="1.1" magdefense="1.3" armor="1.0"/> <skill fist="1.1" club="1.0" sword="1.1" axe="1.2" distance="1.1" shielding="1.1" fishing="1.1" experience="1.0"/> </vocation> <vocation id="25" name="Cell" description="a Cell" needpremium="0" gaincap="70" gainhp="160" gainmana="150" gainhpticks="3.5" gainhpamount="300" gainmanaticks="3" gainmanaamount="400" manamultiplier="1.1" attackspeed="2000" soulmax="100" gainsoulticks="120" fromvoc="25"> <formula meleeDamage="8.0" distDamage="8.0" wandDamage="3.0" magDamage="3.5" magHealingDamage="7.0" defense="1.1" magdefense="1.3" armor="1.0"/> <skill fist="1.1" club="1.1" sword="1.0" axe="1.2" distance="1.1" shielding="1.1" fishing="1.1" experience="1.0"/> </vocation> <vocation id="26" name="Cell Normal" description="" needpremium="0" gaincap="70" gainhp="160" gainmana="150" gainhpticks="3.0" gainhpamount="600" gainmanaticks="3" gainmanaamount="700" manamultiplier="1.1" attackspeed="1700" soulmax="100" gainsoulticks="120" fromvoc="25"> <formula meleeDamage="15.0" distDamage="15.0" wandDamage="5.0" magDamage="6.5" magHealingDamage="16.0" defense="1.1" magdefense="1.3" armor="1.0"/> <skill fist="1.1" club="1.1" sword="1.0" axe="1.2" distance="1.1" shielding="1.1" fishing="1.1" experience="1.0"/> </vocation> <vocation id="27" name="Cell Second Form" description="" needpremium="0" gaincap="70" gainhp="160" gainmana="150" gainhpticks="3.0" gainhpamount="1100" gainmanaticks="3" gainmanaamount="900" manamultiplier="1.1" attackspeed="1400" soulmax="100" gainsoulticks="120" fromvoc="25"> <formula meleeDamage="22.0" distDamage="22.0" wandDamage="8.0" magDamage="9.0" magHealingDamage="23.0" defense="1.1" magdefense="1.3" armor="1.0"/> <skill fist="1.1" club="1.1" sword="1.0" axe="1.2" distance="1.1" shielding="1.1" fishing="1.1" experience="1.0"/> </vocation> <vocation id="28" name="Cell Second Form Fury" description="" needpremium="0" gaincap="70" gainhp="160" gainmana="150" gainhpticks="3.0" gainhpamount="1700" gainmanaticks="3" gainmanaamount="1150" manamultiplier="1.1" attackspeed="1100" soulmax="100" gainsoulticks="120" fromvoc="25"> <formula meleeDamage="29.0" distDamage="29.0" wandDamage="12.0" magDamage="13.5" magHealingDamage="30.0" defense="1.1" magdefense="1.3" armor="1.0"/> <skill fist="1.1" club="1.1" sword="1.0" axe="1.2" distance="1.1" shielding="1.1" fishing="1.1" experience="1.0"/> </vocation> <vocation id="29" name="Perfect Cell" description="" needpremium="0" gaincap="70" gainhp="160" gainmana="150" gainhpticks="3.0" gainhpamount="2300" gainmanaticks="3" gainmanaamount="1400" manamultiplier="1.1" attackspeed="800" soulmax="100" gainsoulticks="120" fromvoc="25"> <formula meleeDamage="37.0" distDamage="37.0" wandDamage="16.0" magDamage="22.5" magHealingDamage="35.5" defense="1.1" magdefense="1.3" armor="1.0"/> <skill fist="1.1" club="1.1" sword="1.0" axe="1.2" distance="1.1" shielding="1.1" fishing="1.1" experience="1.0"/> </vocation> <vocation id="30" name="Perfect Cell Fury" description="" needpremium="0" gaincap="70" gainhp="160" gainmana="150" gainhpticks="3.0" gainhpamount="2900" gainmanaticks="3" gainmanaamount="1800" manamultiplier="1.1" attackspeed="500" soulmax="100" gainsoulticks="120" fromvoc="25"> <formula meleeDamage="45.0" distDamage="45.0" wandDamage="20.0" magDamage="25.0" magHealingDamage="42.5" defense="1.1" magdefense="1.3" armor="1.0"/> <skill fist="1.1" club="1.1" sword="1.0" axe="1.2" distance="1.1" shielding="1.1" fishing="1.1" experience="1.0"/> </vocation> <vocation id="31" name="Freeza" description="a Freeza" needpremium="0" gaincap="70" gainhp="160" gainmana="150" gainhpticks="3.5" gainhpamount="300" gainmanaticks="3" gainmanaamount="400" manamultiplier="1.1" attackspeed="2000" soulmax="100" gainsoulticks="120" fromvoc="31"> <formula meleeDamage="8.0" distDamage="8.0" wandDamage="3.0" magDamage="3.5" magHealingDamage="7.0" defense="1.1" magdefense="1.3" armor="1.0"/> <skill fist="1.1" club="1.1" sword="1.0" axe="1.2" distance="1.1" shielding="1.1" fishing="1.1" experience="1.0"/> </vocation> <vocation id="32" name="Freeza x" description="" needpremium="0" gaincap="70" gainhp="160" gainmana="150" gainhpticks="3.0" gainhpamount="600" gainmanaticks="3" gainmanaamount="700" manamultiplier="1.1" attackspeed="1700" soulmax="100" gainsoulticks="120" fromvoc="31"> <formula meleeDamage="15.0" distDamage="15.0" wandDamage="5.0" magDamage="6.5" magHealingDamage="16.0" defense="1.1" magdefense="1.3" armor="1.0"/> <skill fist="1.1" club="1.1" sword="1.0" axe="1.2" distance="1.1" shielding="1.1" fishing="1.1" experience="1.0"/> </vocation> <vocation id="33" name="2nd Freeza" description="" needpremium="0" gaincap="70" gainhp="160" gainmana="150" gainhpticks="3.0" gainhpamount="1100" gainmanaticks="3" gainmanaamount="900" manamultiplier="1.1" attackspeed="1400" soulmax="100" gainsoulticks="120" fromvoc="31"> <formula meleeDamage="22.0" distDamage="22.0" wandDamage="8.0" magDamage="9.0" magHealingDamage="23.0" defense="1.1" magdefense="1.3" armor="1.0"/> <skill fist="1.1" club="1.1" sword="1.0" axe="1.2" distance="1.1" shielding="1.1" fishing="1.1" experience="1.0"/> </vocation> <vocation id="34" name="3rd Freeza" description="" needpremium="0" gaincap="70" gainhp="160" gainmana="150" gainhpticks="3.0" gainhpamount="1700" gainmanaticks="3" gainmanaamount="1150" manamultiplier="1.1" attackspeed="1100" soulmax="100" gainsoulticks="120" fromvoc="31"> <formula meleeDamage="29.0" distDamage="29.0" wandDamage="12.0" magDamage="13.5" magHealingDamage="30.0" defense="1.1" magdefense="1.3" armor="1.0"/> <skill fist="1.1" club="1.1" sword="1.0" axe="1.2" distance="1.1" shielding="1.1" fishing="1.1" experience="1.0"/> </vocation> <vocation id="35" name="4th Freeza" description="" needpremium="0" gaincap="70" gainhp="160" gainmana="150" gainhpticks="3.0" gainhpamount="2300" gainmanaticks="3" gainmanaamount="1400" manamultiplier="1.1" attackspeed="800" soulmax="100" gainsoulticks="120" fromvoc="31"> <formula meleeDamage="37.0" distDamage="37.0" wandDamage="16.0" magDamage="22.5" magHealingDamage="35.5" defense="1.1" magdefense="1.3" armor="1.0"/> <skill fist="1.1" club="1.1" sword="1.0" axe="1.2" distance="1.1" shielding="1.1" fishing="1.1" experience="1.0"/> </vocation> <vocation id="36" name="Full Power Freeza" description="" needpremium="0" gaincap="70" gainhp="160" gainmana="150" gainhpticks="3.0" gainhpamount="2900" gainmanaticks="3" gainmanaamount="1800" manamultiplier="1.1" attackspeed="500" soulmax="100" gainsoulticks="120" fromvoc="31"> <formula meleeDamage="45.0" distDamage="45.0" wandDamage="20.0" magDamage="25.0" magHealingDamage="42.5" defense="1.1" magdefense="1.3" armor="1.0"/> <skill fist="1.1" club="1.1" sword="1.0" axe="1.2" distance="1.1" shielding="1.1" fishing="1.1" experience="1.0"/> </vocation> <vocation id="37" name="Fat Buu" description="a Fat Buu" needpremium="0" gaincap="70" gainhp="160" gainmana="150" gainhpticks="3.5" gainhpamount="300" gainmanaticks="3" gainmanaamount="400" manamultiplier="1.1" attackspeed="1800" soulmax="100" gainsoulticks="120" fromvoc="37"> <formula meleeDamage="8.0" distDamage="8.0" wandDamage="3.0" magDamage="3.5" magHealingDamage="7.0" defense="1.1" magdefense="1.3" armor="1.0"/> <skill fist="1.1" club="1.1" sword="1.0" axe="1.2" distance="1.1" shielding="1.1" fishing="1.1" experience="1.0"/> </vocation> <vocation id="38" name="Evil Buu" description="" needpremium="0" gaincap="70" gainhp="160" gainmana="150" gainhpticks="3.0" gainhpamount="600" gainmanaticks="3" gainmanaamount="700" manamultiplier="1.1" attackspeed="1500" soulmax="100" gainsoulticks="120" fromvoc="37"> <formula meleeDamage="15.0" distDamage="15.0" wandDamage="5.0" magDamage="6.5" magHealingDamage="16.0" defense="1.1" magdefense="1.3" armor="1.0"/> <skill fist="1.1" club="1.1" sword="1.0" axe="1.2" distance="1.1" shielding="1.1" fishing="1.1" experience="1.0"/> </vocation> <vocation id="39" name="Super Buu" description="" needpremium="0" gaincap="70" gainhp="160" gainmana="150" gainhpticks="3.0" gainhpamount="1100" gainmanaticks="3" gainmanaamount="900" manamultiplier="1.1" attackspeed="1200" soulmax="100" gainsoulticks="120" fromvoc="37"> <formula meleeDamage="22.0" distDamage="22.0" wandDamage="8.0" magDamage="9.0" magHealingDamage="23.0" defense="1.1" magdefense="1.3" armor="1.0"/> <skill fist="1.1" club="1.1" sword="1.0" axe="1.2" distance="1.1" shielding="1.1" fishing="1.1" experience="1.0"/> </vocation> <vocation id="40" name="Gotenks Buu" description="" needpremium="0" gaincap="70" gainhp="160" gainmana="150" gainhpticks="3.0" gainhpamount="1700" gainmanaticks="3" gainmanaamount="1150" manamultiplier="1.1" attackspeed="900" soulmax="100" gainsoulticks="120" fromvoc="37"> <formula meleeDamage="29.0" distDamage="29.0" wandDamage="12.0" magDamage="13.5" magHealingDamage="30.0" defense="1.1" magdefense="1.3" armor="1.0"/> <skill fist="1.1" club="1.1" sword="1.0" axe="1.2" distance="1.1" shielding="1.1" fishing="1.1" experience="1.0"/> </vocation> <vocation id="41" name="Gohan Buu" description="" needpremium="0" gaincap="70" gainhp="160" gainmana="150" gainhpticks="3.0" gainhpamount="2300" gainmanaticks="3" gainmanaamount="1400" manamultiplier="1.1" attackspeed="600" soulmax="100" gainsoulticks="120" fromvoc="37"> <formula meleeDamage="37.0" distDamage="37.0" wandDamage="16.0" magDamage="22.5" magHealingDamage="35.5" defense="1.1" magdefense="1.3" armor="1.0"/> <skill fist="1.1" club="1.1" sword="1.0" axe="1.2" distance="1.1" shielding="1.1" fishing="1.1" experience="1.0"/> </vocation> <vocation id="42" name="Kid Buu" description="" needpremium="0" gaincap="70" gainhp="160" gainmana="150" gainhpticks="3.0" gainhpamount="2900" gainmanaticks="3" gainmanaamount="1800" manamultiplier="1.1" attackspeed="300" soulmax="100" gainsoulticks="120" fromvoc="37"> <formula meleeDamage="45.0" distDamage="45.0" wandDamage="20.0" magDamage="25.0" magHealingDamage="42.5" defense="1.1" magdefense="1.3" armor="1.0"/> <skill fist="1.1" club="1.1" sword="1.0" axe="1.2" distance="1.1" shielding="1.1" fishing="1.1" experience="1.0"/> </vocation> <vocation id="43" name="C17 Small Andro" description="a C17 Small Andro" needpremium="0" gaincap="70" gainhp="160" gainmana="150" gainhpticks="3.5" gainhpamount="300" gainmanaticks="3" gainmanaamount="400" manamultiplier="1.1" attackspeed="2000" soulmax="100" gainsoulticks="120" fromvoc="43"> <formula meleeDamage="8.0" distDamage="8.0" wandDamage="3.0" magDamage="3.5" magHealingDamage="7.0" defense="1.1" magdefense="1.3" armor="1.0"/> <skill fist="1.1" club="1.1" sword="1.1" axe="1.2" distance="1.1" shielding="1.1" fishing="1.1" experience="1.0"/> </vocation> <vocation id="44" name="C17 Andro" description="" needpremium="0" gaincap="70" gainhp="160" gainmana="150" gainhpticks="3.0" gainhpamount="600" gainmanaticks="3" gainmanaamount="700" manamultiplier="1.1" attackspeed="1700" soulmax="100" gainsoulticks="120" fromvoc="43"> <formula meleeDamage="15.0" distDamage="15.0" wandDamage="5.0" magDamage="6.5" magHealingDamage="16.0" defense="1.1" magdefense="1.3" armor="1.0"/> <skill fist="1.1" club="1.1" sword="1.1" axe="1.2" distance="1.1" shielding="1.1" fishing="1.1" experience="1.0"/> </vocation> <vocation id="45" name="C17 Terminator" description="" needpremium="0" gaincap="70" gainhp="160" gainmana="150" gainhpticks="3.0" gainhpamount="1100" gainmanaticks="3" gainmanaamount="900" manamultiplier="1.1" attackspeed="1400" soulmax="100" gainsoulticks="120" fromvoc="43"> <formula meleeDamage="22.0" distDamage="22.0" wandDamage="8.0" magDamage="9.0" magHealingDamage="23.0" defense="1.1" magdefense="1.3" armor="1.0"/> <skill fist="1.1" club="1.1" sword="1.1" axe="1.2" distance="1.1" shielding="1.1" fishing="1.1" experience="1.0"/> </vocation> <vocation id="46" name="C17" description="" needpremium="0" gaincap="70" gainhp="160" gainmana="150" gainhpticks="3.0" gainhpamount="1700" gainmanaticks="3" gainmanaamount="1150" manamultiplier="1.1" attackspeed="1100" soulmax="100" gainsoulticks="120" fromvoc="43"> <formula meleeDamage="29.0" distDamage="29.0" wandDamage="12.0" magDamage="13.5" magHealingDamage="30.0" defense="1.1" magdefense="1.3" armor="1.0"/> <skill fist="1.1" club="1.1" sword="1.1" axe="1.2" distance="1.1" shielding="1.1" fishing="1.1" experience="1.0"/> </vocation> <vocation id="47" name="C17 Fury" description="" needpremium="0" gaincap="70" gainhp="160" gainmana="150" gainhpticks="3.0" gainhpamount="2300" gainmanaticks="3" gainmanaamount="1400" manamultiplier="1.1" attackspeed="800" soulmax="100" gainsoulticks="120" fromvoc="43"> <formula meleeDamage="37.0" distDamage="37.0" wandDamage="16.0" magDamage="22.5" magHealingDamage="35.5" defense="1.1" magdefense="1.3" armor="1.0"/> <skill fist="1.1" club="1.1" sword="1.1" axe="1.2" distance="1.1" shielding="1.1" fishing="1.1" experience="1.0"/> </vocation> <vocation id="48" name="Super C17" description="" needpremium="0" gaincap="70" gainhp="160" gainmana="150" gainhpticks="3.0" gainhpamount="2900" gainmanaticks="3" gainmanaamount="1800" manamultiplier="1.1" attackspeed="500" soulmax="100" gainsoulticks="120" fromvoc="43"> <formula meleeDamage="45.0" distDamage="45.0" wandDamage="20.0" magDamage="25.0" magHealingDamage="42.5" defense="1.1" magdefense="1.3" armor="1.0"/> <skill fist="1.1" club="1.1" sword="1.1" axe="1.2" distance="1.1" shielding="1.1" fishing="1.1" experience="1.0"/> </vocation> <vocation id="49" name="Goku Ssj 4" description="" needpremium="0" gaincap="70" gainhp="160" gainmana="150" gainhpticks="3.0" gainhpamount="4200" gainmanaticks="3" gainmanaamount="2500" manamultiplier="1.1" attackspeed="100" soulmax="100" gainsoulticks="120" corpse="2853" fromvoc="1"> <formula meleeDamage="50.0" distDamage="58.0" wandDamage="28.0" magDamage="28.5" magHealingDamage="47.0" defense="1.1" magdefense="1.3" armor="1.0"/> <skill fist="1.1" club="1.1" sword="1.0" axe="1.2" distance="1.1" shielding="1.1" fishing="1.1" experience="1.0"/> </vocation> <vocation id="50" name="Vegeta Ssj 4" description="" needpremium="0" gaincap="50" gainhp="155" gainmana="155" gainhpticks="3.0" gainhpamount="4200" gainmanaticks="3" gainmanaamount="2500" manamultiplier="1.1" attackspeed="300" soulmax="100" gainsoulticks="120" fromvoc="7"> <formula meleeDamage="50.0" distDamage="58.0" wandDamage="28.0" magDamage="28.5" magHealingDamage="47.0" defense="1.1" magdefense="1.3" armor="1.0"/> <skill fist="1.1" club="1.1" sword="1.0" axe="1.2" distance="1.1" shielding="1.1" fishing="1.1" experience="1.0"/> </vocation> <vocation id="51" name="Gohan Ssj 4" description="" needpremium="0" gaincap="70" gainhp="160" gainmana="150" gainhpticks="3.0" gainhpamount="4200" gainmanaticks="3" gainmanaamount="2500" manamultiplier="1.1" attackspeed="300" soulmax="100" gainsoulticks="120" fromvoc="13"> <formula meleeDamage="50.0" distDamage="58.0" wandDamage="28.0" magDamage="28.5" magHealingDamage="47.0" defense="1.1" magdefense="1.3" armor="1.0"/> <skill fist="1.1" club="1.1" sword="1.0" axe="1.2" distance="1.1" shielding="1.1" fishing="1.1" experience="1.0"/> </vocation> <vocation id="52" name="Trunks Ssj 4" description="" needpremium="0" gaincap="50" gainhp="155" gainmana="155" gainhpticks="3.0" gainhpamount="4200" gainmanaticks="3" gainmanaamount="2500" manamultiplier="1.1" attackspeed="300" soulmax="100" gainsoulticks="120" fromvoc="19"> <formula meleeDamage="50.0" distDamage="58.0" wandDamage="28.0" magDamage="28.5" magHealingDamage="47.0" defense="1.1" magdefense="1.3" armor="1.0"/> <skill fist="1.1" club="1.1" sword="1.0" axe="1.2" distance="1.1" shielding="1.1" fishing="1.1" experience="1.0"/> </vocation> <vocation id="53" name="Cell Big" description="" needpremium="0" gaincap="70" gainhp="160" gainmana="150" gainhpticks="3.0" gainhpamount="4200" gainmanaticks="3" gainmanaamount="2500" manamultiplier="1.1" attackspeed="300" soulmax="100" gainsoulticks="120" fromvoc="25"> <formula meleeDamage="50.0" distDamage="58.0" wandDamage="28.0" magDamage="28.5" magHealingDamage="47.0" defense="1.1" magdefense="1.3" armor="1.0"/> <skill fist="1.1" club="1.1" sword="1.0" axe="1.2" distance="1.1" shielding="1.1" fishing="1.1" experience="1.0"/> </vocation> <vocation id="54" name="Res Freeza" description="" needpremium="0" gaincap="70" gainhp="160" gainmana="150" gainhpticks="3.0" gainhpamount="4200" gainmanaticks="3" gainmanaamount="2500" manamultiplier="1.1" attackspeed="300" soulmax="100" gainsoulticks="120" fromvoc="31"> <formula meleeDamage="50.0" distDamage="58.0" wandDamage="28.0" magDamage="28.5" magHealingDamage="47.0" defense="1.1" magdefense="1.3" armor="1.0"/> <skill fist="1.1" club="1.1" sword="1.0" axe="1.2" distance="1.1" shielding="1.1" fishing="1.1" experience="1.0"/> </vocation> <vocation id="55" name="Pro Buu" description="" needpremium="0" gaincap="70" gainhp="160" gainmana="150" gainhpticks="3.0" gainhpamount="4200" gainmanaticks="3" gainmanaamount="2500" manamultiplier="1.1" attackspeed="100" soulmax="100" gainsoulticks="120" fromvoc="37"> <formula meleeDamage="50.0" distDamage="58.0" wandDamage="28.0" magDamage="28.5" magHealingDamage="47.0" defense="1.1" magdefense="1.3" armor="1.0"/> <skill fist="1.1" club="1.1" sword="1.0" axe="1.2" distance="1.1" shielding="1.1" fishing="1.1" experience="1.0"/> </vocation> <vocation id="56" name="Pro C17" description="" needpremium="0" gaincap="70" gainhp="160" gainmana="150" gainhpticks="3.0" gainhpamount="4200" gainmanaticks="3" gainmanaamount="2500" manamultiplier="1.1" attackspeed="300" soulmax="100" gainsoulticks="120" fromvoc="43"> <formula meleeDamage="50.0" distDamage="58.0" wandDamage="28.0" magDamage="28.5" magHealingDamage="47.0" defense="1.1" magdefense="1.3" armor="1.0"/> <skill fist="1.1" club="1.1" sword="1.0" axe="1.2" distance="1.1" shielding="1.1" fishing="1.1" experience="1.0"/> </vocation> <vocation id="57" name="C18 Andro" description="a C18 Andro" needpremium="0" gaincap="50" gainhp="155" gainmana="155" gainhpticks="3.5" gainhpamount="300" gainmanaticks="3" gainmanaamount="400" manamultiplier="1.1" attackspeed="2000" soulmax="100" gainsoulticks="120" fromvoc="57"> <formula meleeDamage="8.0" distDamage="8.0" wandDamage="3.0" magDamage="3.5" magHealingDamage="7.0" defense="1.1" magdefense="1.3" armor="1.0"/> <skill fist="1.1" club="1.1" sword="1.0" axe="1.2" distance="1.1" shielding="1.1" fishing="1.1" experience="1.0"/> </vocation> <vocation id="58" name="C18 Kula" description="" needpremium="0" gaincap="50" gainhp="155" gainmana="155" gainhpticks="3.0" gainhpamount="600" gainmanaticks="3" gainmanaamount="700" manamultiplier="1.1" attackspeed="1700" soulmax="100" gainsoulticks="120" fromvoc="57"> <formula meleeDamage="15.0" distDamage="15.0" wandDamage="5.0" magDamage="6.5" magHealingDamage="16.0" defense="1.1" magdefense="1.3" armor="1.0"/> <skill fist="1.1" club="1.1" sword="1.0" axe="1.2" distance="1.1" shielding="1.1" fishing="1.1" experience="1.0"/> </vocation> <vocation id="59" name="C18 Terminator" description="" needpremium="0" gaincap="50" gainhp="155" gainmana="155" gainhpticks="3.0" gainhpamount="1100" gainmanaticks="3" gainmanaamount="900" manamultiplier="1.1" attackspeed="1400" soulmax="100" gainsoulticks="120" fromvoc="57"> <formula meleeDamage="22.0" distDamage="22.0" wandDamage="8.0" magDamage="9.0" magHealingDamage="23.0" defense="1.1" magdefense="1.3" armor="1.0"/> <skill fist="1.1" club="1.1" sword="1.0" axe="1.2" distance="1.1" shielding="1.1" fishing="1.1" experience="1.0"/> </vocation> <vocation id="60" name="C18" description="" needpremium="0" gaincap="50" gainhp="155" gainmana="155" gainhpticks="3.0" gainhpamount="1700" gainmanaticks="3" gainmanaamount="1150" manamultiplier="1.1" attackspeed="1100" soulmax="100" gainsoulticks="120" fromvoc="57"> <formula meleeDamage="29.0" distDamage="29.0" wandDamage="12.0" magDamage="13.5" magHealingDamage="30.0" defense="1.1" magdefense="1.3" armor="1.0"/> <skill fist="1.1" club="1.1" sword="1.0" axe="1.2" distance="1.1" shielding="1.1" fishing="1.1" experience="1.0"/> </vocation> <vocation id="61" name="C18 Pink" description="" needpremium="0" gaincap="50" gainhp="155" gainmana="155" gainhpticks="3.0" gainhpamount="2300" gainmanaticks="3" gainmanaamount="1400" manamultiplier="1.1" attackspeed="800" soulmax="100" gainsoulticks="120" fromvoc="57"> <formula meleeDamage="37.0" distDamage="37.0" wandDamage="16.0" magDamage="22.5" magHealingDamage="35.5" defense="1.1" magdefense="1.3" armor="1.0"/> <skill fist="1.1" club="1.1" sword="1.0" axe="1.2" distance="1.1" shielding="1.1" fishing="1.1" experience="1.0"/> </vocation> <vocation id="62" name="C18 Armata" description="" needpremium="0" gaincap="50" gainhp="155" gainmana="155" gainhpticks="3.0" gainhpamount="2900" gainmanaticks="3" gainmanaamount="1800" manamultiplier="1.1" attackspeed="500" soulmax="100" gainsoulticks="120" fromvoc="57"> <formula meleeDamage="45.0" distDamage="45.0" wandDamage="20.0" magDamage="25.0" magHealingDamage="42.5" defense="1.1" magdefense="1.3" armor="1.0"/> <skill fist="1.1" club="1.1" sword="1.0" axe="1.2" distance="1.1" shielding="1.1" fishing="1.1" experience="1.0"/> </vocation> <vocation id="63" name="Pro C18" description="" needpremium="0" gaincap="50" gainhp="155" gainmana="155" gainhpticks="3.0" gainhpamount="4200" gainmanaticks="3" gainmanaamount="2500" manamultiplier="1.1" attackspeed="300" soulmax="100" gainsoulticks="120" fromvoc="57"> <formula meleeDamage="50.0" distDamage="58.0" wandDamage="28.0" magDamage="28.5" magHealingDamage="47.0" defense="1.1" magdefense="1.3" armor="1.0"/> <skill fist="1.1" club="1.1" sword="1.0" axe="1.2" distance="1.1" shielding="1.1" fishing="1.1" experience="1.0"/> </vocation> <vocation id="64" name="Goku Gogetta" description="" needpremium="0" gaincap="70" gainhp="160" gainmana="150" gainhpticks="3.0" gainhpamount="2000" gainmanaticks="3" gainmanaamount="1400" manamultiplier="1.1" attackspeed="750" soulmax="100" gainsoulticks="120" fromvoc="1"> <formula meleeDamage="31.0" distDamage="31.0" wandDamage="12.0" magDamage="16.0" magHealingDamage="28.0" defense="1.1" magdefense="1.3" armor="1.0"/> <skill fist="1.1" club="1.1" sword="1.0" axe="1.2" distance="1.1" shielding="1.1" fishing="1.1" experience="1.0"/> </vocation> <vocation id="65" name="Vegeta Gogetta" description="" needpremium="0" gaincap="50" gainhp="155" gainmana="155" gainhpticks="3.0" gainhpamount="2000" gainmanaticks="3" gainmanaamount="1400" manamultiplier="1.1" attackspeed="750" soulmax="100" gainsoulticks="120" fromvoc="7"> <formula meleeDamage="31.0" distDamage="31.0" wandDamage="12.0" magDamage="16.0" magHealingDamage="28.0" defense="1.1" magdefense="1.3" armor="1.0"/> <skill fist="1.1" club="1.1" sword="1.0" axe="1.2" distance="1.1" shielding="1.1" fishing="1.1" experience="1.0"/> </vocation> <vocation id="66" name="Goku 4 Gogetta" description="" needpremium="0" gaincap="50" gainhp="75" gainmana="65" gainhpticks="3.0" gainhpamount="5000" gainmanaticks="3" gainmanaamount="2500" manamultiplier="1.1" attackspeed="300" soulmax="100" gainsoulticks="120" fromvoc="82"> <formula meleeDamage="55.0" distDamage="55.0" wandDamage="31.0" magDamage="34.5" magHealingDamage="49.0" defense="1.1" magdefense="1.3" armor="1.0"/> <skill fist="1.1" club="1.1" sword="1.0" axe="1.2" distance="1.1" shielding="1.1" fishing="1.1" experience="1.0"/> </vocation> <vocation id="67" name="Vegeta 4 Gogetta" description="" needpremium="0" gaincap="50" gainhp="75" gainmana="65" gainhpticks="3.0" gainhpamount="5000" gainmanaticks="3" gainmanaamount="2500" manamultiplier="1.1" attackspeed="300" soulmax="100" gainsoulticks="120" fromvoc="87"> <formula meleeDamage="55.0" distDamage="55.0" wandDamage="31.0" magDamage="34.5" magHealingDamage="49.0" defense="1.1" magdefense="1.3" armor="1.0"/> <skill fist="1.1" club="1.1" sword="1.0" axe="1.2" distance="1.1" shielding="1.1" fishing="1.1" experience="1.0"/> </vocation> <vocation id="68" name="Picollo" description="a Picollo" needpremium="0" gaincap="50" gainhp="155" gainmana="155" gainhpticks="3.5" gainhpamount="300" gainmanaticks="3" gainmanaamount="400" manamultiplier="1.1" attackspeed="2000" soulmax="100" gainsoulticks="120" fromvoc="68"> <formula meleeDamage="8.0" distDamage="8.0" wandDamage="3.0" magDamage="3.5" magHealingDamage="7.0" defense="1.1" magdefense="1.3" armor="1.0"/> <skill fist="1.1" club="1.1" sword="1.0" axe="1.2" distance="1.1" shielding="1.1" fishing="1.1" experience="1.0"/> </vocation> <vocation id="69" name="Picollo Bez Szaty" description="" needpremium="0" gaincap="50" gainhp="155" gainmana="155" gainhpticks="3.0" gainhpamount="600" gainmanaticks="3" gainmanaamount="700" manamultiplier="1.1" attackspeed="1700" soulmax="100" gainsoulticks="120" fromvoc="68"> <formula meleeDamage="15.0" distDamage="15.0" wandDamage="5.0" magDamage="6.5" magHealingDamage="16.0" defense="1.1" magdefense="1.3" armor="1.0"/> <skill fist="1.1" club="1.1" sword="1.0" axe="1.2" distance="1.1" shielding="1.1" fishing="1.1" experience="1.0"/> </vocation> <vocation id="70" name="Picollo Lotnik" description="" needpremium="0" gaincap="50" gainhp="155" gainmana="155" gainhpticks="3.0" gainhpamount="1100" gainmanaticks="3" gainmanaamount="900" manamultiplier="1.1" attackspeed="1400" soulmax="100" gainsoulticks="120" fromvoc="68"> <formula meleeDamage="22.0" distDamage="22.0" wandDamage="8.0" magDamage="9.0" magHealingDamage="23.0" defense="1.1" magdefense="1.3" armor="1.0"/> <skill fist="1.1" club="1.1" sword="1.0" axe="1.2" distance="1.1" shielding="1.1" fishing="1.1" experience="1.0"/> </vocation> <vocation id="71" name="Picollo Big Lotnik" description="" needpremium="0" gaincap="50" gainhp="155" gainmana="155" gainhpticks="3.0" gainhpamount="1700" gainmanaticks="3" gainmanaamount="1150" manamultiplier="1.1" attackspeed="1100" soulmax="100" gainsoulticks="120" fromvoc="68"> <formula meleeDamage="29.0" distDamage="29.0" wandDamage="12.0" magDamage="13.5" magHealingDamage="30.0" defense="1.1" magdefense="1.3" armor="1.0"/> <skill fist="1.1" club="1.1" sword="1.0" axe="1.2" distance="1.1" shielding="1.1" fishing="1.1" experience="1.0"/> </vocation> <vocation id="72" name="Picollo Fury Lotnik" description="" needpremium="0" gaincap="50" gainhp="155" gainmana="155" gainhpticks="3.0" gainhpamount="2300" gainmanaticks="3" gainmanaamount="1400" manamultiplier="1.1" attackspeed="800" soulmax="100" gainsoulticks="120" fromvoc="68"> <formula meleeDamage="37.0" distDamage="37.0" wandDamage="16.0" magDamage="22.5" magHealingDamage="35.5" defense="1.1" magdefense="1.3" armor="1.0"/> <skill fist="1.1" club="1.1" sword="1.0" axe="1.2" distance="1.1" shielding="1.1" fishing="1.1" experience="1.0"/> </vocation> <vocation id="73" name="Super Picollo" description="" needpremium="0" gaincap="50" gainhp="155" gainmana="155" gainhpticks="3.0" gainhpamount="2900" gainmanaticks="3" gainmanaamount="1800" manamultiplier="1.1" attackspeed="500" soulmax="100" gainsoulticks="120" fromvoc="68"> <formula meleeDamage="45.0" distDamage="45.0" wandDamage="20.0" magDamage="25.0" magHealingDamage="42.5" defense="1.1" magdefense="1.3" armor="1.0"/> <skill fist="1.1" club="1.1" sword="1.0" axe="1.2" distance="1.1" shielding="1.1" fishing="1.1" experience="1.0"/> </vocation> <vocation id="74" name="Pro Picollo" description="" needpremium="0" gaincap="50" gainhp="155" gainmana="155" gainhpticks="3.0" gainhpamount="4200" gainmanaticks="3" gainmanaamount="2500" manamultiplier="1.1" attackspeed="300" soulmax="100" gainsoulticks="120" fromvoc="68"> <formula meleeDamage="50.0" distDamage="58.0" wandDamage="28.0" magDamage="28.5" magHealingDamage="47.0" defense="1.1" magdefense="1.3" armor="1.0"/> <skill fist="1.1" club="1.1" sword="1.0" axe="1.2" distance="1.1" shielding="1.1" fishing="1.1" experience="1.0"/> </vocation> <vocation id="75" name="Dende" description="a Dende" needpremium="0" gaincap="50" gainhp="155" gainmana="155" gainhpticks="3.5" gainhpamount="300" gainmanaticks="3" gainmanaamount="400" manamultiplier="1.1" attackspeed="2000" soulmax="100" gainsoulticks="120" fromvoc="75"> <formula meleeDamage="8.0" distDamage="8.0" wandDamage="3.0" magDamage="3.5" magHealingDamage="7.0" defense="1.1" magdefense="1.3" armor="1.0"/> <skill fist="1.1" club="1.1" sword="1.0" axe="1.2" distance="1.1" shielding="1.1" fishing="1.1" experience="1.0"/> </vocation> <vocation id="76" name="Dende White" description="" needpremium="0" gaincap="50" gainhp="155" gainmana="155" gainhpticks="3.0" gainhpamount="600" gainmanaticks="3" gainmanaamount="700" manamultiplier="1.1" attackspeed="1700" soulmax="100" gainsoulticks="120" fromvoc="75"> <formula meleeDamage="15.0" distDamage="15.0" wandDamage="5.0" magDamage="6.5" magHealingDamage="16.0" defense="1.1" magdefense="1.3" armor="1.0"/> <skill fist="1.1" club="1.1" sword="1.0" axe="1.2" distance="1.1" shielding="1.1" fishing="1.1" experience="1.0"/> </vocation> <vocation id="77" name="Fury Dende" description="" needpremium="0" gaincap="50" gainhp="155" gainmana="155" gainhpticks="3.0" gainhpamount="1100" gainmanaticks="3" gainmanaamount="900" manamultiplier="1.1" attackspeed="1400" soulmax="100" gainsoulticks="120" fromvoc="75"> <formula meleeDamage="22.0" distDamage="22.0" wandDamage="8.0" magDamage="9.0" magHealingDamage="23.0" defense="1.1" magdefense="1.3" armor="1.0"/> <skill fist="1.1" club="1.1" sword="1.0" axe="1.2" distance="1.1" shielding="1.1" fishing="1.1" experience="1.0"/> </vocation> <vocation id="78" name="Cape Dende" description="" needpremium="0" gaincap="50" gainhp="155" gainmana="155" gainhpticks="3.0" gainhpamount="1700" gainmanaticks="3" gainmanaamount="1150" manamultiplier="1.1" attackspeed="1100" soulmax="100" gainsoulticks="120" fromvoc="75"> <formula meleeDamage="29.0" distDamage="29.0" wandDamage="12.0" magDamage="13.5" magHealingDamage="30.0" defense="1.1" magdefense="1.3" armor="1.0"/> <skill fist="1.1" club="1.1" sword="1.0" axe="1.2" distance="1.1" shielding="1.1" fishing="1.1" experience="1.0"/> </vocation> <vocation id="79" name="Super Dende" description="" needpremium="0" gaincap="50" gainhp="155" gainmana="155" gainhpticks="3.0" gainhpamount="2300" gainmanaticks="3" gainmanaamount="1400" manamultiplier="1.1" attackspeed="800" soulmax="100" gainsoulticks="120" fromvoc="75"> <formula meleeDamage="37.0" distDamage="37.0" wandDamage="16.0" magDamage="22.5" magHealingDamage="35.5" defense="1.1" magdefense="1.3" armor="1.0"/> <skill fist="1.1" club="1.1" sword="1.0" axe="1.2" distance="1.1" shielding="1.1" fishing="1.1" experience="1.0"/> </vocation> <vocation id="80" name="Old Dende" description="" needpremium="0" gaincap="50" gainhp="155" gainmana="155" gainhpticks="3.0" gainhpamount="2900" gainmanaticks="3" gainmanaamount="1800" manamultiplier="1.1" attackspeed="500" soulmax="100" gainsoulticks="120" fromvoc="75"> <formula meleeDamage="45.0" distDamage="45.0" wandDamage="20.0" magDamage="25.0" magHealingDamage="42.5" defense="1.1" magdefense="1.3" armor="1.0"/> <skill fist="1.1" club="1.1" sword="1.0" axe="1.2" distance="1.1" shielding="1.1" fishing="1.1" experience="1.0"/> </vocation> <vocation id="81" name="Pro Dende" description="" needpremium="0" gaincap="50" gainhp="155" gainmana="155" gainhpticks="3.0" gainhpamount="4200" gainmanaticks="3" gainmanaamount="2500" manamultiplier="1.1" attackspeed="300" soulmax="100" gainsoulticks="120" fromvoc="75"> <formula meleeDamage="50.0" distDamage="58.0" wandDamage="28.0" magDamage="28.5" magHealingDamage="47.0" defense="1.1" magdefense="1.3" armor="1.0"/> <skill fist="1.1" club="1.1" sword="1.0" axe="1.2" distance="1.1" shielding="1.1" fishing="1.1" experience="1.0"/> </vocation> ^-^-_REBORN_-^-^ <vocation id="82" name="Goku Reborn" description="" needpremium="0" gaincap="50" gainhp="75" gainmana="65" gainhpticks="3.0" gainhpamount="2000" gainmanaticks="3" gainmanaamount="900" manamultiplier="1.1" attackspeed="1200" soulmax="200" gainsoulticks="120" fromvoc="82"> <formula meleeDamage="27.5" distDamage="25.0" wandDamage="12.0" magDamage="13.0" magHealingDamage="30.0" defense="1.1" magdefense="1.3" armor="1.0"/> <skill fist="1.1" club="1.1" sword="1.0" axe="1.2" distance="1.1" shielding="1.1" fishing="1.1" experience="1.0"/> </vocation> <vocation id="83" name="Goku Reborn Ssj" description="" needpremium="0" gaincap="50" gainhp="75" gainmana="65" gainhpticks="3.0" gainhpamount="2700" gainmanaticks="3" gainmanaamount="1150" manamultiplier="1.1" attackspeed="900" soulmax="200" gainsoulticks="120" fromvoc="82"> <formula meleeDamage="35.0" distDamage="36.0" wandDamage="17.0" magDamage="22.5" magHealingDamage="38.0" defense="1.1" magdefense="1.3" armor="1.0"/> <skill fist="1.1" club="1.1" sword="1.0" axe="1.2" distance="1.1" shielding="1.1" fishing="1.1" experience="1.0"/> </vocation> <vocation id="84" name="Goku Reborn Ssj 2" description="" needpremium="0" gaincap="50" gainhp="75" gainmana="65" gainhpticks="3.0" gainhpamount="3600" gainmanaticks="3" gainmanaamount="1400" manamultiplier="1.1" attackspeed="600" soulmax="200" gainsoulticks="120" fromvoc="82"> <formula meleeDamage="41.0" distDamage="41.0" wandDamage="19.0" magDamage="25.5" magHealingDamage="44.0" defense="1.1" magdefense="1.3" armor="1.0"/> <skill fist="1.1" club="1.1" sword="1.0" axe="1.2" distance="1.1" shielding="1.1" fishing="1.1" experience="1.0"/> </vocation> <vocation id="85" name="Goku Reborn Ssj 3" description="" needpremium="0" gaincap="50" gainhp="75" gainmana="65" gainhpticks="3.0" gainhpamount="4200" gainmanaticks="3" gainmanaamount="1800" manamultiplier="1.1" attackspeed="300" soulmax="200" gainsoulticks="120" fromvoc="82"> <formula meleeDamage="49.0" distDamage="48.0" wandDamage="23.0" magDamage="28.5" magHealingDamage="51.0" defense="1.1" magdefense="1.3" armor="1.0"/> <skill fist="1.1" club="1.1" sword="1.0" axe="1.2" distance="1.1" shielding="1.1" fishing="1.1" experience="1.0"/> </vocation> <vocation id="86" name="Goku Ssj 4" description="" needpremium="0" gaincap="50" gainhp="75" gainmana="65" gainhpticks="3.0" gainhpamount="5000" gainmanaticks="3" gainmanaamount="2500" manamultiplier="1.1" attackspeed="300" soulmax="200" gainsoulticks="120" fromvoc="82"> <formula meleeDamage="55.0" distDamage="55.0" wandDamage="31.0" magDamage="34.0" magHealingDamage="55.0" defense="1.1" magdefense="1.3" armor="1.0"/> <skill fist="1.1" club="1.1" sword="1.0" axe="1.2" distance="1.1" shielding="1.1" fishing="1.1" experience="1.0"/> </vocation> <vocation id="87" name="Vegeta Reborn" description="" needpremium="0" gaincap="50" gainhp="75" gainmana="65" gainhpticks="3.0" gainhpamount="2000" gainmanaticks="3" gainmanaamount="900" manamultiplier="1.1" attackspeed="1200" soulmax="200" gainsoulticks="120" fromvoc="87"> <formula meleeDamage="27.5" distDamage="25.0" wandDamage="12.0" magDamage="13.0" magHealingDamage="30.0" defense="1.1" magdefense="1.3" armor="1.0"/> <skill fist="1.1" club="1.1" sword="1.0" axe="1.2" distance="1.1" shielding="1.1" fishing="1.1" experience="1.0"/> </vocation> <vocation id="88" name="Vegeta Reborn Ssj" description="" needpremium="0" gaincap="50" gainhp="75" gainmana="65" gainhpticks="3.0" gainhpamount="2700" gainmanaticks="3" gainmanaamount="1150" manamultiplier="1.1" attackspeed="900" soulmax="200" gainsoulticks="120" fromvoc="87"> <formula meleeDamage="35.0" distDamage="36.0" wandDamage="17.0" magDamage="22.5" magHealingDamage="38.0" defense="1.1" magdefense="1.3" armor="1.0"/> <skill fist="1.1" club="1.1" sword="1.0" axe="1.2" distance="1.1" shielding="1.1" fishing="1.1" experience="1.0"/> </vocation> <vocation id="89" name="Vegeta Reborn Ssj 2" description="" needpremium="0" gaincap="50" gainhp="75" gainmana="65" gainhpticks="3.0" gainhpamount="3600" gainmanaticks="3" gainmanaamount="1400" manamultiplier="1.1" attackspeed="600" soulmax="200" gainsoulticks="120" fromvoc="87"> <formula meleeDamage="41.0" distDamage="41.0" wandDamage="19.0" magDamage="25.5" magHealingDamage="44.0" defense="1.1" magdefense="1.3" armor="1.0"/> <skill fist="1.1" club="1.1" sword="1.0" axe="1.2" distance="1.1" shielding="1.1" fishing="1.1" experience="1.0"/> </vocation> <vocation id="90" name="Vegeta Fury Reborn" description="" needpremium="0" gaincap="50" gainhp="75" gainmana="65" gainhpticks="3.0" gainhpamount="4200" gainmanaticks="3" gainmanaamount="1800" manamultiplier="1.1" attackspeed="300" soulmax="200" gainsoulticks="120" fromvoc="87"> <formula meleeDamage="49.0" distDamage="48.0" wandDamage="23.0" magDamage="28.5" magHealingDamage="51.0" defense="1.1" magdefense="1.3" armor="1.0"/> <skill fist="1.1" club="1.1" sword="1.0" axe="1.2" distance="1.1" shielding="1.1" fishing="1.1" experience="1.0"/> </vocation> <vocation id="91" name="Vegeta Ssj 4" description="" needpremium="0" gaincap="50" gainhp="75" gainmana="65" gainhpticks="3.0" gainhpamount="5000" gainmanaticks="3" gainmanaamount="2500" manamultiplier="1.1" attackspeed="300" soulmax="200" gainsoulticks="120" fromvoc="87"> <formula meleeDamage="55.0" distDamage="55.0" wandDamage="31.0" magDamage="34.0" magHealingDamage="55.0" defense="1.1" magdefense="1.3" armor="1.0"/> <skill fist="1.1" club="1.1" sword="1.0" axe="1.2" distance="1.1" shielding="1.1" fishing="1.1" experience="1.0"/> </vocation> <vocation id="92" name="Gohan Reborn" description="" needpremium="0" gaincap="50" gainhp="75" gainmana="65" gainhpticks="3.0" gainhpamount="2000" gainmanaticks="3" gainmanaamount="900" manamultiplier="1.1" attackspeed="1200" soulmax="200" gainsoulticks="120" fromvoc="92"> <formula meleeDamage="27.5" distDamage="25.0" wandDamage="12.0" magDamage="13.0" magHealingDamage="30.0" defense="1.1" magdefense="1.3" armor="1.0"/> <skill fist="1.1" club="1.1" sword="1.1" axe="1.2" distance="1.1" shielding="1.1" fishing="1.1" experience="1.0"/> </vocation> <vocation id="93" name="Gohan Reborn Dress" description="" needpremium="0" gaincap="50" gainhp="75" gainmana="65" gainhpticks="3.0" gainhpamount="2700" gainmanaticks="3" gainmanaamount="1150" manamultiplier="1.1" attackspeed="900" soulmax="200" gainsoulticks="120" fromvoc="92"> <formula meleeDamage="35.0" distDamage="36.0" wandDamage="17.0" magDamage="22.5" magHealingDamage="38.0" defense="1.1" magdefense="1.3" armor="1.0"/> <skill fist="1.1" club="1.1" sword="1.1" axe="1.2" distance="1.1" shielding="1.1" fishing="1.1" experience="1.0"/> </vocation> <vocation id="94" name="Gohan Reborn Green" description="" needpremium="0" gaincap="50" gainhp="75" gainmana="65" gainhpticks="3.0" gainhpamount="3600" gainmanaticks="3" gainmanaamount="1400" manamultiplier="1.1" attackspeed="600" soulmax="200" gainsoulticks="120" fromvoc="92"> <formula meleeDamage="41.0" distDamage="41.0" wandDamage="19.0" magDamage="25.5" magHealingDamage="44.0" defense="1.1" magdefense="1.3" armor="1.0"/> <skill fist="1.1" club="1.1" sword="1.1" axe="1.2" distance="1.1" shielding="1.1" fishing="1.1" experience="1.0"/> </vocation> <vocation id="95" name="Gohan Reborn Ssj" description="" needpremium="0" gaincap="50" gainhp="75" gainmana="65" gainhpticks="3.0" gainhpamount="4200" gainmanaticks="3" gainmanaamount="1800" manamultiplier="1.1" attackspeed="300" soulmax="200" gainsoulticks="120" fromvoc="92"> <formula meleeDamage="49.0" distDamage="48.0" wandDamage="23.0" magDamage="28.5" magHealingDamage="51.0" defense="1.1" magdefense="1.3" armor="1.0"/> <skill fist="1.1" club="1.1" sword="1.1" axe="1.2" distance="1.1" shielding="1.1" fishing="1.1" experience="1.0"/> </vocation> <vocation id="96" name="Gohan Ssj 4" description="" needpremium="0" gaincap="50" gainhp="75" gainmana="65" gainhpticks="3.0" gainhpamount="5000" gainmanaticks="3" gainmanaamount="2500" manamultiplier="1.1" attackspeed="300" soulmax="200" gainsoulticks="120" fromvoc="92"> <formula meleeDamage="55.0" distDamage="55.0" wandDamage="31.0" magDamage="34.0" magHealingDamage="55.0" defense="1.1" magdefense="1.3" armor="1.0"/> <skill fist="1.1" club="1.1" sword="1.1" axe="1.2" distance="1.1" shielding="1.1" fishing="1.1" experience="1.0"/> </vocation> <vocation id="97" name="Trunks Reborn" description="" needpremium="0" gaincap="50" gainhp="75" gainmana="65" gainhpticks="3.0" gainhpamount="2000" gainmanaticks="3" gainmanaamount="900" manamultiplier="1.1" attackspeed="1200" soulmax="200" gainsoulticks="120" fromvoc="97"> <formula meleeDamage="27.5" distDamage="25.0" wandDamage="12.0" magDamage="13.0" magHealingDamage="30.0" defense="1.1" magdefense="1.3" armor="1.0"/> <skill fist="1.1" club="1.0" sword="1.1" axe="1.2" distance="1.1" shielding="1.1" fishing="1.1" experience="1.0"/> </vocation> <vocation id="98" name="Trunks Reborn Ssj" description="" needpremium="0" gaincap="50" gainhp="75" gainmana="65" gainhpticks="3.0" gainhpamount="2700" gainmanaticks="3" gainmanaamount="1150" manamultiplier="1.1" attackspeed="900" soulmax="200" gainsoulticks="120" fromvoc="97"> <formula meleeDamage="35.0" distDamage="36.0" wandDamage="17.0" magDamage="22.5" magHealingDamage="38.0" defense="1.1" magdefense="1.3" armor="1.0"/> <skill fist="1.1" club="1.0" sword="1.1" axe="1.2" distance="1.1" shielding="1.1" fishing="1.1" experience="1.0"/> </vocation> <vocation id="99" name="Trunks Reborn Ssj 2" description="" needpremium="0" gaincap="50" gainhp="75" gainmana="65" gainhpticks="3.0" gainhpamount="3600" gainmanaticks="3" gainmanaamount="1400" manamultiplier="1.1" attackspeed="600" soulmax="200" gainsoulticks="120" fromvoc="97"> <formula meleeDamage="41.0" distDamage="41.0" wandDamage="19.0" magDamage="25.5" magHealingDamage="44.0" defense="1.1" magdefense="1.3" armor="1.0"/> <skill fist="1.1" club="1.0" sword="1.1" axe="1.2" distance="1.1" shielding="1.1" fishing="1.1" experience="1.0"/> </vocation> <vocation id="100" name="Trunks Reborn Ssj 3" description="" needpremium="0" gaincap="50" gainhp="75" gainmana="65" gainhpticks="3.0" gainhpamount="4200" gainmanaticks="3" gainmanaamount="1800" manamultiplier="1.1" attackspeed="300" soulmax="200" gainsoulticks="120" fromvoc="97"> <formula meleeDamage="49.0" distDamage="48.0" wandDamage="23.0" magDamage="28.5" magHealingDamage="51.0" defense="1.1" magdefense="1.3" armor="1.0"/> <skill fist="1.1" club="1.0" sword="1.1" axe="1.2" distance="1.1" shielding="1.1" fishing="1.1" experience="1.0"/> </vocation> <vocation id="101" name="Trunks Ssj 4" description="" needpremium="0" gaincap="50" gainhp="75" gainmana="65" gainhpticks="3.0" gainhpamount="5000" gainmanaticks="3" gainmanaamount="2500" manamultiplier="1.1" attackspeed="300" soulmax="200" gainsoulticks="120" fromvoc="97"> <formula meleeDamage="55.0" distDamage="55.0" wandDamage="31.0" magDamage="34.0" magHealingDamage="55.0" defense="1.1" magdefense="1.3" armor="1.0"/> <skill fist="1.1" club="1.0" sword="1.1" axe="1.2" distance="1.1" shielding="1.1" fishing="1.1" experience="1.0"/> </vocation> <vocation id="200" name="Super Trunks" description="a trunks" needpremium="0" gaincap="50" gainhp="75" gainmana="65" gainhpticks="3.0" gainhpamount="5000" gainmanaticks="3" gainmanaamount="2500" manamultiplier="1.1" attackspeed="300" soulmax="200" gainsoulticks="120" fromvoc="97"> <formula meleeDamage="55.0" distDamage="55.0" wandDamage="31.0" magDamage="34.0" magHealingDamage="55.0" defense="1.1" magdefense="1.3" armor="1.0"/> <skill fist="1.1" club="1.0" sword="1.1" axe="1.2" distance="1.1" shielding="1.1" fishing="1.1" experience="1.0"/> </vocation> <vocation id="102" name="Freeza Reborn 1" description="" needpremium="0" gaincap="50" gainhp="75" gainmana="65" gainhpticks="3.0" gainhpamount="2000" gainmanaticks="3" gainmanaamount="900" manamultiplier="1.1" attackspeed="1200" soulmax="200" gainsoulticks="120" fromvoc="102"> <formula meleeDamage="27.5" distDamage="25.0" wandDamage="12.0" magDamage="13.0" magHealingDamage="30.0" defense="1.1" magdefense="1.3" armor="1.0"/> <skill fist="1.1" club="1.1" sword="1.0" axe="1.2" distance="1.1" shielding="1.1" fishing="1.1" experience="1.0"/> </vocation> <vocation id="103" name="Freeza Reborn 2" description="" needpremium="0" gaincap="50" gainhp="75" gainmana="65" gainhpticks="3.0" gainhpamount="2700" gainmanaticks="3" gainmanaamount="1150" manamultiplier="1.1" attackspeed="900" soulmax="200" gainsoulticks="120" fromvoc="102"> <formula meleeDamage="35.0" distDamage="36.0" wandDamage="17.0" magDamage="22.5" magHealingDamage="38.0" defense="1.1" magdefense="1.3" armor="1.0"/> <skill fist="1.1" club="1.1" sword="1.0" axe="1.2" distance="1.1" shielding="1.1" fishing="1.1" experience="1.0"/> </vocation> <vocation id="104" name="Freeza Reborn 3" description="" needpremium="0" gaincap="50" gainhp="75" gainmana="65" gainhpticks="3.0" gainhpamount="3600" gainmanaticks="3" gainmanaamount="1400" manamultiplier="1.1" attackspeed="600" soulmax="200" gainsoulticks="120" fromvoc="102"> <formula meleeDamage="41.0" distDamage="41.0" wandDamage="19.0" magDamage="25.5" magHealingDamage="44.0" defense="1.1" magdefense="1.3" armor="1.0"/> <skill fist="1.1" club="1.1" sword="1.0" axe="1.2" distance="1.1" shielding="1.1" fishing="1.1" experience="1.0"/> </vocation> <vocation id="105" name="Freeza Reborn 4" description="" needpremium="0" gaincap="50" gainhp="75" gainmana="65" gainhpticks="3.0" gainhpamount="4200" gainmanaticks="3" gainmanaamount="1800" manamultiplier="1.1" attackspeed="300" soulmax="200" gainsoulticks="120" fromvoc="102"> <formula meleeDamage="49.0" distDamage="48.0" wandDamage="23.0" magDamage="28.5" magHealingDamage="51.0" defense="1.1" magdefense="1.3" armor="1.0"/> <skill fist="1.1" club="1.1" sword="1.0" axe="1.2" distance="1.1" shielding="1.1" fishing="1.1" experience="1.0"/> </vocation> <vocation id="106" name="Freeza Reborn 5" description="" needpremium="0" gaincap="50" gainhp="75" gainmana="65" gainhpticks="3.0" gainhpamount="5000" gainmanaticks="3" gainmanaamount="2500" manamultiplier="1.1" attackspeed="300" soulmax="200" gainsoulticks="120" fromvoc="102"> <formula meleeDamage="55.0" distDamage="55.0" wandDamage="31.0" magDamage="34.0" magHealingDamage="55.0" defense="1.1" magdefense="1.3" armor="1.0"/> <skill fist="1.1" club="1.1" sword="1.0" axe="1.2" distance="1.1" shielding="1.1" fishing="1.1" experience="1.0"/> </vocation> <vocation id="107" name="Buu Reborn 1" description="" needpremium="0" gaincap="50" gainhp="75" gainmana="65" gainhpticks="3.0" gainhpamount="2000" gainmanaticks="3" gainmanaamount="900" manamultiplier="1.1" attackspeed="1200" soulmax="200" gainsoulticks="120" fromvoc="107"> <formula meleeDamage="27.5" distDamage="25.0" wandDamage="12.0" magDamage="13.0" magHealingDamage="30.0" defense="1.1" magdefense="1.3" armor="1.0"/> <skill fist="1.1" club="1.1" sword="1.0" axe="1.2" distance="1.1" shielding="1.1" fishing="1.1" experience="1.0"/> </vocation> <vocation id="108" name="Buu Reborn 2" description="" needpremium="0" gaincap="50" gainhp="75" gainmana="65" gainhpticks="3.0" gainhpamount="2700" gainmanaticks="3" gainmanaamount="1150" manamultiplier="1.1" attackspeed="900" soulmax="200" gainsoulticks="120" fromvoc="107"> <formula meleeDamage="35.0" distDamage="36.0" wandDamage="17.0" magDamage="22.5" magHealingDamage="38.0" defense="1.1" magdefense="1.3" armor="1.0"/> <skill fist="1.1" club="1.1" sword="1.0" axe="1.2" distance="1.1" shielding="1.1" fishing="1.1" experience="1.0"/> </vocation> <vocation id="109" name="Buu Reborn 3" description="" needpremium="0" gaincap="50" gainhp="75" gainmana="65" gainhpticks="3.0" gainhpamount="3600" gainmanaticks="3" gainmanaamount="1400" manamultiplier="1.1" attackspeed="600" soulmax="200" gainsoulticks="120" fromvoc="107"> <formula meleeDamage="41.0" distDamage="41.0" wandDamage="19.0" magDamage="25.5" magHealingDamage="44.0" defense="1.1" magdefense="1.3" armor="1.0"/> <skill fist="1.1" club="1.1" sword="1.0" axe="1.2" distance="1.1" shielding="1.1" fishing="1.1" experience="1.0"/> </vocation> <vocation id="110" name="Buu Reborn 4" description="" needpremium="0" gaincap="50" gainhp="75" gainmana="65" gainhpticks="3.0" gainhpamount="4200" gainmanaticks="3" gainmanaamount="1800" manamultiplier="1.1" attackspeed="300" soulmax="200" gainsoulticks="120" fromvoc="107"> <formula meleeDamage="49.0" distDamage="48.0" wandDamage="23.0" magDamage="28.5" magHealingDamage="51.0" defense="1.1" magdefense="1.3" armor="1.0"/> <skill fist="1.1" club="1.1" sword="1.0" axe="1.2" distance="1.1" shielding="1.1" fishing="1.1" experience="1.0"/> </vocation> <vocation id="111" name="Buu Reborn 5" description="" needpremium="0" gaincap="50" gainhp="75" gainmana="65" gainhpticks="3.0" gainhpamount="5000" gainmanaticks="3" gainmanaamount="2500" manamultiplier="1.1" attackspeed="300" soulmax="200" gainsoulticks="120" fromvoc="107"> <formula meleeDamage="55.0" distDamage="55.0" wandDamage="31.0" magDamage="34.0" magHealingDamage="55.0" defense="1.1" magdefense="1.3" armor="1.0"/> <skill fist="1.1" club="1.1" sword="1.0" axe="1.2" distance="1.1" shielding="1.1" fishing="1.1" experience="1.0"/> </vocation> <vocation id="112" name="Cell Reborn 1" description="" needpremium="0" gaincap="50" gainhp="75" gainmana="65" gainhpticks="3.0" gainhpamount="2000" gainmanaticks="3" gainmanaamount="900" manamultiplier="1.1" attackspeed="1200" soulmax="200" gainsoulticks="120" fromvoc="112"> <formula meleeDamage="27.5" distDamage="25.0" wandDamage="12.0" magDamage="13.0" magHealingDamage="30.0" defense="1.1" magdefense="1.3" armor="1.0"/> <skill fist="1.1" club="1.1" sword="1.0" axe="1.2" distance="1.1" shielding="1.1" fishing="1.1" experience="1.0"/> </vocation> <vocation id="113" name="Cell Reborn 2" description="" needpremium="0" gaincap="50" gainhp="75" gainmana="65" gainhpticks="3.0" gainhpamount="2700" gainmanaticks="3" gainmanaamount="1150" manamultiplier="1.1" attackspeed="900" soulmax="200" gainsoulticks="120" fromvoc="112"> <formula meleeDamage="35.0" distDamage="36.0" wandDamage="17.0" magDamage="22.5" magHealingDamage="38.0" defense="1.1" magdefense="1.3" armor="1.0"/> <skill fist="1.1" club="1.1" sword="1.0" axe="1.2" distance="1.1" shielding="1.1" fishing="1.1" experience="1.0"/> </vocation> <vocation id="114" name="Cell Reborn 3" description="" needpremium="0" gaincap="50" gainhp="75" gainmana="65" gainhpticks="3.0" gainhpamount="3600" gainmanaticks="3" gainmanaamount="1400" manamultiplier="1.1" attackspeed="600" soulmax="200" gainsoulticks="120" fromvoc="112"> <formula meleeDamage="41.0" distDamage="41.0" wandDamage="19.0" magDamage="25.5" magHealingDamage="44.0" defense="1.1" magdefense="1.3" armor="1.0"/> <skill fist="1.1" club="1.1" sword="1.0" axe="1.2" distance="1.1" shielding="1.1" fishing="1.1" experience="1.0"/> </vocation> <vocation id="115" name="Cell Reborn 4" description="" needpremium="0" gaincap="50" gainhp="75" gainmana="65" gainhpticks="3.0" gainhpamount="4200" gainmanaticks="3" gainmanaamount="1800" manamultiplier="1.1" attackspeed="300" soulmax="200" gainsoulticks="120" fromvoc="112"> <formula meleeDamage="49.0" distDamage="48.0" wandDamage="23.0" magDamage="28.5" magHealingDamage="51.0" defense="1.1" magdefense="1.3" armor="1.0"/> <skill fist="1.1" club="1.1" sword="1.0" axe="1.2" distance="1.1" shielding="1.1" fishing="1.1" experience="1.0"/> </vocation> <vocation id="116" name="Cell Reborn 5" description="" needpremium="0" gaincap="50" gainhp="75" gainmana="65" gainhpticks="3.0" gainhpamount="5000" gainmanaticks="3" gainmanaamount="2500" manamultiplier="1.1" attackspeed="300" soulmax="200" gainsoulticks="120" fromvoc="112"> <formula meleeDamage="55.0" distDamage="55.0" wandDamage="31.0" magDamage="34.0" magHealingDamage="55.0" defense="1.1" magdefense="1.3" armor="1.0"/> <skill fist="1.1" club="1.1" sword="1.0" axe="1.2" distance="1.1" shielding="1.1" fishing="1.1" experience="1.0"/> </vocation> <vocation id="117" name="C17 Reborn 1" description="" needpremium="0" gaincap="50" gainhp="75" gainmana="65" gainhpticks="3.0" gainhpamount="2000" gainmanaticks="3" gainmanaamount="900" manamultiplier="1.1" attackspeed="1200" soulmax="200" gainsoulticks="120" fromvoc="117"> <formula meleeDamage="27.5" distDamage="25.0" wandDamage="12.0" magDamage="13.0" magHealingDamage="30.0" defense="1.1" magdefense="1.3" armor="1.0"/> <skill fist="1.1" club="1.1" sword="1.0" axe="1.2" distance="1.1" shielding="1.1" fishing="1.1" experience="1.0"/> </vocation> <vocation id="118" name="C17 Reborn 2" description="" needpremium="0" gaincap="50" gainhp="75" gainmana="65" gainhpticks="3.0" gainhpamount="2700" gainmanaticks="3" gainmanaamount="1150" manamultiplier="1.1" attackspeed="900" soulmax="200" gainsoulticks="120" fromvoc="117"> <formula meleeDamage="35.0" distDamage="36.0" wandDamage="17.0" magDamage="22.5" magHealingDamage="38.0" defense="1.1" magdefense="1.3" armor="1.0"/> <skill fist="1.1" club="1.1" sword="1.0" axe="1.2" distance="1.1" shielding="1.1" fishing="1.1" experience="1.0"/> </vocation> <vocation id="119" name="C17 Reborn 3" description="" needpremium="0" gaincap="50" gainhp="75" gainmana="65" gainhpticks="3.0" gainhpamount="3600" gainmanaticks="3" gainmanaamount="1400" manamultiplier="1.1" attackspeed="600" soulmax="200" gainsoulticks="120" fromvoc="117"> <formula meleeDamage="41.0" distDamage="41.0" wandDamage="19.0" magDamage="25.5" magHealingDamage="44.0" defense="1.1" magdefense="1.3" armor="1.0"/> <skill fist="1.1" club="1.1" sword="1.0" axe="1.2" distance="1.1" shielding="1.1" fishing="1.1" experience="1.0"/> </vocation> <vocation id="120" name="C17 Reborn 4" description="" needpremium="0" gaincap="50" gainhp="75" gainmana="65" gainhpticks="3.0" gainhpamount="4200" gainmanaticks="3" gainmanaamount="1800" manamultiplier="1.1" attackspeed="300" soulmax="200" gainsoulticks="120" fromvoc="117"> <formula meleeDamage="49.0" distDamage="48.0" wandDamage="23.0" magDamage="28.5" magHealingDamage="51.0" defense="1.1" magdefense="1.3" armor="1.0"/> <skill fist="1.1" club="1.1" sword="1.0" axe="1.2" distance="1.1" shielding="1.1" fishing="1.1" experience="1.0"/> </vocation> <vocation id="121" name="C17 Reborn 5" description="" needpremium="0" gaincap="50" gainhp="75" gainmana="65" gainhpticks="3.0" gainhpamount="5000" gainmanaticks="3" gainmanaamount="2500" manamultiplier="1.1" attackspeed="300" soulmax="200" gainsoulticks="120" fromvoc="117"> <formula meleeDamage="55.0" distDamage="55.0" wandDamage="31.0" magDamage="34.0" magHealingDamage="55.0" defense="1.1" magdefense="1.3" armor="1.0"/> <skill fist="1.1" club="1.1" sword="1.0" axe="1.2" distance="1.1" shielding="1.1" fishing="1.1" experience="1.0"/> </vocation> <vocation id="122" name="C18 Reborn 1" description="" needpremium="0" gaincap="50" gainhp="75" gainmana="65" gainhpticks="3.0" gainhpamount="2000" gainmanaticks="3" gainmanaamount="900" manamultiplier="1.1" attackspeed="1200" soulmax="200" gainsoulticks="120" fromvoc="122"> <formula meleeDamage="27.5" distDamage="25.0" wandDamage="12.0" magDamage="13.0" magHealingDamage="30.0" defense="1.1" magdefense="1.3" armor="1.0"/> <skill fist="1.1" club="1.1" sword="1.0" axe="1.2" distance="1.1" shielding="1.1" fishing="1.1" experience="1.0"/> </vocation> <vocation id="123" name="C18 Reborn 2" description="" needpremium="0" gaincap="50" gainhp="75" gainmana="65" gainhpticks="3.0" gainhpamount="2700" gainmanaticks="3" gainmanaamount="1150" manamultiplier="1.1" attackspeed="900" soulmax="200" gainsoulticks="120" fromvoc="122"> <formula meleeDamage="35.0" distDamage="36.0" wandDamage="17.0" magDamage="22.5" magHealingDamage="38.0" defense="1.1" magdefense="1.3" armor="1.0"/> <skill fist="1.1" club="1.1" sword="1.0" axe="1.2" distance="1.1" shielding="1.1" fishing="1.1" experience="1.0"/> </vocation> <vocation id="124" name="C18 Reborn 3" description="" needpremium="0" gaincap="50" gainhp="75" gainmana="65" gainhpticks="3.0" gainhpamount="3600" gainmanaticks="3" gainmanaamount="1400" manamultiplier="1.1" attackspeed="600" soulmax="200" gainsoulticks="120" fromvoc="122"> <formula meleeDamage="41.0" distDamage="41.0" wandDamage="19.0" magDamage="25.5" magHealingDamage="44.0" defense="1.1" magdefense="1.3" armor="1.0"/> <skill fist="1.1" club="1.1" sword="1.0" axe="1.2" distance="1.1" shielding="1.1" fishing="1.1" experience="1.0"/> </vocation> <vocation id="125" name="C18 Reborn 4" description="" needpremium="0" gaincap="50" gainhp="75" gainmana="65" gainhpticks="3.0" gainhpamount="4200" gainmanaticks="3" gainmanaamount="1800" manamultiplier="1.1" attackspeed="300" soulmax="200" gainsoulticks="120" fromvoc="122"> <formula meleeDamage="49.0" distDamage="48.0" wandDamage="23.0" magDamage="28.5" magHealingDamage="51.0" defense="1.1" magdefense="1.3" armor="1.0"/> <skill fist="1.1" club="1.1" sword="1.0" axe="1.2" distance="1.1" shielding="1.1" fishing="1.1" experience="1.0"/> </vocation> <vocation id="126" name="C18 Reborn 5" description="" needpremium="0" gaincap="50" gainhp="75" gainmana="65" gainhpticks="3.0" gainhpamount="5000" gainmanaticks="3" gainmanaamount="2500" manamultiplier="1.1" attackspeed="300" soulmax="200" gainsoulticks="120" fromvoc="122"> <formula meleeDamage="55.0" distDamage="55.0" wandDamage="31.0" magDamage="34.0" magHealingDamage="55.0" defense="1.1" magdefense="1.3" armor="1.0"/> <skill fist="1.1" club="1.1" sword="1.0" axe="1.2" distance="1.1" shielding="1.1" fishing="1.1" experience="1.0"/> </vocation> <vocation id="127" name="Picollo Reborn 1" description="" needpremium="0" gaincap="50" gainhp="75" gainmana="65" gainhpticks="3.0" gainhpamount="2000" gainmanaticks="3" gainmanaamount="900" manamultiplier="1.1" attackspeed="1200" soulmax="200" gainsoulticks="120" fromvoc="127"> <formula meleeDamage="27.5" distDamage="25.0" wandDamage="12.0" magDamage="13.0" magHealingDamage="30.0" defense="1.1" magdefense="1.3" armor="1.0"/> <skill fist="1.1" club="1.1" sword="1.0" axe="1.2" distance="1.1" shielding="1.1" fishing="1.1" experience="1.0"/> </vocation> <vocation id="128" name="Picollo Reborn 2" description="" needpremium="0" gaincap="50" gainhp="75" gainmana="65" gainhpticks="3.0" gainhpamount="2700" gainmanaticks="3" gainmanaamount="1150" manamultiplier="1.1" attackspeed="900" soulmax="200" gainsoulticks="120" fromvoc="127"> <formula meleeDamage="35.0" distDamage="36.0" wandDamage="17.0" magDamage="22.5" magHealingDamage="38.0" defense="1.1" magdefense="1.3" armor="1.0"/> <skill fist="1.1" club="1.1" sword="1.0" axe="1.2" distance="1.1" shielding="1.1" fishing="1.1" experience="1.0"/> </vocation> <vocation id="129" name="Picollo Reborn 3" description="" needpremium="0" gaincap="50" gainhp="75" gainmana="65" gainhpticks="3.0" gainhpamount="3600" gainmanaticks="3" gainmanaamount="1400" manamultiplier="1.1" attackspeed="600" soulmax="200" gainsoulticks="120" fromvoc="127"> <formula meleeDamage="41.0" distDamage="41.0" wandDamage="19.0" magDamage="25.5" magHealingDamage="44.0" defense="1.1" magdefense="1.3" armor="1.0"/> <skill fist="1.1" club="1.1" sword="1.0" axe="1.2" distance="1.1" shielding="1.1" fishing="1.1" experience="1.0"/> </vocation> <vocation id="130" name="Picollo Reborn 4" description="" needpremium="0" gaincap="50" gainhp="75" gainmana="65" gainhpticks="3.0" gainhpamount="4200" gainmanaticks="3" gainmanaamount="1800" manamultiplier="1.1" attackspeed="300" soulmax="200" gainsoulticks="120" fromvoc="127"> <formula meleeDamage="49.0" distDamage="48.0" wandDamage="23.0" magDamage="28.5" magHealingDamage="51.0" defense="1.1" magdefense="1.3" armor="1.0"/> <skill fist="1.1" club="1.1" sword="1.0" axe="1.2" distance="1.1" shielding="1.1" fishing="1.1" experience="1.0"/> </vocation> <vocation id="131" name="Picollo Reborn 5" description="" needpremium="0" gaincap="50" gainhp="75" gainmana="65" gainhpticks="3.0" gainhpamount="5000" gainmanaticks="3" gainmanaamount="2500" manamultiplier="1.1" attackspeed="300" soulmax="200" gainsoulticks="120" fromvoc="127"> <formula meleeDamage="55.0" distDamage="55.0" wandDamage="31.0" magDamage="34.0" magHealingDamage="55.0" defense="1.1" magdefense="1.3" armor="1.0"/> <skill fist="1.1" club="1.1" sword="1.0" axe="1.2" distance="1.1" shielding="1.1" fishing="1.1" experience="1.0"/> </vocation> <vocation id="132" name="Dende Reborn 1" description="" needpremium="0" gaincap="50" gainhp="75" gainmana="65" gainhpticks="3.0" gainhpamount="2000" gainmanaticks="3" gainmanaamount="900" manamultiplier="1.1" attackspeed="1200" soulmax="200" gainsoulticks="120" fromvoc="132"> <formula meleeDamage="27.5" distDamage="25.0" wandDamage="12.0" magDamage="13.0" magHealingDamage="30.0" defense="1.1" magdefense="1.3" armor="1.0"/> <skill fist="1.1" club="1.1" sword="1.0" axe="1.2" distance="1.1" shielding="1.1" fishing="1.1" experience="1.0"/> </vocation> <vocation id="133" name="Dende Reborn 2" description="" needpremium="0" gaincap="50" gainhp="75" gainmana="65" gainhpticks="3.0" gainhpamount="2700" gainmanaticks="3" gainmanaamount="1150" manamultiplier="1.1" attackspeed="900" soulmax="200" gainsoulticks="120" fromvoc="132"> <formula meleeDamage="35.0" distDamage="36.0" wandDamage="17.0" magDamage="22.5" magHealingDamage="38.0" defense="1.1" magdefense="1.3" armor="1.0"/> <skill fist="1.1" club="1.1" sword="1.0" axe="1.2" distance="1.1" shielding="1.1" fishing="1.1" experience="1.0"/> </vocation> <vocation id="134" name="Dende Reborn 3" description="" needpremium="0" gaincap="50" gainhp="75" gainmana="65" gainhpticks="3.0" gainhpamount="3600" gainmanaticks="3" gainmanaamount="1400" manamultiplier="1.1" attackspeed="600" soulmax="200" gainsoulticks="120" fromvoc="132"> <formula meleeDamage="41.0" distDamage="41.0" wandDamage="19.0" magDamage="25.5" magHealingDamage="44.0" defense="1.1" magdefense="1.3" armor="1.0"/> <skill fist="1.1" club="1.1" sword="1.0" axe="1.2" distance="1.1" shielding="1.1" fishing="1.1" experience="1.0"/> </vocation> <vocation id="135" name="Dende Reborn 4" description="" needpremium="0" gaincap="50" gainhp="75" gainmana="65" gainhpticks="3.0" gainhpamount="4200" gainmanaticks="3" gainmanaamount="1800" manamultiplier="1.1" attackspeed="300" soulmax="200" gainsoulticks="120" fromvoc="132"> <formula meleeDamage="49.0" distDamage="48.0" wandDamage="23.0" magDamage="28.5" magHealingDamage="51.0" defense="1.1" magdefense="1.3" armor="1.0"/> <skill fist="1.1" club="1.1" sword="1.0" axe="1.2" distance="1.1" shielding="1.1" fishing="1.1" experience="1.0"/> </vocation> <vocation id="136" name="Dende Reborn 5" description="" needpremium="0" gaincap="50" gainhp="75" gainmana="65" gainhpticks="3.0" gainhpamount="5000" gainmanaticks="3" gainmanaamount="2500" manamultiplier="1.1" attackspeed="300" soulmax="200" gainsoulticks="120" fromvoc="132"> <formula meleeDamage="55.0" distDamage="55.0" wandDamage="31.0" magDamage="34.0" magHealingDamage="55.0" defense="1.1" magdefense="1.3" armor="1.0"/> <skill fist="1.1" club="1.1" sword="1.0" axe="1.2" distance="1.1" shielding="1.1" fishing="1.1" experience="1.0"/> </vocation> <vocation id="137" name="Goten" description="a Goten" needpremium="0" gaincap="70" gainhp="160" gainmana="150" gainhpticks="3.0" gainhpamount="300" gainmanaticks="3" gainmanaamount="400" manamultiplier="1.1" attackspeed="1800" soulmax="100" gainsoulticks="120" fromvoc="137"> <formula meleeDamage="8.0" distDamage="8.0" wandDamage="3.0" magDamage="3.5" magHealingDamage="7.0" defense="1.1" magdefense="1.3" armor="1.0"/> <skill fist="1.1" club="1.1" sword="1.0" axe="1.2" distance="1.1" shielding="1.1" fishing="1.1" experience="1.0"/> </vocation> <vocation id="138" name="Goten Ssj" description="" needpremium="0" gaincap="70" gainhp="160" gainmana="150" gainhpticks="3.0" gainhpamount="600" gainmanaticks="3" gainmanaamount="700" manamultiplier="1.1" attackspeed="1500" soulmax="100" gainsoulticks="120" fromvoc="137"> <formula meleeDamage="15.0" distDamage="15.0" wandDamage="5.0" magDamage="6.5" magHealingDamage="16.0" defense="1.1" magdefense="1.3" armor="1.0"/> <skill fist="1.1" club="1.1" sword="1.0" axe="1.2" distance="1.1" shielding="1.1" fishing="1.1" experience="1.0"/> </vocation> <vocation id="139" name="Goten Gogetta" description="" needpremium="0" gaincap="70" gainhp="160" gainmana="150" gainhpticks="3.0" gainhpamount="1100" gainmanaticks="3" gainmanaamount="900" manamultiplier="1.1" attackspeed="1200" soulmax="100" gainsoulticks="120" fromvoc="137"> <formula meleeDamage="22.0" distDamage="22.0" wandDamage="8.0" magDamage="9.0" magHealingDamage="23.0" defense="1.1" magdefense="1.3" armor="1.0"/> <skill fist="1.1" club="1.1" sword="1.0" axe="1.2" distance="1.1" shielding="1.1" fishing="1.1" experience="1.0"/> </vocation> <vocation id="140" name="Goten Gogetta Ssj" description="" needpremium="0" gaincap="70" gainhp="160" gainmana="150" gainhpticks="3.0" gainhpamount="1700" gainmanaticks="3" gainmanaamount="1150" manamultiplier="1.1" attackspeed="900" soulmax="100" gainsoulticks="120" fromvoc="137"> <formula meleeDamage="29.0" distDamage="29.0" wandDamage="12.0" magDamage="13.5" magHealingDamage="30.0" defense="1.1" magdefense="1.3" armor="1.0"/> <skill fist="1.1" club="1.1" sword="1.0" axe="1.2" distance="1.1" shielding="1.1" fishing="1.1" experience="1.0"/> </vocation> <vocation id="141" name="Goten Gogetta Ssj 2" description="" needpremium="0" gaincap="70" gainhp="160" gainmana="150" gainhpticks="3.0" gainhpamount="2300" gainmanaticks="3" gainmanaamount="1400" manamultiplier="1.1" attackspeed="600" soulmax="100" gainsoulticks="120" fromvoc="137"> <formula meleeDamage="37.0" distDamage="37.0" wandDamage="16.0" magDamage="22.5" magHealingDamage="35.5" defense="1.1" magdefense="1.3" armor="1.0"/> <skill fist="1.1" club="1.1" sword="1.0" axe="1.2" distance="1.1" shielding="1.1" fishing="1.1" experience="1.0"/> </vocation> <vocation id="142" name="Goten Gogetta Ssj 3" description="" needpremium="0" gaincap="70" gainhp="160" gainmana="150" gainhpticks="3.0" gainhpamount="2900" gainmanaticks="3" gainmanaamount="1800" manamultiplier="1.1" attackspeed="300" soulmax="100" gainsoulticks="120" fromvoc="137"> <formula meleeDamage="45.0" distDamage="45.0" wandDamage="20.0" magDamage="25.0" magHealingDamage="42.5" defense="1.1" magdefense="1.3" armor="1.0"/> <skill fist="1.1" club="1.1" sword="1.0" axe="1.2" distance="1.1" shielding="1.1" fishing="1.1" experience="1.0"/> </vocation> <vocation id="143" name="Goten Gogetta Ssj 3 Fury" description="" needpremium="0" gaincap="70" gainhp="160" gainmana="150" gainhpticks="3.0" gainhpamount="4200" gainmanaticks="3" gainmanaamount="2500" manamultiplier="1.1" attackspeed="100" soulmax="100" gainsoulticks="120" fromvoc="137"> <formula meleeDamage="50.0" distDamage="58.0" wandDamage="28.0" magDamage="28.5" magHealingDamage="47.0" defense="1.1" magdefense="1.3" armor="1.0"/> <skill fist="1.1" club="1.1" sword="1.0" axe="1.2" distance="1.1" shielding="1.1" fishing="1.1" experience="1.0"/> </vocation> <vocation id="144" name="Goten Reborn" description="" needpremium="0" gaincap="50" gainhp="75" gainmana="65" gainhpticks="3.0" gainhpamount="2000" gainmanaticks="3" gainmanaamount="900" manamultiplier="1.1" attackspeed="1200" soulmax="200" gainsoulticks="120" fromvoc="144"> <formula meleeDamage="27.5" ditDamage="25.0" wandDamage="12.0" magDamage="13.0" magHealingDamage="30.0" defense="1.1" magdefense="1.3" armor="1.0"/> <skill fist="1.1" club="1.1" sword="1.0" axe="1.2" distance="1.1" shielding="1.1" fishing="1.1" experience="1.0"/> </vocation> <vocation id="145" name="Goten Reborn Ssj" description="" needpremium="0" gaincap="50" gainhp="75" gainmana="65" gainhpticks="3.0" gainhpamount="2700" gainmanaticks="3" gainmanaamount="1150" manamultiplier="1.1" attackspeed="900" soulmax="200" gainsoulticks="120" fromvoc="144"> <formula meleeDamage="35.0" distDamage="36.0" wandDamage="17.0" magDamage="22.5" magHealingDamage="38.0" defense="1.1" magdefense="1.3" armor="1.0"/> <skill fist="1.1" club="1.1" sword="1.0" axe="1.2" distance="1.1" shielding="1.1" fishing="1.1" experience="1.0"/> </vocation> <vocation id="146" name="Goten Gogetta Reborn" description="" needpremium="0" gaincap="50" gainhp="75" gainmana="65" gainhpticks="3.0" gainhpamount="3600" gainmanaticks="3" gainmanaamount="1400" manamultiplier="1.1" attackspeed="600" soulmax="200" gainsoulticks="120" fromvoc="144"> <formula meleeDamage="41.0" distDamage="41.0" wandDamage="19.0" magDamage="25.5" magHealingDamage="44.0" defense="1.1" magdefense="1.3" armor="1.0"/> <skill fist="1.1" club="1.1" sword="1.0" axe="1.2" distance="1.1" shielding="1.1" fishing="1.1" experience="1.0"/> </vocation> <vocation id="147" name="Goten Gogetta Ssj Reborn" description="" needpremium="0" gaincap="50" gainhp="75" gainmana="65" gainhpticks="3.0" gainhpamount="4200" gainmanaticks="3" gainmanaamount="1800" manamultiplier="1.1" attackspeed="300" soulmax="200" gainsoulticks="120" fromvoc="144"> <formula meleeDamage="49.0" distDamage="48.0" wandDamage="23.0" magDamage="28.5" magHealingDamage="51.0" defense="1.1" magdefense="1.3" armor="1.0"/> <skill fist="1.1" club="1.1" sword="1.0" axe="1.2" distance="1.1" shielding="1.1" fishing="1.1" experience="1.0"/> </vocation> <vocation id="148" name="Goten Gogetta Ssj 3 Reborn" description="" needpremium="0" gaincap="50" gainhp="75" gainmana="65" gainhpticks="3.0" gainhpamount="5000" gainmanaticks="3" gainmanaamount="2500" manamultiplier="1.1" attackspeed="300" soulmax="200" gainsoulticks="120" fromvoc="144"> <formula meleeDamage="55.0" distDamage="55.0" wandDamage="31.0" magDamage="34.0" magHealingDamage="55.0" defense="1.1" magdefense="1.3" armor="1.0"/> <skill fist="1.1" club="1.1" sword="1.0" axe="1.2" distance="1.1" shielding="1.1" fishing="1.1" experience="1.0"/> </vocation> <vocation id="149" name="Chibi Trunks" description="a Chibi Trunks" needpremium="0" gaincap="70" gainhp="160" gainmana="150" gainhpticks="3.0" gainhpamount="300" gainmanaticks="3" gainmanaamount="400" manamultiplier="1.1" attackspeed="1800" soulmax="100" gainsoulticks="120" fromvoc="149"> <formula meleeDamage="8.0" distDamage="8.0" wandDamage="3.0" magDamage="3.5" magHealingDamage="7.0" defense="1.1" magdefense="1.3" armor="1.0"/> <skill fist="1.1" club="1.1" sword="1.0" axe="1.2" distance="1.1" shielding="1.1" fishing="1.1" experience="1.0"/> </vocation> <vocation id="150" name="Chibi Trunks Ssj" description="" needpremium="0" gaincap="70" gainhp="160" gainmana="150" gainhpticks="3.0" gainhpamount="600" gainmanaticks="3" gainmanaamount="700" manamultiplier="1.1" attackspeed="1500" soulmax="100" gainsoulticks="120" fromvoc="149"> <formula meleeDamage="15.0" distDamage="15.0" wandDamage="5.0" magDamage="6.5" magHealingDamage="16.0" defense="1.1" magdefense="1.3" armor="1.0"/> <skill fist="1.1" club="1.1" sword="1.0" axe="1.2" distance="1.1" shielding="1.1" fishing="1.1" experience="1.0"/> </vocation> <vocation id="151" name="Trunks Gotenks" description="" needpremium="0" gaincap="70" gainhp="160" gainmana="150" gainhpticks="3.0" gainhpamount="1100" gainmanaticks="3" gainmanaamount="900" manamultiplier="1.1" attackspeed="1200" soulmax="100" gainsoulticks="120" fromvoc="149"> <formula meleeDamage="22.0" distDamage="22.0" wandDamage="8.0" magDamage="9.0" magHealingDamage="23.0" defense="1.1" magdefense="1.3" armor="1.0"/> <skill fist="1.1" club="1.1" sword="1.0" axe="1.2" distance="1.1" shielding="1.1" fishing="1.1" experience="1.0"/> </vocation> <vocation id="152" name="Trunks Gotenks Ssj" description="" needpremium="0" gaincap="70" gainhp="160" gainmana="150" gainhpticks="3.0" gainhpamount="1700" gainmanaticks="3" gainmanaamount="1150" manamultiplier="1.1" attackspeed="900" soulmax="100" gainsoulticks="120" fromvoc="149"> <formula meleeDamage="29.0" distDamage="29.0" wandDamage="12.0" magDamage="13.5" magHealingDamage="30.0" defense="1.1" magdefense="1.3" armor="1.0"/> <skill fist="1.1" club="1.1" sword="1.0" axe="1.2" distance="1.1" shielding="1.1" fishing="1.1" experience="1.0"/> </vocation> <vocation id="153" name="Trunks Gotenks Ssj 2" description="" needpremium="0" gaincap="70" gainhp="160" gainmana="150" gainhpticks="3.0" gainhpamount="2300" gainmanaticks="3" gainmanaamount="1400" manamultiplier="1.1" attackspeed="600" soulmax="100" gainsoulticks="120" fromvoc="149"> <formula meleeDamage="37.0" distDamage="37.0" wandDamage="16.0" magDamage="22.5" magHealingDamage="35.5" defense="1.1" magdefense="1.3" armor="1.0"/> <skill fist="1.1" club="1.1" sword="1.0" axe="1.2" distance="1.1" shielding="1.1" fishing="1.1" experience="1.0"/> </vocation> <vocation id="154" name="Trunks Gotenks Ssj 3" description="" needpremium="0" gaincap="70" gainhp="160" gainmana="150" gainhpticks="3.0" gainhpamount="2900" gainmanaticks="3" gainmanaamount="1800" manamultiplier="1.1" attackspeed="300" soulmax="100" gainsoulticks="120" fromvoc="149"> <formula meleeDamage="45.0" distDamage="45.0" wandDamage="20.0" magDamage="25.0" magHealingDamage="42.5" defense="1.1" magdefense="1.3" armor="1.0"/> <skill fist="1.1" club="1.1" sword="1.0" axe="1.2" distance="1.1" shielding="1.1" fishing="1.1" experience="1.0"/> </vocation> <vocation id="155" name="Trunks Gotenks Ssj 3 Fury" description="" needpremium="0" gaincap="70" gainhp="160" gainmana="150" gainhpticks="3.0" gainhpamount="4200" gainmanaticks="3" gainmanaamount="2500" manamultiplier="1.1" attackspeed="100" soulmax="100" gainsoulticks="120" fromvoc="149"> <formula meleeDamage="50.0" distDamage="58.0" wandDamage="28.0" magDamage="28.5" magHealingDamage="47.0" defense="1.1" magdefense="1.3" armor="1.0"/> <skill fist="1.1" club="1.1" sword="1.0" axe="1.2" distance="1.1" shielding="1.1" fishing="1.1" experience="1.0"/> </vocation> <vocation id="156" name="Chibi Trunks Reborn" description="" needpremium="0" gaincap="50" gainhp="75" gainmana="65" gainhpticks="3.0" gainhpamount="2000" gainmanaticks="3" gainmanaamount="900" manamultiplier="1.1" attackspeed="1200" soulmax="200" gainsoulticks="120" fromvoc="156"> <formula meleeDamage="27.5" distDamage="25.0" wandDamage="12.0" magDamage="13.0" magHealingDamage="30.0" defense="1.1" magdefense="1.3" armor="1.0"/> <skill fist="1.1" club="1.1" sword="1.0" axe="1.2" distance="1.1" shielding="1.1" fishing="1.1" experience="1.0"/> </vocation> <vocation id="157" name="Chibi Trunks Reborn Ssj" description="" needpremium="0" gaincap="50" gainhp="75" gainmana="65" gainhpticks="3.0" gainhpamount="2700" gainmanaticks="3" gainmanaamount="1150" manamultiplier="1.1" attackspeed="900" soulmax="200" gainsoulticks="120" fromvoc="156"> <formula meleeDamage="35.0" distDamage="36.0" wandDamage="17.0" magDamage="22.5" magHealingDamage="38.0" defense="1.1" magdefense="1.3" armor="1.0"/> <skill fist="1.1" club="1.1" sword="1.0" axe="1.2" distance="1.1" shielding="1.1" fishing="1.1" experience="1.0"/> </vocation> <vocation id="158" name="Trunks Gotenks Reborn" description="" needpremium="0" gaincap="50" gainhp="75" gainmana="65" gainhpticks="3.0" gainhpamount="3600" gainmanaticks="3" gainmanaamount="1400" manamultiplier="1.1" attackspeed="600" soulmax="200" gainsoulticks="120" fromvoc="156"> <formula meleeDamage="41.0" distDamage="41.0" wandDamage="19.0" magDamage="25.5" magHealingDamage="44.0" defense="1.1" magdefense="1.3" armor="1.0"/> <skill fist="1.1" club="1.1" sword="1.0" axe="1.2" distance="1.1" shielding="1.1" fishing="1.1" experience="1.0"/> </vocation> <vocation id="159" name="Trunks Gotenks Ssj Reborn" description="" needpremium="0" gaincap="50" gainhp="75" gainmana="65" gainhpticks="3.0" gainhpamount="4200" gainmanaticks="3" gainmanaamount="1800" manamultiplier="1.1" attackspeed="300" soulmax="200" gainsoulticks="120" fromvoc="156"> <formula meleeDamage="49.0" distDamage="48.0" wandDamage="23.0" magDamage="28.5" magHealingDamage="51.0" defense="1.1" magdefense="1.3" armor="1.0"/> <skill fist="1.1" club="1.1" sword="1.0" axe="1.2" distance="1.1" shielding="1.1" fishing="1.1" experience="1.0"/> </vocation> <vocation id="160" name="Trunks Gotenks Ssj 3 Reborn" description="" needpremium="0" gaincap="50" gainhp="75" gainmana="65" gainhpticks="3.0" gainhpamount="5000" gainmanaticks="3" gainmanaamount="2500" manamultiplier="1.1" attackspeed="300" soulmax="200" gainsoulticks="120" fromvoc="156"> <formula meleeDamage="55.0" distDamage="55.0" wandDamage="31.0" magDamage="34.0" magHealingDamage="55.0" defense="1.1" magdefense="1.3" armor="1.0"/> <skill fist="1.1" club="1.1" sword="1.0" axe="1.2" distance="1.1" shielding="1.1" fishing="1.1" experience="1.0"/> </vocation> <vocation id="161" name="Vegetto Goku" description="" needpremium="0" gaincap="70" gainhp="160" gainmana="150" gainhpticks="3.0" gainhpamount="1400" gainmanaticks="3" gainmanaamount="900" manamultiplier="1.1" attackspeed="1100" soulmax="100" gainsoulticks="120" fromvoc="1"> <formula meleeDamage="23.0" distDamage="23.0" wandDamage="8.0" magDamage="7.5" magHealingDamage="23.0" defense="1.1" magdefense="1.3" armor="1.0"/> <skill fist="1.1" club="1.1" sword="1.0" axe="1.2" distance="1.1" shielding="1.1" fishing="1.1" experience="1.0"/> </vocation> <vocation id="162" name="Vegeta Goku Ssj" description="" needpremium="0" gaincap="70" gainhp="160" gainmana="150" gainhpticks="3.0" gainhpamount="2100" gainmanaticks="3" gainmanaamount="1150" manamultiplier="1.1" attackspeed="800" soulmax="100" gainsoulticks="120" fromvoc="1"> <formula meleeDamage="31.0" distDamage="31.0" wandDamage="12.0" magDamage="11.0" magHealingDamage="30.0" defense="1.1" magdefense="1.3" armor="1.0"/> <skill fist="1.1" club="1.1" sword="1.0" axe="1.2" distance="1.1" shielding="1.1" fishing="1.1" experience="1.0"/> </vocation> <vocation id="163" name="Vegetto Vegeta" description="" needpremium="0" gaincap="50" gainhp="155" gainmana="155" gainhpticks="3.0" gainhpamount="1400" gainmanaticks="3" gainmanaamount="900" manamultiplier="1.1" attackspeed="1100" soulmax="100" gainsoulticks="120" fromvoc="7"> <formula meleeDamage="23.0" distDamage="23.0" wandDamage="8.0" magDamage="7.5" magHealingDamage="23.0" defense="1.1" magdefense="1.3" armor="1.0"/> <skill fist="1.1" club="1.1" sword="1.0" axe="1.2" distance="1.1" shielding="1.1" fishing="1.1" experience="1.0"/> </vocation> <vocation id="164" name="Vegetto Vegeta Ssj" description="" needpremium="0" gaincap="50" gainhp="155" gainmana="155" gainhpticks="3.0" gainhpamount="2100" gainmanaticks="3" gainmanaamount="1150" manamultiplier="1.1" attackspeed="800" soulmax="100" gainsoulticks="120" fromvoc="7"> <formula meleeDamage="31.0" distDamage="31.0" wandDamage="12.0" magDamage="11.0" magHealingDamage="30.0" defense="1.1" magdefense="1.3" armor="1.0"/> <skill fist="1.1" club="1.1" sword="1.0" axe="1.2" distance="1.1" shielding="1.1" fishing="1.1" experience="1.0"/> </vocation> <vocation id="165" name="Tsuful" description="a Tsuful" needpremium="0" gaincap="70" gainhp="155" gainmana="155" gainhpticks="3.5" gainhpamount="300" gainmanaticks="3" gainmanaamount="400" manamultiplier="1.1" attackspeed="1800" soulmax="100" gainsoulticks="120" fromvoc="165"> <formula meleeDamage="8.0" distDamage="8.0" wandDamage="3.0" magDamage="3.5" magHealingDamage="7.0" defense="1.1" magdefense="1.3" armor="1.0"/> <skill fist="1.1" club="1.1" sword="1.0" axe="1.2" distance="1.1" shielding="1.1" fishing="1.1" experience="1.0"/> </vocation> <vocation id="166" name="Tsuful 2" description="" needpremium="0" gaincap="70" gainhp="155" gainmana="155" gainhpticks="3.0" gainhpamount="600" gainmanaticks="3" gainmanaamount="700" manamultiplier="1.1" attackspeed="1500" soulmax="100" gainsoulticks="120" fromvoc="165"> <formula meleeDamage="15.0" distDamage="15.0" wandDamage="5.0" magDamage="6.5" magHealingDamage="16.0" defense="1.1" magdefense="1.3" armor="1.0"/> <skill fist="1.1" club="1.1" sword="1.0" axe="1.2" distance="1.1" shielding="1.1" fishing="1.1" experience="1.0"/> </vocation> <vocation id="167" name="Tsuful 3" description="" needpremium="0" gaincap="70" gainhp="155" gainmana="155" gainhpticks="3.0" gainhpamount="1100" gainmanaticks="3" gainmanaamount="900" manamultiplier="1.1" attackspeed="1200" soulmax="100" gainsoulticks="120" fromvoc="165"> <formula meleeDamage="22.0" distDamage="22.0" wandDamage="8.0" magDamage="9.0" magHealingDamage="23.0" defense="1.1" magdefense="1.3" armor="1.0"/> <skill fist="1.1" club="1.1" sword="1.0" axe="1.2" distance="1.1" shielding="1.1" fishing="1.1" experience="1.0"/> </vocation> <vocation id="168" name="Tsuful 4" description="" needpremium="0" gaincap="70" gainhp="155" gainmana="155" gainhpticks="3.0" gainhpamount="1700" gainmanaticks="3" gainmanaamount="1150" manamultiplier="1.1" attackspeed="900" soulmax="100" gainsoulticks="120" fromvoc="165"> <formula meleeDamage="29.0" distDamage="29.0" wandDamage="12.0" magDamage="13.5" magHealingDamage="30.0" defense="1.1" magdefense="1.3" armor="1.0"/> <skill fist="1.1" club="1.1" sword="1.0" axe="1.2" distance="1.1" shielding="1.1" fishing="1.1" experience="1.0"/> </vocation> <vocation id="169" name="Tsuful 5" description="" needpremium="0" gaincap="70" gainhp="155" gainmana="155" gainhpticks="3.0" gainhpamount="2300" gainmanaticks="3" gainmanaamount="1400" manamultiplier="1.1" attackspeed="600" soulmax="100" gainsoulticks="120" fromvoc="165"> <formula meleeDamage="37.0" distDamage="37.0" wandDamage="16.0" magDamage="22.5" magHealingDamage="35.5" defense="1.1" magdefense="1.3" armor="1.0"/> <skill fist="1.1" club="1.1" sword="1.0" axe="1.2" distance="1.1" shielding="1.1" fishing="1.1" experience="1.0"/> </vocation> <vocation id="170" name="Tsuful 6" description="" needpremium="0" gaincap="70" gainhp="155" gainmana="155" gainhpticks="3.0" gainhpamount="2900" gainmanaticks="3" gainmanaamount="1800" manamultiplier="1.1" attackspeed="300" soulmax="100" gainsoulticks="120" fromvoc="165"> <formula meleeDamage="45.0" distDamage="45.0" wandDamage="20.0" magDamage="25.0" magHealingDamage="42.5" defense="1.1" magdefense="1.3" armor="1.0"/> <skill fist="1.1" club="1.1" sword="1.0" axe="1.2" distance="1.1" shielding="1.1" fishing="1.1" experience="1.0"/> </vocation> <vocation id="171" name="Tsuful 7" description="" needpremium="0" gaincap="70" gainhp="155" gainmana="155" gainhpticks="3.0" gainhpamount="4200" gainmanaticks="3" gainmanaamount="2500" manamultiplier="1.1" attackspeed="100" soulmax="100" gainsoulticks="120" fromvoc="165"> <formula meleeDamage="50.0" distDamage="58.0" wandDamage="28.0" magDamage="28.5" magHealingDamage="47.0" defense="1.1" magdefense="1.3" armor="1.0"/> <skill fist="1.1" club="1.1" sword="1.0" axe="1.2" distance="1.1" shielding="1.1" fishing="1.1" experience="1.0"/> </vocation> <vocation id="172" name="Tsuful Reborn 1" description="" needpremium="0" gaincap="50" gainhp="75" gainmana="65" gainhpticks="3.0" gainhpamount="2000" gainmanaticks="3" gainmanaamount="900" manamultiplier="1.1" attackspeed="1200" soulmax="200" gainsoulticks="120" fromvoc="172"> <formula meleeDamage="27.5" distDamage="25.0" wandDamage="12.0" magDamage="13.0" magHealingDamage="30.0" defense="1.1" magdefense="1.3" armor="1.0"/> <skill fist="1.1" club="1.1" sword="1.0" axe="1.2" distance="1.1" shielding="1.1" fishing="1.1" experience="1.0"/> </vocation> <vocation id="173" name="Tsuful Reborn 2" description="" needpremium="0" gaincap="50" gainhp="75" gainmana="65" gainhpticks="3.0" gainhpamount="2700" gainmanaticks="3" gainmanaamount="1150" manamultiplier="1.1" attackspeed="900" soulmax="200" gainsoulticks="120" fromvoc="172"> <formula meleeDamage="35.0" distDamage="36.0" wandDamage="17.0" magDamage="22.5" magHealingDamage="38.0" defense="1.1" magdefense="1.3" armor="1.0"/> <skill fist="1.1" club="1.1" sword="1.0" axe="1.2" distance="1.1" shielding="1.1" fishing="1.1" experience="1.0"/> </vocation> <vocation id="174" name="Tsuful Reborn 3" description="" needpremium="0" gaincap="50" gainhp="75" gainmana="65" gainhpticks="3.0" gainhpamount="3600" gainmanaticks="3" gainmanaamount="1400" manamultiplier="1.1" attackspeed="600" soulmax="200" gainsoulticks="120" fromvoc="172"> <formula meleeDamage="41.0" distDamage="41.0" wandDamage="19.0" magDamage="25.5" magHealingDamage="44.0" defense="1.1" magdefense="1.3" armor="1.0"/> <skill fist="1.1" club="1.1" sword="1.0" axe="1.2" distance="1.1" shielding="1.1" fishing="1.1" experience="1.0"/> </vocation> <vocation id="175" name="Tsuful Reborn 4" description="" needpremium="0" gaincap="50" gainhp="75" gainmana="65" gainhpticks="3.0" gainhpamount="4200" gainmanaticks="3" gainmanaamount="1800" manamultiplier="1.1" attackspeed="300" soulmax="200" gainsoulticks="120" fromvoc="172"> <formula meleeDamage="49.0" distDamage="48.0" wandDamage="23.0" magDamage="28.5" magHealingDamage="51.0" defense="1.1" magdefense="1.3" armor="1.0"/> <skill fist="1.1" club="1.1" sword="1.0" axe="1.2" distance="1.1" shielding="1.1" fishing="1.1" experience="1.0"/> </vocation> <vocation id="176" name="Tsuful Reborn 5" description="" needpremium="0" gaincap="50" gainhp="75" gainmana="65" gainhpticks="3.0" gainhpamount="5000" gainmanaticks="3" gainmanaamount="2500" manamultiplier="1.1" attackspeed="300" soulmax="200" gainsoulticks="120" fromvoc="172"> <formula meleeDamage="55.0" distDamage="55.0" wandDamage="31.0" magDamage="34.0" magHealingDamage="55.0" defense="1.1" magdefense="1.3" armor="1.0"/> <skill fist="1.1" club="1.1" sword="1.0" axe="1.2" distance="1.1" shielding="1.1" fishing="1.1" experience="1.0"/> </vocation> <vocation id="201" name="Gotenks Ssj 4 Reborn" description="a gotenks" needpremium="0" gaincap="50" gainhp="75" gainmana="65" gainhpticks="3.0" gainhpamount="5000" gainmanaticks="3" gainmanaamount="2500" manamultiplier="1.1" attackspeed="300" soulmax="200" gainsoulticks="120" fromvoc="144"> <formula meleeDamage="55.0" distDamage="55.0" wandDamage="31.0" magDamage="34.0" magHealingDamage="55.0" defense="1.1" magdefense="1.3" armor="1.0"/> <skill fist="1.1" club="1.1" sword="1.0" axe="1.2" distance="1.1" shielding="1.1" fishing="1.1" experience="1.0"/> </vocation> <vocation id="300" name="Brolly" description="a Brolly" needpremium="0" gaincap="70" gainhp="160" gainmana="150" gainhpticks="3.5" gainhpamount="300" gainmanaticks="3" gainmanaamount="400" manamultiplier="1.1" attackspeed="1800" soulmax="100" gainsoulticks="120" fromvoc="300"> <formula meleeDamage="8.0" distDamage="8.0" wandDamage="3.0" magDamage="3.5" magHealingDamage="7.0" defense="1.1" magdefense="1.3" armor="1.0"/> <skill fist="1.1" club="1.1" sword="1.0" axe="1.2" distance="1.1" shielding="1.1" fishing="1.1" experience="1.0"/> </vocation> <vocation id="301" name="Brolly SSJ" description="a Brolly" needpremium="0" gaincap="70" gainhp="155" gainmana="155" gainhpticks="3.0" gainhpamount="600" gainmanaticks="3" gainmanaamount="700" manamultiplier="1.1" attackspeed="1500" soulmax="100" gainsoulticks="120" fromvoc="300"> <formula meleeDamage="15.0" distDamage="15.0" wandDamage="5.0" magDamage="6.5" magHealingDamage="16.0" defense="1.1" magdefense="1.3" armor="1.0"/> <skill fist="1.1" club="1.1" sword="1.0" axe="1.2" distance="1.1" shielding="1.1" fishing="1.1" experience="1.0"/> </vocation> <vocation id="302" name="Brolly SSJ2" description="a Brolly" needpremium="0" gaincap="70" gainhp="155" gainmana="155" gainhpticks="3.0" gainhpamount="1100" gainmanaticks="3" gainmanaamount="900" manamultiplier="1.1" attackspeed="1200" soulmax="100" gainsoulticks="120" fromvoc="300"> <formula meleeDamage="22.0" distDamage="22.0" wandDamage="8.0" magDamage="9.0" magHealingDamage="23.0" defense="1.1" magdefense="1.3" armor="1.0"/> <skill fist="1.1" club="1.1" sword="1.0" axe="1.2" distance="1.1" shielding="1.1" fishing="1.1" experience="1.0"/> </vocation> <vocation id="303" name="Brolly SSJ Ultimate " description="a Brolly" needpremium="0" gaincap="70" gainhp="155" gainmana="155" gainhpticks="3.0" gainhpamount="1700" gainmanaticks="3" gainmanaamount="1150" manamultiplier="1.1" attackspeed="900" soulmax="100" gainsoulticks="120" fromvoc="300"> <formula meleeDamage="29.0" distDamage="29.0" wandDamage="12.0" magDamage="13.5" magHealingDamage="30.0" defense="1.1" magdefense="1.3" armor="1.0"/> <skill fist="1.1" club="1.1" sword="1.0" axe="1.2" distance="1.1" shielding="1.1" fishing="1.1" experience="1.0"/> </vocation> <vocation id="304" name="Brolly Ultimate2" description="a Brolly" needpremium="0" gaincap="70" gainhp="155" gainmana="155" gainhpticks="3.0" gainhpamount="2300" gainmanaticks="3" gainmanaamount="1400" manamultiplier="1.1" attackspeed="600" soulmax="100" gainsoulticks="120" fromvoc="300"> <formula meleeDamage="37.0" distDamage="37.0" wandDamage="16.0" magDamage="22.5" magHealingDamage="35.5" defense="1.1" magdefense="1.3" armor="1.0"/> <skill fist="1.1" club="1.1" sword="1.0" axe="1.2" distance="1.1" shielding="1.1" fishing="1.1" experience="1.0"/> </vocation> <vocation id="305" name="Brolly Ultimate 3 " description="a Brolly" needpremium="0" gaincap="70" gainhp="155" gainmana="155" gainhpticks="3.0" gainhpamount="2900" gainmanaticks="3" gainmanaamount="1800" manamultiplier="1.1" attackspeed="300" soulmax="100" gainsoulticks="120" fromvoc="300"> <formula meleeDamage="45.0" distDamage="45.0" wandDamage="20.0" magDamage="25.0" magHealingDamage="42.5" defense="1.1" magdefense="1.3" armor="1.0"/> <skill fist="1.1" club="1.1" sword="1.0" axe="1.2" distance="1.1" shielding="1.1" fishing="1.1" experience="1.0"/> </vocation> <vocation id="306" name="Legendary Brolly" description="a Brolly" needpremium="0" gaincap="70" gainhp="155" gainmana="155" gainhpticks="3.0" gainhpamount="4200" gainmanaticks="3" gainmanaamount="2500" manamultiplier="1.1" attackspeed="100" soulmax="100" gainsoulticks="120" fromvoc="300"> <formula meleeDamage="50.0" distDamage="58.0" wandDamage="28.0" magDamage="28.5" magHealingDamage="47.0" defense="1.1" magdefense="1.3" armor="1.0"/> <skill fist="1.1" club="1.1" sword="1.0" axe="1.2" distance="1.1" shielding="1.1" fishing="1.1" experience="1.0"/> </vocation> <vocation id="307" name="Brolly Reborn 1" description="a Brolly" needpremium="0" gaincap="50" gainhp="75" gainmana="65" gainhpticks="3.0" gainhpamount="2000" gainmanaticks="3" gainmanaamount="900" manamultiplier="1.1" attackspeed="1200" soulmax="200" gainsoulticks="120" fromvoc="nill"> <formula meleeDamage="27.5" distDamage="25.0" wandDamage="12.0" magDamage="13.0" magHealingDamage="30.0" defense="1.1" magdefense="1.3" armor="1.0"/> <skill fist="1.1" club="1.1" sword="1.0" axe="1.2" distance="1.1" shielding="1.1" fishing="1.1" experience="1.0"/> </vocation> <vocation id="308" name="Brolly Reborn 2" description="a Brolly" needpremium="0" gaincap="50" gainhp="75" gainmana="65" gainhpticks="3.0" gainhpamount="2700" gainmanaticks="3" gainmanaamount="1150" manamultiplier="1.1" attackspeed="900" soulmax="200" gainsoulticks="120" fromvoc="300"> <formula meleeDamage="35.0" distDamage="36.0" wandDamage="17.0" magDamage="22.5" magHealingDamage="38.0" defense="1.1" magdefense="1.3" armor="1.0"/> <skill fist="1.1" club="1.1" sword="1.0" axe="1.2" distance="1.1" shielding="1.1" fishing="1.1" experience="1.0"/> </vocation> <vocation id="309" name="Brolly Reborn 3" description="a Brolly" needpremium="0" gaincap="50" gainhp="75" gainmana="65" gainhpticks="3.0" gainhpamount="3600" gainmanaticks="3" gainmanaamount="1400" manamultiplier="1.1" attackspeed="600" soulmax="200" gainsoulticks="120" fromvoc="300"> <formula meleeDamage="41.0" distDamage="41.0" wandDamage="19.0" magDamage="25.5" magHealingDamage="44.0" defense="1.1" magdefense="1.3" armor="1.0"/> <skill fist="1.1" club="1.1" sword="1.0" axe="1.2" distance="1.1" shielding="1.1" fishing="1.1" experience="1.0"/> </vocation> <vocation id="310" name="Brolly Reborn 4" description="a Brolly" needpremium="0" gaincap="50" gainhp="75" gainmana="65" gainhpticks="3.0" gainhpamount="4200" gainmanaticks="3" gainmanaamount="1800" manamultiplier="1.1" attackspeed="300" soulmax="200" gainsoulticks="120" fromvoc="300"> <formula meleeDamage="49.0" distDamage="48.0" wandDamage="23.0" magDamage="28.5" magHealingDamage="51.0" defense="1.1" magdefense="1.3" armor="1.0"/> <skill fist="1.1" club="1.1" sword="1.0" axe="1.2" distance="1.1" shielding="1.1" fishing="1.1" experience="1.0"/> </vocation> <vocation id="311" name="Brolly Reborn 5" description="a Brolly" needpremium="0" gaincap="50" gainhp="75" gainmana="65" gainhpticks="3.0" gainhpamount="5000" gainmanaticks="3" gainmanaamount="2500" manamultiplier="1.1" attackspeed="300" soulmax="200" gainsoulticks="120" fromvoc="300"> <formula meleeDamage="55.0" distDamage="55.0" wandDamage="31.0" magDamage="34.0" magHealingDamage="55.0" defense="1.1" magdefense="1.3" armor="1.0"/> <skill fist="1.1" club="1.1" sword="1.0" axe="1.2" distance="1.1" shielding="1.1" fishing="1.1" experience="1.0"/> </vocation> <vocation id="350" name="Kame" description="a Kame" needpremium="1" gaincap="70" gainhp="160" gainmana="150" gainhpticks="3.5" gainhpamount="300" gainmanaticks="3" gainmanaamount="400" manamultiplier="1.1" attackspeed="1800" soulmax="100" gainsoulticks="120"> fromvoc="nil"> <formula meleeDamage="8.0" distDamage="8.0" wandDamage="3.0" magDamage="3.5" magHealingDamage="7.0" defense="1.1" magdefense="1.3" armor="1.0"/> <skill fist="1.1" club="1.1" sword="1.0" axe="1.2" distance="1.1" shielding="1.1" fishing="1.1" experience="1.0"/> </vocation> <vocation id="351" name="Kame 2" description="a Kame" needpremium="0" gaincap="70" gainhp="155" gainmana="155" gainhpticks="3.0" gainhpamount="600" gainmanaticks="3" gainmanaamount="700" manamultiplier="1.1" attackspeed="1500" soulmax="100" gainsoulticks="120" fromvoc="350"> <formula meleeDamage="15.0" distDamage="15.0" wandDamage="5.0" magDamage="6.5" magHealingDamage="16.0" defense="1.1" magdefense="1.3" armor="1.0"/> <skill fist="1.1" club="1.1" sword="1.0" axe="1.2" distance="1.1" shielding="1.1" fishing="1.1" experience="1.0"/> </vocation> <vocation id="352" name="Kame 3" description="a Kame" needpremium="0" gaincap="70" gainhp="155" gainmana="155" gainhpticks="3.0" gainhpamount="1100" gainmanaticks="3" gainmanaamount="900" manamultiplier="1.1" attackspeed="1200" soulmax="100" gainsoulticks="120" fromvoc="350"> <formula meleeDamage="22.0" distDamage="22.0" wandDamage="8.0" magDamage="9.0" magHealingDamage="23.0" defense="1.1" magdefense="1.3" armor="1.0"/> <skill fist="1.1" club="1.1" sword="1.0" axe="1.2" distance="1.1" shielding="1.1" fishing="1.1" experience="1.0"/> </vocation> <vocation id="353" name="Kame 4" description="a Kame" needpremium="0" gaincap="70" gainhp="155" gainmana="155" gainhpticks="3.0" gainhpamount="1700" gainmanaticks="3" gainmanaamount="1150" manamultiplier="1.1" attackspeed="900" soulmax="100" gainsoulticks="120" fromvoc="350"> <formula meleeDamage="29.0" distDamage="29.0" wandDamage="12.0" magDamage="13.5" magHealingDamage="30.0" defense="1.1" magdefense="1.3" armor="1.0"/> <skill fist="1.1" club="1.1" sword="1.0" axe="1.2" distance="1.1" shielding="1.1" fishing="1.1" experience="1.0"/> </vocation> <vocation id="354" name="Kame 5" description="a Kame" needpremium="0" gaincap="70" gainhp="155" gainmana="155" gainhpticks="3.0" gainhpamount="2300" gainmanaticks="3" gainmanaamount="1400" manamultiplier="1.1" attackspeed="600" soulmax="100" gainsoulticks="120" fromvoc="350"> <formula meleeDamage="37.0" distDamage="37.0" wandDamage="16.0" magDamage="22.5" magHealingDamage="35.5" defense="1.1" magdefense="1.3" armor="1.0"/> <skill fist="1.1" club="1.1" sword="1.0" axe="1.2" distance="1.1" shielding="1.1" fishing="1.1" experience="1.0"/> </vocation> <vocation id="355" name="Kame 6" description="a Kame" needpremium="0" gaincap="70" gainhp="155" gainmana="155" gainhpticks="3.0" gainhpamount="2900" gainmanaticks="3" gainmanaamount="1800" manamultiplier="1.1" attackspeed="300" soulmax="100" gainsoulticks="120" fromvoc="350"> <formula meleeDamage="45.0" distDamage="45.0" wandDamage="20.0" magDamage="25.0" magHealingDamage="42.5" defense="1.1" magdefense="1.3" armor="1.0"/> <skill fist="1.1" club="1.1" sword="1.0" axe="1.2" distance="1.1" shielding="1.1" fishing="1.1" experience="1.0"/> </vocation> <vocation id="356" name="Kame 7" description="a Kame" needpremium="0" gaincap="70" gainhp="155" gainmana="155" gainhpticks="3.0" gainhpamount="4200" gainmanaticks="3" gainmanaamount="2500" manamultiplier="1.1" attackspeed="100" soulmax="100" gainsoulticks="120" fromvoc="350"> <formula meleeDamage="53.0" distDamage="61.0" wandDamage="31.0" magDamage="31.5" magHealingDamage="50.0" defense="1.1" magdefense="1.3" armor="1.0"/> <skill fist="1.1" club="1.1" sword="1.0" axe="1.2" distance="1.1" shielding="1.1" fishing="1.1" experience="1.0"/> </vocation> <vocation id="357" name="Kame Reborn 1" description="a Kame" needpremium="0" gaincap="50" gainhp="75" gainmana="65" gainhpticks="3.0" gainhpamount="2000" gainmanaticks="3" gainmanaamount="900" manamultiplier="1.1" attackspeed="1200" soulmax="200" gainsoulticks="120" fromvoc="nil"> <formula meleeDamage="30.5" distDamage="30.0" wandDamage="15.0" magDamage="16.0" magHealingDamage="33.0" defense="1.1" magdefense="1.3" armor="1.0"/> <skill fist="1.1" club="1.1" sword="1.0" axe="1.2" distance="1.1" shielding="1.1" fishing="1.1" experience="1.0"/> </vocation> <vocation id="358" name="Kame Reborn 2" description="a Kame" needpremium="0" gaincap="50" gainhp="75" gainmana="65" gainhpticks="3.0" gainhpamount="2700" gainmanaticks="3" gainmanaamount="1150" manamultiplier="1.1" attackspeed="900" soulmax="200" gainsoulticks="120" fromvoc="357"> <formula meleeDamage="38.0" distDamage="36.0" wandDamage="20.0" magDamage="25.5" magHealingDamage="41.0" defense="1.1" magdefense="1.3" armor="1.0"/> <skill fist="1.1" club="1.1" sword="1.0" axe="1.2" distance="1.1" shielding="1.1" fishing="1.1" experience="1.0"/> </vocation> <vocation id="359" name="Kame Reborn 3" description="a Kame" needpremium="0" gaincap="50" gainhp="75" gainmana="65" gainhpticks="3.0" gainhpamount="3600" gainmanaticks="3" gainmanaamount="1400" manamultiplier="1.1" attackspeed="600" soulmax="200" gainsoulticks="120" fromvoc="357"> <formula meleeDamage="44.0" distDamage="44.0" wandDamage="22.0" magDamage="28.5" magHealingDamage="47.0" defense="1.1" magdefense="1.3" armor="1.0"/> <skill fist="1.1" club="1.1" sword="1.0" axe="1.2" distance="1.1" shielding="1.1" fishing="1.1" experience="1.0"/> </vocation> <vocation id="360" name="Kame Reborn 4" description="a Kame" needpremium="0" gaincap="50" gainhp="75" gainmana="65" gainhpticks="3.0" gainhpamount="4200" gainmanaticks="3" gainmanaamount="1800" manamultiplier="1.1" attackspeed="300" soulmax="200" gainsoulticks="120" fromvoc="357"> <formula meleeDamage="52.0" distDamage="52.0" wandDamage="26.0" magDamage="31.5" magHealingDamage="54.0" defense="1.1" magdefense="1.3" armor="1.0"/> <skill fist="1.1" club="1.1" sword="1.0" axe="1.2" distance="1.1" shielding="1.1" fishing="1.1" experience="1.0"/> </vocation> <vocation id="361" name="Kame Reborn 5" description="a Kame" needpremium="0" gaincap="50" gainhp="75" gainmana="65" gainhpticks="3.0" gainhpamount="5000" gainmanaticks="3" gainmanaamount="2500" manamultiplier="1.1" attackspeed="300" soulmax="200" gainsoulticks="120" fromvoc="357"> <formula meleeDamage="58.0" distDamage="64.0" wandDamage="34.0" magDamage="37.0" magHealingDamage="58.0" defense="1.1" magdefense="1.3" armor="1.0"/> <skill fist="1.1" club="1.1" sword="1.0" axe="1.2" distance="1.1" shielding="1.1" fishing="1.1" experience="1.0"/> </vocation> </vocations> Loguin.lua local config = { loginMessage = getConfigValue('loginMessage'), useFragHandler = getBooleanFromString(getConfigValue('useFragHandler')) } function onLogin(cid) local loss = getConfigValue('deathLostPercent') if(loss ~= nil) then doPlayerSetLossPercent(cid, PLAYERLOSS_EXPERIENCE, loss * 10) end if(not isPlayerGhost(cid)) then doSendMagicEffect(getCreaturePosition(cid), 26) end if (getPlayerStorageValue(cid,30023) == 1) then doChangeSpeed(cid, 250) end registerCreatureEvent(cid, "Instrukcja") registerCreatureEvent(cid, "Techniques") registerCreatureEvent(cid, "Instrukcja") registerCreatureEvent(cid, "Teleport") registerCreatureEvent(cid, "Paccexp") registerCreatureEvent(cid, "Dstolvl") registerCreatureEvent(cid, "Stolvl") registerCreatureEvent(cid, "Bsitemy") registerCreatureEvent(cid, "potwor") registerCreatureEvent(cid, "SkullLogin2") registerCreatureEvent(cid, "BlackSkull") registerCreatureEvent(cid, "LevelBlessMowa") registerCreatureEvent(cid, "LevelProtection") registerCreatureEvent(cid, "SkullDeath") registerCreatureEvent(cid, "SkullLogin") registerCreatureEvent(cid, "Logujem") registerCreatureEvent(cid, "Mail") registerCreatureEvent(cid, "GuildMotd") registerCreatureEvent(cid, "Effect") registerCreatureEvent(cid, "Idle") if(config.useFragHandler) then registerCreatureEvent(cid, "SkullCheck") end registerCreatureEvent(cid, "ReportBug") registerCreatureEvent(cid, "AdvanceSave") function onLogin(cid) registerCreatureEvent(cid, "PlayerDeath") return TRUE end return true end Pode me ajudar? Link para o comentário https://xtibia.com/forum/topic/232652-erro-com-reborn/#findComment-1643942 Compartilhar em outros sites More sharing options...
Posts Recomendados