gustavo121 3 Postado Dezembro 7, 2011 Share Postado Dezembro 7, 2011 Eu começei hj a tentar abri um server de dbo consigui só que o site fica 201.53.209.15:8080 eu queria trocar para o meu ip fixo Link para o comentário https://xtibia.com/forum/topic/174543-ajuda-com-otserv-de-wodbo/ Compartilhar em outros sites More sharing options...
Beeki 284 Postado Dezembro 7, 2011 Share Postado Dezembro 7, 2011 Qual é seu IP Fixo ?, é free ou é dns pago ? Link para o comentário https://xtibia.com/forum/topic/174543-ajuda-com-otserv-de-wodbo/#findComment-1146877 Compartilhar em outros sites More sharing options...
gustavo121 3 Postado Dezembro 7, 2011 Autor Share Postado Dezembro 7, 2011 é free o ip é king-wodbo.no-ip.biz Link para o comentário https://xtibia.com/forum/topic/174543-ajuda-com-otserv-de-wodbo/#findComment-1146893 Compartilhar em outros sites More sharing options...
Beeki 284 Postado Dezembro 7, 2011 Share Postado Dezembro 7, 2011 é so ir no site do DNS que você utiliza e por seu IP la e modificar seu IP e port . Link para o comentário https://xtibia.com/forum/topic/174543-ajuda-com-otserv-de-wodbo/#findComment-1146920 Compartilhar em outros sites More sharing options...
gustavo121 3 Postado Dezembro 8, 2011 Autor Share Postado Dezembro 8, 2011 nao entendi explica melhor Link para o comentário https://xtibia.com/forum/topic/174543-ajuda-com-otserv-de-wodbo/#findComment-1147338 Compartilhar em outros sites More sharing options...
wesley_world 11 Postado Dezembro 8, 2011 Share Postado Dezembro 8, 2011 Assim, voce entra no site de onde voce fez esse seu ip fixo (king-wodbo.no-ip.biz), imagino que seja pela no-ip, faça o login, e vá na aba DNS Hosting, lá aprarecerá o seu ip fixo (esse que voce criou), vá em editar, no campo onde pede para voce colocar seu ip, voce coloca, e salva. Um detalhe importante é: toda vez que o pc é ligado, geralmente o ip ja muda, intão todas as vezes que voce for ligar o ot, voce deve entrar no site: www.meuip.com.br pegar seu ip atual lá, trocar no config.lua seu ip antigo por ele e trocar tmb no site do ip fixo (os passou que lhe ensinei anteriormente). Qualquer dúvida, esperei aqui. Link para o comentário https://xtibia.com/forum/topic/174543-ajuda-com-otserv-de-wodbo/#findComment-1147380 Compartilhar em outros sites More sharing options...
gustavo121 3 Postado Dezembro 8, 2011 Autor Share Postado Dezembro 8, 2011 Vou tentar na parte de dns hosting nao tinha nada do meu ip porque eu nao tenho posto e para adicinoar isso tem que pagar espero a ajuda Link para o comentário https://xtibia.com/forum/topic/174543-ajuda-com-otserv-de-wodbo/#findComment-1147478 Compartilhar em outros sites More sharing options...
Karlaio 0 Postado Dezembro 8, 2011 Share Postado Dezembro 8, 2011 Seu ip n fica fixo fixo assim vc tem que fazer um plano com a operadora de sua internet ou comprar um dedicado para ter um ip totalmente fixo + facil. Link para o comentário https://xtibia.com/forum/topic/174543-ajuda-com-otserv-de-wodbo/#findComment-1147631 Compartilhar em outros sites More sharing options...
gustavo121 3 Postado Dezembro 9, 2011 Autor Share Postado Dezembro 9, 2011 ALGUEM AE tem script do Shenron? Se alguem tiver script de shenron pf posta aki estou precisando muito darei +rep Link para o comentário https://xtibia.com/forum/topic/174543-ajuda-com-otserv-de-wodbo/#findComment-1147644 Compartilhar em outros sites More sharing options...
Karlaio 0 Postado Dezembro 9, 2011 Share Postado Dezembro 9, 2011 tu nao explico para o qui e v postar esse aki mesmo data\ npc\ Shenron.xml <npc name="Shenron" script="data/npc/scripts/shenron.lua" autowalk="25" floorchange="0" access="5" level="1" maglevel="1"> <health now="150" max="150"/> <look type="288" head="132" body="79" legs="97" feet="132" corpse="2212"/> </npc> data\npc\scripts\Shenron.lua local focus = 0 local talk_start = 0 local target = 0 local following = false local attacking = false function onCreatureAppear(creature) end function onCreatureDisappear(cid, pos) if focus == cid then selfSay('Good bye then.') focus = 0 talk_start = 0 end end function onCreatureTurn(creature) end function msgcontains(txt, str) return (string.find(txt, str) and not string.find(txt, '(%w+)' .. str) and not string.find(txt, str .. '(%w+)')) end function onCreatureSay(cid, type, msg) msg = string.lower(msg) if (msgcontains(msg, 'hi') and getPlayerStorageValue(cid, 6010) == 1 and focus == 0) and getDistanceToCreature(cid) < 4 then selfSay('Hello, '..getCreatureName(cid)..'! Tell me you "wish".') focus = cid talk_start = os.clock() elseif focus == cid then talk_start = os.clock() if msgcontains(msg, 'wish') then selfSay('What do you need "10 levels", 10k "hp" , 10k "ki points" , some "ki levels", "skills" or "1000k zeni" ?') elseif msgcontains(msg, 'levels') and getPlayerStorageValue(cid, 6000) == -1 then addLevel(cid,1) addLevel(cid,1) addLevel(cid,1) addLevel(cid,1) addLevel(cid,1) addLevel(cid,1) addLevel(cid,1) addLevel(cid,1) addLevel(cid,1) addLevel(cid,1) selfSay('Thanks for you wish.') executeCommand(cid, "/remove", "Shenron") setGlobalStorageValue(6010, -1) setGlobalStorageValue(1999, -1) setPlayerStorageValue(cid, 6000, 1) elseif msgcontains(msg, 'levels') and getPlayerStorageValue(cid, 6000) == 1 then selfSay("I can't do this wish for you.") elseif msgcontains(msg, 'ki levels') and getPlayerStorageValue(cid, 6001) == -1 then doPlayerSpalonaMana(cid, 1000000) selfSay('Thanks for you wish.') executeCommand(cid, "/remove", "Shenron") setGlobalStorageValue(6010, -1) setGlobalStorageValue(1999, -1) setPlayerStorageValue(cid, 6001, 1) elseif msgcontains(msg, 'ki levels') and getPlayerStorageValue(cid, 6001) == 1 then selfSay("I can't do this wish for you.") elseif msgcontains(msg, 'hp') and getPlayerStorageValue(cid, 6002) == -1 then doPlayerAddHealthMax(cid, 3000) selfSay('Thanks for you wish.') executeCommand(cid, "/remove", "Shenron") setGlobalStorageValue(6010, -1) setGlobalStorageValue(1999, -1) setPlayerStorageValue(cid, 6002, 1) elseif msgcontains(msg, 'hp') and getPlayerStorageValue(cid, 6002) == 1 then selfSay("I can't do this wish for you.") elseif msgcontains(msg, 'ki points') and getPlayerStorageValue(cid, 6003) == -1 then doPlayerAddHealthMax(cid, 2000) selfSay('Thanks for you wish.') executeCommand(cid, "/remove", "Shenron") setGlobalStorageValue(6010, -1) setGlobalStorageValue(1999, -1) setPlayerStorageValue(cid, 6003, 1) elseif msgcontains(msg, 'ki points') and getPlayerStorageValue(cid, 6003) == 1 then selfSay("I can't do this wish for you.") elseif msgcontains(msg, 'skills') then selfSay('I can give for you "5 speed", "5 waepon fighting", "5 sword" , "5 defense" , "5 strenght" and "5 ki blasting".') elseif msgcontains(msg, 'speed') and getPlayerStorageValue(cid, 6004) == -1 then doPlayerAddSkillTry(cid,0,5000000) doPlayerAddSkillTry(cid,0,5000000) doPlayerAddSkillTry(cid,0,5000000) doPlayerAddSkillTry(cid,0,5000000) doPlayerAddSkillTry(cid,0,5000000) selfSay('Thanks for you wish.') executeCommand(cid, "/remove", "Shenron") setGlobalStorageValue(6010, -1) setGlobalStorageValue(1999, -1) setPlayerStorageValue(cid, 6004, 1) elseif msgcontains(msg, 'speed') and getPlayerStorageValue(cid, 6004) == 1 then selfSay("I can't do this wish for you.") elseif msgcontains(msg, 'waepon fighting') and getPlayerStorageValue(cid, 6005) == -1 then doPlayerAddSkillTry(cid,1,5000000) doPlayerAddSkillTry(cid,1,5000000) doPlayerAddSkillTry(cid,1,5000000) doPlayerAddSkillTry(cid,1,5000000) doPlayerAddSkillTry(cid,1,5000000) selfSay('Thanks for you wish.') executeCommand(cid, "/remove", "Shenron") setGlobalStorageValue(6010, -1) setGlobalStorageValue(1999, -1) setPlayerStorageValue(cid, 6005, 1) elseif msgcontains(msg, 'waepon fighting') and getPlayerStorageValue(cid, 6005) == 1 then selfSay("I can't do this wish for you.") elseif msgcontains(msg, 'defense') and getPlayerStorageValue(cid, 6006) == -1 then doPlayerAddSkillTry(cid,5,5000000) doPlayerAddSkillTry(cid,5,5000000) doPlayerAddSkillTry(cid,5,5000000) doPlayerAddSkillTry(cid,5,5000000) doPlayerAddSkillTry(cid,5,5000000) selfSay('Thanks for you wish.') executeCommand(cid, "/remove", "Shenron") setGlobalStorageValue(6010, -1) setGlobalStorageValue(1999, -1) setPlayerStorageValue(cid, 6006, 1) elseif msgcontains(msg, 'defense') and getPlayerStorageValue(cid, 6006) == 1 then selfSay("I can't do this wish for you.") elseif msgcontains(msg, 'sword') and getPlayerStorageValue(cid, 6007) == -1 then doPlayerAddSkillTry(cid,2,5000000) doPlayerAddSkillTry(cid,2,5000000) doPlayerAddSkillTry(cid,2,5000000) doPlayerAddSkillTry(cid,2,5000000) doPlayerAddSkillTry(cid,2,5000000) selfSay('Thanks for you wish.') executeCommand(cid, "/remove", "Shenron") setGlobalStorageValue(6010, -1) setGlobalStorageValue(1999, -1) setPlayerStorageValue(cid, 6007, 1) elseif msgcontains(msg, 'sword') and getPlayerStorageValue(cid, 6007) == 1 then selfSay("I can't do this wish for you.") elseif msgcontains(msg, 'ki blasting') and getPlayerStorageValue(cid, 6008) == -1 then doPlayerAddSkillTry(cid,4,5000000) doPlayerAddSkillTry(cid,4,5000000) doPlayerAddSkillTry(cid,4,5000000) doPlayerAddSkillTry(cid,4,5000000) doPlayerAddSkillTry(cid,4,5000000) selfSay('Thanks for you wish.') executeCommand(cid, "/remove", "Shenron") setGlobalStorageValue(6010, -1) setGlobalStorageValue(1999, -1) setPlayerStorageValue(cid, 6008, 1) elseif msgcontains(msg, 'ki blasting') and getPlayerStorageValue(cid, 6008) == 1 then selfSay("I can't do this wish for you.") elseif msgcontains(msg, 'strenght') and getPlayerStorageValue(cid, 6009) == -1 then doPlayerAddSkillTry(cid,3,5000000) doPlayerAddSkillTry(cid,3,5000000) doPlayerAddSkillTry(cid,3,5000000) doPlayerAddSkillTry(cid,3,5000000) doPlayerAddSkillTry(cid,3,5000000) selfSay('Thanks for you wish.') executeCommand(cid, "/remove", "Shenron") setGlobalStorageValue(6010, -1) setGlobalStorageValue(1999, -1) setPlayerStorageValue(cid, 6009, 1) elseif msgcontains(msg, 'strenght') and getPlayerStorageValue(cid, 6009) == 1 then selfSay("I can't do this wish for you.") elseif msgcontains(msg, 'zeni') then doPlayerAddItem(cid,2160,100) selfSay('Thanks for you wish.') executeCommand(cid, "/remove", "Shenron") setGlobalStorageValue(6010, -1) setGlobalStorageValue(1999, -1) elseif msgcontains(msg, 'bye') and getDistanceToCreature(cid) < 4 then selfSay('Good bye, ' .. getCreatureName(cid) .. '!') focus = 0 talk_start = 0 end end end function onCreatureChangeOutfit(creature) end if (os.clock() - talk_start) > 30 then if focus > 0 then selfSay('Next Please...') end focus = 0 end if focus ~= 0 then if getDistanceToCreature(focus) > 5 then selfSay('Good bye then.') focus = 0 end end Link para o comentário https://xtibia.com/forum/topic/174543-ajuda-com-otserv-de-wodbo/#findComment-1148285 Compartilhar em outros sites More sharing options...
gustavo121 3 Postado Dezembro 9, 2011 Autor Share Postado Dezembro 9, 2011 este aki é do npc ou da vocation? quero da vocation Link para o comentário https://xtibia.com/forum/topic/174543-ajuda-com-otserv-de-wodbo/#findComment-1148581 Compartilhar em outros sites More sharing options...
Posts Recomendados