Postado Outubro 26, 2013 11 anos E ae galera blz. Estou tentando consertar bugs do Pokémon Galaxy. E preciso de alguém que já tenha arrumado esses bugs ou que saiba arrumar que possa me ajudar. Primeiro No spells.xml não existe essas magias, e nenhum .lua com o nome dessas magias. Segundo Pesquisei o ID do item no meu RME e consta um CD amarelo Aqui estão as linhas dos 2 itens duplicados. </item> <item id="10839" article="a" name="TM 37 - Sandstorm"> <attribute key="weight" value="0" /> <attribute key="description" value="With this item, your pokemon can learn a TM (Sandstorm). (It only can be used one time per pokemon)." /> </item> <item id="10839" article="a" name="TM 50 - Ovearheat"> <attribute key="weight" value="0" /> <attribute key="description" value="With this item, your pokemon can learn a TM (Overheat). (It only can be used one time per pokemon)." /> Terceiro Esse aqui não faço a mínima ideia. Quarto Aqui o Script ----------------------- By Knan ----------------------- Pokemons = { ["rattata"] = 3, ["raticate"] = 6, ["ekans"]= 4, ["mew"] = 100 } local totalEP = getEventPoints(cid, getCreatureName(cid)) function onKill(cid, target, lastHit) n = getCreatureName(target) if isMonster(target) and Pokemons[string.lower(n)] then addEventPoints(cid, Pokemons[string.lower(n)]) doPlayerSendTextMessage(cid, MESSAGE_EVENT_DEFAULT,"You got "..Pokemons[string.lower(n)].." event points from ".. n ..". Now you have " .. totalEP .. ".") return true end end Espero que me ajudem, Obrigado
Postado Outubro 26, 2013 11 anos 1º servidor não está reconhecendo a magia que o monster solta 2º </item> <item id="10839" article="a" name="TM 37 - Sandstorm"> <attribute key="weight" value="0" /> <attribute key="description" value="With this item, your pokemon can learn a TM (Sandstorm). (It only can be used one time per pokemon)." /> </item> <item id="10839" article="a" name="TM 50 - Ovearheat"> <attribute key="weight" value="0" /> <attribute key="description" value="With this item, your pokemon can learn a TM (Overheat). (It only can be used one time per pokemon)." /> retira 1 3º tem duas magias com a mesma pronuncia, mesma coisa que fazer dois exura. Ot Design: https://discord.gg/VgtVRNmCD7
Postado Outubro 28, 2013 11 anos O que o Daaniel falou esta correto mais se kiser uma ajuda nisso up no media fire a pasta spells do seu ot e posta ai que te do uma ajuda. e a pasta monster tb obrigado baiakturbo.servegame.com Versão 8.60
Postado Outubro 28, 2013 11 anos poste o script eventpointskill Ot Design: https://discord.gg/VgtVRNmCD7
Participe da conversa
Você pode postar agora e se cadastrar mais tarde. Se você tem uma conta, faça o login para postar com sua conta.