Jump to content

mrlongshen

Members
  • Content Count

    1126
  • Joined

  • Last visited

  • Days Won

    3

Reputation Activity

  1. Upvote
    mrlongshen got a reaction from Chemical Crush in [Showcase] Cherry Blossom Vending Map   
    nice. simple.
  2. Upvote
    mrlongshen reacted to quesoph in R> @afk compatible with Hercules   
    Original Topic: Click
    afk.diff
  3. Upvote
    mrlongshen reacted to evilpuncker in Client 2013-03-20 Item db range   
    32k
  4. Upvote
    mrlongshen reacted to Neo-Mind in Client 2013-03-20 Item db range   
    item id is 2 bytes (16 bits) signed integer but since item id cannot be negative we lose the MSB.
    therefore maximum value possible is (2^15)-1 = 32767.
  5. Upvote
    mrlongshen 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.
     
  6. Upvote
    mrlongshen reacted to Neo-Mind in client crash on level 99   
    i think the enable custom aura patch has some issues now. safer to not use it for the time being (I am busy with a different patch - will check it out after that is done if the problem hasnt already been fixed.)
  7. Upvote
    mrlongshen reacted to akbare in client crash on level 99   
    check your aura sprite in grf
  8. Upvote
    mrlongshen reacted to OnNplay in client crash on level 99   
    Yes that is true. Client failed to load aura.
  9. Upvote
    mrlongshen got a reaction from N e s s in 2013 06 05 ragexe   
    Answer: when diff, expand fix camera angle, untick all the box   
  10. Upvote
    mrlongshen reacted to Uzieal in [Support] The Castle City of Invek   
    Hello Hercules, 
     
    So here it is The Updated & Released Castle City of Invek, or just Invek for short. Sorry for any delay in the release of the map but I hope it has been worth the wait. I have struggled with all of the bugs and issues when using BrowEdit, and I believe it has finally paid off! Here is my first public map release and I hope you all enjoy it ! I plan to Release many more maps, and even take requests from time to time. I would GREATLY appreciate any opinions, or general enthusiasm's, after all I could just keep my maps to myself but they are intended to benefit the Hercules Community ! If you download my free map release please offer me your input ! 
     

    -Updated Screen Caps- July 14, 2013 

    I have included the invek.extra file incase you wish to make a change to the map. You may use this map as you wish, however please do not redistribute as your own work or offer my work at any other location. I do not require being credited for this map. This is intended to be used with sky background, if you have trouble changing the background, installing the map, or making a fix then drop me a PM and I will gladly help support you.
     
    DOWNLOAD: 
     
  11. Upvote
    mrlongshen reacted to Vy Low in Flux cp date time problem   
    in your config/application.php
     
    try this as an example 'DateDefaultTimezone'  => 'Asia/Manila',
    just change it to your desired time zone
  12. Upvote
    mrlongshen reacted to unknown in help cash with cash shop   
    go to db folder find the cashshop_db.txt
     
    follow the format there or here is an example
     
    itemid or item name then how much cash you want to put the price
     
    but much better to used itemdID than itemName
     
    //====================================================
    //= _ _ _    
    //=   | | | | | |  
    //=   | |_| | ___ _ __ ___ _ _| | ___  ___
    //=   |  _  |/ _ '__/ __| | | | |/ _ / __|
    //=   | | | |  __/ | | (__| |_| | |  __/__
    //=   _| |_/___|_|  ___|__,_|_|___||___/
    //=  
    //=   http://herc.ws/board/  
    //====================================================
    //= http://herc.ws/board/topic/367-introducing-cash-shop-support/

    cash_shop: (
    {
     cat_0: { //New
       Apple:100
       ID531:250
       ID22000:1000
     }
     
     cat_1: { //Popular
       ID513:100
       Banana_Juice:250
     }
     
     cat_2: { //Limited
       Grape:100
       ID533:250
     }
     
     cat_3: { //Rental
       ID515:100
       Carrot_Juice:250
     }
     
     cat_4: { //Permanent
       Green_Herb:100
       ID510:250
     }
     
     cat_5: { //Scroll
       ID501:100
       ID502:250
     }
     
     cat_6: { //Usable
       White_Potion:150
       Blue_Potion:500
     }
     
     cat_7: { //Other
       ID909:400
       ID907:500
     }
    }
    )
×
×
  • Create New...

Important Information

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