Jump to content

Leaderboard

Popular Content

Showing content with the highest reputation on 06/17/20 in all areas

  1. Source: https://github.com/trickyloki3/pj59 Platform: Linux / OSX Requirement: make, flex, bison, gcc This tool is use for translating item scripts into item descriptions. { bonus bAtkEle,Ele_Dark; bonus2 bAddEle,Ele_Ghost,15; bonus3 bAutoSpell,"MG_STONECURSE",3,100; bonus2 bAddEff,Eff_Stone,10; bonus bDex,3; } - id: 1138 name: Mysteltainn bonus: | Weapon endowed with Dark property. +15% Physical Damage vs. Ghost enemies. Add 10% chance to cast Level 3 Stone Curse for each weapon attack. Add 0.10% chance to inflict Stone on enemy for each weapon attack. DEX +3 Note: the item descriptions are based on rAthena in Renewal mode. The item descriptions can be changed by altering the template files, i.e. statement.yml, bonus.yml, sc_start.yml, etc. I realized that a specialty tool like this can be difficult to use. If you need help, then feel free to ask. I appreciate any feedback. If you want to see what the output looks like, then checkout the attached file. output.yml
    2 points
  2. Simple and Clean Patcher with Niflheim Theme. EN: Hi, guys! This is the first time that I customize a personal Thor Patcher, and I'm learning how to use this tool yet. This Patcher is from my custom server, and I'm just training! Please rate my Patcher, guys All crits are welcome! INICIAR JOGO = PLAY GAME CRIAR CONTA = REGISTER VOTAR NO SERVIDOR = VOTE DOAÇÕES = DONATIONS PTBR: Oi, pessoal! Essa é a primeira vez que eu trabalho com o Thor Patcher, e ainda estou aprendendo a utilizar esta ferramenta. Esse Patcher é do meu servidor pessoal, e eu apenas estou treinando! Por favor, avaliem meu Patcher, pessoal Todas as críticas serão bem-vindas!
    2 points
  3. Use `OnInstanceInit` instead of `OnInit`
    2 points
  4. I changed my new morocc to Old morocc pero ung map lng ung nag palit pero ung mini map still the new morocc. Please see image below: Thank you!
    1 point
  5. Ah ya veo... cardprefixnametable.txt
    1 point
  6. When did I say the opposite ? ? The item script is just probably outdated. Also note that RMS is not reliable, as we said it again and again on the forum.
    1 point
  7. https://github.com/llchrisll/ROenglishRE https://drive.google.com/file/d/1QKmhT9jrJfA_p5zLxSaXXdW_F1alO7Ry/view
    1 point
  8. You can start learning how to instance here: https://github.com/rathena/rathena/blob/master/doc/sample/instancing.txt
    1 point
  9. Thats the idea of instancing. You are using live duplicated maps.
    1 point
  10. Not ready yet but i'm working on it: https://github.com/haurenburu/ragnarok-content/tree/master/rathena/illusions/frozen
    1 point
  11. You can do OnLoadMapEvent: With countitem on it. something like this havent tested it though - script test -1,{ OnPCLoadMapEvent: if(countitem(12345) > 0 || countitem(12346) > 0 || countitem(12347) > 0) warp "SavePoint"0,0; end; //------Enable map OnPCLoadMapEvent------------------- map_01 mapflag loadevent
    1 point
×
×
  • Create New...