Search results

  1. B

    How do I make account bound items sellable back to NPCS?

    And a secondary question. Where is the code that makes venom dust give exp for the poison damage it deals?
  2. B

    Refinement source change(5$ bounty)

    refinement right now gives atk2 based on the level. i want to add an additional modifier that multiplies your base ATK by 1% +1%*weaponlvl for each refine. i.e.: level 4 weapon at +10 gives 50% more base ATK, level 2 weapon at +10 gives 30% more base ATK. i know i've asked for this like 3 times...
  3. B

    change a weapon's class

    where do i go to change this stuff?
  4. B

    turn the new database format into an older one(5$ bounty)

    so, i use an older version of herc and can't upgrade right now. however, i want to merge my older db with the newer one to get all of the items that the older db doesn't have(my item database is heavily modified, so i can't just take a new database and turn it into an older one). this is your...
  5. B

    Updated disguise event with every single monster as a possibility?

    I'm wondering why the default disguise event doesn't include the complete database of monsters. Can anyone provide an alternative version of the event for pre-re monsters(2083 is the last i believe, but there's a skip in the 2000s to reach it?) and re monsters?
  6. B

    Minions don't die when parent dies

    If a monster summons minions, I want them to just revert back to normal monsters if the summoner dies. Can someone kindly help me with this?
  7. B

    Combo Skills

    I've recently changed gunslinger to have a combo of its own, single action -> chain action -> triple action, copying the same code that is used for monk combo skills more or less. i then separated the component which forces you not to move during a combo, as such: so far everything...
  8. B

    poison damage doubling the experience you receive

    this is a long lasting problem i've had since i'm using an older version of hercules where poison damage doubles the experience you receive from the damage of the poison, and likewise venom dust gives you NO experience for the damage from that poison. can anyone point me to the commit that fixes...
  9. B

    sitting regen nerf(200% --> 150%)

    i know it's in here somewhere, but i just can't find it i've tried changing at least 7 different things(including in other places in status.c) and not a single one affected the double sitting regen
  10. B

    making slim potion pitcher great again

    alright so simply put as you can see, sling item equips the food as ammunition and then you can sling it to another player to give them the buff effects of the food i need help doing the same thing with slim potion pitcher. i already know how to make items into ammo, so the only thing i need...
  11. B

    Where does the game apply the bonus ATK from refine in pre-re?

    I'm trying to turn the ATK bonus refinement gives into a % increase in damage(pre-re), but can't find where the game does its formulas and such for refinement. I've already changed the values in refine_db accordingly, but can't find where it pulls those values in the source(though admittedly, I...
  12. B

    Changing Land Protector's size

    Where is the code that determines Land Protector's size? And can anybody explain to me why LP loops after level 6 and becomes smaller with weird shapes instead?
  13. B

    Extremely obscure occurrence with Electric Walk on monsters which causes them not to do anything

    The video explains it all with examples. Before you watch this video, keep in mind that my build of hercules is quite old(2014), but I have compared skill.c and status.c of the old and new and the only difference is a check for sc_hovering in skill.c. Fire walk does not do this.
  14. B

    Where are item scripts read and where are they defined?

    I want to create some new types of bonuses that items can have in their script but seem to be unable to find where the existing bonuses are defined in the source. This may simply be because Windows 10 has down syndrome and the search function is failing miserably to properly search files for...
  15. B

    Extremely weird bug occurrence with "Hiding" skill granted by items

    An extremely weird bug has occurred where any item which grants the skill "Hiding" to a Swordsman Class(yes, only swordsman class specific) causes a huge problem with the skill tab. More specifically, once you use Hiding and then get revealed BY ANY MEANS(including using the skill yourself to...
  16. B

    [Paid] Looking for someone really good at designing weapon sprites in battle.

    Hello, I am creating a huge project known as Revival of Ragnarok Online. In this project I have completely redesigned the game's mechanics, classes, monsters and equipment to give a better feeling of adventure and progression in PvM. As such, I have realized that most weapons which look really...
  17. B

    Revival of Ragnarok Online

    It's finally here. This is the turning point. This is the moment we have all been waiting for. Live pre-register count(updated every 24 hours): 295 Site: http://www.revivalofragnarok.com/beta/ Registration(Omega Phase): http://www.revivalofragnarok.com/beta/?module=account&action=create...
  18. B

    poison granting double exp for the hp it deals on the monster

    where is this located in the source code? i can't seem to find it anywhere and need to give it the nerf hammer
  19. B

    finding the place where bard song area of effect is defined

    i've looked everywhere in the source code for it but can't find it. can someone kindly point me in the right direction pls?
Back
Top