Jump to content

Nidhogg

Members
  • Content Count

    18
  • Joined

  • Last visited


Reputation Activity

  1. Upvote
    Nidhogg got a reaction from ZelosAvalon in Eden Quests for 100+?   
    Hello there C:
     
    Today my doubt is, there are Level 100+ eden quests?
    I can't find any data of that branch, and I'm interested on those C:
     
    Please, if someone can help
     
    Thanks c:
  2. Upvote
    Nidhogg reacted to Ragnar Lothbrok in How to use custom palletes?   
    data/sprite/npc
     
    then add it on luafiles/datainfo/NPCIdentity.lua
  3. Upvote
    Nidhogg reacted to Senos in [Resolved] Is hercules support pre renewal?   
    Hi, yes, hercules support pre-renewal.
     
    -> https://github.com/HerculesWS/Hercules/blob/master/src/config/renewal.h, comment lines:
     
    #define RENEWAL#define RENEWAL_CAST#define RENEWAL_DROP#define RENEWAL_EXP#define RENEWAL_LVDMG#define RENEWAL_EDP#define RENEWAL_ASPD  
    And your emulator will become fully pre-renewal. 
    On https://github.com/HerculesWS/Hercules/tree/master/db/pre-re, you configure the database pre-re.
  4. Upvote
    Nidhogg got a reaction from WalkingBad in Editing max stats?   
    Hello there,
    today I want to ask something about the max stats of the classes.
     
    I know there is no update to difference the stats of Extended Classes of 3rd Classes yet, but I don't want to wait XD
     
    Is there a way to differentiate Ext. MAX STAT (125) of 3rd MAX STAT (130)?
     
    I found this on my Hercules player.c
    // Max limit of char stats. (agi, str, etc.) max_parameter: 99// Same as max_parameter, but for 3rd classes. max_third_parameter: 120// Same as max_parameter, but for baby classes. max_baby_parameter: 80// Same as max_parameter, but for baby 3rd's. max_baby_third_parameter: 108  
    And this on the emulator (rAthena) I used to use untill I found Hercules
    // Maximum params/stats for each class. (str, agi, vit, int, dex, and luk)// 'max_parameter' for novice, non-trans, non-baby, and non-3rd classes// 'max_trans_parameter' for trans classes (non-3rd trans classes)// 'max_third_parameter' for 3rd classes (regular/non-trans) except baby 3rd clasess// 'max_third_trans_parameter' for 3rd trans classes// 'max_baby_parameter' for baby classes except baby 3rd classes// 'max_baby_third_parameter' for baby 3rd classes only// 'max_extended_parameter' for extended 2nd class (Kagerou/Oboro and Rebellion)// For mor specific/advanced option, see 'db/[pre-]re/job_params_db.txt'max_parameter: 99max_trans_parameter: 99max_third_parameter: 130max_third_trans_parameter: 130max_baby_parameter: 80max_baby_third_parameter: 117max_extended_parameter: 125  
    Also.. I wonder... there I can find all those max_(thing) on Hercules' src.. because.. well, there is a clear difference between codes.
     
    Thank you
  5. Upvote
    Nidhogg reacted to evilpuncker in Do not count @at as online player   
    I'm here to suggest a config se we can choose if we want to add them (@at players) to the online list (count), that is pretty useful (well, IMO it is since I've thought about this for years already lol but never proposed anything about it ), I hope someone agree with me
  6. Upvote
    Nidhogg reacted to Ind in Obtaining Hercules   
    Git Troubleshooting
    Please, commit your changes or stash them before you can merge.Aborting.Git doesn't update modified files even if they don't conflict unless they're properly "committed" in your local working copy, to do so is simple and advantageous (it will keep a log of your changes for yourself; so you can always go back and check what was changed and when)
    - On Unixgit commit -am "your log message, anything at all" - On Windows
    1. Right click your folder -> Git Commit -> "master"
    2. (optional) type the log message
    3. Hit 'OK'
×
×
  • Create New...

Important Information

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