Jump to content

Leaderboard

Popular Content

Showing content with the highest reputation on 10/19/20 in all areas

  1. I confirm it. I checked it on the version "2020-09-02aRagexeRE". Decryption is failed due to changed EXE's code of new versions. @Tokei I sent details in PM.
    2 points
  2. FluxCP with Master Account Integration Hi everyone! I want to share my Simple FluxCP with master account. I've been coding this for the last 2 days using my free time. I have seen a lot of people asking for FluxCP with Master account so I decided to share this. Originally I was planning to do this via addons but there are too many things needed to change. Please take note that this is version 1.0 so if you found any bugs please open an issue on github. I will also release next time the master account integrated with phpBB. Repository: https://github.com/acelabini/FluxCP-MasterAccount Clone: https://github.com/acelabini/FluxCP-MasterAccount.git Download: https://github.com/acelabini/FluxCP-MasterAccount/archive/master.zip How to install? Just clone or download the repository and follow this installation guide written by @Zack- Configuration Edit `config/application.php` 'MasterAccount' => true, // Enable master account feature, setting this to false will revert back to normal fluxCP 'MasterAccountPasswordHash' => 'bcrypt', // Master account password hashing algorithm, atm only bcrypt is available 'MasterAccountMaxAccounts' => 0, // Maximum game account per master account; 0 to disable If you have any question, feel free to post it here. Helpful? Buy me a coffee
    1 point
  3. if anyone have anymore question , he can send it to Functor in the PM.
    1 point
  4. HAHAHAHAHAHA !!! ok you must have learn from my scripts, but strnpcinfo(NPC_NAME_HIDDEN)is HERCULES only constant in rathena, because NPC_NAME_HIDDEN isn't declare as constant number 2, it becomes 0, means strnpcinfo(0) = the full name of the npc //== AGIT Manager ========================================== prtg_cas01,197,197,0 duplicate(Gld_Agit_Manager) Agit#prtg_cas01 FAKE_NPC change strnpcinfo(NPC_NAME_HIDDEN) into strnpcinfo(2), because you are using rathena, not hercules ok some more pointing query_sql "SELECT `castle_name` FROM `agit_defend_stats`",.@castle_ranks$; if( !getarraysize(.@castle_ranks$) ){ just do query_sql "SELECT COUNT(1) FROM `agit_defend_stats`, .@count; if (!.@count) if I remember correctly, our query_sql doesn't have a row limit on how much it can fetch ... so if this having a large table, executing this line can cause server to lag SELECT `defend_time`,`guild_id`,`woe_ended` FROM `agit_defend_stats` WHERE `castle_name`='" + .@castleName$ + "' ORDER BY `defend_time` DESC LIMIT 10 index the `castle_name` and `defend_time` column
    1 point
  5. Get the server time then OnClock0000: OnClock0100: OnClock0200: OnClock0300: OnClock0400: OnClock0500: OnClock0600: OnClock0700: OnClock0800: OnClock0900: OnClock1000: OnClock1100: OnClock1200: OnClock1300: OnClock1400: OnClock1500: OnClock1600: OnClock1700: OnClock1800: OnClock1900: OnClock2000: OnClock2100: OnClock2200: OnClock2300: OnClock2400: announce "Its 12am now military time 24",BC_ALL; end; Add announce every onclock easy way Gepard is optional . Gepard is a gameguard for your server.
    1 point
  6. I don't really come in to serve anyone, but only to serve my knowledge every time I wrote a script free on the forum, I get a feedback tells my script has bugs, then I learn my mistakes I didn't really come for likes or compliments, though
    1 point
  7. If you help to get "compliments" back, you are not helping, you are just needy. How many times did you thanks the dev team in 7 years?
    1 point
  8. @Dark Lunacy Glad you like it @Xan Sietry Will do mate. Thanks Applied some fixes - Added password reset for master account and game account - Fixed issues #1 (Reported by @xVaan) - Fixed error when logging in if account is ban - Fixed loginbox account link
    1 point
  9. Add your item id to this file. \data\luafiles514\lua files\transparentItem\transparentItem
    1 point
  10. Thanks for sharing this issue. Try this diff to disable rodex and bank on "nowarp" and "nowarpto" mapflags. I still haven't tested this yet though. norodex-nobank.diff
    1 point
  11. Version 1.0

    1074 downloads

    Hokage hat for all of your Naruto fandom needs. I also have 5 recolors available fashioned after the other kage's, except for the kokorokage (I made that one up), because I wanted something more kawaii-desu. D; (DON'T JUDGE ME!) If you run into any problems, contact me through skype (am not very active here on the forums or most anywhere else): itswolfeh Enjoy! ~Wolfeh
    Free
    1 point
  12. That's because your sql.. Make sure you did truncate related tables for this modifications. These is what I've done for 36 (example) max guild members : /src/common/mmo.h : #define MAX_GUILD 16+10*6 // increased max guild members +6 per 1 extension levels [Lupus] changed to #define MAX_GUILD 16+20*1 // increased max guild members +6 per 1 extension levels [Lupus] And /src/char/int_guild.c : g->max_member = 16 + guild_checkskill(g, GD_EXTENSION) * 6; changed to g->max_member = 16 + guild_checkskill(g, GD_EXTENSION) * 1; And I'm referring this guide : http://rathena.org/board/topic/61039-help-max-guild-member/#entry89640 and this : http://www.eathena.ws/board/index.php?showtopic=222757&st=0
    1 point
×
×
  • Create New...