Jump to content

Arkadia2 Source


AprendizM2
 Share

Recommended Posts


(CLIENT)
//Helia01 - Fix
#define ENABLE_ERROR_PROPERTY_FILENAME //show folder if we have error propperty!
#define ENABLE_CLIPBOARD //enable copy and past without bugs.
#define ENABLE_CHECK_MOBPROTO_STRUCT //fix freezing client if mobproto struct is err.
#define ENABLE_FIX_BUG_MINIMIZE
#define ENABLE_REGISTER_EFFECT_LOG //register effect to log.txt
#define ENABLE_QUEST_SPEED //
#define ENABLE_AGGREGATE_MONSTER_EFFECT
#define ENABLE_NEW_MOUNT_ROTATION_SPEED //
#define ENABLE_TAB_TARGETING //like gf
#define ENABLE_PACKET_DUMP //enable dump packets.
#define ENABLE_LOG_TXT //enable or comment this for disable.
#define ENABLE_NEW_SEQUENCE_TABLE //new sequence table (because standart is shit)
#define ENABLE_MAINTENANCE_SYSTEM
#define ENABLE_FIX_CREATE_NO_APPROPRIATE_DEVICE //fix this bug. (600x800 win 8 and etc.)
#define ENABLE_SWITCHER_MIJAGO // just enable switcher by mijago.
#define FIX_CHECK_EMPTY_TEXTURESET //fix textureset is empty!
#define ENABLE_CLIENT_PROTECTION //enable client protect.
//some settings//
#ifdef ENABLE_TAB_TARGETING
#define VICTIM_TARGET_SELECT_RANGE_MAX 3000
#endif
#ifdef ENABLE_RACE_HEIGHT
#define RACE_HEIGHT_MOUNT_MIN 20110
#define RACE_HEIGHT_MOUNT_MAX 20266
#endif
#ifdef ENABLE_CLIENT_PROTECTION
#define ENABLE_CHECK_FILES_MD5 //fix python injection and some replacement files.
//#define ENABLE_FIX_YMIRWORK_HACK_DIR //fix use windows local disk d for hack(client). (some shit boost errors).
#endif
//


SERVER

#define ENABLE_AGGREGATE_MONSTER_EFFECT
#define ENABLE_MAINTENANCE_SYSTEM //Hello Vegas
image.gif.dc1d53bf9dc79495259b14c61eac0517.gif
#define ENABLE_FIX_QUICK_SLOT //fix bug. (but this not work).
#define ENABLE_IGNORE_LOWER_BUFFS //Hello Vegas
image.gif.cf26fe53a5b7cb8deb9260989b1a4140.gif
#define ENABLE_FIX_CHANGE_SKILL_GROUP //quest side.
#define ENABLE_FIX_MOB_LOCK // hack fix.
#define ENABLE_FIX_KICK_HACK //hack fix.
#define ENABLE_FIX_GHOSTMODE //hack fix.
#define ENABLE_FIX_ANTIWALL_HACK //hack fix.
#define ENABLE_FIX_ANTI_LONG_NAME //hack fix.
#define ENABLE_FIX_MINING_BOT //hack fix.
#define ENABLE_FIX_FISHING_WITHOUT_WATER //hack fix.
#define ENABLE_FIX_ANTISAFEZONE //hack fix.
#endif



2. recompile and replace lib(python)
3. repack client (clean root) and fix errors with property,maps,textureset,terrain.
4. fix effects bug.
5. remove shit "system panel" and enable belt system.
6. "encrypted" account data. in file: accounts.ini

7. I created new script for recompile all client: ArchivePath\MakePack\#repack all.bat <- (please use this)
8. enable compression for db and game files.

fix more 60 small errors. (client and server side).

*/

 

LINKS:

1-    https://mega.nz/#!DJFhCASK!Be8GavrP-8EDR8MJkUy5ofqyVQ8kWxvqpNikNQz_LZU

https://www.mediafire.com/file/ps26oo3ugssj8bb/Arkadia2_mod_by_Helia01_v.0.1.rar/file

2-     https://mega.nz/#!LUVmRAgJ!-QoURtOkGHv0Qw3BstIqA9X-RjGI5jd2SIjOfokmAps

31f3Jd5.jpg

  • Like 9
  • Thanks 2
  • Haha 1
Link to comment
Share on other sites

20 minutos atrás, AprendizM2 disse:


(CLIENT)
//Helia01 - Fix
#define ENABLE_ERROR_PROPERTY_FILENAME //show folder if we have error propperty!
#define ENABLE_CLIPBOARD //enable copy and past without bugs.
#define ENABLE_CHECK_MOBPROTO_STRUCT //fix freezing client if mobproto struct is err.
#define ENABLE_FIX_BUG_MINIMIZE
#define ENABLE_REGISTER_EFFECT_LOG //register effect to log.txt
#define ENABLE_QUEST_SPEED //
#define ENABLE_AGGREGATE_MONSTER_EFFECT
#define ENABLE_NEW_MOUNT_ROTATION_SPEED //
#define ENABLE_TAB_TARGETING //like gf
#define ENABLE_PACKET_DUMP //enable dump packets.
#define ENABLE_LOG_TXT //enable or comment this for disable.
#define ENABLE_NEW_SEQUENCE_TABLE //new sequence table (because standart is shit)
#define ENABLE_MAINTENANCE_SYSTEM
#define ENABLE_FIX_CREATE_NO_APPROPRIATE_DEVICE //fix this bug. (600x800 win 8 and etc.)
#define ENABLE_SWITCHER_MIJAGO // just enable switcher by mijago.
#define FIX_CHECK_EMPTY_TEXTURESET //fix textureset is empty!
#define ENABLE_CLIENT_PROTECTION //enable client protect.
//some settings//
#ifdef ENABLE_TAB_TARGETING
#define VICTIM_TARGET_SELECT_RANGE_MAX 3000
#endif
#ifdef ENABLE_RACE_HEIGHT
#define RACE_HEIGHT_MOUNT_MIN 20110
#define RACE_HEIGHT_MOUNT_MAX 20266
#endif
#ifdef ENABLE_CLIENT_PROTECTION
#define ENABLE_CHECK_FILES_MD5 //fix python injection and some replacement files.
//#define ENABLE_FIX_YMIRWORK_HACK_DIR //fix use windows local disk d for hack(client). (some shit boost errors).
#endif
//


SERVER

#define ENABLE_AGGREGATE_MONSTER_EFFECT
#define ENABLE_MAINTENANCE_SYSTEM //Hello Vegas
image.gif.dc1d53bf9dc79495259b14c61eac0517.gif
#define ENABLE_FIX_QUICK_SLOT //fix bug. (but this not work).
#define ENABLE_IGNORE_LOWER_BUFFS //Hello Vegas
image.gif.cf26fe53a5b7cb8deb9260989b1a4140.gif
#define ENABLE_FIX_CHANGE_SKILL_GROUP //quest side.
#define ENABLE_FIX_MOB_LOCK // hack fix.
#define ENABLE_FIX_KICK_HACK //hack fix.
#define ENABLE_FIX_GHOSTMODE //hack fix.
#define ENABLE_FIX_ANTIWALL_HACK //hack fix.
#define ENABLE_FIX_ANTI_LONG_NAME //hack fix.
#define ENABLE_FIX_MINING_BOT //hack fix.
#define ENABLE_FIX_FISHING_WITHOUT_WATER //hack fix.
#define ENABLE_FIX_ANTISAFEZONE //hack fix.
#endif



2. recompile and replace lib(python)
3. repack client (clean root) and fix errors with property,maps,textureset,terrain.
4. fix effects bug.
5. remove shit "system panel" and enable belt system.
6. "encrypted" account data. in file: accounts.ini

7. I created new script for recompile all client: ArchivePath\MakePack\#repack all.bat <- (please use this)
8. enable compression for db and game files.

fix more 60 small errors. (client and server side).

*/

 

LINKS:

1-    https://mega.nz/#!DJFhCASK!Be8GavrP-8EDR8MJkUy5ofqyVQ8kWxvqpNikNQz_LZU

2-     https://mega.nz/#!LUVmRAgJ!-QoURtOkGHv0Qw3BstIqA9X-RjGI5jd2SIjOfokmAps

31f3Jd5.jpg

essas files tem brilho bugado nas armaduras.

Link to comment
Share on other sites

  • 1 year later...
  • 2 months later...
  • 2 weeks later...
  • 5 weeks later...
  • 6 months later...
  • 8 months later...

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
 Share

×
×
  • Create New...