there is already a custom option for ms config...
Of course there is...,but the problem is that dont work the custom configurations...put what config u want but anyway SM will be invincible..
there is already a custom option for ms config...
21:00:41 CashShop Server Run...
21:00:41 Load Cash Item finish, Count:49
21:00:41 [ANTI-HACKING][IP LIST] IP : [77.120.193.58]
21:00:41 Error: The [55821] port is bind the service failure...
21:00:41 Connecting to SQL server...
21:00:42 SQL server connected !
Както винаги, имам проблем с CrashShop...
PHP:21:00:41 CashShop Server Run... 21:00:41 Load Cash Item finish, Count:49 21:00:41 [ANTI-HACKING][IP LIST] IP : [77.120.193.58] 21:00:41 Error: The [55821] port is bind the service failure... 21:00:41 Connecting to SQL server... 21:00:42 SQL server connected !
I have a big problem, do servare more ... and I try to open it gives me erroare to JoinServer ... I tried to change it all goes da da, that I erroare with "Don` t Send "dc? can someone help me to do? Please nice.
En:
Because you are from Romania .. and you use google translator
Ro:
Bai baiatule ba ne faci tara de ras
Неможе да се излиза от guild с ID пробвах със свичко пробвах нестава
OnThisTopic:english...
20:51:08 join send : (8004)tzukee
20:51:08 Login (192.168.0.252): (tzukee) Number: 10 / DB: 3
20:51:09 [tzukee][] BillType : (NoCharge)
Connection Closed, dwIoSize == 0 (Index:8004)
20:51:15 (8004)logout-send : tzukee [192.168.0.252]
20:51:15 (8004)logout : [192.168.0.252]
//Jewel Rates
#define GS_SOUL_RATE (0x0050FA38+3)
#define GS_SOUL_RATE_L (0x0050F959+3)
#define GS_LIFE_RATE (0x00510237+3)
bool SoulandLifeSuccessRateInit ( char * ini )
{
DWORD cTmp ;
cTmp = GetPrivateProfileInt("YOURSECTION", "SoulConLuckRate",75, ini) ;
*(unsigned char*) GS_SOUL_RATE_L = cTmp ;
cTmp = GetPrivateProfileInt("YOURSECTION", "SoulSinLuckRate",50, ini) ;
*(unsigned char*) GS_SOUL_RATE = cTmp ;
cTmp = GetPrivateProfileInt("YOURSECTION", "LifeSuccessRate",50, ini) ;
*(unsigned char*) GS_LIFE_RATE = 100 - cTmp ;
return 1;
}
bool Rates()
{
char aini[]=".\\MYINI.ini";
bool rResultado;
rResultado = SoulandLifeSuccessRateInit ( aini );
return 1;
}
if Dark post src code maybe all can fix some bugs..
Code://Jewel Rates #define GS_SOUL_RATE (0x0050FA38+3) #define GS_SOUL_RATE_L (0x0050F959+3) #define GS_LIFE_RATE (0x00510237+3) bool SoulandLifeSuccessRateInit ( char * ini ) { DWORD cTmp ; cTmp = GetPrivateProfileInt("YOURSECTION", "SoulConLuckRate",75, ini) ; *(unsigned char*) GS_SOUL_RATE_L = cTmp ; cTmp = GetPrivateProfileInt("YOURSECTION", "SoulSinLuckRate",50, ini) ; *(unsigned char*) GS_SOUL_RATE = cTmp ; cTmp = GetPrivateProfileInt("YOURSECTION", "LifeSuccessRate",50, ini) ; *(unsigned char*) GS_LIFE_RATE = 100 - cTmp ; return 1; } bool Rates() { char aini[]=".\\MYINI.ini"; bool rResultado; rResultado = SoulandLifeSuccessRateInit ( aini ); return 1; }