Ir para conteúdo

Subwat

Infante
  • Total de itens

    1516
  • Registro em

  • Última visita

  • Dias Ganhos

    24

Tudo que Subwat postou

  1. fico muito feliz de ter feito a infância de você feliz, e por pessoas como você que reconhecem o meu trabalho que me dedico tanto a esse joguinho que amo tanto. obrigado. e em breve trarei atualizações do refugia. Abraços
  2. Tópico criado em area errada. Reportado.
  3. em breve trarei atualizações do servidor.
  4. Cancelada minha parcêria com o HOST Francês quem donatou Antes via Pagseguro seu dinheiro foi devolvido.
  5. Meu Novo Site www.subwatsoft.com
    1. admdestroyer

      admdestroyer

      Man preciso comprar seu vps!! vc nun tah vendendo mais?

    2. SkyDangerous

      SkyDangerous

      porcaria sinceramente, cara vender coisa open source = ban.

  6. Meu Novo Site www.subwatsoft.com
    1. admdestroyer
    2. admdestroyer

      admdestroyer

      to projetando um server e vo precisar hehe

  7. 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???

  8. 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
  9. 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
  10. 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
  11. Lol eu ti enviei pelo seu email fih -.- ve la para de falar merda. =D
  12. www.subwatsoft.com
    1. admdestroyer

      admdestroyer

      nada ainda vei.....

  13. não. só 9.44
  14. safado*
  15. 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.
  16. 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
  17. 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
  18. http://www.youtube.com/watch?v=wlq0lYB3iSM
  19. reportado por postar em area incorreta.
  20. Subwat

    Mont Quest

    reportado para moverem.
  21. area incorreta. reportado
  22. Subwat

    Varios Templos

    reportado por post na area incorreta. area certa seria "pedido de scripts".
  23. 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
  24. 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.
  • Quem Está Navegando   0 membros estão online

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