TekaZudo
seuserver.com.br
DESCRIÇÃO
Anuncie aqui neste countdown e dê maior visibilidade ao seu lançamento |
Full Global • Custom Quests • Custom Outfits • Lottery System • Version 15x
Inicia em:
--
Participar
Tudo que archantuz postou
- [v32] GlobalFull 11/12 - New Asuras, Falcons, Warzones 4,5,6 . (Updates Frequentes)
- AJUDA, OTSERVER NAO ABRI NO DEDICADO! REP+
- Alguem ai sabe de um HOST CONFIAVEL E SÉRIO?
-
Duvida em como fazer Buracos que não caem!
Como consigo fazer um buraco que nao da pra descer? estilo os DL da PoI? brigado
- [Resolvido] NPC de Barco que leva APENAS players com PREMIUM ACCOUNT
- [Resolvido] NPC de Barco que leva APENAS players com PREMIUM ACCOUNT
-
[Resolvido] NPC de Barco que leva APENAS players com PREMIUM ACCOUNT
local keywordHandler = KeywordHandler:new() local npcHandler = NpcHandler:new(keywordHandler) NpcSystem.parseParameters(npcHandler) 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 local travelNode = keywordHandler:addKeyword({'thais'}, StdModule.say, {npcHandler = npcHandler, onlyFocus = true, text = 'Do you wanna go to Thais, are you sure?'}) travelNode:addChildKeyword({'yes'}, StdModule.travel, {npcHandler = npcHandler, premium = true, level = 1, cost = 0, destination = {x=32310, y=32210, z=6} }) travelNode:addChildKeyword({'no'}, StdModule.say, {npcHandler = npcHandler, onlyFocus = true, reset = true, text = 'Next time maybe.'}) local travelNode = keywordHandler:addKeyword({'republic'}, StdModule.say, {npcHandler = npcHandler, onlyFocus = true, text = 'Do you wanna go to the Republic, are you sure?'}) travelNode:addChildKeyword({'yes'}, StdModule.travel, {npcHandler = npcHandler, premium = true, level = 1, cost = 0, destination = {x=32112, y=32204, z=7} }) travelNode:addChildKeyword({'no'}, StdModule.say, {npcHandler = npcHandler, onlyFocus = true, reset = true, text = 'Next time maybe.'}) local travelNode = keywordHandler:addKeyword({'ceald'}, StdModule.say, {npcHandler = npcHandler, onlyFocus = true, text = 'Do you wanna go to Ceald, are you sure?'}) travelNode:addChildKeyword({'yes'}, StdModule.travel, {npcHandler = npcHandler, premium = true, level = 1, cost = 0, destination = {x=29308, y=28981, z=6} }) travelNode:addChildKeyword({'no'}, StdModule.say, {npcHandler = npcHandler, onlyFocus = true, reset = true, text = 'Next time maybe.'}) local travelNode = keywordHandler:addKeyword({'ademre'}, StdModule.say, {npcHandler = npcHandler, onlyFocus = true, text = 'Do you wanna go to Ademre, are you sure?'}) travelNode:addChildKeyword({'yes'}, StdModule.travel, {npcHandler = npcHandler, premium = true, level = 1, cost = 0, destination = {x=31792, y=32131, z=7} }) travelNode:addChildKeyword({'no'}, StdModule.say, {npcHandler = npcHandler, onlyFocus = true, reset = true, text = 'Next time maybe.'}) keywordHandler:addKeyword({'travel'}, StdModule.say, {npcHandler = npcHandler, onlyFocus = true, text = 'I can take you to Republic, Ceald, Ademre or back to Thais.'}) -- Makes sure the npc reacts when you say hi, bye etc. npcHandler:addModule(FocusModule:new()) local travelNode = keywordHandler:addKeyword({'pyre'}, StdModule.say, {npcHandler = npcHandler, onlyFocus = true, text = 'Do you wanna go to Pyre, are you sure?'}) travelNode:addChildKeyword({'yes'}, StdModule.travel, {npcHandler = npcHandler, premium = true, level = 1, cost = 0, destination = {x=1081, y=1170, z=6} }) travelNode:addChildKeyword({'no'}, StdModule.say, {npcHandler = npcHandler, onlyFocus = true, reset = true, text = 'Next time maybe.'})
-
[Resolvido] NPC de Barco que leva APENAS players com PREMIUM ACCOUNT
Galera, vou explicar.. no meu servidor eu tirei o comando !buypremium, e tirei o "premiumforpromotion = True" ou seja.. mesmo quem é free acc tera direito a promotions e tudo mais.. o problema é que a VIP do meu server sera em dia de PREMIUM DAYS, day, eu queria um NPC que só falasse com quem tem PREMIUM ACCOUNT e não VIP, player com ID > 8 etc.. so player com Premium Days >= 1 (que da pra ver quando vai logar..) MUITO OBRIGADO! REP++++ PRA QUEM AJUDAR!!
- ERRO NO CRYSTALINE AXE, SHINY BLADE, MYCOLOGICAL MACE!
- ERRO NO CRYSTALINE AXE, SHINY BLADE, MYCOLOGICAL MACE!
- ERRO NO CRYSTALINE AXE, SHINY BLADE, MYCOLOGICAL MACE!
-
ERRO NO CRYSTALINE AXE, SHINY BLADE, MYCOLOGICAL MACE!
Baixei um OTserver Global full 9.81, os itens das warzones dropam direitinho, tem atk 51 e tudo mais.. porém eles não dao o bonus de skill quando equipados. equipamos eles mas o skill de axe (no caso do crystalline) nao sobe +1. em items.xml o crystalline ta assim > <item id="18451" article="the" name="crystalline axe"> <attribute key="weight" value="7600" /> <attribute key="description" value="Even in the light of day, the stars seem to reflect in each facet of this crystalline axe." /> <attribute key="defense" value="29" /> <attribute key="attack" value="51" /> <attribute key="weaponType" value="axe" /> <attribute key="extradef" value="3" /> <attribute key="skillAxe" value="1" /> </item> obrigado. quem conseguir arrumar REP+