Jump to content

Leaderboard

Popular Content

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

  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. Sent you a PM regarding Gepard. Thanks, Guilherme.
    1 point
  8. Hi! I'm inquiring for you gepard protection. Please check pm. Thank you!
    1 point
  9. 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
  10. Version 1.0.2

    830 downloads

    Hey peoples! Here's one of the first instances I ever made, and finally release after years. This one is based over Saint Seya - Battle of the Sanctuary and the Zodiac Hats. It's purpose is to go over the 12 Zodiac Houses to defeat guardians and progress til the Horde Master, who attacked and corrupted the Temple. For this, you'll have to activate the Stars, spread around the floor, which represents the constellation, and guarded by monsters, matching the Zodiac House you're in, to call the guardian. The one defeating it get some chance to get the matching Zodiac Hat. Also, I use a function of mine to give special points. It is therefor possible to give some points when fulfiling and instance, but you'll have to define a "AddPoints" function (I can release it too if necessary), or to change the reward mode. FInally, 4 level are available, with increasing monster count and influencing mobs size: Easy, Normal, Hard and Apocalypse (all big) Have fun
    Free
    1 point
  11. Version 1.0.0

    272 downloads

    This script contains a quest where an old adventurer will sing you a song, and where you'll have to ascomplish each step to become an adventurer yourself. If you need a guide, ask for it! (but please, read the file first, it's quite easy). Warning: All the quests I'm gonna release relied on item you might not have as they're custom ones. So think of editing the reward variable to ensure you'll be able to get the reward (on OnChooseItem). Info: as I'm planning to upload thousands of scripts, I can't take screenshot of all single quests. So I'll add only my avatar's one
    Free
    1 point
×
×
  • Create New...