Ir para conteúdo

Qwizer

Visconde
  • Total de itens

    351
  • Registro em

  • Última visita

  • Dias Ganhos

    9

Tudo que Qwizer postou

  1. Qwizer

    Ilusion Ot 7.6

    Olá galera do XTibia.Hoje venho postar mais um otserver 7.x, IlusionOtscan, print e down abaixo! Scan Virus Total DOWNLOAD
  2. para quem sempre buscou esse servidor e nunca achou ai esta sua chance. DOWNLOAD
  3. boa tarde, depende do ot que vc baixou, pode ter ou nao o exe se nao tiver tera que compilar.
  4. local keywordHandler = KeywordHandler:new() local npcHandler = NpcHandler:new(keywordHandler) NpcSystem.parseParameters(npcHandler) -- OTServ event handling functions start 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 -- OTServ event handling functions end function creatureSayCallback(cid, type, msg) -- Place all your code in here. Remember that hi, bye and all that stuff is already handled by the npcsystem, so you do not have to take care of that yourself. if(npcHandler.focus ~= cid) then return false end storage = getPlayerStorageValue(cid,91003) if msgcontains(msg, 'FALA') and storage == 0 then selfSay('MSG AQUI') talk_state = 1 elseif msgcontains(msg, 'yes') and talk_state == 1 then if getPlayerItemCount(cid,6107) >= 1 and getPlayerItemCount(cid,6107) >= 1 and getPlayerItemCount(cid,6107) >= 1 and getPlayerItemCount(cid,6107) >= 1 then doPlayerTakeItem(cid,6107,1) doPlayerTakeItem(cid,6107,1) doPlayerTakeItem(cid,6107,1) doPlayerTakeItem(cid,6107,1) doPlayerSendTextMessage(cid,19,"Quest 'SUA QUEST'.' completada.") doSendMagicEffect(getPlayerPosition(cid),12) setPlayerStorageValue(cid,91003,1) selfSay('MSG de qualquer se naoquizer usar isso aki basta remover a linha') talk_state = 0 else selfSay('I knew that it was a lie! Where is it?') end ------------------------------------------------ confirm no ------------------------------------------------ elseif msgcontains(msg, 'no') and (talk_state >= 1) then selfSay('Ok than.') talk_state = 0 end -- Place all your code in here. Remember that hi, bye and all that stuff is already handled by the npcsystem, so you do not have to take care of that yourself. return true end npcHandler:setCallback(CALLBACK_MESSAGE_DEFAULT, creatureSayCallback) npcHandler:addModule(FocusModule:new()) NPC acima e Movements abaixo function onStepIn(cid, item, position, fromPosition) if isPlayer(cid) == TRUE then if getPlayerStorageValue(cid, 91003) == -1 then doTeleportThing(cid,position) else doTeleportThing(cid,fromPosition) end end return TRUE end
  5. não tem como mano, você eque tem que compilar as source no seu linux, a compilação depende da versão que seu linux e.
  6. basta ir no config.php no servpath e colocar uma / no final.
  7. Qwizer

    Comunicado

    Conteudo exclusivo pro xtibia, e atualizado constantemente Motivição concursos valendo p.a, tc, vps Organização uma delas seção download de ots separado por versão aquilo ta uma bagunça, nao da animo de entrar e procurar alguma coisa, necessita urgente ser organizado Equipe toda ajuda e sempre bem vinda principalmente de pessoal com capacidade de trazer conteúdo exclusivo.
  8. so renomear o char rook sample da database pra aquele nome que ele fala ali no erro.
  9. execute isso na database ALTER TABLE `players` ADD COLUMN `skill_critical_hit_chance` int(10) unsigned NOT NULL DEFAULT 0; ALTER TABLE `players` ADD COLUMN `skill_critical_hit_chance_tries` bigint(20) unsigned NOT NULL DEFAULT 0; ALTER TABLE `players` ADD COLUMN `skill_critical_hit_damage` int(10) unsigned NOT NULL DEFAULT 0; ALTER TABLE `players` ADD COLUMN `skill_critical_hit_damage_tries` bigint(20) unsigned NOT NULL DEFAULT 0; ALTER TABLE `players` ADD COLUMN `skill_life_leech_chance` int(10) unsigned NOT NULL DEFAULT 0; ALTER TABLE `players` ADD COLUMN `skill_life_leech_chance_tries` bigint(20) unsigned NOT NULL DEFAULT 0; ALTER TABLE `players` ADD COLUMN `skill_life_leech_amount` int(10) unsigned NOT NULL DEFAULT 0; ALTER TABLE `players` ADD COLUMN `skill_life_leech_amount_tries` bigint(20) unsigned NOT NULL DEFAULT 0; ALTER TABLE `players` ADD COLUMN `skill_mana_leech_chance` int(10) unsigned NOT NULL DEFAULT 0; ALTER TABLE `players` ADD COLUMN `skill_mana_leech_chance_tries` bigint(20) unsigned NOT NULL DEFAULT 0; ALTER TABLE `players` ADD COLUMN `skill_mana_leech_amount` int(10) unsigned NOT NULL DEFAULT 0; ALTER TABLE `players` ADD COLUMN `skill_mana_leech_amount_tries` bigint(20) unsigned NOT NULL DEFAULT 0;
  10. melhor e dificil dizer pois versao disponivel pra download nao sao 100% mais se tu tiver um pouco de conhecimento vc consegue deixar uma versao free bem boa.
  11. Qwizer

    Concursos no Fórum.

    tem mesmo que fazer ja passou da hora, precisa de uma movimentada e uns projetos exclusivos para atrair usuários novos.
  12. se mudar pra plain ele ai abrir normal e so esperar alguns segundo depois do warning.
  13. instala o microsoft visual c++ 2015 x86, esta no tutorial na primeira parte.
  14. alguma maneira de a janela nao fica no meio ta tela e sim somente nas laterais?
  15. bom alguem poderia me auxiliar a tirar as janelas do meio da tela como a do skills, pra elas ficarem somente nas laterais
  16. sim, me passa link anexo no topico e coloco os creditos, pra windows o the uniform server e melhor que xampp.
  17. e por causa de membros preguiçoso, carente de sabedoria como você, que quer tudo na mão sem nenhum esforço que criadores de conteudo estão desistindo de postar, então a culpa não e dos fórum são de vcs.
  • Quem Está Navegando   0 membros estão online

    • Nenhum usuário registrado visualizando esta página.
×
×
  • Criar Novo...