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 Worf

  1. Worf

    Font doesn't change by editing propLang.txt

    check out BOOL CLangMan::Load
  2. Worf

    Nanus FlyFF

    re: [VS17/VS22] Nanus Flyff as you can see, you're missing the .h files in the resource directory next to the source.
  3. Worf

    Buff Pang/Pet v18

    I've redone the NPC and this should work: MaFl_Helper_ver12//초보자도우미버프팡 { AddMenu(MMI_DIALOG); AddMenu(MMI_NPC_BUFF); //(SKILLID,LEVEL,STARTINGLEVEL,MAXLEVEL,DURATION(ms)) SetBuffSkill(SI_ASS_HEAL_PATIENCE,20,1,120,1800000)...
  4. Worf

    How to decrease FFA (Free For All) Time

    I assume it has a .lua in the server resource?
  5. Worf

    [Help] Neuz crashing

    Yes, i can tell you why. There is a reason why the source has all the servers in the list aswell. You see, the servers must be equal to your neuz, they are a union. So if you add a job change, you must also recompile all the server exe's. And make sure that your resource files are identical to...
  6. Worf

    [Help] Compiled Neuz Error

    The NEW format has extra info added. So if you use the new resdata.inc info, it cannot read it. A program is told to read 5 parameters per row (for example) if the line has more OR less than this specific count, it will be unable to understand it. Furthermore, you can copy the 2 versions in...
  7. Worf

    [Help] Patcher and Neuz sunkist removal.

    It's a text crawler; you specify a folder, and the extensions (.cpp, .h, etc) you want to include in the search, and than give up a keyword. That's what the program is used for.....
  8. Worf

    Neuz crashes

    check the error.log in your client?
  9. Worf

    [Help] Compiled Neuz Error

    Yes, make sure you use OLD RESDATA if you use v15 files. And also put the new resdata files in your server.
  10. Worf

    [Help] Compiled Neuz Error

    you forgot the resdata edits in the resource. And if you did not, make sure both the server and the client have the right resdata's. OR it's because you did add the app's but use the v16 format for resdata instead of the v15.
  11. Worf

    [Help] Patcher and Neuz sunkist removal.

    there are great programs you can use in such jobs. I will give you one of my magical powers, You must be registered for see element.. You can use it to find words, change words, and much more. I mainly use it to find references in which files certain parameters are called for. Hope this will get...
  12. Worf

    How to make items with expiration date?

    Check the bullhamstern line in your spec_item/propitem.txt. You will see a big number in seconds. Start your file in a excell sheet and you will see what row you must adjust to make an item expire.
  13. Worf

    [Help] Patcher and Neuz sunkist removal.

    1. check the neuz folder in the source and change the "sunkist" -> "" 2. You've got to use the format that is used on the packer. Make sure you put the right address on the .h in the patcher source. 3. you can dowenload the usa client, patch it, and take the data files directly.
  14. Worf

    How to Make Own NPC and Maps ?

    Please, remember the basics of dev forums: You prioritize your method before asking in the help section as following: - You check the search engine for relevant data, - You check the tutorial subforum, - You ask for help in help subforum. In that order. I'm sure there are tutorials about NPC's...
  15. Worf

    Virtuos v19 + 4th Class

    find a compatible one. Most prob the v15 one.
Back
Top