Histórico de Curtidas
-
GiovaneCampos deu reputação a Absolute em DESIGN - FAÇA SEU PEDIDOMe diga onde melhorar
Espero que goste.
-
GiovaneCampos deu reputação a Absolute em DESIGN - FAÇA SEU PEDIDO
-
GiovaneCampos recebeu reputação de vinicios thiago em (Resolvido)Comprar Potions Pro ComandosJá ajudei ele skype fecha topico.
-
GiovaneCampos deu reputação a VPS Flathoste em (Resolvido)Script OTXOlá, Boa tarde.
Quanto ao amuleto de red use esse script:
<event type="death" name="redSkullAmulet" event="script" value="redamulet.lua"/> redamulet.lua
local ID_ITEM = 2131 Mude 2131 para o id do seu item!
function onDeath(cid, corpse, deathList) local ID_ITEM = 2131 if (getPlayerSlotItem(cid, CONST_SLOT_NECKLACE).itemid == ID_ITEM) and (getCreatureSkullType(cid) == SKULL_RED or getCreatureSkullType(cid) == SKULL_BLACK) then doCreatureSetDropLoot(cid, false) end return true end Em login.lua adicione isso:
registerCreatureEvent(cid, "redSkullAmulet") Quanto ao DODGE fiz umas alterações no seu script veja se funciona:
function onCombat(cid, target) local storage = 8754954 if isPlayer(target) == true then local percent = math.random(1,800) if percent <= getPlayerStorageValue(target,storage) then doSendAnimatedText(getCreaturePos(cid),"DODGE", 6) doSendMagicEffect(getCreaturePos(cid), 3) return false end end return true end -
GiovaneCampos recebeu reputação de hangrys em (Resolvido)(DISTRO) legs e anti anuncio.Distro 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 recebeu reputação de baiakuda em (Resolvido)[Pedido] Fim vimfunction 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