[Release] DarksTeam Official Season 3 Episode 2 - Beta 25

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..
 
For all MEMB_STAT Table not works ? For me not show wo conected to Game (speechless) all table clear ...Maybe Someone cant say who fix that ?
 
Fix ManaShield GS_CS
Thx jhnjohnny
Test
 

Attachments

  • Screen(07_23-13_33)-0000.JPG
    Screen(07_23-13_33)-0000.JPG
    519.6 KB · Views: 64
  • GameServerCS.rar
    613.5 KB · Views: 67
Last edited:
  • Like
Reactions: jhnjohnny and Lays
I'd like to change LevelUpPoint to 100 from 300, but where should it be changed?

Sorry My bad English
 
DarkMaster не мислиш ли да правиш такива файлове и на сезон 3 епизод 1 ? Или поне да дадете най-добрите фрее файлове за сега на тази версия ( ако може ) ... Мерси
 
Както винаги, имам проблем с 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 !
 
Както винаги, имам проблем с 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 !

1-во се пише CashShop ne CrashShop (rofl)
2-ро и аз го имам тоя проблем :)
ако някой знае как се оправя без да се спира cashshopa да каже ;)
 
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.
 
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 :D

Ro:
Bai baiatule ba ne faci tara de ras :)
 
Неможе да се излиза от guild с ID пробвах със свичко пробвах нестава
 
Offtopic:
Неможе да се излиза от guild с ID пробвах със свичко пробвах нестава
english...
OnThisTopic:
JOINSERVER (the nonmd5 one is not original and server have bugs with it)
Afeter 30 min of runnig server with this JS when you try to login , NOBILLCHARGE error , post by me on same topic
PHP:
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]
I tryed on other machines and the same result , with differit db's and differit server files ( with beta 12 , 11.1 , and 6.2 )
This error, Try to make original JS to support nonmd5 !
 
хора някой ако може да ми помогне със тези файлове съм и не ми бачка 3лв куеста мерси предварително
 
Значи имам проблем с joinservar ... поставени IP повече ... Аз RR db servare когато отворите, не е открит, но че ще се получи, когато joinserver дава традиционния erroare Изпрати нямам, защо? може някой да ми помогне да разрешите? Промених Joinservaru но толкова
 
someone have a main that has a DLL anti hacker and also the minimap and 3DCamera???
 
Jewel success rate is not working in darksteam.ini. Whatever amount i put is not working. anybody have solution for this? or some offset maybe. thanks in advanced.
 
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;
}
 
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;
}

can you share your .h files , Tanks!