Ir para conteúdo

Mafuba

Campones
  • Total de itens

    4
  • Registro em

  • Última visita

Tudo que Mafuba postou

  1. ae cara quando eu adiciono a tag xml no meu actions e tento abrir o the forgotten pra deixar o sv on da um error unable to load action, vc pode me dizer como eo devo colocar a tag no action.xml?
  2. Como assim onde eo posso recortar as imagens 32x32 certinha?
  3. Galera estou precisando de um programa para recortar sprites 32x32 de pokemons e um tutorial , eu ja pintei o fundo das minhas sprites de rosa pelo paint,e estou precisando saber como recortar-las 32x32 valeu ai
  4. então cara tipo eu peguei um otro dash 6.0 e funfo normalmente o surf eu fiz tudo certin copiei e pa puis no meu no movements, mais deu o msm error e no otro não se pode me informar onde posso achar isto (Player not found) no server que está pegando para eu passar pro meu valeu ai
  5. Ok Vo ve la Se Tiver certo rep + xD
  6. Aqui esta meu surf system com error se alguem puder ajudar local poke = {'Poliwag', 'Poliwhirl', 'Seaking', 'Dewgong', 'Blastoise', 'Tentacruel', 'Lapras', 'Gyarados', 'Omastar', 'Kabutops', 'Vaporeon', 'Staryu', 'Starmie', 'Goldeen', 'Seadra', 'Golduck', 'Squirtle', 'Wartortle', 'Tentacool', 'Snorlax', 'Poliwrath'} local flie = {'4820', '4821', '4822', '4823', '4824', '4825'} local surf = { ["Poliwag"] = {lookType=278, speed = 320}, ["Poliwhirl"] = {lookType=137, speed = 480}, ["Seaking"] = {lookType=269, speed = 520}, ["Dewgong"] = {lookType=183, speed = 700}, ["Blastoise"] = {lookType=184, speed = 850}, ["Tentacruel"] = {lookType=185, speed = 750}, ["Lapras"] = {lookType=186, speed = 960}, ["Gyarados"] = {lookType=187, speed = 1050}, ["Omastar"] = {lookType=188, speed = 680}, ["Kabutops"] = {lookType=189, speed = 840}, ["Poliwrath"] = {lookType=190, speed = 680}, ["Vaporeon"] = {lookType=191, speed = 800}, ["Staryu"] = {lookType=266, speed = 385}, ["Starmie"] = {lookType=267, speed = 685}, ["Goldeen"] = {lookType=268, speed = 355}, ["Seadra"] = {lookType=270, speed = 655}, ["Golduck"] = {lookType=271, speed = 760}, ["Squirtle"] = {lookType=273, speed = 365}, ["Wartortle"] = {lookType=275, speed = 605}, ["Tentacool"] = {lookType=277, speed = 340}, ["Snorlax"] = {lookType=300, speed = 500}, } function onStepIn(cid, item, position, fromPosition) if not isPlayer(cid) and not isPremium(cid) then -- tire o primeiro not, atras do isPlayer para ativar o premium doTeleportThing(cid, fromPosition, false) doPlayerSendCancel(cid, "Only premium members are allowed to surf.") return true end if getCreatureOutfit(cid).lookType == 316 then doSendMagicEffect(fromPosition, 136) end if not isPlayer(cid) then doTeleportThing(cid, fromPosition, false) return true end if getPlayerStorageValue(cid, 63215) ~= 1 and getPlayerStorageValue(cid, 17000) <= 0 then if #getCreatureSummons(cid) == 0 then doPlayerSendCancel(cid, "You need a pokemon to surf.") doTeleportThing(cid, fromPosition, false) else if (not isInArray(poke, getCreatureName(getCreatureSummons(cid)[1]))) then doPlayerSendCancel(cid, "This pokemon cannot surf.") doTeleportThing(cid, fromPosition, false) return true end end end if #getCreatureSummons(cid) >= 1 and isInArray(poke, getCreatureName(getCreatureSummons(cid)[1])) and getPlayerStorageValue(cid, 63215) ~= 1 and getPlayerStorageValue(cid, 17000) <= 0 then doSetCreatureOutfit(cid, surf[getCreatureName(getCreatureSummons(cid)[1])], -1) doCreatureSay(cid, ""..getCreatureName(getCreatureSummons(cid)[1])..", lets surf!", 1) doChangeSpeed(cid, -(getCreatureSpeed(cid))) doChangeSpeed(cid, surf[getCreatureName(getCreatureSummons(cid)[1])].speed) setPlayerStorageValue(cid, 61209, getCreatureMaxHealth(getCreatureSummons(cid)[1])) setPlayerStorageValue(cid, 61210, getCreatureHealth(getCreatureSummons(cid)[1])) doRemoveCreature(getCreatureSummons(cid)[1]) addEvent(setPlayerStorageValue, 100, cid, 63215, 1) end if getPlayerStorageValue(cid, 63215) == 1 then if getCreatureLookDir(cid) == 0 then doSendMagicEffect(fromPosition, 33) elseif getCreatureLookDir(cid) == 1 then doSendMagicEffect(fromPosition, 49) elseif getCreatureLookDir(cid) == 2 then doSendMagicEffect(fromPosition, 30) elseif getCreatureLookDir(cid) == 3 then doSendMagicEffect(fromPosition, 51) end end if getPlayerStorageValue(cid, 17000) >= 1 then if not isInArray(flie, getTileInfo(fromPosition).itemid) then return true end if getCreatureLookDir(cid) == 0 then doSendMagicEffect(fromPosition, 33) elseif getCreatureLookDir(cid) == 1 then doSendMagicEffect(fromPosition, 49) elseif getCreatureLookDir(cid) == 2 then doSendMagicEffect(fromPosition, 30) elseif getCreatureLookDir(cid) == 3 then doSendMagicEffect(fromPosition, 51) end end return true end function onStepOut(cid, item, position, fromPosition) if not isInArray({4820, 4821, 4822, 4823, 4824, 4825}, getTileThingByPos(getThingPos(cid)).itemid) then setPlayerGroupId(cid, 1) end return true end
  7. Mafuba

    Ditto System No Order

    Alguem, Poderia Me Arrumar um Ditto System Colocado No Order Se Alguem Tiver E estiver Afim de postar ou manter contato me manda menssagem
  8. época de pascoa devemos agredecer por aquele que lutou e ressucitou por nois , Obrigado Goku.
  9. Ae galera eu queria saber se alguem tem sprites de pokemons novos recortados de lado etc para eu poder adicionar no meu server se alguem tiver e quiser compartilhar valeu ai
  10. Aew Galera eu estou com um projeto de pokemon e eu gostaria de saber como eu posso criar pokemons novos, ou seja pokemons da 2 geração se alguem puder me dizer valeu ai
  11. Valeu mano mais tpo isso veio no pokemon dash v6.0 acho que eles devem ter retirado algo pq eo procurei na pasta os error dos arquivo q pede num tem la na pasta vlw ai vo retirar no xml. Mano , tem mais um unico error que esta dando se vc puder me ajudar com esse aki tbm valeu mano vou postar logo abaixo. [23/04/2011 00:11:13] [Error - MoveEvent::executeStep] Call stack overflow. [23/04/2011 00:11:13] [Error - MoveEvents Interface] [23/04/2011 00:11:13] data/movements/scripts/surf.lua:onStepIn [23/04/2011 00:11:13] Description: [23/04/2011 00:11:13] (luaDoPlayerSendCancel) Player not found [23/04/2011 00:11:13] [Error - MoveEvents Interface] [23/04/2011 00:11:13] data/movements/scripts/surf.lua:onStepIn [23/04/2011 00:11:13] Description: [23/04/2011 00:11:13] (luaDoPlayerSendCancel) Player not found [23/04/2011 00:11:13] [Error - MoveEvents Interface] [23/04/2011 00:11:13] data/movements/scripts/surf.lua:onStepIn [23/04/2011 00:11:13] Description: [23/04/2011 00:11:13] (luaDoPlayerSendCancel) Player not found [23/04/2011 00:11:13] [Error - MoveEvents Interface] [23/04/2011 00:11:13] data/movements/scripts/surf.lua:onStepIn [23/04/2011 00:11:13] Description: [23/04/2011 00:11:13] (luaDoPlayerSendCancel) Player not found [23/04/2011 00:11:13] [Error - MoveEvents Interface] [23/04/2011 00:11:13] data/movements/scripts/surf.lua:onStepIn [23/04/2011 00:11:13] Description: [23/04/2011 00:11:13] (luaDoPlayerSendCancel) Player not found [23/04/2011 00:11:13] [Error - MoveEvents Interface] [23/04/2011 00:11:13] data/movements/scripts/surf.lua:onStepIn [23/04/2011 00:11:13] Description: [23/04/2011 00:11:13] (luaDoPlayerSendCancel) Player not found [23/04/2011 00:11:13] [Error - MoveEvents Interface] [23/04/2011 00:11:13] data/movements/scripts/surf.lua:onStepIn [23/04/2011 00:11:13] Description: [23/04/2011 00:11:13] (luaDoPlayerSendCancel) Player not found [23/04/2011 00:11:13] [Error - MoveEvents Interface] [23/04/2011 00:11:13] data/movements/scripts/surf.lua:onStepIn [23/04/2011 00:11:13] Description: [23/04/2011 00:11:13] (luaDoPlayerSendCancel) Player not found [23/04/2011 00:11:13] [Error - MoveEvents Interface] [23/04/2011 00:11:13] data/movements/scripts/surf.lua:onStepIn [23/04/2011 00:11:13] Description: [23/04/2011 00:11:13] (luaDoPlayerSendCancel) Player not found [23/04/2011 00:11:13] [Error - MoveEvents Interface] [23/04/2011 00:11:13] data/movements/scripts/surf.lua:onStepIn [23/04/2011 00:11:13] Description: [23/04/2011 00:11:13] (luaDoPlayerSendCancel) Player not found [23/04/2011 00:11:13] [Error - MoveEvents Interface] [23/04/2011 00:11:13] data/movements/scripts/surf.lua:onStepIn [23/04/2011 00:11:13] Description: [23/04/2011 00:11:13] (luaDoPlayerSendCancel) Player not found [23/04/2011 00:11:13] [Error - MoveEvents Interface] [23/04/2011 00:11:13] data/movements/scripts/surf.lua:onStepIn [23/04/2011 00:11:13] Description: [23/04/2011 00:11:13] (luaDoPlayerSendCancel) Player not found [23/04/2011 00:11:13] [Error - MoveEvents Interface] [23/04/2011 00:11:13] data/movements/scripts/surf.lua:onStepIn [23/04/2011 00:11:13] Description: [23/04/2011 00:11:13] (luaDoPlayerSendCancel) Player not found [23/04/2011 00:11:13] [Error - MoveEvents Interface] [23/04/2011 00:11:13] data/movements/scripts/surf.lua:onStepIn [23/04/2011 00:11:13] Description: [23/04/2011 00:11:13] (luaDoPlayerSendCancel) Player not found [23/04/2011 00:11:13] [Error - MoveEvents Interface] [23/04/2011 00:11:13] data/movements/scripts/surf.lua:onStepIn [23/04/2011 00:11:13] Description: [23/04/2011 00:11:13] (luaDoPlayerSendCancel) Player not found [23/04/2011 00:11:13] [Error - MoveEvents Interface] [23/04/2011 00:11:13] data/movements/scripts/surf.lua:onStepIn [23/04/2011 00:11:13] Description: [23/04/2011 00:11:13] (luaDoPlayerSendCancel) Player not found [23/04/2011 00:11:13] [Error - MoveEvents Interface] [23/04/2011 00:11:13] data/movements/scripts/surf.lua:onStepIn [23/04/2011 00:11:13] Description: [23/04/2011 00:11:13] (luaDoPlayerSendCancel) Player not found [23/04/2011 00:11:13] [Error - MoveEvents Interface] [23/04/2011 00:11:13] data/movements/scripts/surf.lua:onStepIn [23/04/2011 00:11:13] Description: [23/04/2011 00:11:13] (luaDoPlayerSendCancel) Player not found [23/04/2011 00:11:13] [Error - MoveEvents Interface] [23/04/2011 00:11:13] data/movements/scripts/surf.lua:onStepIn [23/04/2011 00:11:13] Description: [23/04/2011 00:11:13] (luaDoPlayerSendCancel) Player not found [23/04/2011 00:11:13] [Error - MoveEvents Interface] [23/04/2011 00:11:13] data/movements/scripts/surf.lua:onStepIn [23/04/2011 00:11:13] Description: [23/04/2011 00:11:13] (luaDoPlayerSendCancel) Player not found [23/04/2011 00:11:13] [Error - MoveEvents Interface] [23/04/2011 00:11:13] data/movements/scripts/surf.lua:onStepIn [23/04/2011 00:11:13] Description: [23/04/2011 00:11:13] (luaDoPlayerSendCancel) Player not found
  12. A eu abrir meu forggoten ou seja aquela espadinha do meu server pokemon houve este erro se alguem puder me ajudar vou postar o error logo abaixo [22/04/2011 22:41:13] [Error - LuaScriptInterface::loadFile] cannot open data/actions/scripts/other/marters.lua: No such file or directory [22/04/2011 22:41:13] [Warning - Event::loadScript] Cannot load script (data/actions/scripts/other/marters.lua) [22/04/2011 22:41:13] cannot open data/actions/scripts/other/marters.lua: No such file or directory [22/04/2011 22:41:13] [Error - LuaScriptInterface::loadFile] cannot open data/actions/scripts/harvest.lua: No such file or directory [22/04/2011 22:41:13] [Warning - Event::loadScript] Cannot load script (data/actions/scripts/harvest.lua) [22/04/2011 22:41:13] cannot open data/actions/scripts/harvest.lua: No such file or directory [22/04/2011 22:41:13] [Error - LuaScriptInterface::loadFile] cannot open data/actions/scripts/super.lua: No such file or directory [22/04/2011 22:41:13] [Warning - Event::loadScript] Cannot load script (data/actions/scripts/super.lua) [22/04/2011 22:41:13] cannot open data/actions/scripts/super.lua: No such file or directory [22/04/2011 22:41:13] [Error - LuaScriptInterface::loadFile] cannot open data/actions/scripts/super.lua: No such file or directory [22/04/2011 22:41:13] [Warning - Event::loadScript] Cannot load script (data/actions/scripts/super.lua) [22/04/2011 22:41:13] cannot open data/actions/scripts/super.lua: No such file or directory [22/04/2011 22:41:13] [Error - LuaScriptInterface::loadFile] cannot open data/actions/scripts/super2.lua: No such file or directory [22/04/2011 22:41:13] [Warning - Event::loadScript] Cannot load script (data/actions/scripts/super2.lua) [22/04/2011 22:41:13] cannot open data/actions/scripts/super2.lua: No such file or directory [22/04/2011 22:41:13] [Error - LuaScriptInterface::loadFile] cannot open data/actions/scripts/great.lua: No such file or directory [22/04/2011 22:41:13] [Warning - Event::loadScript] Cannot load script (data/actions/scripts/great.lua) [22/04/2011 22:41:13] cannot open data/actions/scripts/great.lua: No such file or directory [22/04/2011 22:41:13] [Error - LuaScriptInterface::loadFile] cannot open data/actions/scripts/great.lua: No such file or directory [22/04/2011 22:41:13] [Warning - Event::loadScript] Cannot load script (data/actions/scripts/great.lua) [22/04/2011 22:41:13] cannot open data/actions/scripts/great.lua: No such file or directory [22/04/2011 22:41:13] [Error - LuaScriptInterface::loadFile] cannot open data/actions/scripts/great2.lua: No such file or directory [22/04/2011 22:41:13] [Warning - Event::loadScript] Cannot load script (data/actions/scripts/great2.lua) [22/04/2011 22:41:13] cannot open data/actions/scripts/great2.lua: No such file or directory [22/04/2011 22:41:13] [Error - LuaScriptInterface::loadFile] cannot open data/actions/scripts/penegret.lua: No such file or directory [22/04/2011 22:41:13] [Warning - Event::loadScript] Cannot load script (data/actions/scripts/penegret.lua) [22/04/2011 22:41:13] cannot open data/actions/scripts/penegret.lua: No such file or directory [22/04/2011 22:41:14] >> Loading chat channels
  13. Pessoal eu vim aqui pedir ajuda para vocês meu surf system está dando varios erros quando eu abro o the forgotten se alguem puder ajudar irei postar o script : [22/04/2011 22:41:13] cannot open data/actions/scripts/super.lua: No such file or directory [22/04/2011 22:41:13] [Error - LuaScriptInterface::loadFile] cannot open data/actions/scripts/super.lua: No such file or directory [22/04/2011 22:41:13] [Warning - Event::loadScript] Cannot load script (data/actions/scripts/super.lua) [22/04/2011 22:41:13] cannot open data/actions/scripts/super.lua: No such file or directory [22/04/2011 22:41:13] [Error - LuaScriptInterface::loadFile] cannot open data/actions/scripts/super2.lua: No such file or directory [22/04/2011 22:41:13] [Warning - Event::loadScript] Cannot load script (data/actions/scripts/super2.lua) [22/04/2011 22:41:13] cannot open data/actions/scripts/super2.lua: No such file or directory [22/04/2011 22:41:13] [Error - LuaScriptInterface::loadFile] cannot open data/actions/scripts/great.lua: No such file or directory [22/04/2011 22:41:13] [Warning - Event::loadScript] Cannot load script (data/actions/scripts/great.lua) [22/04/2011 22:41:13] cannot open data/actions/scripts/great.lua: No such file or directory [22/04/2011 22:41:13] [Error - LuaScriptInterface::loadFile] cannot open data/actions/scripts/great.lua: No such file or directory [22/04/2011 22:41:13] [Warning - Event::loadScript] Cannot load script (data/actions/scripts/great.lua) [22/04/2011 22:41:13] cannot open data/actions/scripts/great.lua: No such file or directory [22/04/2011 22:41:13] [Error - LuaScriptInterface::loadFile] cannot open data/actions/scripts/great2.lua: No such file or directory [22/04/2011 22:41:13] [Warning - Event::loadScript] Cannot load script (data/actions/scripts/great2.lua) [22/04/2011 22:41:13] cannot open data/actions/scripts/great2.lua: No such file or directory [22/04/2011 22:41:13] [Error - LuaScriptInterface::loadFile] cannot open data/actions/scripts/penegret.lua: No such file or directory [22/04/2011 22:41:13] [Warning - Event::loadScript] Cannot load script (data/actions/scripts/penegret.lua) aqui está meu script de surf que esta dando problema : local poke = {'Poliwag', 'Poliwhirl', 'Seaking', 'Dewgong', 'Blastoise', 'Tentacruel', 'Lapras', 'Gyarados', 'Omastar', 'Kabutops', 'Vaporeon', 'Staryu', 'Starmie', 'Goldeen', 'Seadra', 'Golduck', 'Squirtle', 'Wartortle', 'Tentacool', 'Snorlax', 'Poliwrath'} local flie = {'4820', '4821', '4822', '4823', '4824', '4825', '4608','4609', '4610', '4611', '4612', '4613', '4614', '4615', '4616', '4617', '4618', '4619', '4620', '4621', '4622', '4623', '4624', '4625', '4664', '4665', '4666'} --- Editar no TIBIA.spr e tornar as aguas walkable apartir de 4608 local surf = { ["Poliwag"] = {lookType=278, speed = 320}, ["Poliwhirl"] = {lookType=137, speed = 480}, ["Seaking"] = {lookType=269, speed = 520}, ["Dewgong"] = {lookType=183, speed = 700}, ["Blastoise"] = {lookType=184, speed = 850}, ["Tentacruel"] = {lookType=185, speed = 750}, ["Lapras"] = {lookType=186, speed = 960}, ["Gyarados"] = {lookType=187, speed = 1050}, ["Omastar"] = {lookType=188, speed = 680}, ["Kabutops"] = {lookType=189, speed = 840}, ["Poliwrath"] = {lookType=190, speed = 680}, ["Vaporeon"] = {lookType=191, speed = 800}, ["Staryu"] = {lookType=266, speed = 385}, ["Starmie"] = {lookType=267, speed = 685}, ["Goldeen"] = {lookType=268, speed = 355}, ["Seadra"] = {lookType=270, speed = 655}, ["Golduck"] = {lookType=271, speed = 760}, ["Squirtle"] = {lookType=273, speed = 365}, ["Wartortle"] = {lookType=275, speed = 605}, ["Tentacool"] = {lookType=277, speed = 340}, ["Snorlax"] = {lookType=300, speed = 500}, } function onStepIn(cid, item, position, fromPosition) if not isPlayer(cid) and not isPremium(cid) then -- tire o primeiro not, atras do isPlayer para ativar o premium doTeleportThing(cid, fromPosition, false) doPlayerSendCancel(cid, "Only premium members are allowed to surf.") return true end if getCreatureOutfit(cid).lookType == 316 then doSendMagicEffect(fromPosition, 136) end if not isPlayer(cid) then doTeleportThing(cid, fromPosition, false) return true end if getPlayerStorageValue(cid, 63215) ~= 1 and getPlayerStorageValue(cid, 17000) <= 0 then if #getCreatureSummons(cid) == 0 then doPlayerSendCancel(cid, "You need a pokemon to surf.") doTeleportThing(cid, fromPosition, false) else if (not isInArray(poke, getCreatureName(getCreatureSummons(cid)[1]))) then doPlayerSendCancel(cid, "This pokemon cannot surf.") doTeleportThing(cid, fromPosition, false) return true end end end if #getCreatureSummons(cid) >= 1 and isInArray(poke, getCreatureName(getCreatureSummons(cid)[1])) and getPlayerStorageValue(cid, 63215) ~= 1 and getPlayerStorageValue(cid, 17000) <= 0 then doSetCreatureOutfit(cid, surf[getCreatureName(getCreatureSummons(cid)[1])], -1) doCreatureSay(cid, ""..getCreatureName(getCreatureSummons(cid)[1])..", lets surf!", 1) doChangeSpeed(cid, -(getCreatureSpeed(cid))) doChangeSpeed(cid, surf[getCreatureName(getCreatureSummons(cid)[1])].speed) setPlayerStorageValue(cid, 61209, getCreatureMaxHealth(getCreatureSummons(cid)[1])) setPlayerStorageValue(cid, 61210, getCreatureHealth(getCreatureSummons(cid)[1])) doRemoveCreature(getCreatureSummons(cid)[1]) addEvent(setPlayerStorageValue, 100, cid, 63215, 1) end if getPlayerStorageValue(cid, 63215) == 1 then if getCreatureLookDir(cid) == 0 then doSendMagicEffect(fromPosition, 33) elseif getCreatureLookDir(cid) == 1 then doSendMagicEffect(fromPosition, 49) elseif getCreatureLookDir(cid) == 2 then doSendMagicEffect(fromPosition, 30) elseif getCreatureLookDir(cid) == 3 then doSendMagicEffect(fromPosition, 51) end end if getPlayerStorageValue(cid, 17000) >= 1 then if not isInArray(flie, getTileInfo(fromPosition).itemid) then return true end if getCreatureLookDir(cid) == 0 then doSendMagicEffect(fromPosition, 33) elseif getCreatureLookDir(cid) == 1 then doSendMagicEffect(fromPosition, 49) elseif getCreatureLookDir(cid) == 2 then doSendMagicEffect(fromPosition, 30) elseif getCreatureLookDir(cid) == 3 then doSendMagicEffect(fromPosition, 51) end end return true end function onStepOut(cid, item, position, fromPosition) if not isInArray({4820, 4821, 4822, 4823, 4824, 4825}, getTileThingByPos(getThingPos(cid)).itemid) then setPlayerGroupId(cid, 1) end return true end
  14. Oie Gente, gostaria de saber se alguem pode me ajudar com esse seguinte script : Ditto System no Order , para quando eu clicar em order ele se transformar no pokemon em que eu cliquei e copiar as magias valeu ai se alguem puder ajudar.
  15. Awe galera eu estou precisando de um script que se chama system fraqueza ou seja e aquele script em que por exemplo eu vou duelar com , uma pessoa eu escolho um charizard ele um blastoise ou seja ai q vem a fraqueza fogo perde pra agua então é isso eu queria que os elemento que vence levassem vantagem e o charizard tivesse a fraqueza contra pokemons de agua se alguem tiver esse script e puder compartilhar com agente ficarei muito grato valeu até a proxima.
  16. Kimoszin mano tv system / cam system é o seguinte eh aquela tv do pokemon svke que fechou infelizmente, que você pode ver canais por exemplo ver outras pessoas ver os torneios essas coisas.
  17. Alguem Ae tem tv system/cam system para me ajudar se tiver e puder mandar o script thanks tiver certinho rep +
  18. Ae galerinha do xtibia eu aqui novamente estou precisando de um script do npc que pinta balls do svke , se alguem tiver e quiser me ajudar valeu ai denovo !
  19. Aew Galerinha do xtibia estou precisando do system duel script ou seja aquele sistema do svke que vc pode duelar com o player, sem precisar ir na arena se alguem poder me ajudar valeu ai mesmo
  20. Galerinha do xtibia sou eu nova mente, estou precisando de um script (Gender System) que faz aparecer o sexo do pokemon se é masculino ou femenino se alguem poder ajudar valeu.
  21. Galerinha do xtibia estou montando meu server e estou precisando da ajuda de vocês , preciso de um script de gym system com os npcs se puderem me ajudar valeu ai
  • Quem Está Navegando   0 membros estão online

    • Nenhum usuário registrado visualizando esta página.
×
×
  • Criar Novo...