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 alexdnepro

  1. alexdnepro

    [Release] IconFinder

    Last version PW IconList editor with source code on Delphi You must be registered for see element.
  2. alexdnepro

    A New skill XML Generator

    Maybe you don't have enought mana (i also have this in 1.3.6 when testing), 10 lvl need more mana, then it writes in description.
  3. alexdnepro

    A New skill XML Generator

    You better check player stats for test, because visual level of skill is wrong. Look at stats on 1.3.6 with 3 lvl this skill You must be registered for see element. and with 10 lvl skill You must be registered for see element.
  4. alexdnepro

    A New skill XML Generator

    I also tested this moment, and therefore write about it. Check skill with id 112 on the server 1.3.6. Its maximum game level - 3, try to set 10 - and see how much it will add extra stats.
  5. alexdnepro

    A New skill XML Generator

    In developing this program is necessary to consider that not all skills have a maximum level 10. And if you can - add icons - this greatly simplifies the search for the appropriate skill.
  6. alexdnepro

    [Demo] NPCGEN edit

    In the demo version removed function of saving files, but the rest of the functionality is fully available. There are two types of paid versions - temporary (for a fixed term) and permanent (without limitation)
  7. alexdnepro

    [Demo] NPCGEN edit

    Yes, it is still demo version. With regard to existing tools - they are still far from ideal, and much inferior in functionality. If this issue violate the forum rules, then I will create topic in the right section with a more detailed description.Thank you for your attention
  8. alexdnepro

    [Demo] NPCGEN edit

    Information in first message was updated.
  9. alexdnepro

    IconListEditor (+full source)

    Delphi I like much more than C ++ or C #
  10. alexdnepro

    IconListEditor (+full source)

    Features: preview icons (supports many image formats, including dds) search icons by name save selected icon in the file (right click) copy selected icon to the clipboard (right click) add icons as a single file, and massively add frames for icons (actual for item icons) split pack icons into...
  11. alexdnepro

    gauthd: java.sql.SQLException: Incorrect string value

    There are many ways to kill the authorization server (for example to enter a long ban reason, or enter very long user login) they need fix inside authd.
  12. alexdnepro

    gauthd: java.sql.SQLException: Incorrect string value

    DJ Java decompiler will help you
  13. alexdnepro

    gauthd: java.sql.SQLException: Incorrect string value

    This problem occurs when the wrong encoding of the database pw, but in fact this is a glitch authorization server, and not the worst, so you believe me;)
  14. alexdnepro

    gauthd: java.sql.SQLException: Incorrect string value

    Do not write stupid things, if not good at this issue, mysql there is absolutely nothing to do with
  15. alexdnepro

    gauthd: java.sql.SQLException: Incorrect string value

    in file table.xml change characterEncoding from utf8 to ascii
Back
Top