Search results

  1. I

    HCache | Item Packages Update

    Item Packages: Update In this commit we've modified the 'Random' field so that it can be used to define a group id to that item, as to allow packages to have more than one random group of items as its official equivalents do. The updated documentation is as follows, note that random field is no...
  2. I

    BG Queue: Debug

    Hello~! Today we've released a test arena (using flavius) using the official bg queue feature, we'd very much appreciate if you could give it a try and let we know on any issues you encounter, once we deem this stable we'll be replacing the original ones with it. Enabling In...
  3. I

    Official Item Group/Package/Chain

    Official Item Group/Package/Chain   Overview Implementation of the official 'Item Packages', 'Item Group' redesign, 'Item Chain' implementation. item_group.conf : Overview / Sample The file was redesigned to make it attend the official equivalent's and to be more flexible, there are no more...
  4. I

    item_group rate : unused.

    Why are item groups not taking into account the item's individual rate? The code is the same on Hercules/eA/rA: int itemdb_searchrandomid(int group){ if(group<1 || group>=MAX_ITEMGROUP) { ShowError("itemdb_searchrandomid: Invalid group id %dn", group); return UNKNOWN_ITEM_ID; } if...
  5. I

    Skill Tree DB Redesign

    Skill Tree DB Redesign Hello~! - What?! The file has been completely overwritten, the redesign achieves 2 goals: make it easier for us to update the file and for our users to customise it. skill_db.conf format : sample Swordsman: { inherit: ( "Novice" ); skills: { SM_SWORD: 10...
  6. I

    Hercules WPE Free - June 14th Patch

    Hercules WPE Free - June 14th Patch Made Possible Thanks to Yommy We're only able to provide you with this feature thanks to Yommy, Thank you very much! WPE Free - Official Packet Obfuscation Support Packet spamming is no longer possible by normal means, with this feature each packet sent has...
  7. I

    Skill Error Messages

    File Name: Skill Error Messages File Submitter: Ind File Submitted: 09 Jun 2013 File Category: Plugins Its more of a way to demonstrate how HPM overloading can be used (its going to be much more fun to play with once we get HPM Hooks released). SkillErrorMessages Replaces client-side...
  8. I

    HPM / New Interfaces : pc.c/map.c/timer.c/party.c

    First I once again would like to thank Susu for doing this pull request, its been of great help (as was his previous one). Second, if you don't work on the source you can skip this, it wont mind you later. Now, as you may know these interfaces (and the others existent prior to them)...
  9. I

    BG Queue: Questions

    As you might have seen in the May 30 Patch, we've got most of it already coded, we just have a few questions left before we can have it be functional. is there a minimum to join or officially min and max are the same? (and if is there a minimum, whats the criteria for it to start after minimum...
  10. I

    Memory Slasher !!" - May 30 Patch

    Hercules casts "Memory Slasher !!" - May 30 Patch Memory Slasher !! Regardless all the fancy features in it, this patch's greatest achievement is smart, clever employment of memory, by looking at our memory usage wisely we've been able to reduce map-server's memory (RAM) usage by more than 2/3...
  11. I

    BG Queue: Draw Scenario Info

    As you may have heard I've been working on this http://herc.ws/board/topic/262-implement-new-battleground-queue-system/ and I expect to roll it out today, within a couple hours, Yommy has provided me with a hell lot of data and code on it (Thanks again <3), I'm just missing one piece of...
  12. I

    3rd Class Effects : Update

    3rd Class Effects : Update Hello~! What?! This is to let you know about a very prominent bug that Hercules just squashed. The prominent bug As brought up by Beret here, when a character possessing warlock spheres comes into another character's sight, the spheres are not displayed -- unless...
  13. I

    Introducing Hercules Plugin Manager

    Introducing Hercules Plugin Manager Hello~! What?! I can't express how awesome this is. It's awesome, so awesome. ...Incredibly awesome, yet another awesome feature brought to you by Hercules Thoughtfully Designed This features' design began long ago, a precursor to this feature, which...
  14. I

    Hercules Console Input Update

    Hercules Console Input Update Hello~! What? Yet another super-mega-special update brought to you by Hercules Sometime ago we re-introduced "Console Input", and then I mentioned about changing the syntax (which was horrible), well thats what this is about. Changes Console Commands now make...
  15. I

    Skill ID Processing Overhaul

    Skill ID Processing Overhaul Hello~! - What?! Yet another super-ultra-mega improvement, brought to you by Hercules. Improvement This is a monster improvement, map server's memory usage was dropped by no less than 38MB Processing on a number of areas that rely on this have improved, much...
  16. I

    Donate your Packet Len Extraction here!

    Extracted a packet length table from a client, used it, and no longer needs it? donate it to me ;_; XDD problem at hand is that we've been inserting some new packets and we're not sure of when they were first introduced and it causes accidents like this bug, which is usually easy to fix we can...
  17. I

    Hanbok & Costumes Update

    Hanbok & Costumes Update So What?~!little time ago I started to implement it as Shakto brought the topic up in IRC, I started to work on it from scratch thanks to Yommy for providing me with all ids, and while doing so I found the cause to Bug #7067, and thats what this topic is actually...
  18. I

    Hercules April 22 Patch

    Hercules April 22 Patch Hello~! - What?! 1st, most of these things were meant to be released separately but as I started to work with them one thing hooked up to another and I ended up deciding to get all out at once No second today! The all-long, all-mighty list New Map Zone DB Updates...
  19. I

    Cutin not 100% functional

    As reported in http://herc.ws/board/tracker/issue-6466-fortune/ cutins with names such as "µå·ÓÇÁ½ºÄ«µå" are not being displayed and I'm not really sure whats being done wrong any information on the issue is most welcome, and if anyone can provide a network report/packet dump from talking with...
  20. I

    Auction Feature all screwed up.

    I've tried to fix the auction feature, which has a number of stuff broken e.g. - "sell list" doesn't display proper item icon/name - "product list" "buy now" sends wrong value to the server (negative) I've tried to take a go at it but I have no fucking idea whats wrong. I've tried to go over...
Back
Top