- equipe aura
-
comando spells
pedido de comando spells que só monstra spells da sua vocaçao.
-
event channel
Pedido de script que fizesse um evento ser anunciado no channel (eventos). Eu ja tenho o anuncio em globalevents porem nao sei fazer com que anuncie em um canal. Me AJUDA AI será reputado.
-
storage time
up
-
storage time
não funcionou por completo, ele parece nao reconhecer o monstro definido, ele até removeu uma outfit q já tinha, mas quando o monstro é morto nao acontece nada, tambem nao da erro. Nao sei se é necessário mas ja tenho no monstro: <script> <event name="OutfitBossThink"/> </script>
-
storage time
o script que da a storage é esse, boss kill: function onDeath(cid, corpse, deathList) local Storage,monstName = 20000, "[BOSS]Gonka" if isMonster(cid) and string.lower(getCreatureName(cid)) == string.lower(monstName) then doBroadcastMessage("O player "..getPlayerName(deathList[1]).." matou o [BOSS]Gonka e recebeu o outfit Supremo.") for _, check in pairs(deathList) do if isPlayer(check) then setPlayerStorageValue(check, Storage, 1) end end end return true end
-
storage time
eae, eu tenho um outfit por storage, queria algo para acrescentar um time nessa storage que há removesse depois de x tempo, talvez seja no login sei lah, obrigado! Versao 8.6
-
-
(Resolvido)anti mc
testado relogin rapido e com o mult cliente, está sem erros agora aprovado!!!
-
(Resolvido)anti mc
local function antiMC(p) if #getPlayersByIp(getPlayerIp(p.pid)) >= p.max then if isCreature(p.pid) then doRemoveCreature(p.pid) end end return true end pediu pra fechar o if ai adicionei mais um end, testei o relogar rapido e ainda tem o erro.
-
(Resolvido)anti mc
[Error - CreatureScript Interface] [29/3/2019 14:44:45] In a timer event called from: [29/3/2019 14:44:45] data/creaturescripts/scripts/otlist.lua:onLogin [29/3/2019 14:44:45] Description: [29/3/2019 14:44:45] (internalGetPlayerInfo) Player not found when requesting player info #29 esse anti mc funciona mas as vezes da esse erro ai tem como arrumar? versão 8.6 local config = { max = 4, -- Número de players permitido com o mesmo IP. group_id = 1 -- Kikar apenas player com o group id 1. } local accepted_ip_list = {} -- Lista dos players permitidos a usar MC, exemplo: {"200.85.3.60", "201.36.5.222"} local function antiMC(p) if #getPlayersByIp(getPlayerIp(p.pid)) >= p.max then doRemoveCreature(p.pid) end return true end function onLogin(cid) if not isPlayer(cid) then return true end if getPlayerGroupId(cid) <= config.group_id then if isInArray(accepted_ip_list,doConvertIntegerToIp(getPlayerIp(cid))) == false then addEvent(antiMC, 1000, {pid = cid, max = config.max+1}) end end return true end
- DUCA: o melhor evento para otserv (8.60)
-
-
-
problema acc manager ganhando vipdays
resolvido.
-
-
retorno automático Pagseguro
ALTER TABLE `accounts` ADD `teste` INT( 11 ) NOT NULL ; deveria ser premmium_points no lugar de teste. Nao é bem oque preciso, eu removi o firewall csf, agora quando alguem usar o shop vou saber se ta ou nao funcionando, se nao tiver eu testo esse ai, e ta faltando as informações do config.php do seu tuto.
-
Monstros não sumona outros
Testei a ultima atualização de otx 2x patch 8.6, e monstros não estão sumonando outros, podem ajudar?
-
retorno pagseguro e CSF
Base gesior 2012 Pergunta: Alguém com conhecimento pode me ajudar, sabe se o CSF firewall, bloquei o retorno do pagseguro? Se sim, sabe como liberar?