Jump to content

x13th

Members
  • Posts

    206
  • Joined

  • Last visited

  • Days Won

    3

Posts posted by x13th

  1. 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?

    image.png.037a4b757d12be474b2ece2395d823dd.png

    Buy me a coffee

      

     

     

     

     

     

    Screenshot_3.png

    Screenshot_4.png

    Screenshot_5.png

    Screenshot_2.png

    Screenshot_1.png

    • Upvote 4
    • Love 1
    • MVP 1
  2. On 10/5/2017 at 2:09 PM, Cydh said:

    maybe related the distribution.. since ROBrowser is (custom) RO client and as well it's for RO that RO is obviously Gravity.

     

    the rest... https://github.com/github/dmca/blob/master/2017-09-19-Ragnarok.md

    Why don't they take action against rAthena or any other emulators? Since its the main source of it.

  3. So yeah, gravity filed a DMCA takedown for RO Browser & ROChargen repository @ github. Why do this? @KeyWorld didn't steal a single code from them. Is it because of the name itself? And now, they are taking down facebook fanpages with "Ragnarok Online" name on it.

  4. I'm not very good with this stuff so i'll just ask you guys.

    2 vCore(s)
    3.5 GHz
    4 GB RAM
    60 GB SSD
    3 TB traffic

    Is this specs good for running RO Server? How many players can this VPS handle? Thanks /ok

     

     

  5. On 9/15/2017 at 7:59 PM, benching said:

    Not related answer, just wanna let you know,

    This path finding algorith will be a huge pain if the calculations are handled by the server, you need to do this on client side via modding the client or 3rd party,

     

     

    Hmm. I already got the solution and its working, although I havent tested it with many users in the server. Thanks!

  6. Good day everyone. Can someone help me with this? Calculate the shortest route between two points in a map and return all the coordinates? 

    For example in prontera: (156,191) to (224,131) it will return coordinates of the shortest route to reach 224, 131

    The idea is like a bot walking from x1,y1 to x2,y2. I don't know which algorithm to use and I'm new to C. Thank you in advance.

    Edit: I found this repo: https://github.com/Henrybk/Openkore-Pathfinding/blob/master/Pathfinding.c

  7. On 8/13/2017 at 0:33 AM, Ai4rei said:
    
    F:FF770C8BCFFF7708E843C21500
    R:906A008BCF906A00E843C21500
     >^^^^^^    ^^^^^^          <

    This is instead of the last one. It should remove the selection frames from both humans and doram.

    If that works out, you can just put the select frame on the window background ( 유저인터페이스\make_character\bg_create_character.bmp / À¯ÀúÀÎÅÍÆäÀ̽º\make_character\bg_create_character.bmp ) so that it looks as if there was a selection.

    Can't find it using 2015-11-04 client :/

  8. I've been searching through the src and can't find the code on how can a summoned slave stay when the master log out.

    For example i use @summon poring then logs out, the poring stays. Anyone help please :) Thank you

×
×
  • Create New...