Ir para conteúdo

gabrielbsales

Visconde
  • Total de itens

    266
  • Registro em

  • Última visita

  • Dias Ganhos

    7

Tudo que gabrielbsales postou

  1. Tem que fazer poucas modificações, se quiser posso fazer, me add skype: gabriel.sales.01
  2. Vá no Level System.lua(Data/Lib), nessa parte: Mais especificamente aqui: pokes[getCreatureName(pk)].vitality * (getMasterLevel(pk) + getPokemonBoost(pk))) pokes[getCreatureName(pk)].vitality - Pontos de Vitality no Configuration.lua * (getMasterLevel(pk) + getPokemonBoost(pk))) - Vezes o level do player + o boost.
  3. De qualquer modo... Vá no na pasta MODS e abra Firstitems.xml. E nessa linha, apaga o 7385. Agora, vai no items.xml E procura a ball EX: Great Ball: Pra revive é a mesma coisa, só botar: <attribute key="slotType" value="ring" /> Só vai funcionar em chares novos.
  4. Mas isso aconteceu depois que você botou o ditto system? Isso nunca aconteceu comigo.
  5. @fabiosa, ele fica sem tempo se você como eu botei no tutorial '-' o !revert é no talkactions.xml e bota o script na pasta "data/talkactions/scripts"
  6. http://www.xtibia.com/forum/topic/231034-pda-held-items6/
  7. http://www.xtibia.com/forum/topic/231034-pda-held-items6/
  8. http://www.xtibia.com/forum/topic/231034-pda-held-items6/
  9. Tem certeza? Ja me disseram muita coisa com esse negocio que precisa de sources, quando não precisava, a função doCreatureSetDropLoot não faz isso? Não sei mt bem.
  10. Titulo auto-explicativo, alguem sabe fazer?
  11. Slicer, Zipter, obrigado, vou reformular o modo que o script é colocado.
  12. Teste em um player, o gm não fica em Battle.
  13. Jean, faz assim, apaga a parte do exp2.lua. No some functions.lua substitui a função por essa: No goback.lua ao inves de: addEvent(doRegenerateWithHeld, 0, getCreatureMaster(pk), pk) deixe assim: if not getCreatureCondition(cid, CONDITION_INFIGHT) then addEvent(doRegenerateWithHeld, 0, getCreatureMaster(pk), pk) end Vai em login.lua e em baixo de: registerCreatureEvent(cid, "LookSystem") Adicione: registerCreatureEvent(cid, "Xregen") Crie um arquivo.lua com nome de Regeneration e dentro bota isso: function onThink(cid, interval) if isPlayer(cid) and #getCreatureSummons(cid) >= 1 then if getCreatureHealth(getCreatureSummons(cid)[1]) == getCreatureMaxHealth(getCreatureSummons(cid)[1]) then regenerando = 0 end if not getCreatureCondition(cid, CONDITION_INFIGHT) then if getCreatureHealth(getCreatureSummons(cid)[1]) < getCreatureMaxHealth(getCreatureSummons(cid)[1]) then if (getPlayerStorageValue(cid, 637501) <= 0) and getItemAttribute(getPlayerSlotItem(cid, 8).uid, "regenheld") == 1 then if regenerando == 0 then doRegenerateWithHeld(cid, getCreatureSummons(cid)[1]) end end end end end end No creaturescripts.xml adiciona essa tag: <event type="think" name="Xregen" event="script" value="Regeneration.lua"/> Pronto, tem o tuto na minha assinatura \/
  14. quando eu tentei da order no ditto pra virar shiny, eu fiz aquilo ai eu perdi o fly e o ride do server? Seu server está muito modificado? Testei no Pda By Slicer 1.9.1 e funcionou sem bugs.
  15. Bote assim: function onSay(cid, words, param, channel) if param == "" then return sendMsgToPlayer(cid, 20, "Estao faltam os parametros! [clan name], [rank]") end local t = string.explode(param, ",") local clans = {'Volcanic', 'Seavell', 'Orebound', 'Wingeon', 'Malefic', 'Gardestrike', 'Psycraft', 'Naturia', 'Raibolt'} if not isInArray(clans, t[1]) then return sendMsgToPlayer(cid, 20, t[1].." nao é uma clan valido!") elseif not tonumber(t[2]) then return sendMsgToPlayer(cid, 20, "Parametros errados! [clan name], [rank].") end local rank = tonumber(t[2]) local clan = t[1] if getPlayerItemCount(cid, 2145) < 20 then return doPlayerSendCancel(cid, "Você precisa de 1kk para mudar de clan.") end if getPlayerStorageValue(cid, 92823) < 1 then doPlayerRemoveItem(cid, 2145, 20) doPlayerSendTextMessage(cid, 27, "Agora você pertence ao clan "..clan..", rank: "..rank.."") setPlayerClan(cid, clan) setPlayerClanRank(cid, rank) if getPlayerItemCount(cid, 2145) < 20 then return doPlayerSendCancel(cid, "Você precisa de 1kk para mudar de clan.") elseif rank > getPlayerStorageValue(cid, 862281) then return doPlayerSendCancel(cid, "Sorry, not possible.") end doPlayerRemoveItem(cid, 2145, 0) setPlayerClan(cid, clan) setPlayerClanRank(cid, rank) end return true end
  • Quem Está Navegando   0 membros estão online

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