Jump to content

mleo1

Community Contributors
  • Content Count

    314
  • Joined

  • Last visited

Posts posted by mleo1


  1.  

     

    isn't possible to split them? ex. hercules-pre(final) and hercules-re(alpha)

    Why not have in 1 if we can have it, making it easy for owner to switch between pre-re and renewal.

    well my point is for those who wanna develop their re they can stay to alpha while pre-re lovers will stay to final ;) separated files so no more argue?

     

    Pre-RE servers likes system updates too. Why finalize it.


  2. If I could make one tiny suggestion,

    would it be possible for you to make the "automatically reload" behavior toggle-able?

    Some players don't seem to like how it pops back up when the close the client, and I've had one player that multi-clients that has it sometimes randomly pop back up while he's alt tabbing between clients.

    Yes, That's on the list. I'll commit if I have time.

     

    How to customize this loki launcher? I saw the codes so I was interested on making it a little of my style. How to make a .exe of it? :)

    You need visual studio 6

     

     

    I did all step ( use client 07-17 ), run loki.exe and appear ->

     

    You miss something. Please go here http://herc.ws/board/topic/1151-2013-ragexe-support-main-topic/page-4

     


  3.  

    Randoms (as I felt bored for a moment):

    [*]Make frm/bas/vbp files to be stored with CRLF line-endings in git. Downloading from github saves those with LF endings; VB6 does not like that and won't tell you that either.

    [*]Failed to load project dependency MSCOMCTL.OCX, but that's just me having version 2.0, whereas your project asks for 2.1; relinking fixes that.

    [*]Transparency does not work with Windows 98 SE (lack of SetLayeredWindowAttributes support), magenta remains magenta. It starts and runs otherwise properly.

    [*]Leave the check for client EXE for when hitting "Login" rather than on start; allows to ship the launcher without client, if you intend to build a patcher into it.

    [*]If you move out the ROish login window out of viewable area, you won't get it back once you release the mouse button.

     

    Will do. I'm still lurning, Please send comment more, I wanna fix and learn. Thanks xD~.


  4. This is very nice.

    Shame it is on Visual Basic :/ I'd rather go with C#

     

    Anyway, you just transform the strings, which are now in images so they could be translated.

    Example: LogOn, keep, exit, etc

    The text is part of image for now. I plan to use resource file to have editable strings so other non-english communities can translate it but I do not have time and have other business too. Lazy haha.

     

    Still no solution about my issue ? :/

    I still dunno, What happens if you run as admin? and compatibility win xp?

    or use version 3

     

    Run on all windows version?

    Prolly win98 above

     

    I made an account on Hercules solely for the sake of thanking you for making this, mleo.

    I wasn't crazy about the idea of having to screw around with the .NET stuff, this is gloriously perfect.

    Thanks for all your work, it really is appreciated.

    xD


  5. i already removed, but still nothing happens.

     

    I thought null+1=1, wrong moves then

     

     

    try

    query_sql "UPDATE `cp_credits` SET `balance`=IF(`balance` IS NULL,1,`balance`+1) WHERE `account_id`="+getcharid(3);

    or

    query_sql "UPDATE `cp_credits` SET `balance`=COALESCE(`balance`+1,1) WHERE `account_id`="+getcharid(3);
×
×
  • Create New...

Important Information

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