kamus9629 8 Posted June 25, 2020 Report Share Posted June 25, 2020 (edited) Boa noite pessoal tavo querendo abrir meu project Gostaria de saber se alguem me ajuda muda look do treinador para tamer e para digimon Edited June 25, 2020 by kamus9629 Link to comment https://xtibia.com/forum/topic/251941-help-look-information/ Share on other sites More sharing options...
0 Hyaki 19 Posted June 29, 2020 Report Share Posted June 29, 2020 (edited) Na pasta lib procure o arquivo "somefuctions.lua" e procure pela função "getPlayerDesc" nela vai ter essas informações que você quer alterar! Edited June 29, 2020 by Henrique kamus9629 1 Link to comment https://xtibia.com/forum/topic/251941-help-look-information/#findComment-1760644 Share on other sites More sharing options...
0 Lordbaxx 291 Posted June 25, 2020 Report Share Posted June 25, 2020 O código não apareceu, solta o código do look pra ver direitinho como te ajudar. Link to comment https://xtibia.com/forum/topic/251941-help-look-information/#findComment-1760578 Share on other sites More sharing options...
0 kamus9629 8 Posted June 28, 2020 Author Report Share Posted June 28, 2020 Em 25/06/2020 em 15:33, Lordbaxx disse: O código não apareceu, solta o código do look pra ver direitinho como te ajudar. foi mal mano estavo dobrando servico no trabalho Citar local NPCBattle = { ["Brock"] = {artig = "He is", cidbat = "Pewter"}, ["Misty"] = {artig = "She is", cidbat = "Cerulean"}, ["Blaine"] = {artig = "He is", cidbat = "Cinnabar"}, ["Sabrina"] = {artig = "She is", cidbat = "Saffron"}, --alterado v1.9 \/ peguem tudo! ["Kira"] = {artig = "She is", cidbat = "Viridian"}, ["Koga"] = {artig = "He is", cidbat = "Fushcia"}, ["Erika"] = {artig = "She is", cidbat = "Celadon"}, ["Surge"] = {artig = "He is", cidbat = "Vermilion"}, } local shinys = { ["Shiny Abra"] = "Dark Abra", ["Shiny Onix"] = "Crystal Onix", ["Shiny Gyarados"] = "Red Gyarados", ["Shiny Charizard"] = "Elder Charizard", ["Shiny Venusaur"] = "Ancient Venusaur", ["Shiny Blastoise"] = "Ancient Blastoise", ["Shiny Farfetch'd"] = "Elite Farfetch'd", ["Shiny Hitmonlee"] = "Elite Hitmonlee", ["Shiny Himonchan"] = "Elite Hitmonchan", ["Shiny Snorlax"] = "Big Snorlax", } function onLook(cid, thing, position, lookDistance) local str = {} local isTrade = false if lookDistance == 0 then isTrade = true end -- trade lookDistanc end if not isCreature(thing.uid) then local iname = getItemInfo(thing.itemid) if isPokeball(thing.itemid) and getItemAttribute(thing.uid, "poke") then local isDittoBall = isInArray({"Ditto", "Shiny Ditto"}, getItemAttribute(thing.uid, "poke")) and true or false unLock(thing.uid) local lock = getItemAttribute(thing.uid, "lock") local pokename = isDittoBall and getItemAttribute(thing.uid, "copyName") or getItemAttribute(thing.uid, "poke") local heldx = getItemAttribute(thing.uid, "xHeldItem") local heldy = getItemAttribute(thing.uid, "yHeldItem") local megaID = getItemAttribute(thing.uid, "megaID") local pokeBallName = getItemAttribute(thing.uid, "ball") if not pokeBallName then doItemSetAttribute(thing.uid, "ball", "poke") pokeBallName = "Poke" end if getItemAttribute(thing.uid, "unique") then table.insert(str, " It's an unique item.") end table.insert(str, "\nDigivice "..getArticle(pokename).." "..pokename.. (isDittoBall and " (Ditto)" or "") .. ".\n") if lock and lock > 0 then table.insert(str, "It will unlock in ".. os.date("%d/%m/%y %X", lock)..".\n") end local boost = getItemAttribute(thing.uid, "boost") or 0 if boost > 0 then table.insert(str, "Boost level: +"..boost..".\n") end if getItemAttribute(thing.uid, "level") then table.insert(str, "Level: "..getItemAttribute(thing.uid, "level")..".") local check = getItemAttribute(thing.uid, "spatt") if check == nil or check == '' then table.insert(str, "\nNever used pokeball") else local pb = thing local clanatt = math.ceil(getItemAttribute(pb.uid, "clanatt")) local clandef = math.ceil(getItemAttribute(pb.uid, "clandef")) local clanhp = math.ceil(getItemAttribute(pb.uid, "clanhp")) local def =math.ceil(getItemAttribute(pb.uid, "def")) local hp =math.ceil(getItemAttribute(pb.uid, "hp")) local spattack = math.ceil(getItemAttribute(pb.uid, "spatt")) table.insert(str, "\nSp. Attack: "..spattack.."") if clanatt > 0 then table.insert(str, "(+"..clanatt..").") end table.insert(str, "\nDef : %"..math.ceil(def)..".") if clandef > 0 then table.insert(str, "(+"..clandef..").") end table.insert(str, "\nHP Max: "..hp.."") if clanhp > 0 then table.insert(str, "(+"..clanhp..").") end end end if getItemAttribute(thing.uid, "expneed") then table.insert(str, "\nExperience: "..math.ceil(getItemAttribute(thing.uid, "exp")).."/"..getItemAttribute(thing.uid, "expneed")..".\n") end -- local multiplicador = getItemAttribute(thing.uid, "multiplier") if getItemAttribute(thing.uid, "porcentaje") then local porcentaje = getItemAttribute(thing.uid, "porcentaje") table.insert(str, porcentaje.."% perfecto.\n") end if getItemAttribute(thing.uid, "nick") then table.insert(str, "It's nickname is: "..getItemAttribute(thing.uid, "nick")..".\n") end local heldName, heldTier = "", "" local heldYName, heldYTier = "", "" if heldx or heldy then if heldx then heldName, heldTier = string.explode(heldx, "|")[1], string.explode(heldx, "|")[2] end if heldy then heldYName, heldYTier = string.explode(heldy, "|")[1], string.explode(heldy, "|")[2] end local heldString = heldName .. " (tier: " .. heldTier .. ")" local heldYString = heldYName .. (not isInArray({"Mega", "GHOST"}, heldYTier) and " (tier: " .. heldYTier .. ")" or "") if heldx and heldy then table.insert(str, "Holding: " .. heldString .. " and " .. heldYString .. ". ") elseif heldx then table.insert(str, "Holding: "..heldString..". ") elseif heldy then table.insert(str, "Holding: "..heldYString ..". ") end end doPlayerSendTextMessage(cid, MESSAGE_INFO_DESCR, table.concat(str)) return false elseif getItemAttribute(thing.uid, "pokeName") and string.find(getItemAttribute(thing.uid, "pokeName"), "fainted") then local lootName = getItemAttribute(thing.uid, "pokeName") if isGod(cid) then table.insert(str, "ItemID[".. thing.itemid .."].\n") end table.insert(str, "You see a "..string.lower(lootName)..". ") if isContainer(thing.uid) then table.insert(str, "(Vol: "..getContainerCap(thing.uid)..")") end if getItemAttribute(thing.uid, "corpseowner") then if getItemAttribute(thing.uid, "corpseowner") == "asçdlkasçldkaçslkdçaskdçaslkdçlsakdçkaslç" then table.insert(str, "\nSuicidou-se.") else table.insert(str, "\nEle foi morto por: ("..getItemAttribute(thing.uid, "corpseowner")..")") end end doPlayerSendTextMessage(cid, MESSAGE_INFO_DESCR, table.concat(str)) return false elseif isContainer(thing.uid) then --containers if isGod(cid) then table.insert(str, "ItemID[".. thing.itemid .."].\n") end if getItemAttribute(thing.uid, "iname") then table.insert(str, "You see "..iname.article.." "..iname.name..". (Vol:"..getContainerCap(thing.uid)..").") table.insert(str, getItemAttribute(thing.uid, "iname")..".") else table.insert(str, "You see "..iname.article.." "..iname.name..". (Vol:"..getContainerCap(thing.uid)..").") end if getPlayerGroupId(cid) >= 4 and getPlayerGroupId(cid) <= 6 then table.insert(str, "\nItemID: ["..thing.itemid.."]") local pos = getThingPos(thing.uid) table.insert(str, "\nPosition: [X: "..pos.x.."][Y: "..pos.y.."][Z: "..pos.z.."]") end doPlayerSendTextMessage(cid, MESSAGE_INFO_DESCR, table.concat(str)) return false elseif getItemAttribute(thing.uid, "unique") then if isGod(cid) then table.insert(str, "ItemID[".. thing.itemid .."].\n") end local p = getThingPos(thing.uid) table.insert(str, "You see ") if thing.type > 1 then table.insert(str, thing.type.." "..iname.plural..".") else table.insert(str, iname.article.." "..iname.name..".") end table.insert(str, " It's an unique item.\n"..iname.description) if getPlayerGroupId(cid) >= 4 and getPlayerGroupId(cid) <= 6 then table.insert(str, "\nItemID: ["..thing.itemid.."]") table.insert(str, "\nPosition: ["..p.x.."]["..p.y.."]["..p.z.."]") end sendMsgToPlayer(cid, MESSAGE_INFO_DESCR, table.concat(str)) return false else return true end end local npcname = getCreatureName(thing.uid) if ehNPC(thing.uid) and NPCBattle[npcname] then --npcs duel table.insert(str, "You see "..npcname..". "..NPCBattle[npcname].artig.." leader of the gym from "..NPCBattle[npcname].cidbat..".") doPlayerSendTextMessage(cid, MESSAGE_INFO_DESCR, table.concat(str)) return false end if getPlayerStorageValue(thing.uid, 697548) ~= -1 then table.insert(str, getPlayerStorageValue(thing.uid, 697548)) local pos = getThingPos(thing.uid) if youAre[getPlayerGroupId(cid)] then table.insert(str, "\nPosition: [X: "..pos.x.."][Y: "..pos.y.."][Z: "..pos.z.."]") end doPlayerSendTextMessage(cid, MESSAGE_INFO_DESCR, table.concat(str)) return false end if not isPlayer(thing.uid) and not isMonster(thing.uid) then --outros npcs table.insert(str, "You see "..getCreatureName(thing.uid)..".") doPlayerSendTextMessage(cid, MESSAGE_INFO_DESCR, table.concat(str)) return false end if isPlayer(thing.uid) then --player doPlayerSendTextMessage(cid, MESSAGE_INFO_DESCR, getPlayerDesc(cid, thing.uid, false)) return false end if getCreatureName(thing.uid) == "Evolution" then return false end if not isSummon(thing.uid) then --monstros table.insert(str, "You see a wild "..string.lower(getCreatureName(thing.uid))..".\n") if isGod(cid) then table.insert(str, "Hit Points: "..getCreatureHealth(thing.uid).." / "..getCreatureMaxHealth(thing.uid)..".\n") end table.insert(str, "Level: ?\n") doPlayerSendTextMessage(cid, MESSAGE_INFO_DESCR, table.concat(str)) return false elseif isSummon(thing.uid) and not isPlayer(thing.uid) then --summons local boostlevel = getItemAttribute(getPlayerSlotItem(getCreatureMaster(thing.uid), 8).uid, "boost") or 0 local isDittoBall = isInArray({"Ditto", "Shiny Ditto"}, getItemAttribute(getPlayerSlotItem(getCreatureMaster(thing.uid), 8).uid, "poke")) and true or false if getCreatureMaster(thing.uid) == cid then local myball = getPlayerSlotItem(cid, 8).uid table.insert(str, "You see your "..doCorrectString(getCreatureName(thing.uid)).. (isDittoBall and " (Ditto)" or "") ..".") if boostlevel > 0 then table.insert(str, "\nBoost level: +"..boostlevel..".") end local nick = doCorrectString(getCreatureName(cid)) local pb = getPlayerSlotItem(getCreatureMaster(cid), 8) local levelon = getItemAttribute(pb.uid, "level") local def =math.ceil(getItemAttribute(pb.uid, "def")) local hp =math.ceil(getItemAttribute(pb.uid, "hp")) local lvl =math.ceil(getItemAttribute(pb.uid, "level")) local spattack = math.ceil(getItemAttribute(pb.uid, "spatt")) local clanatt = math.ceil(getItemAttribute(pb.uid, "clanatt")) local clandef = math.ceil(getItemAttribute(pb.uid, "clandef")) local clanhp = math.ceil(getItemAttribute(pb.uid, "clanhp")) table.insert(str, "\nLevel :"..lvl..".") table.insert(str, "\nSp. Attack: "..spattack.."") if clanatt > 0 then table.insert(str, "(+"..clanatt..").") end table.insert(str, "\nDef : %"..math.ceil(def).."") if clandef > 0 then table.insert(str, "(+"..clandef..").") end table.insert(str, "\nHP Max: "..hp.."") if clanhp > 0 then table.insert(str, "(+"..clanhp..").") end table.insert(str, "\n"..getPokemonHappinessDescription(thing.uid)) doPlayerSendTextMessage(cid, MESSAGE_INFO_DESCR, table.concat(str)) else local estestring = "" local pb = getPlayerSlotItem(getCreatureMaster(thing.uid), 8) local levelon = getItemAttribute(pb.uid, "level") local def =math.ceil(getItemAttribute(pb.uid, "def")) local hp =math.ceil(getItemAttribute(pb.uid, "hp")) local lvl =math.ceil(getItemAttribute(pb.uid, "level")) local spattack = math.ceil(getItemAttribute(pb.uid, "spatt")) local clanatt = math.ceil(getItemAttribute(pb.uid, "clanatt")) local clandef = math.ceil(getItemAttribute(pb.uid, "clandef")) local clanhp = math.ceil(getItemAttribute(pb.uid, "clanhp")) estestring = estestring .. "\nLevel :"..lvl.."." estestring = estestring .. "\nSp. Attack: "..spattack.."" if clanatt > 0 then estestring = estestring .. "(+"..clanatt..")." end estestring = estestring .. "\nDef : %"..math.ceil(def).."" if clandef > 0 then estestring = estestring .. "(+"..clandef..")." end estestring = estestring .. "\nHP: "..hp.."" if clanhp > 0 then estestring = estestring .. "(+"..clanhp..")." end local health = "\nHit points: "..getCreatureHealth(thing.uid).."/"..getCreatureMaxHealth(thing.uid).."." doPlayerSendTextMessage(cid, MESSAGE_INFO_DESCR, "You see a "..doCorrectString(getCreatureName(thing.uid)).. (isDittoBall and " (Ditto)" or "") ..".\nIt belongs to "..getCreatureName(getCreatureMaster(thing.uid)).."."..estestring .. (isGod(cid) and health or "") ) end return false end return true end Link to comment https://xtibia.com/forum/topic/251941-help-look-information/#findComment-1760631 Share on other sites More sharing options...
0 Hyaki 19 Posted June 28, 2020 Report Share Posted June 28, 2020 Em 25/06/2020 em 01:04, kamus9629 disse: Versão do Servidor: TFS - 0.3.5 Tipo de Script: actions Código: Mostrar conteúdo oculto Boa noite pessoal tavo querendo abrir meu project Gostaria de saber se alguem me ajuda muda look do treinador para tamer e para digimon Vai na pasta XML e altera no vocations.xml Link to comment https://xtibia.com/forum/topic/251941-help-look-information/#findComment-1760636 Share on other sites More sharing options...
0 kamus9629 8 Posted June 28, 2020 Author Report Share Posted June 28, 2020 4 horas atrás, Henrique disse: Vai na pasta XML e altera no vocations.xml Não tem nada com esse nome n @Henrique Link to comment https://xtibia.com/forum/topic/251941-help-look-information/#findComment-1760638 Share on other sites More sharing options...
0 boxxer321 67 Posted June 28, 2020 Report Share Posted June 28, 2020 12 minutos atrás, kamus9629 disse: Não tem nada com esse nome n @Henrique posta seu vocations.xml Link to comment https://xtibia.com/forum/topic/251941-help-look-information/#findComment-1760639 Share on other sites More sharing options...
0 kamus9629 8 Posted June 28, 2020 Author Report Share Posted June 28, 2020 (edited) <?xml version="1.0" encoding="UTF-8"?> <vocations> <vocation id="0" name="Banco de dados" description="a Banco de dados" needpremium="0" gaincap="0" gainhp="15" gainmana="0" gainhpticks="2" gainhpamount="200" gainmanaticks="0" gainmanaamount="0" manamultiplier="1.1" attackspeed="-1" soulmax="264" gainsoulticks="-1" fromvoc="1"> <formula meleeDamage="0" distDamage="1.0" wandDamage="1.0" magDamage="1.0" magHealingDamage="1.0" defense="2.0" magDefense="2.0" armor="2.0"/> <skill fist="100.0" fistBase="1000" club="1.0" sword="1.0" axe="1.0" distance="1.0" shielding="1.0" fishing="1.3" fishBase="10" experience="1.0"/> </vocation> <vocation id="1" name="Banco de dados" description="a Banco de dados" needpremium="0" gaincap="0" gainhp="15" gainmana="0" gainhpticks="2" gainhpamount="200" gainmanaticks="0" gainmanaamount="0" manamultiplier="1.1" attackspeed="-1" soulmax="264" gainsoulticks="-1" fromvoc="1" lessloss="0"> <formula meleeDamage="0" distDamage="1.0" wandDamage="1.0" magDamage="1.0" magHealingDamage="1.0" defense="2.0" magDefense="2.0" armor="2.0"/> <skill fist="100.0" fistBase="1000" club="1.0" sword="1.0" axe="1.0" distance="1.0" shielding="1.0" fishing="1.5" fishBase="10" experience="1.0"/> </vocation> <vocation id="2" name="TV" description="a Banco de dados" needpremium="0" gaincap="0" gainhp="40" gainmana="0" gainhpticks="2" gainhpamount="200" gainmanaticks="0" gainmanaamount="0" manamultiplier="1.1" attackspeed="-1" soulmax="264" gainsoulticks="-1" fromvoc="1" lessloss="0"> <formula meleeDamage="0" distDamage="1.0" wandDamage="1.0" magDamage="1.0" magHealingDamage="1.0" defense="1.0" magDefense="1.0" armor="1.0"/> <skill fist="100.0" fistBase="1000" club="1.0" sword="1.0" axe="1.0" distance="1.0" shielding="1.0" fishing="1.5" fishBase="10" experience="1.0"/> </vocation> <vocation id="3" name="PC" description="a Banco de dados" needpremium="0" gaincap="0" gainhp="40" gainmana="0" gainhpticks="0" gainhpamount="0" gainmanaticks="0" gainmanaamount="0" manamultiplier="1.1" attackspeed="-1" soulmax="264" gainsoulticks="-1" fromvoc="1" lessloss="0"> <formula meleeDamage="0" distDamage="1.0" wandDamage="1.0" magDamage="1.0" magHealingDamage="1.0" defense="1.0" magDefense="1.0" armor="1.0"/> <skill fist="100.0" fistBase="1000" club="1.0" sword="1.0" axe="1.0" distance="1.0" shielding="1.0" fishing="1.5" fishBase="10" experience="1.0"/> </vocation> <vocation id="7" name="Duel System2" description="a Banco de dados" needpremium="0" gaincap="0" gainhp="40" gainmana="0" gainhpticks="2" gainhpamount="200" gainmanaticks="0" gainmanaamount="0" manamultiplier="1.1" attackspeed="-1" soulmax="264" gainsoulticks="-1" fromvoc="1"> <formula meleeDamage="0" distDamage="1.0" wandDamage="1.0" magDamage="1.0" magHealingDamage="1.0" defense="1.0" magDefense="1.0" armor="1.0"/> <skill fist="100.0" fistBase="1000" club="1.0" sword="1.0" axe="1.0" distance="1.0" shielding="1.0" fishing="1.5" fishBase="10" experience="1.0"/> </vocation> <vocation id="8" name="Duel System" description="a Banco de dados" needpremium="0" gaincap="0" gainhp="40" gainmana="0" gainhpticks="2" gainhpamount="200" gainmanaticks="0" gainmanaamount="0" manamultiplier="1.1" attackspeed="-1" soulmax="264" gainsoulticks="-1" fromvoc="1"> <formula meleeDamage="0" distDamage="1.0" wandDamage="1.0" magDamage="1.0" magHealingDamage="1.0" defense="1.0" magDefense="1.0" armor="1.0"/> <skill fist="100.0" fistBase="1000" club="1.0" sword="1.0" axe="1.0" distance="1.0" shielding="1.0" fishing="1.5" fishBase="10" experience="1.0"/> </vocation> <vocation id="9" name="Banco de dados" description="a Banco de dados" needpremium="0" gaincap="0" gainhp="40" gainmana="0" gainhpticks="2" gainhpamount="200" gainmanaticks="0" gainmanaamount="0" manamultiplier="1.1" attackspeed="-1" soulmax="264" gainsoulticks="-1" fromvoc="1"> <formula meleeDamage="0" distDamage="1.0" wandDamage="1.0" magDamage="1.0" magHealingDamage="1.0" defense="1.0" magDefense="1.0" armor="1.0"/> <skill fist="100.0" fistBase="1000" club="1.0" sword="1.0" axe="1.0" distance="1.0" shielding="1.0" fishing="1.5" fishBase="10" experience="1.0"/> </vocation> <vocation id="10" name="Pokedex System" description="a Banco de dados" needpremium="0" gaincap="0" gainhp="40" gainmana="0" gainhpticks="2" gainhpamount="200" gainmanaticks="0" gainmanaamount="0" manamultiplier="1.1" attackspeed="-1" soulmax="264" gainsoulticks="-1" fromvoc="1"> <formula meleeDamage="0" distDamage="1.0" wandDamage="1.0" magDamage="1.0" magHealingDamage="1.0" defense="1.0" magDefense="1.0" armor="1.0"/> <skill fist="100.0" fistBase="1000" club="1.0" sword="1.0" axe="1.0" distance="1.0" shielding="1.0" fishing="1.5" fishBase="10" experience="1.0"/> </vocation> <vocation id="11" name="Held Trade Systemss" description="a Banco de dados" needpremium="0" gaincap="0" gainhp="40" gainmana="0" gainhpticks="2" gainhpamount="200" gainmanaticks="0" gainmanaamount="0" manamultiplier="1.1" attackspeed="-1" soulmax="264" gainsoulticks="-1" fromvoc="1"> <formula meleeDamage="0" distDamage="1.0" wandDamage="1.0" magDamage="1.0" magHealingDamage="1.0" defense="1.0" magDefense="1.0" armor="1.0"/> <skill fist="100.0" fistBase="1000" club="1.0" sword="1.0" axe="1.0" distance="1.0" shielding="1.0" fishing="1.5" fishBase="10" experience="1.0"/> </vocation> <vocation id="12" name="Marcus Damon" description="a Marcus Damon" needpremium="0" gaincap="0" gainhp="90" gainmana="80" gainhpticks="2" gainhpamount="200" gainmanaticks="0" gainmanaamount="0" manamultiplier="1.1" attackspeed="-1" soulmax="264" gainsoulticks="-1" fromvoc="12"> <formula meleeDamage="0" distDamage="10" wandDamage="10" magDamage="10" magHealingDamage="10" defense="2" magDefense="2" armor="2"/> <skill fist="100.0" fistBase="1000" club="1.0" sword="1.0" axe="1.0" distance="1.0" shielding="1.0" fishing="1.3" fishBase="10" experience="1.0"/> </vocation> <vocation id="13" name="Thomas H. Norstein" description="a Thomas H. Norstein" needpremium="0" gaincap="0" gainhp="100" gainmana="90" gainhpticks="2" gainhpamount="200" gainmanaticks="0" gainmanaamount="0" manamultiplier="1.1" attackspeed="-1" soulmax="264" gainsoulticks="-1" fromvoc="13"> <formula meleeDamage="0" distDamage="8" wandDamage="8" magDamage="8" magHealingDamage="8" defense="1" magDefense="1" armor="1"/> <skill fist="100.0" fistBase="1000" club="1.0" sword="1.0" axe="1.0" distance="1.0" shielding="1.0" fishing="1.3" fishBase="10" experience="1.0"/> </vocation> <vocation id="14" name="Yoshino Fujieda" description="a Yoshino Fujieda" needpremium="0" gaincap="0" gainhp="90" gainmana="100" gainhpticks="2" gainhpamount="200" gainmanaticks="0" gainmanaamount="0" manamultiplier="1.1" attackspeed="-1" soulmax="264" gainsoulticks="-1" fromvoc="14"> <formula meleeDamage="0" distDamage="8" wandDamage="8" magDamage="8" magHealingDamage="8" defense="1" magDefense="1" armor="1"/> <skill fist="100.0" fistBase="1000" club="1.0" sword="1.0" axe="1.0" distance="1.0" shielding="1.0" fishing="1.3" fishBase="10" experience="1.0"/> </vocation> <vocation id="15" name="Keenan Crier" description="a Keenan Crier" needpremium="0" gaincap="0" gainhp="15" gainmana="80" gainhpticks="90" gainhpamount="200" gainmanaticks="0" gainmanaamount="0" manamultiplier="1.1" attackspeed="-1" soulmax="264" gainsoulticks="-1" fromvoc="15"> <formula meleeDamage="0" distDamage="10" wandDamage="10" magDamage="10" magHealingDamage="10" defense="1" magDefense="1" armor="1"/> <skill fist="100.0" fistBase="1000" club="1.0" sword="1.0" axe="1.0" distance="1.0" shielding="1.0" fishing="1.3" fishBase="10" experience="1.0"/> </vocation> <vocation id="16" name="Takeru Takaishi" description="a Takeru Takaishi" needpremium="0" gaincap="0" gainhp="100" gainmana="90" gainhpticks="2" gainhpamount="200" gainmanaticks="0" gainmanaamount="0" manamultiplier="1.1" attackspeed="-1" soulmax="264" gainsoulticks="-1" fromvoc="16"> <formula meleeDamage="0" distDamage="8" wandDamage="8" magDamage="8" magHealingDamage="8" defense="1" magDefense="1" armor="1"/> <skill fist="100.0" fistBase="1000" club="1.0" sword="1.0" axe="1.0" distance="1.0" shielding="1.0" fishing="1.3" fishBase="10" experience="1.0"/> </vocation> <vocation id="17" name="Sora Takenouchi" description="a Sora Takenouchi" needpremium="0" gaincap="0" gainhp="90" gainmana="80" gainhpticks="2" gainhpamount="200" gainmanaticks="0" gainmanaamount="0" manamultiplier="1.1" attackspeed="-1" soulmax="264" gainsoulticks="-1" fromvoc="17"> <formula meleeDamage="0" distDamage="10" wandDamage="10" magDamage="10" magHealingDamage="10" defense="2" magDefense="2" armor="2"/> <skill fist="100.0" fistBase="1000" club="1.0" sword="1.0" axe="1.0" distance="1.0" shielding="1.0" fishing="1.3" fishBase="10" experience="1.0"/> </vocation> </vocations> tentei e continuou mesma coisa Edited June 28, 2020 by kamus9629 Link to comment https://xtibia.com/forum/topic/251941-help-look-information/#findComment-1760641 Share on other sites More sharing options...
0 kamus9629 8 Posted June 29, 2020 Author Report Share Posted June 29, 2020 (edited) vlw Edited June 29, 2020 by kamus9629 Link to comment https://xtibia.com/forum/topic/251941-help-look-information/#findComment-1760645 Share on other sites More sharing options...
0 GOD Vitor 66 Posted July 4, 2020 Report Share Posted July 4, 2020 (edited) Em 28/06/2020 em 19:33, kamus9629 disse: <?xml version="1.0" encoding="UTF-8"?> <vocations> <vocation id="0" name="Banco de dados" description="a Banco de dados" needpremium="0" gaincap="0" gainhp="15" gainmana="0" gainhpticks="2" gainhpamount="200" gainmanaticks="0" gainmanaamount="0" manamultiplier="1.1" attackspeed="-1" soulmax="264" gainsoulticks="-1" fromvoc="1"> <formula meleeDamage="0" distDamage="1.0" wandDamage="1.0" magDamage="1.0" magHealingDamage="1.0" defense="2.0" magDefense="2.0" armor="2.0"/> <skill fist="100.0" fistBase="1000" club="1.0" sword="1.0" axe="1.0" distance="1.0" shielding="1.0" fishing="1.3" fishBase="10" experience="1.0"/> </vocation> <vocation id="1" name="Banco de dados" description="a Banco de dados" needpremium="0" gaincap="0" gainhp="15" gainmana="0" gainhpticks="2" gainhpamount="200" gainmanaticks="0" gainmanaamount="0" manamultiplier="1.1" attackspeed="-1" soulmax="264" gainsoulticks="-1" fromvoc="1" lessloss="0"> <formula meleeDamage="0" distDamage="1.0" wandDamage="1.0" magDamage="1.0" magHealingDamage="1.0" defense="2.0" magDefense="2.0" armor="2.0"/> <skill fist="100.0" fistBase="1000" club="1.0" sword="1.0" axe="1.0" distance="1.0" shielding="1.0" fishing="1.5" fishBase="10" experience="1.0"/> </vocation> <vocation id="2" name="TV" description="a Banco de dados" needpremium="0" gaincap="0" gainhp="40" gainmana="0" gainhpticks="2" gainhpamount="200" gainmanaticks="0" gainmanaamount="0" manamultiplier="1.1" attackspeed="-1" soulmax="264" gainsoulticks="-1" fromvoc="1" lessloss="0"> <formula meleeDamage="0" distDamage="1.0" wandDamage="1.0" magDamage="1.0" magHealingDamage="1.0" defense="1.0" magDefense="1.0" armor="1.0"/> <skill fist="100.0" fistBase="1000" club="1.0" sword="1.0" axe="1.0" distance="1.0" shielding="1.0" fishing="1.5" fishBase="10" experience="1.0"/> </vocation> <vocation id="3" name="PC" description="a Banco de dados" needpremium="0" gaincap="0" gainhp="40" gainmana="0" gainhpticks="0" gainhpamount="0" gainmanaticks="0" gainmanaamount="0" manamultiplier="1.1" attackspeed="-1" soulmax="264" gainsoulticks="-1" fromvoc="1" lessloss="0"> <formula meleeDamage="0" distDamage="1.0" wandDamage="1.0" magDamage="1.0" magHealingDamage="1.0" defense="1.0" magDefense="1.0" armor="1.0"/> <skill fist="100.0" fistBase="1000" club="1.0" sword="1.0" axe="1.0" distance="1.0" shielding="1.0" fishing="1.5" fishBase="10" experience="1.0"/> </vocation> <vocation id="7" name="Duel System2" description="a Banco de dados" needpremium="0" gaincap="0" gainhp="40" gainmana="0" gainhpticks="2" gainhpamount="200" gainmanaticks="0" gainmanaamount="0" manamultiplier="1.1" attackspeed="-1" soulmax="264" gainsoulticks="-1" fromvoc="1"> <formula meleeDamage="0" distDamage="1.0" wandDamage="1.0" magDamage="1.0" magHealingDamage="1.0" defense="1.0" magDefense="1.0" armor="1.0"/> <skill fist="100.0" fistBase="1000" club="1.0" sword="1.0" axe="1.0" distance="1.0" shielding="1.0" fishing="1.5" fishBase="10" experience="1.0"/> </vocation> <vocation id="8" name="Duel System" description="a Banco de dados" needpremium="0" gaincap="0" gainhp="40" gainmana="0" gainhpticks="2" gainhpamount="200" gainmanaticks="0" gainmanaamount="0" manamultiplier="1.1" attackspeed="-1" soulmax="264" gainsoulticks="-1" fromvoc="1"> <formula meleeDamage="0" distDamage="1.0" wandDamage="1.0" magDamage="1.0" magHealingDamage="1.0" defense="1.0" magDefense="1.0" armor="1.0"/> <skill fist="100.0" fistBase="1000" club="1.0" sword="1.0" axe="1.0" distance="1.0" shielding="1.0" fishing="1.5" fishBase="10" experience="1.0"/> </vocation> <vocation id="9" name="Banco de dados" description="a Banco de dados" needpremium="0" gaincap="0" gainhp="40" gainmana="0" gainhpticks="2" gainhpamount="200" gainmanaticks="0" gainmanaamount="0" manamultiplier="1.1" attackspeed="-1" soulmax="264" gainsoulticks="-1" fromvoc="1"> <formula meleeDamage="0" distDamage="1.0" wandDamage="1.0" magDamage="1.0" magHealingDamage="1.0" defense="1.0" magDefense="1.0" armor="1.0"/> <skill fist="100.0" fistBase="1000" club="1.0" sword="1.0" axe="1.0" distance="1.0" shielding="1.0" fishing="1.5" fishBase="10" experience="1.0"/> </vocation> <vocation id="10" name="Pokedex System" description="a Banco de dados" needpremium="0" gaincap="0" gainhp="40" gainmana="0" gainhpticks="2" gainhpamount="200" gainmanaticks="0" gainmanaamount="0" manamultiplier="1.1" attackspeed="-1" soulmax="264" gainsoulticks="-1" fromvoc="1"> <formula meleeDamage="0" distDamage="1.0" wandDamage="1.0" magDamage="1.0" magHealingDamage="1.0" defense="1.0" magDefense="1.0" armor="1.0"/> <skill fist="100.0" fistBase="1000" club="1.0" sword="1.0" axe="1.0" distance="1.0" shielding="1.0" fishing="1.5" fishBase="10" experience="1.0"/> </vocation> <vocation id="11" name="Held Trade Systemss" description="a Banco de dados" needpremium="0" gaincap="0" gainhp="40" gainmana="0" gainhpticks="2" gainhpamount="200" gainmanaticks="0" gainmanaamount="0" manamultiplier="1.1" attackspeed="-1" soulmax="264" gainsoulticks="-1" fromvoc="1"> <formula meleeDamage="0" distDamage="1.0" wandDamage="1.0" magDamage="1.0" magHealingDamage="1.0" defense="1.0" magDefense="1.0" armor="1.0"/> <skill fist="100.0" fistBase="1000" club="1.0" sword="1.0" axe="1.0" distance="1.0" shielding="1.0" fishing="1.5" fishBase="10" experience="1.0"/> </vocation> <vocation id="12" name="Marcus Damon" description="a Marcus Damon" needpremium="0" gaincap="0" gainhp="90" gainmana="80" gainhpticks="2" gainhpamount="200" gainmanaticks="0" gainmanaamount="0" manamultiplier="1.1" attackspeed="-1" soulmax="264" gainsoulticks="-1" fromvoc="12"> <formula meleeDamage="0" distDamage="10" wandDamage="10" magDamage="10" magHealingDamage="10" defense="2" magDefense="2" armor="2"/> <skill fist="100.0" fistBase="1000" club="1.0" sword="1.0" axe="1.0" distance="1.0" shielding="1.0" fishing="1.3" fishBase="10" experience="1.0"/> </vocation> <vocation id="13" name="Thomas H. Norstein" description="a Thomas H. Norstein" needpremium="0" gaincap="0" gainhp="100" gainmana="90" gainhpticks="2" gainhpamount="200" gainmanaticks="0" gainmanaamount="0" manamultiplier="1.1" attackspeed="-1" soulmax="264" gainsoulticks="-1" fromvoc="13"> <formula meleeDamage="0" distDamage="8" wandDamage="8" magDamage="8" magHealingDamage="8" defense="1" magDefense="1" armor="1"/> <skill fist="100.0" fistBase="1000" club="1.0" sword="1.0" axe="1.0" distance="1.0" shielding="1.0" fishing="1.3" fishBase="10" experience="1.0"/> </vocation> <vocation id="14" name="Yoshino Fujieda" description="a Yoshino Fujieda" needpremium="0" gaincap="0" gainhp="90" gainmana="100" gainhpticks="2" gainhpamount="200" gainmanaticks="0" gainmanaamount="0" manamultiplier="1.1" attackspeed="-1" soulmax="264" gainsoulticks="-1" fromvoc="14"> <formula meleeDamage="0" distDamage="8" wandDamage="8" magDamage="8" magHealingDamage="8" defense="1" magDefense="1" armor="1"/> <skill fist="100.0" fistBase="1000" club="1.0" sword="1.0" axe="1.0" distance="1.0" shielding="1.0" fishing="1.3" fishBase="10" experience="1.0"/> </vocation> <vocation id="15" name="Keenan Crier" description="a Keenan Crier" needpremium="0" gaincap="0" gainhp="15" gainmana="80" gainhpticks="90" gainhpamount="200" gainmanaticks="0" gainmanaamount="0" manamultiplier="1.1" attackspeed="-1" soulmax="264" gainsoulticks="-1" fromvoc="15"> <formula meleeDamage="0" distDamage="10" wandDamage="10" magDamage="10" magHealingDamage="10" defense="1" magDefense="1" armor="1"/> <skill fist="100.0" fistBase="1000" club="1.0" sword="1.0" axe="1.0" distance="1.0" shielding="1.0" fishing="1.3" fishBase="10" experience="1.0"/> </vocation> <vocation id="16" name="Takeru Takaishi" description="a Takeru Takaishi" needpremium="0" gaincap="0" gainhp="100" gainmana="90" gainhpticks="2" gainhpamount="200" gainmanaticks="0" gainmanaamount="0" manamultiplier="1.1" attackspeed="-1" soulmax="264" gainsoulticks="-1" fromvoc="16"> <formula meleeDamage="0" distDamage="8" wandDamage="8" magDamage="8" magHealingDamage="8" defense="1" magDefense="1" armor="1"/> <skill fist="100.0" fistBase="1000" club="1.0" sword="1.0" axe="1.0" distance="1.0" shielding="1.0" fishing="1.3" fishBase="10" experience="1.0"/> </vocation> <vocation id="17" name="Sora Takenouchi" description="a Sora Takenouchi" needpremium="0" gaincap="0" gainhp="90" gainmana="80" gainhpticks="2" gainhpamount="200" gainmanaticks="0" gainmanaamount="0" manamultiplier="1.1" attackspeed="-1" soulmax="264" gainsoulticks="-1" fromvoc="17"> <formula meleeDamage="0" distDamage="10" wandDamage="10" magDamage="10" magHealingDamage="10" defense="2" magDefense="2" armor="2"/> <skill fist="100.0" fistBase="1000" club="1.0" sword="1.0" axe="1.0" distance="1.0" shielding="1.0" fishing="1.3" fishBase="10" experience="1.0"/> </vocation> </vocations> tentei e continuou mesma coisa É porque esses poketibias não chamam o nome da vocation, é tipo só uma palavra padrão mesmo, independente da vocation. Acredito que em pasta do server/lib/some functions.lua você encontre. Qualquer coisa, é só chamar aqui ou no PV Edited July 4, 2020 by GOD Vitor Link to comment https://xtibia.com/forum/topic/251941-help-look-information/#findComment-1760784 Share on other sites More sharing options...
Question
kamus9629 8
Boa noite pessoal tavo querendo abrir meu project Gostaria de saber se alguem me ajuda muda look do treinador para tamer e para digimon
Edited by kamus9629Link to comment
https://xtibia.com/forum/topic/251941-help-look-information/Share on other sites
9 answers to this question
Recommended Posts