Jump to content

Leaderboard

Popular Content

Showing content with the highest reputation on 03/10/21 in all areas

  1. é IP Dinâmico, vai ter que ligar para lá e solicitar um IP Fixo
    1 point
  2. Version 1.0.0

    549 downloads

    [PT-BR]: O script funciona como instância, é um jogo onde o player pode iniciar uma partida sempre que quiser, quanto mais toupeiras ele acertar mais pontos ele acumula, a partida termina quando ele somar o máximo de erros que pode cometer (configurável), o player precisa acertar um mínimo de toupeiras por ciclo, conforme os ciclos aumentam os acertos mínimos também (limitando-se ao máximo de 3), acertar o cachorro contará como erro, os pontos não são acumulativos ou seja, o player entrará par ao rank com o primeiro char que ele fez a partida e será contado por conta, quando ele atingir um valor máximo de pontos na partida que supera o do seu rank anterior ele atualiza, o rank reseta todo o domingo as 12h e converte os pontos para usar na loja da toupeira. Cred: Tio Akima (criador do mapa) Cred: Frost (guia add custom npc) [ENG]: The script works as an instance, it is a game where the player can start a game whenever he wants, the more moles he hits the more points he accumulates, the game ends when he adds up the maximum mistakes he can make (configurable), the player needs hitting a minimum of moles per cycle, as the cycles increase the minimum hits as well (limited to a maximum of 3), hitting the dog will count as an error, the points are not cumulative ie the player will enter the rank with the first char he made the match and will be counted on account, when he reaches a maximum point value in the match that exceeds that of his previous rank he updates, the rank resets every Sunday at 12pm and converts the points to use in the mole shop . NOTE: Perhaps the translation was not the best, so you can send a suggestion that I will be correcting. Cred: Tio Akima (map creator) Cred: Frost (guide add custom npc)
    Free
    1 point
  3. Try below script: payon,131,232,4 script Goddess Elia 624,{ OnTimer1600: callfunc "regen", 1; initnpctimer; end; OnInit: initnpctimer; end; } payon,128,232,4 script Bard Mikhael 647,{ OnTimer20000: callfunc "regen", 0; initnpctimer; end; OnInit: initnpctimer; end; } function script regen { .@type = getarg(0, 0); // 0 - low | 1 - high .@range = 20; .@percent = !.@type ? 1 : 8; getmapxy .@map$, .@x, .@y, BL_NPC, strnpcinfo(1); specialeffect 514; specialeffect 796; specialeffect 800; .@size = getareaunits(BL_PC, .@map$, (.@x - (.@range + 3)), .@y - .@range, (.@x + (.@range + 3)), .@y + .@range, .@aid); if (.@size > 0) { for (.@i = 0; .@i < .@size; .@i++) { if (attachrid(.@aid[.@i])) { if (Hp && (Hp != MaxHp)) { specialeffect2 312; percentheal .@percent, .@percent; } detachrid; } } } return; } Same result but I removed unnecessary executions
    1 point
  4. Version 2.1

    2500 downloads

    A multi-purpose tool, written to help Ragnarok users Features: - Converts Latin character into Hex value and vice versa - Checks MD5 Hash of any files - Shows informations about your WAN & LAN IP Address - Get selected diff from Shin's Diff Patcher and turns them into a list for easier paste into forum - Counts usable characters to be used with WDGTranslateClient.dll - Item Maker, to help you create a custom item easily, saved on item_db2.txt - Check and generate your own custom packet keys - Check for your custom packet keys quality to make sure that your keys are secure enough to use Note: For custom packet keys, when you copy-paste the keys from nkwz RO Toolkit into NEMO, don't forget not to select and copy the leading '0x' Please report any bugs you find via PM or just put a comment on my status
    Free
    1 point
×
×
  • Create New...