Solutions
-
GiovaneCampos's post in (Resolvido)(DISTRO) legs e anti anuncio. was marked as the answerDistro 0.3.6:
- Fix/Patch Hotkey que pode haver lag/freeze no servidor.
- Limite de peso de items no Mailbox 5000oz.
- Anti-Push Enable 1sec.
- PushTime Enable 1sec
- Anti-Divulgação 100% (Não pode enviar links nem com espaço (ex: www .site. com)).
- Anti-Clone items NPC (Hotkey Elfbot Patched/Fixed)
- Proteção para jogador não levar debug.
- Anti-Lag (correções na REV 0.3.6 , 0% de erros ao compilar)
- Fix/Patched server closed connection MySQL.
- Level e Vocação apareçem na tela de Login.
- Auto Attack + Runa + Spells ao mesmo tempo. (Não tem exhaust É UM BUG DA REV 3884 CORRIGIDO POR MIM)
- All hits works 100% players/monsters
Protocolo: 8.60
Tipo de Distro: CONSOLE
download: http://www.4shared.com/file/yn_Fz-oBba/Distro.html?
scan: https://www.virustotal.com/pt/file/930dfdfe6d9a5fcecde4bbcfa23a7a7477b353ca00958c3a402850eadc7135ff/analysis/
-
GiovaneCampos's post in (Resolvido)Comprar Potions Pro Comandos was marked as the answerJá ajudei ele skype fecha topico.
-
GiovaneCampos's post in (Resolvido)[Pedido] Fim vim was marked as the answerfunction onLogin(cid) local temple = { x = 160, y = 54, z = 7} if vip.hasVip(cid) == true then if getPlayerStorageValue(cid,55555) ~= 1 then setPlayerStorageValue(cid,55555,1) end else if getPlayerStorageValue(cid,55555) == 1 then doTeleportThing(cid, temple) doPlayerSendTextMessage(cid, 22, "Your VIP Time over!") db.query("UPDATE `accounts` SET `vip_time` = 0 WHERE `id` = ".. getAccountIdByName(getPlayerName(cid)) ..";") setPlayerPromotionLevel(cid, 1) setPlayerStorageValue(cid, 55555, 0) end end return true end