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 Xakzi

  1. Xakzi

    WorldServer crash

    What system did you add from guru files? Also keep in mind that most stuff from guru files are bug, not completed etc..
  2. Xakzi

    [Help] How to make all party members get the same drop

    There is a code somewhere released that when you kill a monster, penya goes directly to the inventory. If you find that code, you could probably create a new drop system for boss monsters like Ankou. There are different ways to go about this. Check who last hit the monster, check if player is...
  3. Xakzi

    World Server Crash help, v19 files

    Crashes are an awesome thing when you got a debug log next to it. Incredible stuff. As you can see, the crashes happends on line 6087 in GenerateVendorItem, Line 1769 in ProcessRegenItem, Line 3133 in CreateItem and line 5099 in Process. Either read the code and figure it out, or debug it...
  4. Xakzi

    Monsters, Weapons, Pets and more...

    Latest Releases. Goomy, Sliggo, Goodra, Yamper, Boltund, Pheromosa, Torchic, Combusken, Blaziken & Mega Blaziken
  5. Xakzi

    Resdata.inc make Neuz.exe error.

    when its a compile error then you wouldn't even be able to compile. if the neuz just crash then its some random error which needs debugging (most likely) if a popup shows, or error logs shows, its most likely resource error. Read the error.
  6. Xakzi

    [HELP] about the Skills Buffs

    it is resource...
  7. Xakzi

    [HELP] about the Skills Buffs

    what have you compared? ugh... EXT_ANOTHERWITH EXT_SELFCHGPARAMET find out the difference of these What do you know about assist skills. there are some you can use on others, some that you can not. which are the ones you can only use on urself that gives a buff? Let's list them up...
  8. Xakzi

    [HELP] about the Skills Buffs

    short answer: Look how other skills in other classes than assist work and you will be able to figure out how to make them "self buffs" shorter answer: yes.
  9. Xakzi

    Monsters, Weapons, Pets and more...

    Latest Release and Update Added Cranidos, Ramparados, Tornadus (2 Forms) Added a new spoiler "Instructions" Instructions on how to add a sound to a pet when clicked Instructions on how to add a sound to an animation Updated all Downloads and added the cry sound of the pokemon which you can use...
  10. Xakzi

    Party Finder Need Help

    No, something in the source in the coding of the party finder window its trying to read a button or an image or a text or anything on the window that does not exist on the window. So open the GuiEditor and find the party finder window. Cross-reference with the source to see what the ID the...
  11. Xakzi

    Monsters, Weapons, Pets and more...

    Latest models released: Snover, Abomasnow, Yveltal, Arceus, Lugia & Ho-Oh I have also included all 18 types (Texture) of Arceus, for you to choose whatever one you want to use (or all if you know how to duplicate o3d's :) )
  12. Xakzi

    [Help] add the QuickJobChange In Source

    you are using the wrong resdata.inc format :) double check it
  13. Xakzi

    Adding Custom NPC with AddShopItem and VendorUpdate

    if an item has the price of less than or equal to 4 then penya will show as 1. Another thing is that it would probably give you an error when you try to buy it ("User ID already exists") You will have to check on the item in spec_item.txt and change the price to something else than 4. And I...
  14. Xakzi

    Ultimate Weapon 10 Gem Slots

    That is some great points. I was doing a lot of changes at first since the whole thing is pretty stupidly coded to begin with. But then I couldnt really be arsed to continue so just went with the ”simple” changes. Haha Also about this part; This code is potentially useless and you could use...
  15. Xakzi

    Ultimate weapon Gem slots

    There is an release here You must be registered for see element. Changed upgrade to +10 from previous video. Now gives a Gem slot from +1 to +10.
Back
Top