Ir para conteúdo

mariatti

Membro
  • Registro em

  • Última visita

Tudo que mariatti postou

  1. mariatti postou uma resposta no tópico em Suporte Tibia OTServer
    ja está assim :S
  2. mariatti postou uma resposta no tópico em Suporte Tibia OTServer
    vlw ae kimozsin ajudem aew pessoal por favor
  3. pessoal um peguei um host free na web para por meu site do ot online, e baixei o Gesior ACC 0.3.8 aqui do tibia kink mesmo.. site do host www.000webhost.com vlw pessoal
  4. mariatti postou uma resposta no tópico em Suporte Tibia OTServer
    kimoszin isso ai é so os exausted, e essas magias funcionam em qlq versao mas eu so queria tirar esse bug de entrar pz e subir escada..
  5. mariatti postou uma resposta no tópico em Suporte Tibia OTServer
    por exemplo, um pally me ataka fora do pz, se eu correr pro pz, o flux e gran flux tiram dano de mim até mesmo dentro do pz... a mesma coisa quando eu subo ou desço escada
  6. mariatti postou uma resposta no tópico em Suporte Tibia OTServer
    demoro kimoszin <instant name="Exori Flux" words="exori fLux" lvl="150" mana="960" prem="0" range="3" needtarget="1" casterTargetOrDirection="1" blockwalls="1" exhaustion="8000" groups="1,5000" groupexhaustions="2000" icon="88" needlearn="0" event="script" value="attack/exori flux.lua"> <vocation id="3"/> <vocation id="7"/> <vocation id="11"/> </instant> _________________________________________________________________________________________________________________________________ <instant name="Exori Gran Flux" words="exori gran fLux" lvl="350" mana="1500" prem="0" range="3" needtarget="1" casterTargetOrDirection="1" blockwalls="1" exhaustion="10000" groups="1,5000" groupexhaustions="2000" icon="87" needlearn="0" event="script" value="attack/exori gran flux.lua"> <vocation id="7"/> <vocation id="11"/> </instant>
  7. mariatti postou uma resposta no tópico em Suporte Tibia OTServer
    EAE PESSOAL SUAVE? TO VOLTANDO NOVAMENTE A POSTAR... uahsHASUAhs MAIS ESSE BUG DO EXORI FLUX E DO EXORI GRAN FLUX EH DIMAIS.... ELA ENTRA EM PZ, SOBRE ESCADA E ATRAVESSA PAREDE... http://img84.imageshack.us/img84/3053/imagemcbt.png QUERIA QUE ELA NAO ENTRASSE PZ E NAO SUBISSE ESCADA VLW ABRAÇOS
  8. mariatti postou uma resposta no tópico em Suporte Tibia OTServer
    Obrigado, Funcionou TOPICO FECHADO
  9. mariatti postou uma resposta no tópico em Suporte Tibia OTServer
    nao nao o npc eh da inquistion.... os scripts dele sao todos da inq, nenhum da arena ai o erro que da imagem.bmp
  10. mariatti postou uma resposta no tópico em Suporte Tibia OTServer
    Nao funcionou nao, quando vo abrir o sv da um erro no script do npc
  11. mariatti postou uma resposta no tópico em Suporte Tibia OTServer
    ta ae local keywordHandler = KeywordHandler:new() local npcHandler = NpcHandler:new(keywordHandler) NpcSystem.parseParameters(npcHandler) local talkState = {} 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 talkUser = NPCHANDLER_CONVBEHAVIOR == CONVERSATION_DEFAULT and 0 or cid if msgcontains(msg, 'permission') then selfSay('You want to Acquire Permissions for The Inquisition Quest? If you want to say {inquisition}?', cid) talkState[talkUser] = 2 elseif msgcontains(msg, 'rules') then selfSay('What do you want to know? Something about the three different {GENERAL} rules or the {PRICES}? Maybe you also want to know what happens when you die?', cid) talkState[talkUser] = 1 elseif talkState[talkUser] == 1 then if msgcontains(msg, 'çopopo') then selfSay('We have three difficulty. The hardest are warlord.', cid) talkState[talkUser] = 0 elseif msgcontains(msg, 'general') then selfSay('Remember that if you die, it is YOUR problem and you won\'t be able to get back to your corpse and your backpack.If you enter in inquisition or you win or you go to temple.', cid) talkState[talkUser] = 0 elseif msgcontains(msg, 'prices') then selfSay('A great Inquisition cost 400000 golds.', cid) talkState[talkUser] = 0 end elseif talkState[talkUser] == 2 then if msgcontains(msg, 'kiukiukiu') then selfSay('The fee is 1000 gold for one try. Remember that if you die, it is YOUR problem and you won\'t be able to get back to your corpse andyour backpack. Do you really want to participate in the arena in the easiest difficulty?', cid) talkState[talkUser] = 3 elseif msgcontains(msg, 'koikoikoi') then selfSay('The fee is 5000 gold for one try. Remember that if you die, it is YOUR problem and you won\'t be able to get back to your corpse and your backpack. Do you really want to participate in the arena in the medium difficulty?', cid) talkState[talkUser] = 4 elseif msgcontains(msg, 'inquisition') then selfSay('You really want to pay 600k in the Permissions Inquisition Quest, Knowing You Back there dead?', cid) talkState[talkUser] = 5 end elseif talkState[talkUser] == 3 then if msgcontains(msg, 'yes') then if getPlayerStorageValue(cid,50066) == -1 then if(doPlayerRemoveMoney(cid, 1000) == TRUE) then setPlayerStorageValue(cid,5066,1) selfSay('As you wish! You can pass the door now and enter the teleporter to the pits.', cid) end else selfSay('You already win this arena!', cid) end else selfSay('Then not. Get away and don\'t waste my time!', cid) end elseif talkState[talkUser] == 4 then if msgcontains(msg, 'yes') then if getPlayerStorageValue(cid,500677) == -1 then if(doPlayerRemoveMoney(cid, 5000) == TRUE) then setPlayerStorageValue(cid,500677,1) selfSay('As you wish! You can pass the door now and enter the teleporter to the pits.', cid) end else selfSay('You already win this arena!', cid) end else selfSay('Then not. Get away and don\'t waste my time!', cid) end elseif talkState[talkUser] == 5 then if msgcontains(msg, 'yes') then if getPlayerStorageValue(cid,5076) == -1 then if(doPlayerRemoveMoney(cid, 600000) == TRUE) then setPlayerStorageValue(cid,5074,1) selfSay('As you wish! You can pass the door now and enter the door to the pits.', cid) end else selfSay('As you wish! You can pass the door now and enter the door to the pits.', cid) end else selfSay('Then not. Get away and don\'t waste my time!', cid) end talkState[talkUser] = 0 elseif(msgcontains(msg, 'no') and isInArray({1}, talkState[talkUser]) == TRUE) then talkState[talkUser] = 0 selfSay('Ok then.', cid) end return true end npcHandler:setCallback(CALLBACK_MESSAGE_DEFAULT, creatureSayCallback) npcHandler:addModule(FocusModule:new()) Henricus.xml
  12. mariatti postou uma resposta no tópico em Suporte Tibia OTServer
    o meu npc pra ir pra inq ta bugado, eu pago o dinheiro que ele pede mais mesmo assim nao consigo entrar... tem como me ajudar nessa ai?
  13. mariatti postou uma resposta no tópico em Suporte Tibia OTServer
    Esse problema foi resolvido, tu poderia me ajudar em mais um relacionado a inq?
  14. mariatti postou uma resposta no tópico em Suporte Tibia OTServer
    Onde tem que por os IDs e Quais IDs tem que por?
  15. mariatti postou uma resposta no tópico em Suporte Tibia OTServer
    aki está os arquivos da inq, sao 3 e puis numa pasta. inq.rar
  16. mariatti postou uma resposta no tópico em Suporte Tibia OTServer
    intao... eu nao sei fazer isso.... me ajuda??
  17. mariatti postou uma resposta no tópico em Suporte Tibia OTServer
    eae galera blz? Estou voltando mais uma vez para k... AUSHau Bom Agora o o bug eh o seguinte: quando eu chego na sala de premio da inq e clico no bau, aparece que eu ja fiz a quest, sendo que é a primeira vez.. oq pode ser?? vlw abraçow
  18. AUGUSTO TE AMO VEI, FUNFO..
  19. eae galera, beleza? Desculpe postar mais uma vez, é que o ot que eu estou editando está cheio de bug, e é sempre bom perguntar para pessoas que sabem do q tentar fazer por conta.. Bom meu ot (crystal server 8.7) nao tem nenhuma magia nova, entao gostaria que me ajudasse com elas... O sv tem o sistema de cooldown, mas bugado. quando solto uma magia de ataq ex: exevo gran mas frigo, eu posso logo em seguida soltar exevo gran mas tera, sem nenhum exausted... existe o exausted da magia mais nao dos grupos, tambem gostaria de ajuda nisso Vlw galera Abraçow
  20. Pode fechar o topico, problema resolvido VLW AE KIMOSZIN
  21. ainda nao consegui fazer....
  22. <distance id="12649" event="script" value="burst_arrow.lua"/> nao está no movements.xml e sim no weapons.xml
  23. kkkk, deslcupe a ignorancia mais de que linha vc se refere?
  24. Entao eu ja tentei de tudo, mas de um erro na hora de abrir o sv por alguma coisa que puis errado
  25. pessoal quero fazer uma sword que seja igual o burst arrow, de o dano fisico + a explozao de fire, mas só bata de perto como uma sword mesmo... mas nao tenho a minima ideia... espero que ajudem vlw pessoal

Informação Importante

Confirmação de Termo