Jump to content

llbranco

Members
  • Content Count

    11
  • Joined

  • Last visited


Reputation Activity

  1. Upvote
    llbranco reacted to Gepard in Flux Control Panel for Hercules   
    Flux Control Panel for Hercules
     
    Flux CP is now officialy available for Hercules!
     
    It is fully working with both pre-Renewal and Renewal Hercules servers. We will continue developing it, so it is always up-to-date and compatible with latest Hercules.
     
    New theme
    Hercules' Flux CP comes with a brand new theme. It's a grey-ish modern and clean HTML5 theme, called Emphaino.
    It has a nice dropdown menu located on top of the screen, and a customizable footer area, where you can put some stuff that should be visible all the time (like links to social media, forums etc.).
     
    A picture is worth a thousand words:



     
    It's a HTML5 theme, so it requires a decent browser, or IE9+ (if you insist on using that).
     
    Theme selection
    Having two themes is great, but until now it was impossible to make use of them both. That's why theme selector has been added to both themes, so your users can pick whichever theme they like more.
     
    Again, preview:

     
    Extra credits
    Authors of original FluxCP & FluxCP-rA. Authors of Emphaino theme (originally for Wordpress).

     
    Download
    Hercules' FluxCP Github repository: https://github.com/HerculesWS/FluxCP
     
    Issues
    Bug reports, questions and suggestions are all welcome directly on GitHub: https://github.com/HerculesWS/FluxCP/issues
     
    Enjoy~
  2. Upvote
    llbranco reacted to Mumbles in [help] 1 login for more than 1 DB   
    You can just point your servers to read from the same login database and columns; I don't know anything about private FlyFF, WoW, or Mana World(?) servers, but if they can read plain text or MD5 hashes and be configured to read from specific tables and columns, it should work fine.
  3. Upvote
    llbranco reacted to malufett in RO Credentials (ROCred), v1.10.0 - last updated 2017/12/31   
    you should diff your client to enable SSO Login...
     

  4. Upvote
    llbranco reacted to Ai4rei in RO Credentials (ROCred), v1.10.0 - last updated 2017/12/31   
    Thanks, the user name made the difference.
     
    Version 1.3.1
    Fixed missing button labels, when user name was saved.
  5. Upvote
    llbranco reacted to Ai4rei in RO Credentials (ROCred), v1.10.0 - last updated 2017/12/31   
    Version 1.3.0
    Added settings to lock down some features, intended for paranoia defaults in embedded INI (see the included INI for details). Fixed the client could fail with error "Requires elevation to execute" when using Start or Replay buttons.
     
    Anyone interested in some basic skinning (background), something to the effect of RO Patcher Lite skinning (put a bgskin.bmp file next to the .exe to try) ?
  6. Upvote
    llbranco reacted to Ai4rei in RO Credentials (ROCred), v1.10.0 - last updated 2017/12/31   
    Version 1.2.3
    Per request, added support for configuration embedding. Use the /embed command line switch to embed active INI file.
  7. Upvote
    llbranco reacted to Ai4rei in RO Credentials (ROCred), v1.10.0 - last updated 2017/12/31   
    RO Credentials


    About
    Simple and tiny client launcher+login. Has no prerequisites and runs on all Windows versions. Known Issues
    [aavc] This tool is not safe for computers running Avast Anti-Virus. Download
    binary, reference source Q & A Is it customizable?
    Yes. How?
    With resource editing tools, such as ResourceHacker. All text and icons can be customized. Settings can be edited in an INI file, instructions on how to do that are provided in the example files together with the launcher. What is "reference source"?
    You cannot compile it (unless you provide the missing components), but see what functionality the latest binary contains. I want it to be xyz.exe, but it does not read the INI file. Why?
    You have to match the INI name to the EXE name. rocred.exe -> rocred.ini mytest.exe -> mytest.ini  
    How can I embed an INI file into the EXE?
    Add the INI file as RCDATA resource named CONFIG with ResourceHacker. How do I use background skinning?
    Create a file named bgskin.bmp (magenta #ff00ff is considered transparent). You can also embed the file as BITMAP resource with the name BGSKIN. Window size is adjusted to the bitmap size, position of controls must be set in the INI. Buttons can be skinned as well, see the INI for names.
    Can I add custom buttons, if so, how many?
    Yes, see the INI template for details. There is no defined limit on how many, the only constraints are available memory, GDI resources and INI size limit on some platforms. By the way, custom buttons can be skinned as well. Why does the client not auto-login when I press "Start" / Why do I have to login twice?
    The client must be 2010-08-04aRagexeRE or newer and must not have the "Restore Login Window" patch and should have the "Use SSO Login Packet" patch.
    This work is licensed under a Creative Commons Attribution-Noncommercial 3.0 Unported License.
     
  8. Upvote
    llbranco reacted to frenzmu06 in About the new MOTD.txt   
    i use something like this
     
    //====================================================//= _ _ _ //= | | | | | | //= | |_| | ___ _ __ ___ _ _| | ___ ___ //= | _ |/ _ '__/ __| | | | |/ _ / __|//= | | | | __/ | | (__| |_| | | __/__ //= _| |_/___|_| ___|__,_|_|___||___///= //= http://herc.ws/board/ //====================================================// run when any character logs in, attached to them.- script HerculesMOTD -1,{//=================================================================// Put you Server Name//=================================================================set @server_name$,"screamRO";//=================================================================// Put you Website and Forum //=================================================================set @server_forum$,"www.screamRO.ragnarok.so";//=================================================================// Put you WOE Times//=================================================================set @server_woe$,"Everyday 6-7 PM (WoE Classic)";//=================================================================// Put you GMT Times//=================================================================set @server_gmt$,"GMT +8";//=================================================================// STOP EDIT BELOW HERE, IF YOU DON'T KNOW//=================================================================if (getgmlevel() >=90) goto admin;if (getgmlevel() >=60) goto master; dispbottom "[ "+@server_name$+" ]"; if (sex == 1) {dispbottom "Hello!" + strcharinfo(0) + ", Welcome to "+@server_name$+"";} else {dispbottom "Hello!" + strcharinfo(0) + ", Welcome to "+@server_name$+""; }; dispbottom "The GM Team wish you a lot of fun on our server and meet new friends."; dispbottom "[ Information ]---------------------------------------------------------------------"; dispbottom "Website : "+@server_forum$+""; dispbottom "[ Reminder ]-------------------------------------------------------------------------"; dispbottom "-PLEASE TAKE CARE OF YOUR ACCOUNTS !!"; dispbottom "-Do not give your ID and password to Anyone including GM."; dispbottom "-Do not use any third party programs."; dispbottom "-Do not scam."; dispbottom "-Please report any bugs you find."; dispbottom "[ War Of Emperium ]-----------------------------------------------------------------"; dispbottom @server_woe$; dispbottom "[ Server Status ]-------------------------------------------------------------------"; dispbottom "Time: [" + gettime(3) + " : " + gettime(2) + " : " + gettime(1) + "] Date: [" + gettime(5) + " / " + gettime(6) + " / " + gettime(7) + "] [ "+@server_gmt$+" ]"; dispbottom "There are currently [ "+ getusers(1) +" ] Player/s Online"; close;master: dispbottom "[ "+@server_name$+" ]"; dispbottom "Welcome to "+@server_name$+", Game Master " + strcharinfo(0) + " [ GM LV " +getgmlevel()+ " ]"; dispbottom "Read Here Ever Time You Login"; dispbottom "[ Information ]---------------------------------------------------------------------"; dispbottom "Website : "+@server_forum$+""; dispbottom "[ :+: Warning :+: ]-------------------------------------------------------------------------"; dispbottom "-Do not Give any items to the player without My Permission."; dispbottom "-Do not Start PVP/GVG at town without My Permission."; dispbottom "-Do not Start Guild war without my permission."; dispbottom "-Do not Spam the Mobs in the game without My Permission."; dispbottom "-Do not Ask Any player Id,Password and Item."; dispbottom "-Do Not Scam Player."; dispbottom "-Do Not abuse your @commands."; dispbottom "-Please make sure you follow all the Rules and don't break any Rule."; dispbottom "If you Break Any Rule, Administrator will take Action."; dispbottom "[ :+: Server Status :+: ]-------------------------------------------------------------------"; dispbottom "Time: [" + gettime(3) + " : " + gettime(2) + " : " + gettime(1) + "] Date: [" + gettime(5) + " / " + gettime(6) + " / " + gettime(7) + "] [ "+@server_gmt$+" ]"; dispbottom "There are currently [ "+ getusers(1) +" ] Player/s Online"; close;admin: dispbottom "[ "+@server_name$+" ]"; dispbottom "Welcome to "+@server_name$+", Administrator " + strcharinfo(0) + " [ GM LV " +getgmlevel()+ " ]"; dispbottom "[ Information ]---------------------------------------------------------------------"; dispbottom "Website : "+@server_forum$+""; dispbottom "[ War Of Emperium ]--------------------------------------------------------------"; dispbottom @server_woe$; dispbottom "[ Server Status ]-------------------------------------------------------------------"; dispbottom "Time: [" + gettime(3) + " : " + gettime(2) + " : " + gettime(1) + "] Date: [" + gettime(5) + " / " + gettime(6) + " / " + gettime(7) + "] [ "+@server_gmt$+" ]"; dispbottom "There are currently [ "+ getusers(1) +" ] Player Online"; close;}
  9. Upvote
    llbranco reacted to Mikado in About the new MOTD.txt   
    If you use the message command two times, it will display two different lines.
    message strcharinfo(0),"First line.";message strcharinfo(0),"Second Line."; I don't know if it's the finest way of doing it, but works.
  10. Upvote
    llbranco reacted to ossi0110 in Custom BGM   
    just drop the Files in BGM folder , and add them into the mp3nametable.txt in your client
×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.