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 LonesomeNoob

  1. LonesomeNoob

    [Aura Kingdom] Release Files V7 - Content 110

    I don't see that when I start mine. It starts, then just does the usual IO loop. My client just won't get past the logging in screen. Okay so when if i use the yokohiro files from the one click server i can log into the game, but it's bugged and the tutorial quest npcs just don't exist. If i...
  2. LonesomeNoob

    [Aura Kingdom] Release Files V7 - Content 110

    So.. I've been at this for a few hours, and i don't know what i'm doing wrong. I've followed the one click server guide, and i have a server up and running fine. i can connect with putty, and navicat. I've changed the IP in config.ini in the yoko client, but everytime i open AK it just gets...
  3. LonesomeNoob

    Testing-Files of Holy Knights (Rev 3)

    of course when i decide to come back to see how things are, the links are down. people suck. Ketchup is dank.
  4. LonesomeNoob

    Mangos Single Player Project - AshamaneCore (Legion)

    hey, i dunno if i'm just doing something wrong, but when i try to start the patched exe files it crashes on start saying it's unable to initialize the CAS system
  5. LonesomeNoob

    [Aura Kingdom] release files

    so.. when i go fishing, the little model in the fishing circle icon is the wrong model.. it's a giant monster instead of what i'm guessing is supposed to be a fish..
  6. LonesomeNoob

    [Aura Kingdom] release files

    not to rush you, but do you have an idea of how soon?
  7. LonesomeNoob

    [Aura Kingdom] release files

    can the reaper class be unlocked? or is it just not available?
  8. LonesomeNoob

    [Aura Kingdom] release files

    nope, sadly no change :(
  9. LonesomeNoob

    [Aura Kingdom] release files

    I fixed it! turns out i needed to "yum update -y nss curl" because i was getting ssl errors when trying to run those commands. new issue! when trying to connect with navicat it keeps failing and asking if the server is running or if the port is accepting tcp
  10. LonesomeNoob

    [Aura Kingdom] release files

    okay so.. i've got as far as getting centos 6 running on vmware, but when it comes to using the lines to install the sql it gives me errors that it can't find it..
  11. LonesomeNoob

    Flyff Launcher (No .bat)

    After a fail or two and a bit of learning, ive made a program to launch nuez with sunkist without the need of a batch file. You just place it in your client folder and run it and hit play. (This is how the "launcher" looks when opened.) You must be registered for see element.
  12. LonesomeNoob

    How to make custom shops easily (__ADDSHOPITEM)

    Well, some people just can't figure out how to get it to work with item rarity, and when this code is implemented you don't need to edit anything, you just put the vendor slot and the id and it's done.
  13. LonesomeNoob

    How to make custom shops easily (__ADDSHOPITEM)

    I had a LOT of trouble trying to understand the whole "AddVendorItem( 0, IK3_SWD, 1, 15, 27, 50 );" thing and wanted to have my own custom npc for certain items, and well i finally figured it out. I couldn't find a straight answer and only scattered forum posts with dead links, so i decided to...
  14. LonesomeNoob

    __addshopitem

    mkay well you were right about me missing something, i was missing a bit of code for my project.cpp, but even after i fixed that and re added everything nothing will show up in the shop.. EDIT!! I FIXED IT!! okay so not only do you need to add the snippets of code to your folder, you need to...
  15. LonesomeNoob

    __addshopitem

    hey, okay so i've been trying to add the "addshopitem" code to my source, but i've had no luck. I've copied it exactly as is into all the right folders and compiled it and all, but when it comes to actually using it, the npc i made still has the "trade" option, but when i click it, no trade...
Back
Top