Jump to content

Leaderboard

Popular Content

Showing content with the highest reputation on 08/04/15 in all areas

  1. M2 Download Center Download Here ( Internal ) Hello Community, I worked the last 2 day at this project, and now it is ready to release. This project is coded in Java with OpenGL & LWJGL. You can see at live time information about the group, the random group or the mob/npc. For more information about coloring or keyboard mapping see in the Instruction.pdf in the download. Please advice you have to use the new mob protos (or just the mob_names.txt) for details. System requirements: Windows / Linux / Mac OS X OpenGL 1.1 capable graphics card I hope you like it and enjoy this. If you want to support me bought VIP here or donate me some money. Kind regards Chuck
    1 point
  2. hey guys today i was trying to read lycan books but i found a problem that when you read 200 book for example they all remove the soulation : open your game source char_item.cpp find : if (true == LearnSkillByBook(dwVnum)) { ITEM_MANAGER::instance().RemoveItem(item); change to : if (true == LearnSkillByBook(dwVnum)) { item->SetCount(item->GetCount() - 1); kind regards
    1 point
  3. check your libs folder you are missing some files from there.
    1 point
  4. here cube like official [Hidden Content]
    1 point
×
×
  • Create New...

Important Information

Terms of Use / Privacy Policy / Guidelines / We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.