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 Mootie

  1. Mootie

    Beware the person who try suggest you to add "russian.code" he was scammer

    Re: Beware the person who try suggest you to add "russian.code" he was scammer My Skype is also NOT "russian.code" and I will never be selling server files.
  2. Mootie

    Flyff source coders group

    I'm interested too.
  3. Mootie

    weapon leveling system problem

    It's good that it doesn't work because it's a bad system.
  4. Mootie

    weapon leveling system problem

    Remove that code.
  5. Mootie

    Inventory View Function

    In ObjSerializeOpt.cpp, there are two lines consisting of "m_Inventory.Serialize( ar );". Comment these out to permanently disable inventory view.
  6. Mootie

    Help error_20160608

    It means TRANS is dead.
  7. Mootie

    How to Send Bad Characters in Kebara's

    Put this code in CMover::Process. #ifdef __WORLDSERVER if (strcmp(m_szName, "Hells") == 0) Replace(g_uIdofMulti, WI_WORLD_KEBARAS, D3DXVECTOR3(100.0f, 100.0f, 100.0f), REPLACE_NORMAL, nDefaultLayer); #endif
  8. Mootie

    Pet Files

    I upload some very nice pet files for you good sir (^: No need for tnx
  9. Mootie

    GameGuard 1.2

    My bypass still works...
  10. Mootie

    Game Guard

    Detour ExitProcess & LoadLibrary, done.
  11. Mootie

    FlyFF V20

    I've analyzed what's currently on the Korean client. I'm confident of these additional updates. R cards are the same as S cards except for 15 stat instead of 12 stat and 5% bonus instead of 4% bonus, in addition, the Land R card gives 5% HP instead of flat HP like the Land S card gave I'm...
  12. Mootie

    Ultimate Help Thread!

    I have an issue. YannickMAMA is duping on my server, can you fix?
  13. Mootie

    FlyFF Hackers

    Not sure if that was a tongue-in-cheek comment making fun of zealous Linux users, but an inexperienced configuration of Linux is generally less secure than an inexperienced configuration of Windows. Also generally there aren't any hackers left in the Flyff scene that will even target your...
  14. Mootie

    Neuz and worldServer not starting. (Not an normal problem)

    Probably either direct memory operations(ie. memcpy(x, y, sizeof(ItemProp))) or reinterpret casting(quick refactor showed SortJobSkill could cause issues). Refactor ItemProp and make sure all references involve actual items.
  15. Mootie

    World Server optimize or lower the memory usage

    RAM is very cheap and Flyff hardly uses any compared to some games. RoM servers use 100gb+ of RAM just to startup.
Back
Top