Jump to content

Leaderboard

Popular Content

Showing content with the highest reputation on 07/09/23 in all areas

  1. Version 1.2

    1252 downloads

    I just updated the existed one by raPalooza~ to include the K and M indicator. DarkBreath is there too. The K is light green like a frog and the M is red wine like frog's blood Used font is PixelOperator 8
    Free
    1 point
  2. updated it to refer to configuration in db/[pre-]re/job_noenter_map.txt
    1 point
  3. Increase your Event Queue https://rathena.org/board/topic/126700-warning-npc_event-players-event-queue-is-full-cant-add-event-onpcloadmapevent/
    1 point
  4. Version 1.0.1

    119 downloads

    Information This script spawns a set of mushrooms after certain set of time. The players can click on them and spend some zeny to get rewards (or nothing) from them. The mushrooms will disappear after 5 minutes have passed. Use Case As an zeny sink event. This script is only guaranteed to support rAthena. If it somehow break on Hercules-based emulator, I could fix it at an additional price. By downloading this script, you agree to these terms: You are not allowed to redistribute this script in any way, shape, or form. Chargeback scams are not tolerated and will get you punished on rAthena. I still retain all rights to this script. You will not get any support if you are using an old build of rAthena from 6 months ago or earlier. Your rights to receive free supports may be revoked at my discretion if you are being abusive Terms above may be changed or adjusted without prior notification. Copyright (C) - Secrets 2017 - All Rights Reserved
    Free
    1 point
  5. you better not delay the events if you have too many of the same type. the maximum number is 3 after that the events will be deleted instead of moving to the queue. https://github.com/rathena/rathena/blob/05ebde0198380c100c92b7873c86ee93b811032d/src/map/map.hpp#L49
    1 point
  6. - script atcmd_example -1,{ OnInit: bindatcmd("rentitem", strnpcinfo(3)+"::OnAtcommand"); end; OnAtcommand: .@itemid = atoi(.@atcmd_parameters$[0]); if (getitemname(.@itemid) != "null") { if (getiteminfo(.@itemid, 2) != IT_CARD) { rentitem .@itemid, (24 * 60 * 60); // 1 day } else { dispbottom .@atcmd_command$+" - You cant rent "+getitemname(.@itemid); } } else { dispbottom .@atcmd_command$+" - invalid item #"+.@itemid; } end; }
    1 point
  7. NOTE: This script was saved from my hardisk and all credits to our good scripter @Chilly for making this such great script! Endless Tower 2: The Endless Cellar A fully instanced custom dungeon containing all monsters, mini bosses, and mvps(with a few exceptions) up to episode 13.2 that were not in Endless Tower. Its a total of 77 floors with mvps being every 4 floors, and on the last floor there are a number of mvp fights in a row including 2 event mvps. Credits to Saithis for his Endless Tower script, most of the code i used came from his script. Dont forget to add the maps: conf\maps_athena.conf map: 1@new map: 2@new map: 3@new map: 4@new map: 5@new db\map_index.txt 1@new 2@new 3@new 4@new 5@new then run mapcache.exe~ Download Link: (Script and Client-side are included on one rar file) http://www.mediafire...a52kaz75u8am238 Endless Cellar.rar
    1 point
  8. Cool idea... Untested but it should work. Let me know if you have any problems. http://upaste.me/391d36830c5d5ecf5
    1 point
  9. you can also do it like this set .@j, select( "^FF0000"+.@menu$+"^000000" ); this way it would reduce the length of the menu string and give up more slots for other menus since string have a limit of 2048 ~ 4096 characters.
    1 point
×
×
  • Create New...