Ir para conteúdo

Subwat

Infante
  • Total de itens

    1516
  • Registro em

  • Última visita

  • Dias Ganhos

    24

Tudo que Subwat postou

  1. Dia bom =D
    1. Mostrar comentários anteriores  %s mais
    2. Subwat

      Subwat

      liberei manda ae

    3. admdestroyer

      admdestroyer

      pode trocar meu servidor por outra coisa???

    4. admdestroyer

      admdestroyer

      pode trocar meu servidor por outra coisa???

  2. Codigo Lua em creaturescripts local exhaust = createConditionObject(CONDITION_EXHAUST) setConditionParam(exhaust, CONDITION_PARAM_SUBID, 82936) setConditionParam(exhaust, CONDITION_PARAM_TICKS, 10000) function getDamageDone(cid, targetpos) targetpos.x = targetpos.x - 1 if(isPlayer(cid)) then doPlayerSendTextMessage(cid, MESSAGE_STATUS_CONSOLE_BLUE, "Average DPS: ".. getPlayerStorageValue(cid, 82936) / 10 .."") doCreatureSay(cid, "You are currently dealing an average of ".. getPlayerStorageValue(cid, 82936) / 10 .." damage per second.", TALKTYPE_ORANGE_1, false, 0, targetpos) return setPlayerStorageValue(cid, 82936, 0) end return true end function onStatsChange(cid, attacker, type, combat, value) if(type == STATSCHANGE_HEALTHLOSS or type == STATSCHANGE_MANALOSS) then if(not isPlayer(attacker)) then return true end setPlayerStorageValue(attacker, 82936, getPlayerStorageValue(attacker, 82936) + value) if(getCreatureCondition(attacker, CONDITION_EXHAUST, 82936) == false) then setPlayerStorageValue(attacker, 82936, 0) addEvent(getDamageDone, 9900, attacker, getCreaturePosition(cid)) doAddCondition(attacker, exhaust) end end return true end XML: <event type="statschange" name="DPScounter" event="script" value="dpscounter.lua"/> Mude seu training monk para: <?xml version="1.0" encoding="UTF-8"?> <monster name="Training Monk" nameDescription="a training monk" race="blood" experience="0" speed="210" manacost="0"> <health now="99000" max="99000"/> <look type="57" corpse="3128"/> <targetchange interval="60000" chance="0"/> <strategy attack="100" defense="0"/> <flags> <flag summonable="0"/> <flag attackable="1"/> <flag hostile="1"/> <flag illusionable="0"/> <flag convinceable="0"/> <flag pushable="0"/> <flag canpushitems="1"/> <flag staticattack="50"/> <flag lightlevel="0"/> <flag lightcolor="0"/> <flag targetdistance="1"/> <flag runonhealth="0"/> </flags> <script> <event name="DPScounter"/> </script> <attacks> <attack name="melee" interval="5000" min="0" max="-1"/> </attacks> <defenses armor="0" defense="0"> <defense name="healing" interval="10000" chance="100" min="24000" max="24000"/> </defenses> </monster> Créditos: Sportacus
  3. MODS: <?xml version="1.0" encoding="UTF-8"?> <mod name="KDR SYSTEM" version="1.0" author="Narko" contact="crmb92@hotmail.com" enabled="yes"> <event type="kill" name="killpoint" event="script"><![CDATA[ function onKill(cid, target, damage, flags) if isPlayer(target) == true then db.query("UPDATE `players` SET `frags` = `frags` + 1 WHERE id = " .. getPlayerGUID(cid) .. ";") doCreatureSay(cid, '+1 Frag Point!', TALKTYPE_ORANGE_1) end return true end ]]></event> <event type="preparedeath" name="deathpoint" event="script"><![CDATA[ function onPrepareDeath(cid, deathList, lastHitKiller, mostDamageKiller) if isPlayer(cid) == true then db.query("UPDATE `players` SET `deaths` = `deaths` + 1 WHERE id = " .. getPlayerGUID(cid) .. ";") doCreatureSay(cid, '+1 Death Point!', TALKTYPE_ORANGE_1) end return true end ]]></event> <event type="look" name="KdrLook" event="script"><![CDATA[ function onLook(cid, thing, position, lookDistance) function getKillsPlayer(cid) local Info = db.getResult("SELECT `frags` FROM `players` WHERE `id` = " .. getPlayerGUID(cid) .. " LIMIT 1") local frags= Info:getDataInt("frags") return frags end function getDeathsPlayer(cid) local Info = db.getResult("SELECT `deaths` FROM `players` WHERE `id` = " .. getPlayerGUID(cid) .. " LIMIT 1") local deaths= Info:getDataInt("deaths") return deaths end if isPlayer(thing.uid) then local kdr = getKillsPlayer(thing.uid)/getDeathsPlayer(thing.uid) doPlayerSetSpecialDescription(thing.uid, (getPlayerSex(thing.uid) == 0 and "\nShe" or "\nHe") .. " has Killed: ["..getKillsPlayer(thing.uid).."] Players."..(getPlayerSex(thing.uid) == 0 and "\nShe" or "\nHe") .. " has Died: ["..getDeathsPlayer(thing.uid).."] Times.\nThe Kdr(Kill Death Ratio) is: ["..kdr.."].") end if(thing.uid == cid) then local kdr = getKillsPlayer(thing.uid)/getDeathsPlayer(thing.uid) doPlayerSetSpecialDescription(thing.uid, "\nYou have Killed: ["..getKillsPlayer(thing.uid).."] Players.\nYou have Died: ["..getDeathsPlayer(thing.uid).."] Times.\nYou Kdr(Kill Death Ratio) is: ["..kdr.."].") end return true end ]]></event> <event type="login" name="KdrLook" event="buffer"><![CDATA[ registerCreatureEvent(cid, "KdrLook") registerCreatureEvent(cid, "killpoint") registerCreatureEvent(cid, "deathpoint") _result = true ]]></event> </mod> Dando Look No player vai mostrar quantas Vezes você morreu,quantas vezes matou alguém,e o percentual de death/kill. Créditos: Narko
  4. ta mano eu vou por uma senha e ti mando por email mas agora N cria mais esses topicos aki eles vao ti alertam eu ti enviei pro email giovanni sei la oq .com.br pelo q ta no pagseguro ve la se n ta la fih ae se me manda email dnv
  5. Lol eu ti enviei pelo seu email fih -.- ve la para de falar merda. =D
  6. www.subwatsoft.com
    1. admdestroyer

      admdestroyer

      nada ainda vei.....

  7. foda pra karai se funfar Nos ots q n tem o sistema de report de clikar com o botao direito vai ajudar pakas. resp Mais paras tu.
  8. function onUse(cid, item, frompos, item2, topos) if item.uid == 3036 then queststatus = getPlayerStorageValue(cid,3036) if queststatus == -1 or queststatus == 0 then doPlayerSendTextMessage(cid,22,"Você achou um skill? kkk") doPlayerAddSkill(cid, 3, 5) setPlayerStorageValue(cid,3036,1) else doPlayerSendTextMessage(cid,22,"O baú está vazio.") end else return 0 end return 1 end
  9. Subwat

    Diigo Baiak

    O servidor não contem edições significativas,apenas editar um templo uma tp room isso não é significativo, você tem que fazer areas novas, scripts novos e etc se quizer postar um server com qualidade. e cuidado na formatação de seu tópico pois não chamará muita a atenção do pessoal do geito que está. abraços
  10. http://www.youtube.com/watch?v=wlq0lYB3iSM
  11. reportado por postar em area incorreta.
  12. Subwat

    Mont Quest

    reportado para moverem.
  13. Subwat

    Varios Templos

    reportado por post na area incorreta. area certa seria "pedido de scripts".
  14. Subwat

    Salvando Items

    Desculpe amigo,você postou na seção errada. a seção certa seria "Pedido de Scripts". vou reportar para moverem. abraços
  15. seção errada reportado para moverem. favor ler as regras do forum e da seção. está e a area para compartilhar Scripts desenvolvidos. e não pedir ajuda.
  16. mande a magia para eu conferir. talves seja na magia e nao no ml o problema.
  17. vou ti mandar o WOE testado por mim e funcionou perfeitamente está no anexo. WOE 100% - OTProjects(1).rar
  18. Subwat

    Ajuda Ae Galera

    passa o script para que eu possa ve-lo e arrumar.
  19. Subwat

    Salvando Items

    é só botar para não salvar nenhum player.
  20. function onSay(cid, words, param) if param == "" then doPlayerSendTextMessage(cid,18, "!buyvip3 30 para comprar 30 dias vip3.") doPlayerSendTextMessage(cid,18, "!buyvip3 15 para comprar 15 dias vip3.") doPlayerSendTextMessage(cid,18, "!buyvip3 3 para comprar 3 dias vip3.") end if param == "30" then if doPlayerRemoveItem(cid,2157,5) then AQUI VOCE ADD A FUNCAO DA VIP E TAL doPlayerSendTextMessage(cid,MESSAGE_STATUS_CONSOLE_BLUE,"30 dias VIP 3 account comprados Por 5 VIP Coins.") setPlayerPromotionLevel(cid, 1) setPlayerStorageValue(cid,25252,1) else doPlayerSendTextMessage(cid,MESSAGE_STATUS_CONSOLE_BLUE,"Você não tem 5 gold nugget coins necessários para usar este comando.") doSendMagicEffect(getPlayerPosition(cid), CONST_ME_FLAMEAREA) end end if param == "15" then if doPlayerRemoveItem(cid,2157,3) then AQUI VOCE ADD A FUNCAO DA VIP E TAL doPlayerSendTextMessage(cid,MESSAGE_STATUS_CONSOLE_BLUE,"15 dias VIP 3 account comprados Por 3 VIP Coins.") setPlayerPromotionLevel(cid, 1) setPlayerStorageValue(cid,25252,1) else doPlayerSendTextMessage(cid,MESSAGE_STATUS_CONSOLE_BLUE,"Você não tem 3 gold nugget coins necessários para usar este comando.") doSendMagicEffect(getPlayerPosition(cid), CONST_ME_FLAMEAREA) end end if param == "3" then if doPlayerRemoveItem(cid,2157,1) then AQUI VOCE ADD A FUNCAO DA VIP E TAL doPlayerSendTextMessage(cid,MESSAGE_STATUS_CONSOLE_BLUE,"3 dias VIP 3 account comprados Por 1 VIP Coins.") setPlayerPromotionLevel(cid, 1) setPlayerStorageValue(cid,25252,1) else doPlayerSendTextMessage(cid,MESSAGE_STATUS_CONSOLE_BLUE,"Você não tem 1 gold nugget coins necessários para usar este comando.") doSendMagicEffect(getPlayerPosition(cid), CONST_ME_FLAMEAREA) end end end
  21. Subwat

    Ajuda Ae

    manda o sistema para que possamos arrumar.
  • Quem Está Navegando   0 membros estão online

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