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 BestSiteEvar

  1. BestSiteEvar

    [Help] Ring Tags v83

    Holy cow. I didn't even realize there were similar ID's! Looks like you were right. I assumed there was only one ID per ring and one 'SN' but there were a couple of more similar ID's. I'll see if I can find a work around for rings that are not in the XML but they do exist.
  2. BestSiteEvar

    [Help] Ring Tags v83

    Ah, thank you very much. It works perfectly now. Got a little lost and brain-farted and forgot how to print and debug for a sec, there, lol! Even went full Special person and manually searched ring ID's in the WZ files, instead of checking my server wz directory, when it's already XML format xD. Any...
  3. BestSiteEvar

    [Help] Ring Tags v83

    This makes sense. How would you go about getting the 'SN' from an item NOT made in Cash Shop? Do all cash items have default 'sn' values, if so I can just replicate it or is there some formula to it? Upon seeing this, it definitely makes sense as to why gifts don't successfully go through.
  4. BestSiteEvar

    [Help] Ring Tags v83

    /Bump
  5. BestSiteEvar

    Reactor dropitems LudiPQ Crash game

    If it's crashing, you might have incorrect reactors. Make sure your reactors are fully functional.
  6. BestSiteEvar

    [Help] Ring Tags v83

    I've gotten to work on this real hard and the only bug I have is finding out an item's "SN"? Here's my code so far, it gives me the ring successfully in MY Cash Shop, but it won't gift it to my partner. I've tried gifting and it does work, but when I try to do it with my method the gifting...
  7. BestSiteEvar

    [Help] Ring Tags v83

    That's the problem, some functions in Cash Shop can't be brought over to NPCConversationManager. After looking it over, the problem seems to be getPlayer().addCrushRing(MapleRing.loadFromDb(ringId)); which doesn't make sense, after the creation it should be in the database and have no trouble...
  8. BestSiteEvar

    [Help] Ring Tags v83

    Well, ring effects not showing isn't the problem here. Everything in relation to rings works flawlessly. From the purchase of it in Cash Shop to the usage of the effects in 1st, 2nd, and 3rd person view. The problem is when I create a ring through an NPC (using the same functions similar to...
  9. BestSiteEvar

    [Help] Ring Tags v83

    Is there any way to create a ring with the tag by NPC "A COUPLE-RING WITH: <PARTNER IGN HERE>"? I know it can obviously be done in Cash Shop if you buy a crush ring the default way with your birthday and etc... when I try creating a ring through an NPC (and of course I have the functions...
  10. BestSiteEvar

    [Help] EnterCS Internal

    -Bump-
  11. BestSiteEvar

    [Help] EnterCS Internal

    -Bump- What update will "unbold" party names in the party when a player enters Cash Shop? Party updates don't seem to have any effect.
  12. BestSiteEvar

    [Help] EnterCS Internal

    /Bump
  13. BestSiteEvar

    [Help] EnterCS Internal

    /Bump. Literally re-coded anything that had to do with parties in the whole source and it still didn't get fixed. I'm now at least 99.99% sure that the problem is really located in EnterCashShopHandler.java. What packet or update MUST be sent in order for the update to go through? I have tried...
  14. BestSiteEvar

    [Help] EnterCS Internal

    /bump.
  15. BestSiteEvar

    [Help] EnterCS Internal

    /Bump What update should be sent when changing maps, if the current one is not working?
Back
Top