Jump to content

vBrenth

Members
  • Content Count

    388
  • Joined

  • Last visited

  • Days Won

    6

Posts posted by vBrenth


  1. I was wondering if its possible to change the sprite of these 3.

    Somewhere in rA Rytech said its possible.

    On 5/3/2012 at 9:11 AM, Rytech said:

    The client is programed to load sprites like the Knight sprite since their being used as temp sprites since no actual working sprite exists. Gangsi uses Acolyte, Death Knight uses Knight, and Dark Collector uses Sage. Its the same thing like how 3rd jobs used to use 2nd job sprites as temp sprites for testing purposes. Its possible to change what sprite they use by hex editing the client, but im not sure how to do that.

    We are willing to pay if someone can help us hexing the client.


  2.  

    Very nice, haven't updated my herc files in a while, glad to see some awesome changes. Thanks for the summary. 

     

    I concur. Last updated Herc October 2016, seems there's tons of new stuff since then. In the process of getting up to speed.

     

    I suggest stay on your version :) updated one seems very unstable.


  3. Check the monster.conf

    not sure if the "view_range_rate" you are looking for.

     

    or play with this

     


     

     

    // Visible area size (how many squares away from a player can they see)
    area_size: 14

    // Chat area size (how many squares away from a player can they chat)
    chat_area_size: 9

    // Maximum walk path (how many cells a player can walk going to cursor)
    // default: 17(official)
    max_walk_path: 17

  4. src/map/itemdb.c

    search for void itemdb_read(bool minimal) {

     

    I am using this as multi-item-db

     

     

        const char *filename[] = {
            DBPATH"item_db.conf",
            "item_db2.conf",
            "item_darkro.conf",
            "item_freebies.conf",
            "item_headgear.conf",
        };

  5.  

    I have a custom job that works on my 2015-dec version of Herc.

     

    After updating it i am getting this one

    gjyUzQk.png

    Tried to  increase the skill_id issue still the same.

     

    There's 2 skill with ID 2800,2802,2803,2804.

    Just open file and search "ID: 2800", you would get 2 hits 

     

     

    94jT2nE.png

     

     

    Tried, really can't find one.

×
×
  • Create New...

Important Information

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