Jump to content

Leaderboard

Popular Content

Showing content with the highest reputation on 01/15/19 in Posts

  1. Greetings, I would like to share some of my scripts here, so I decided to make a github repository for scripts. It's not much but I will gradually update/increase the size of my collection ^^ You can report bugs in my github and also make requests there, I will make it in my free times ( Depends on the request ) Note : I use a lot of personal functions(I like to make my script as short as possible - lazy) and I don't know if some parts of the scripts have the missing functions just bump me in github if it's missing. Github Repository : Click Me Rathena Requests/Others : Dynamic MVP Points Item Swap Function Costume Drop Autoloot Setting Invasion Script Instance @cooldown Recycle NPC Custom Illusion Moonlight 17.1 Illusion Custom Latest Update : March 13, 2021
    3 points
  2. roCORD for rAthena Hey everyone, I am currently working on a Discord bot which allows interaction between a Discord server and an in game channel. Support for Version 1 is now dropped! Version 2 can be found under this link -> https://github.com/Normynator/roCORD/tree/development Documentation about installation and configuration can be found here -> https://github.com/Normynator/roCORD/tree/development/docs More updates on Version 2 will follow.
    1 point
  3. let the EQI_SHADOW_WEAPON slot can equip any special weapon you want and cover the your EQI_HAND_R weapon view ID. Its showcase only.
    1 point
  4. UPDATED, NOW HAVE 72 HEADS UPDATED, NOW HAVE 84 HEADS !!!!! Here a Compiliation of basic customs Hairs from Ragnarok Online, This include the 29 oficial heads. All of these heads aren't made be me, with exception of #68, #69, #70 and #71 male heads and female #70 and #71 heads, this pack cames from internet and a bit of search, the authors put the credit on Spr files... But who diferent on that pack? - Repeated Heads Removed; - Missaligned Heads Fixed; (like #48 and #61) - 6 Unique Heads. - Now this pack is mixed with smokim pack (from cronus) - No Female Heads in Male pack, with exception of classic #43 I'm Still Working On this Pack to change female heads into male heads (like #43, #55, #56 etc - Male Hairstyles), to make all heads in Oficial Collors (1~7 to work with them), To Increase this into 100 Hairstyles Pack. Preview: DOWNLOAD: 84 Heads.zip Mirror 4Shared Mirror MediaFire
    1 point
  5. Hi! Prefixes and postfixes cant be separated from the variable name. So for example instead of . @ sleep it must be .@sleep always. delchar is not a command to delete characters. You can use the command breakequip to break equips. ? You can learn a lot reading the doc, good luck! \doc\script_commands.txt
    1 point
  6. - script asdasdasd -1,{ OnNPCKillEvent: ++$mobkillcount; // mob kill counter if ( $mobkillcount > 20000 ) { // triggers when mob counter reaches 20k $mobkillcount = 0; // reset the counter to 0 .@mobid = 1001; // MOB ID of the monster setarray .@map$, // list the maps you wish to spawn the mobs "prontera", "prt_fild01", "prt_fild02"; // summons mob id to the maps listed for ( .@i = 0; .@i < getarraysize(.@map$); ++.@i) { monster .@map$[.@i], 0, 0, "--ja--", .@mobid, rand(10,20); // random of 10 - 20 mobs spawns } announce "World Bosses has invaded the server!", bc_all; // announce } end; } not tested but you should get the idea
    1 point
  7. Uploaded it to rAthena just now for you, waiting on approval. My first time uploading anything here I think, so hopefully I didn't screw up or forget a mob. ;o Edit: Here it is https://rathena.org/board/files/file/3940-abyss-f4-past-odin-mobs/
    1 point
×
×
  • Create New...