Jump to content

Leaderboard

Popular Content

Showing content with the highest reputation on 11/06/19 in all areas

  1. It's very interesting that he is looking for a cheat from a ragnarok developing forum where the developers doing their best to track and fix bugs and make the game fair. rofl
    3 points
  2. View File Automated GvG Event v2 Version 1.0 = stop support UPDATED to 2.0 // Automated GvG Event 2.0 Beta version // Event runs every hour via OnMinute timer. // Feel free to edit as you wish // By : Mabuhay // Free release // Dont remove credit // Updated to v 2.0 /* - Added gepard support and check to every members - More flexible options - Can set cash, members, timer, and winpoints if gm starts the command. New mechanics. - When using @gvgeventjoin, all your members must be around you by 5x5 cell. NOTE: item rewards are only to be set here in script because adding them in the GM option would be quite troublesome for me :D */ // Tested and working except for Gepard function. ( But it must be working without any problem ) Compatibility is your responsibily. Backward compatibility is not supported. Update your trunk to latest for this to work. Enjoy Submitter Mabuhay Submitted 11/06/2019 Category PvP, GvG, WoE, Battleground Video Content Author Mabuhay
    1 point
  3. Its only been like hours since i promised to make this script >.<
    1 point
  4. First message: https://github.com/rathena/rathena/blob/master/conf/char_athena.conf#L15 Second message: https://github.com/zackdreaver/ROenglishRE/blob/master/Ragnarok/data/msgstringtable.txt#L3470
    1 point
  5. is_atcommand(fd, sd, "@command", 1);
    1 point
  6. Oh sorry, I understood that he wanted to get the nodelay addon for gepard.
    1 point
  7. As I understand he wants to get bypass of Gepard Shield. I don't sell it. ?
    1 point
  8. pc.hpp #define MAX_SKILL_TREE 85 also a fast way to do it create new group id give it all_skill: true permission add the group id to OnPCLoginEvent for the job id or at the job changer (or any kind of script) you will find all the skills in the etc window
    1 point
  9. Same thing, replace all occurence !.@at by .@at < 1
    1 point
  10. Taking a look at this script for DrewxD.. Replace all occurence of !.@query by .@query < 1 because query_sql return -1 on failure/empty array (on rathena) it might result that the condition if (!.@query) is false when it should be true
    1 point
×
×
  • Create New...