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 TacoBell

  1. TacoBell

    Adding expiration date to SQL database?

    You can add an expire field. You can use this command and modify it to your needs. You will have to restrict it to ONLY being able to create pets and if you want a static number of '90' days = 3 months, you will have to set that in the "long expiry" field in the command below. } else if...
  2. TacoBell

    Windows 8/10 Client Support Fix

    I followed the guide as best as I could and even took the directions from Pipotron. "I changed JE v83client.fml.007964ED" to "JMP v83client.fml.007964ED" and the game doesn't execute. The forced window size you provided works flawlessly but changing the JE to JMP does NOT work and the client...
  3. TacoBell

    [Help] Map Respawns

    I don't use !pmob too often, I prefer to edit the XML's, much simpler (for me) and the SQL isn't as cluttered with many spawn loads. I'll just stick to editing the XML, doesn't seem like a big deal. I just tested it and didn't find any problems. You were right though, the monster's weren't...
  4. TacoBell

    [Help] Map Respawns

    I actually forgot this was possible, lmao. Is it possible to achieve the same results, but through the source? I don't mind editing the XML's as I plan to increase the mob spawns for a few maps, but if this could be done through the source, that would be good. As a side note, what do you think...
  5. TacoBell

    [Help] Map Respawns

    If I were to change a map's respawn 'stock' rate how would I go about doing that? I know I can edit spawnPoint and change "spawnedMonsters.get() > 0" to "spawnedMonsters.get() > 1" and the spawn rate would increase significantly but that just adds an extra respawn loop to the already spawned...
  6. TacoBell

    [Request] Item Create Tag

    Didn't even know that could be edited with STREDIT. Thank you very much!
  7. TacoBell

    [Request] Item Create Tag

    /Bump
  8. TacoBell

    [Request] Item Create Tag

    I remember seeing a solution to this on the forums before but when an item is created and it says "Specially made by X" the 'owner's' name is cluttered with it so it's like "Specially made byX". It had to do with spacing and the problem was located in MaplePacketCreator. I forgot where to find...
  9. TacoBell

    I need help please, java bat isnt working right

    This error may be happening because you might be running Java 8, instead of Java 7 (most pserver's used to run on Java pre 8), that's why those errors pop up? There's definitely a way to resolve this with Java 8, but that's out of reach for me, I don't remember.
  10. TacoBell

    [Help]Parties bug V83

    /Bump Is my problem above a bug or is that the way it should be working? To clear any vagueness, when we're cross-channeled and in a party and the player is in Cash Shop, it displays that they ARE in Cash Shop whilst in another channel but when they leave, it then displays their correct channel...
  11. TacoBell

    NPC Multiple Chat Window Disconnections

    Since I myself am retarded, I won't be of much help, but this can definitely be done. I did this a while back but actually forgot how to do it and where to place the code, but when a player would double click or click too fast on an NPC, it would say "Please do not spam click NPC's, this will...
  12. TacoBell

    [Help]Parties bug V83

    What I mean is a bit different. When I make a party and we're in different channels (cross channeled) Ch1 & Ch2 for example, and they enter Cash Shop while we're still cross channeled, when I hover over their ign in the party tab, it says "Cash Shop" but isn't it supposed to say "Ch2" since...
  13. TacoBell

    [Help]Parties bug V83

    Edit: Finally got parties working. Took a crap load of debugging but I got the nudge in the right direction. Thanks, Eric! Just 1 question, when they CC (people in my party) and they're in CS in channel 4 and I'm in channel 3, it just shows they're in Cash Shop while in channel 4 instead of...
  14. TacoBell

    [Help]Parties bug V83

    /Bump Everything related to Cash Shop seems to work fine, as in when I try to find someone in Cash Shop it correctly shows they are in fact in the Cash Shop server and etc... This means that every method I have tried so far has failed, what would be the "correct" way to "updateParty". I have...
  15. TacoBell

    [Help]Parties bug V83

    I thought it would work if I switched it to "0" as well, but sadly it didn't. I've played around with various different methods to make this work and it still doesn't. I know for sure though, "updateParty" works since it's called various times in the source and works correctly. I even manually...
Back
Top