- Katılım
- 24 Eki 2018
- Konular
- 3
- Mesajlar
- 14
- Çözüm
- 1
- Online süresi
- 3d 1h
- Reaksiyon Skoru
- 1
- Altın Konu
- 0
- TM Yaşı
- 7 Yıl 7 Ay 23 Gün
- Başarım Puanı
- 52
- MmoLira
- 209
- DevLira
- 0
HERAKLES Otomatik Avlı kalıcı sunucu. 19 Haziran'da açılıyor. Atius & Wizard güvencesiyle hemen kayıt ol, ön kayıt ödülleri aktif. HEMEN TIKLA!
[QUOTE = "Helia01, post: 20326780, member: 2191089"] Hi everyone. My name is Helia01 (yes, i'am girl from Russia : p)
Arkadia2 Source.
How install this?
1. replace db and game files. (and download and replace.
2. change ip in serverinfo.py
3. change ip in CONFIG files in channel folders.
4. (small_fix) For maintenance system
Just download this file:
5. Use this script for repack client files: ArchivePath \ MakePack \ #repack srcat (for pack: root, maps, patch1)
6. try start server and use account save slot 2.
if you see error: CREATE_NO_APPROPRIATE_DEVICE
comment this string: (source client): #define ENABLE_FIX_CREATE_NO_APPROPRIATE_DEVICE // fix this bug. (600x800 win 8 and etc.)
and recompile client.
CHANGE LIST
/ * Changelog * /
/ *
1. add some definitions
(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 freeze 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 standard 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
#define ENABLE_FIX_QUICK_SLOT // fix bug. (but this not work).
#define ENABLE_IGNORE_LOWER_BUFFS // Hello Vegas
#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 clients: 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).
* /
Download fixed root! (download and replace)
OPS! UPDATE:
For maintenance system
Just download this file:
Original shit post
Best regards
Helia01
User proofs:
1. https://forum.turkmmo.com/konu/3658...out-bugs-helia01-version/page-6#post-20326942 [/ QUOTE]
Hey,i got a problem ,can i get your help please? syserror: networkModule.SetSelectCharacterPhase - <type 'exceptions.AttributeError'>:'module' object has no attribute 'ENABLE_SWITCHER_MIJAGO' .I've already defined 'ENABLE_SWITCHER_MIJAGO' in locale_inch.h,any solution? Thanks
Arkadia2 Source.
How install this?
1. replace db and game files. (and download and replace.
2. change ip in serverinfo.py
3. change ip in CONFIG files in channel folders.
4. (small_fix) For maintenance system
Just download this file:
Linkleri görebilmek için Turkmmo Forumuna ÜYE olmanız gerekmektedir.
and exporter in to your MySQL (DBA Player).5. Use this script for repack client files: ArchivePath \ MakePack \ #repack srcat (for pack: root, maps, patch1)
6. try start server and use account save slot 2.
if you see error: CREATE_NO_APPROPRIATE_DEVICE
comment this string: (source client): #define ENABLE_FIX_CREATE_NO_APPROPRIATE_DEVICE // fix this bug. (600x800 win 8 and etc.)
and recompile client.
CHANGE LIST
/ * Changelog * /
/ *
1. add some definitions
(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 freeze 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 standard 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

#define ENABLE_FIX_QUICK_SLOT // fix bug. (but this not work).
#define ENABLE_IGNORE_LOWER_BUFFS // Hello Vegas

#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 clients: 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).
* /
Linkleri görebilmek için Turkmmo Forumuna ÜYE olmanız gerekmektedir.
Download fixed root! (download and replace)
Linkleri görebilmek için Turkmmo Forumuna ÜYE olmanız gerekmektedir.
OPS! UPDATE:
For maintenance system
Just download this file:
Linkleri görebilmek için Turkmmo Forumuna ÜYE olmanız gerekmektedir.
and exporter in to your MySQL (DBA Player).Original shit post
Best regards
Helia01
User proofs:
1. https://forum.turkmmo.com/konu/3658...out-bugs-helia01-version/page-6#post-20326942 [/ QUOTE]
Hey,i got a problem ,can i get your help please? syserror: networkModule.SetSelectCharacterPhase - <type 'exceptions.AttributeError'>:'module' object has no attribute 'ENABLE_SWITCHER_MIJAGO' .I've already defined 'ENABLE_SWITCHER_MIJAGO' in locale_inch.h,any solution? Thanks
- Katılım
- 30 Eyl 2018
- Konular
- 0
- Mesajlar
- 9
- Reaksiyon Skoru
- 0
- Altın Konu
- 0
- TM Yaşı
- 7 Yıl 8 Ay 17 Gün
- Başarım Puanı
- 19
- MmoLira
- 57
- DevLira
- 0
what is the problem with the offline shop... i dont make shop decoration
up
- Katılım
- 21 Mar 2012
- Konular
- 0
- Mesajlar
- 44
- Online süresi
- 6d 21h
- Reaksiyon Skoru
- 7
- Altın Konu
- 0
- TM Yaşı
- 14 Yıl 2 Ay 26 Gün
- Başarım Puanı
- 100
- MmoLira
- 3,923
- DevLira
- 0
Hi everyone, I've been trying to compress the binary in Debug mode, but I'm having error with the toolset v_140
As the picture shows
After change to v_120
And in visual studio 2013 the toolset platform just goes to v_120
As the picture shows
And because of this I can not compress the binary in DEBUG mode
I tried to install BuildTools_Full in the program but it did not work
link buildtools:Linkleri görebilmek için Turkmmo Forumuna ÜYE olmanız gerekmektedir.
Can someone help me?
- Katılım
- 26 Tem 2013
- Konular
- 2
- Mesajlar
- 20
- Çözüm
- 1
- Reaksiyon Skoru
- 0
- Altın Konu
- 0
- TM Yaşı
- 12 Yıl 10 Ay 24 Gün
- Başarım Puanı
- 45
- Yaş
- 29
- MmoLira
- 119
- DevLira
- 0
I do not understand how to compile the client, could you explain please?
- Durum
- Üzgünüz bu konu cevaplar için kapatılmıştır...
Şu an konuyu görüntüleyenler (Toplam : 0, Üye: 0, Misafir: 0)
Benzer konular
- Kilitli
- Cevaplar
- 10
- Görüntüleme
- 1K
- Cevaplar
- 23
- Görüntüleme
- 1K
- Cevaplar
- 42
- Görüntüleme
- 5K
- Cevaplar
- 29
- Görüntüleme
- 3K
- Kilitli
- Cevaplar
- 7
- Görüntüleme
- 1K


