Jump to content

Leaderboard

Popular Content

Showing content with the highest reputation on 08/29/18 in all areas

  1. 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
  2. ... I have long had an idea to make a location like a pop-up book ... to tell a story ... ... now I have a book ... even 4 ... and I'll tell the story ? let's seat and listen to ... .•°'°•.•°'°•.•°'°•.•°'°•.•°'°•.•°'°•.•°'°•.•°'°•.•°'°•.•°'°•.•°'°•.•°'°•.•°'°•.•°'°•.•°'°•.•°'°•.•°'°•.•°'°•.•°'°•.•°'°•.•°'°•.•°'°•.•°'°•.•°'°•.•°'°•.•°'°•.•°'°•. The Legend of the Great, Wise and Four Battle Books .•°'°•.•°'°•.•°'°•.•°'°•.•°'°•.•°'°•.•°'°•.•°'°•.•°'°•.•°'°•.•°'°•.•°'°•.•°'°•.•°'°•.•°'°•.•°'°•.•°'°•.•°'°•.•°'°•.•°'°•.•°'°•.•°'°•.•°'°•.•°'°•.•°'°•.•°'°•.•°'°•. b_book1 b_book2 b_book3 b_book4 Please rate it ? if the maps are good enough
    1 point
  3. Would be nice to have a feature that track and show in console a variable for when we are making complex scripts. Sample: .@var = 0; trackvar(".@var"); mes "Now I will show this value " + .@var; next; .@var++; mes "Now I changed the var"; next; mes "Hmm, what value " + .@var + " had when passed here?"; close; Console Output: [DEBUG NPC_NAME / PLAYER ATTACHED_GID]: Tracking .@var > Value: 0 [DEBUG NPC_NAME / PLAYER_ATTACHED_GID]: .@var was required > Value: 0 [DEBUG NPC_NAME / PLAYER_ATTACHED_GID]: .@var was changed> Old Value: 0 / New Value: 1 [DEBUG NPC_NAME / PLAYER_ATTACHED_GID]: .@var was required > Value: 1 I think this would make it easier to develop or debug scripts, rather than every time you call it, creating visual texts (dispbottom/announce) to keep track of the variable
    1 point
  4. Thank you for @IsabelaFernandez i clarify : 3001,VIP Pass 1,VIP Pass 1,0,50,,70,,,,,0xFFFFFFFF,63,2,,,,,,{ vip_time(60*24*7); },{},{} //VIP ID for 7 days 3002,VIP Pass 2,VIP Pass 2,0,50,,70,,,,,0xFFFFFFFF,63,2,,,,,,{ vip_time(60*24*14); },{},{} //VIP ID for 14 days 3003,VIP Pass 3,VIP Pass 3,0,50,,70,,,,,0xFFFFFFFF,63,2,,,,,,{ vip_time(60*24*30); },{},{} //VIP ID for 30 days The Script Active when SRC VIP mode is on. src\config\core.h //#define VIP_ENABLE change to #define VIP_ENABLE and recompile. For Map/Field/DG/ect maybe you can use NPC for acces : mes "[ Gate keeper]"; if (vip_status(1)) { mes "Will you go to VIP map?"; next; menu "Go to VIP map",vipmap,"No way",no; vipmap: warp "vip.gat",0,0; end; no: mes "VIP map is great."; break; } else { mes "Seems you're no longer VIP anymore. You must VIP to acces"; break; }
    1 point
  5. Update Headgear to August 2018 link on first post. First Post
    1 point
  6. As for the map entry for VIP players only, I believe you need the group restriction Example: *getgroupid({<char_id>}) before script function
    1 point
  7. In Mexico there is an interesting beach called the Love Beach or Playa del Amor. I found it after the Navagio and it seemed to me that it can serve as an inspiration for a small closed map in the RO world. Here it is, cool, sunny and grassy ? .•°'°•.•°'°•.•°'°•.•°'°•.•°'°•.•°'°•.•°'°•.•°'°•.•°'°•.•°'°•.•°'°•.•°'°•.•°'°•.•°'°•.•°'°•.•°'°•.•°'°•.•°'°•.•°'°•.•°'°•.•°'°•.•°'°•.•°'°•.•°'°•.•°'°•.•°'°•.•°'°•. lv_beach Please rate it ? if the map is good enough
    1 point
  8. Hello guys ! I made this map long time ago and didn't used it. I was bored so I finished it and thought to release it here in eA. Rate it guys . Feel free to use it for your server. This file includes: ~ .rsw file ~ .gnd file ~ .gat file ~ .extra file ~ .bmp file (minimap) Screenshots: Enjoy and don't forget to say thanks.
    1 point
×
×
  • Create New...