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 istreety

  1. I

    Win11 Localhosts crash when inventory opened

    Shout out to the Maple development discord for offering their support and solving this issue. The problem ended up being something with the maplestory registry keys. To fix it, simply delete this folder in regedit: Computer\HKEY_LOCAL_MACHINE\SOFTWARE\WOW6432Node\Wizet For me, there were two...
  2. I

    Win11 Localhosts crash when inventory opened

    Edit: You must be registered for see element. This is a really bizarre one. I'm running HeavenMS on Win11 and have never had this issue on Win10. All but one of the localhosts I try always close the game when the inventory is opened. WZs are default and nothing is modified. I believe the...
  3. I

    WZ v90 Cape animations capped at 3 frames

    I'm importing some current-GMS capes to v90 but can't seem to get their animation to play properly. For instance, this cape has 6 frames that should play like this: You must be registered for see element. But in game, it only plays the first three frames and cycles through 0>1>2>1>0, like...
  4. I

    WZ Where are familiar sprites located?

    Thank you, i thought they might have had their own section separate from the mobs
  5. I

    WZ Where are familiar sprites located?

    Not the skill, or summoning effects, but the actual sprite animation of the familiar. I've searched through character, item, effect, and skill wz's but can't seem to locate them. :$:
  6. I

    WZ Extremely irritating problem with Quote/Label rings and medals.

    I'm having the same exact problem.. I wonder if you can manually shift that chunk of the medal down into place by changing the y coordinate if it has one?
  7. I

    Cash effect animation not looping?

    Okay, so for anyone else using MapleSolaxia v2 as a source here is the fix for this issue: Make sure your item ID in your Item.wz and String.wz start with "050101". So for example, "05010144".
  8. I

    WZ Taming mobs not showing category and unequipable

    I initially thought this as well, but since it is a cash mount it just covers a normal one you already have equipped. The properties of the info for the tiger is exactly the same as the untouched turtle cash moun - I only changed the icon pictures. Considering the turtle has none of those other...
  9. I

    WZ Taming mobs not showing category and unequipable

    The mounts I imported from v100 to my v83 server aren't equipable in-game. I have a saddle for them and I don't think that is the problem. For some reason, the "category" description doesn't show, so I think it doesn't know what equip slot the mount goes to. I can't figure out why "category" is...
  10. I

    Cash effect animation not looping?

    Okay, I deleted the fixed property, and none of the frames had a delay property at all, so I added them and made it 90 for every one, but it's still yielding the same results. I made a quick 20 second video to show what the problem is: https://streamable.com/f4ajz The first effect is just...
  11. I

    Cash effect animation not looping?

    Okay, so for anyone else using MapleSolaxia v2 as a source here is the fix for this issue: Make sure your item ID in your Item.wz and String.wz start with "050101". So for example, "05010144". :w00t: I am adding in cash effects to v83 which I am using the graphics of newer capes...
  12. I

    Help adding Taiwan MS maps to GMS v83

    Delete Delete
  13. I

    Adding expiration date to SQL database?

    You're a life saver :w00t: I ended up modifying it like you said and added this to my @item command and its working perfectly. if (ItemConstants.isPet(itemId)) { if (sub.length >=3){ quantity = 1...
  14. I

    Adding expiration date to SQL database?

    I'm trying to edit my @item command to give the player a pet properly. With this code, it successfully adds to the "pets" table and the "inventoryitems" table in my database. The problem is that I need it to also add an expiration value in the "inventoryitems" table as well. What can I add to...
  15. I

    MapleSolaxiaV2 Pets not working?

    Delete Delete
Back
Top