Slicer 1070 Postado Março 29, 2012 Share Postado Março 29, 2012 @kledstonsk8 mano procura pela net ae tutoriais de como mexer com o .dat/.spr.. tutorial pra datEditor... ;x pq eh dificil explicar tudo por aki.. ;/ sorry Link para o comentário Compartilhar em outros sites More sharing options...
peralta52 2 Postado Março 29, 2012 Share Postado Março 29, 2012 É Possivel adicionar otra skill bar nos skills? Link para o comentário Compartilhar em outros sites More sharing options...
VolcanOfficial 1 Postado Março 30, 2012 Share Postado Março 30, 2012 •Alguem sabe algum mapa "pequeno" sem ser o que vem já com o servidor dash? para eu editar? -menos kpdo! Link para o comentário Compartilhar em outros sites More sharing options...
FlamesAdmin 261 Postado Março 30, 2012 Share Postado Março 30, 2012 @Dudu08267 fiz o npc aki.. ve se era isso q tu quer.. se n era isso me diga oq modificar q eu arrumo aki rapidinhu ^^ e sobre contar as balls.. eh ate daria pra fazer.. mas gastaria mais uma pah de storages.. ;x e eh meio chato fica gastando tanto storage sei la.. !!!Se mais alguem for usar o npc por favor deixe o nome das citys no map editor certinhu.. tpw "Cerulean, Saffron, Pewter" com a 1* letra maiuscula e pah... ;p local keywordHandler = KeywordHandler:new() local npcHandler = NpcHandler:new(keywordHandler) NpcSystem.parseParameters(npcHandler) local talkState = {} function doBuyPokemonWithCasinoCoins(cid, poke) npcHandler:onSellpokemon(cid) end function onCreatureAppear(cid) npcHandler:onCreatureAppear(cid) end function onCreatureDisappear(cid) npcHandler:onCreatureDisappear(cid) end function onCreatureSay(cid, type, msg) npcHandler:onCreatureSay(cid, type, msg) end function onThink() npcHandler:onThink() end function creatureSayCallback(cid, type, msg) if(not npcHandler:isFocused(cid)) then return false end ------------------------------------------------------------ local citys = {"Cerulean", "Saffron", "Pewter", "Celadon", "Viridian", "Vermilion", "Fuchsia", "Cinnabar"} local function teleportToNewCity(cid, town) local templo = getTownTemplePosition(getTownId(town), false) doTeleportThing(cid, {x = templo.x, y = templo.y, z = templo.z}, false) doPlayerSendTextMessage(cid, 20, "Welcome to "..town.." Town") doSendMagicEffect(getThingPos(cid), 21) end ------------------------------------------------------------------------------ if (msgcontains(msg, 'help') or msgcontains(msg, 'Help')) then local list = getCatchList(cid) if #list >= 1 then selfSay("Ohh i see which you already caught your first pokemon! You want go to another {city}?", cid) talkState[cid] = 2 else selfSay("You should caught one pokemon, before I can take you to another town...", cid) talkState[cid] = 0 return false end elseif (msgcontains(msg, 'city') or msgcontains(msg, 'City')) and talkState[cid] == 2 then selfSay("Humm... Tell me which city you want to go.. {Cerulean}, {Saffron}, {Pewter}, {Celadon}, {Viridian}, {Vermilion}, {Fuchsia}, {Cinnabar}", cid) talkState[cid] = 3 elseif isInArray(citys, doCorrectString(msg)) and talkState[cid] == 3 then selfSay("So you want to go to "..doCorrectString(msg).."?", cid) town = doCorrectString(msg) talkState[cid] = 4 elseif (msgcontains(msg, 'nao') or msgcontains(msg, 'no')) and talkState[cid] == 4 then selfSay("So... Tell me again which city you want to go.. {Cerulean}, {Saffron}, {Pewter}, {Celadon}, {Viridian}, {Vermilion}, {Fuchsia}, {Cinnabar}", cid) talkState[cid] = 3 elseif (msgcontains(msg, 'sim') or msgcontains(msg, 'yes')) and talkState[cid] == 4 then selfSay("So... Good luck in your new journey!", cid) doPlayerRemoveItem(cid, 2394, getPlayerItemCount(cid, 2394) or 0) doPlayerSetTown(cid, getTownId(town)) teleportToNewCity(cid, town) talkState[cid] = 0 return true end end npcHandler:setCallback(CALLBACK_MESSAGE_DEFAULT, creatureSayCallback) npcHandler:addModule(FocusModule:new()) @kledstonsk8 vais ter q ir la no .spr/.dat deles e exportar os itens.. .idc e importa pro .dat/.spr do nibelis.. ;x Slicer vou testar ake, se funfar dou rep+ para vc lek Slicer is GOD of Scripts. Link para o comentário Compartilhar em outros sites More sharing options...
kledstonsk8 2 Postado Março 30, 2012 Share Postado Março 30, 2012 @Slicer fiz uma merda aqui i acabei bugando tudo kkk , mais de boa man , obrigado msm assim! Link para o comentário Compartilhar em outros sites More sharing options...
VolcanOfficial 1 Postado Março 30, 2012 Share Postado Março 30, 2012 @Mapper Aqui tem algum Mapper , contate-me Volcan-otserv@hotmail.com Link para o comentário Compartilhar em outros sites More sharing options...
MarcosFraga 34 Postado Março 30, 2012 Share Postado Março 30, 2012 nem ia posta mais como retomei o projeto do mapa vou posta imagem ai nem me pergunte quando vou posta hehehe pois ta foda termina o mapa e colocar respaw quando terminar garanto que irei posta pro pessoal Ta show de bola esse teu map muito bom. --- como ta ficando ? http://psthorm.zapto.org:8090/ Teu site ta bem legal ta rápido 0.7seg pra carregar homepage a unica coisa que eu achei mal foi o ip psthorm \o/ Link para o comentário Compartilhar em outros sites More sharing options...
vudi 17 Postado Março 30, 2012 Share Postado Março 30, 2012 Alguem sabe como deixo o pokemon mais feliz possivel e com menos fome possivel? Link para o comentário Compartilhar em outros sites More sharing options...
FlamesAdmin 261 Postado Março 30, 2012 Share Postado Março 30, 2012 Slicer teria como se nao for pedir mt, vc fazer igual psoul tipo colocar a small stone ou outro ittem para bater nos pokémons na area inicial, tendeu? Link para o comentário Compartilhar em outros sites More sharing options...
angeldoido 37 Postado Março 30, 2012 Share Postado Março 30, 2012 @SoulOroshie Entt man esse ip é temporario, n tenho mta certeza se vo deixa ele mais acho q vo mo preguisa de muda =] Link para o comentário Compartilhar em outros sites More sharing options...
VolcanOfficial 1 Postado Março 30, 2012 Share Postado Março 30, 2012 Aê FlamesAdmin , fiz um negocio aqui para você , não sei se tu vai gostar! Aê tá lek! Link para o comentário Compartilhar em outros sites More sharing options...
Slicer 1070 Postado Março 30, 2012 Share Postado Março 30, 2012 @FlamesAdmin isso n eh dificil.. mas dai teria q add um novo item no .dat/.spr/itens.xml/itens.otb... ;x dai complica um pouco... ;x Link para o comentário Compartilhar em outros sites More sharing options...
kledstonsk8 2 Postado Março 30, 2012 Share Postado Março 30, 2012 (editado) @all , alguem poderia dizer o pq , q meu dat editor quando eu vo compila algo , ele fexa sozinho? i quando eu abro ele de novo , ta sem nenhum item? Editado Março 30, 2012 por kledstonsk8 Link para o comentário Compartilhar em outros sites More sharing options...
PauloMuller 5 Postado Março 30, 2012 Share Postado Março 30, 2012 pessoal to com o seguinte problema em meu server, tipo quando o pessoal usa poison de qualquer pokemon, o char que estiver perto fica em modo pk! mais com o simbolo de sexo feminino! o que eu faço? to precisando corrigir esse bug com urgência agradeço a todos a compreensão. Link para o comentário Compartilhar em outros sites More sharing options...
FlamesAdmin 261 Postado Março 30, 2012 Share Postado Março 30, 2012 Aê FlamesAdmin , fiz um negocio aqui para você , não sei se tu vai gostar! Aê tá lek! lol lek mt foda, gostei mt mt mt mt teria como vc fazer em 640x480? te darei meu rep+ ker entrar para equipe poke flames nao? Link para o comentário Compartilhar em outros sites More sharing options...
Posts Recomendados