Jump to content

Leaderboard

Popular Content

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

  1. updated it to refer to configuration in db/[pre-]re/job_noenter_map.txt
    1 point
  2. Increase your Event Queue https://rathena.org/board/topic/126700-warning-npc_event-players-event-queue-is-full-cant-add-event-onpcloadmapevent/
    1 point
  3. 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
  4. - 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
  5. 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
  6. Cool idea... Untested but it should work. Let me know if you have any problems. http://upaste.me/391d36830c5d5ecf5
    1 point
  7. 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...