Welcome!

Join our community of MMO enthusiasts and game developers! By registering, you'll gain access to discussions on the latest developments in MMO server files and collaborate with like-minded individuals. Join us today and unlock the potential of MMO server development!

Join Today!

Recent content by goldstory

  1. goldstory

    how to add new maps like ULU to heavenms???

    Try checking the mini map. That will d/c you and throw that error if the image is null.
  2. goldstory

    Rogue and Bowman Attacks

    Just use google. "type something you're trying to find" site:forum.ragezone.com <-- add that to the end of the search
  3. goldstory

    [HeavenMS] MAXHP / MP, AP Exchanger

    Same to you! Enjoy! :santaclaus:
  4. goldstory

    [HeavenMS] MAXHP / MP, AP Exchanger

    MAX HP/ MP, AP points & Fame Exchanger. This is just a small release, I'm sure somebody will use this as I've saw a few people asking for this sort of thing. No additional methods are needed unless you want the fakeRelog method which I will add. Basically, the merchant exchanges a currency of...
  5. goldstory

    Rogue and Bowman Attacks

    Hahah i was actually looking for this post before I linked the one I did. I knew I had saw it somewhere before.
  6. goldstory

    Rogue and Bowman Attacks

    Ahhh.... what a little searching will do... You must be registered for see element.
  7. goldstory

    v83 Boss GFX/DCing Issue

    This happened to me on a server I was working with and I had to completely scrap all my wz edits and start fresh. From what I read it has something to do with how the .WZ images are saved depending on the repacker that you use. Older versions will save the images in a higher pixel format which...
  8. goldstory

    How to get code for Snipe Damage Cap? ODBG

    In hex you will not see values listed like that. I am not big on client edits, but the 500,000 value you are trying to search will appear like 7A120 in the hex editor. It may even appear like 0007A120 src : You must be registered for see element.
  9. goldstory

    [HeavenMS]Pmob problem?

    Are you doing !pmob <mobID> <delay> ? Example spawning a green snail that respawns every 5 seconds !pmob 100100 5
  10. goldstory

    how to add new maps like ULU to heavenms???

    You need Wz editors HaRepacker & HaCreator to see what tiles/background/objects you will need. Read up on wz editing so you know what you're doing. Tutorials and ETC can be found You must be registered for see element.. Wz files that will need edited: Map.wz, String.wz, Mob.wz, Sound.wz You...
  11. goldstory

    Buy Hp with mesos

  12. goldstory

    Need help adding a check for "One of a kind" Items

    Re: Need help adding a check for &amp;amp;quot;One of a kind&amp;amp;quot; Items Thanks for the help ! I found this in the ItemInformationProvider boolean bRestricted = false; if(itemId != 0) { MapleData data = getItemData(itemId); if (data != null) {...
  13. goldstory

    Need help adding a check for "One of a kind" Items

    Just to add I have already tried if (cm.canHold(equipitemid)) { and it doesn't seem like this checks for it either if(!cm.getPlayer().getInventory(Packages.client.inventory.MapleInventoryType.EQUIP).isFull(weaponAmount)) {
  14. goldstory

    Need help adding a check for "One of a kind" Items

    Hello I am in the process of making a Boss Gachapon System, credits to 'Cure' for the idea. I have the script complete and it is working great. One of the players in my community alerted me that they had one item and pulled the item again, but did not receive a duplicate of the same item. I...
  15. goldstory

    HELP With Fishing NPC (HeavenMS)

    Thank you man, and yes this forum is pretty dead! I ended up joining a few javascript based discord servers and got the same information from folks there. It's pretty apparent that I need to refresh myself on the basics of formatting and my indentations to prevent little mistakes like this. It's...
Back
Top