[Release] Illumine Fly

08/09/2017 14:07 pbben15#61
i have another problem regarding on mercenary skill "Sneaker" can't walk even the player already used Scroll of Holy the only way you can walk again is to teleport to the other map how can i fix this or how can i nerf such skill
because some players are abusing it.
thanks in advance.
08/10/2017 19:44 pbben15#62
some of my player can't connect to the game due to over stats but the'yre not using hacks
how can allow them to connect or disable over stat restriction in source?

error_20170810.log

error_20170810.txt
08/10/2017 21:00 Grening#63
Quote:
Originally Posted by pbben15 View Post
some of my player can't connect to the game due to over stats but the'yre not using hacks
how can allow them to connect or disable over stat restriction in source?
User.cpp

Code:
		//Stats-Check recoded!
	if( IsValidObj( this ) )
	{
		if( !IsAuthHigher( AUTH_GAMEMASTER ) )
		{
			if( this->GetSta() > 1800 || this->GetInt() > 1800 || this->GetDex() > 1800 || this->GetStr() > 1800 )
			{	
				//g_dpDBClient.SendBan( m_playAccount.lpszAccount, 9999 );
				WriteLog ( "Over Stats, UserID = %07d, UserName = %s [STA:%d, INT:%d, DEX:%d, STR:%d] stats  stat points, login returned", m_idPlayer, GetName(), m_nSta + GetParam( DST_STA, 0 ), m_nInt + GetParam( DST_INT, 0 ), m_nDex + GetParam( DST_DEX, 0 ), m_nStr + GetParam( DST_STR, 0 ));
				g_UserMng.RemoveUser( m_dwSerial );
			}
		}
	}
Change 1800 to 2000 and they could connect again
08/11/2017 00:19 julian38#64
How can I change the job?
or

How do I go to the 3rd job class?
08/11/2017 01:58 pbben15#65
Quote:
Originally Posted by Grening View Post
User.cpp

Code:
		//Stats-Check recoded!
	if( IsValidObj( this ) )
	{
		if( !IsAuthHigher( AUTH_GAMEMASTER ) )
		{
			if( this->GetSta() > 1800 || this->GetInt() > 1800 || this->GetDex() > 1800 || this->GetStr() > 1800 )
			{	
				//g_dpDBClient.SendBan( m_playAccount.lpszAccount, 9999 );
				WriteLog ( "Over Stats, UserID = %07d, UserName = %s [STA:%d, INT:%d, DEX:%d, STR:%d] stats  stat points, login returned", m_idPlayer, GetName(), m_nSta + GetParam( DST_STA, 0 ), m_nInt + GetParam( DST_INT, 0 ), m_nDex + GetParam( DST_DEX, 0 ), m_nStr + GetParam( DST_STR, 0 ));
				g_UserMng.RemoveUser( m_dwSerial );
			}
		}
	}
Change 1800 to 2000 and they could connect again
found it! thanks you sir!

-how about nerfing skills like "Sneaker" because it has been abused by my players.
changing stop to slow something like that.

-and also skill tree when a player reached HERO his/her skill tree changed but fortunately
i think it has to do with my QuickJob feature.
when the player reached LEGEND/3RD JOB the skill tree back to normal.

- some of my items stack back to 1 after restarting all of the servers how can i fix that?

your help would be appreciated. :)
08/11/2017 18:05 Grening#66
Quote:
Originally Posted by pbben15 View Post
found it! thanks you sir!

-how about nerfing skills like "Sneaker" because it has been abused by my players.
changing stop to slow something like that.
propSkillAdd.csv

Change DST SPEED 0 to -50.
Code:
SA_SNEAKER_LV01 ,SI_MER_ONE_SNEAKER,1,=,=,=,=,=,=,20,=,=,DST_SPEED,=,0,=,=,=,=,=,=,=,=,=,=,55,=,5000,=,=,=,10000,=,1,3,600
SA_SNEAKER_LV02,SI_MER_ONE_SNEAKER,2,=,=,=,=,=,=,25,=,=,DST_SPEED,=,0,=,=,=,=,=,=,=,=,=,=,55,=,5000,=,=,=,12000,=,1,3,600
SA_SNEAKER_LV03,SI_MER_ONE_SNEAKER,3,=,=,=,=,=,=,30,=,=,DST_SPEED,=,0,=,=,=,=,=,=,=,=,=,=,57,=,5000,=,=,=,14000,=,1,3,600
SA_SNEAKER_LV04,SI_MER_ONE_SNEAKER,4,=,=,=,=,=,=,35,=,=,DST_SPEED,=,0,=,=,=,=,=,=,=,=,=,=,57,=,5000,=,=,=,16000,=,1,3,600
SA_SNEAKER_LV05,SI_MER_ONE_SNEAKER,5,=,=,=,=,=,=,40,=,=,DST_SPEED,=,0,=,=,=,=,=,=,=,=,=,=,60,=,5000,=,=,=,18000,=,1,4,600
SA_SNEAKER_LV06,SI_MER_ONE_SNEAKER,6,=,=,=,=,=,=,45,=,=,DST_SPEED,=,0,=,=,=,=,=,=,=,=,=,=,60,=,5000,=,=,=,20000,=,1,4,600
SA_SNEAKER_LV07,SI_MER_ONE_SNEAKER,7,=,=,=,=,=,=,50,=,=,DST_SPEED,=,0,=,=,=,=,=,=,=,=,=,=,62,=,5000,=,=,=,22000,=,1,4,600
SA_SNEAKER_LV08,SI_MER_ONE_SNEAKER,8,=,=,=,=,=,=,60,=,=,DST_SPEED,=,0,=,=,=,=,=,=,=,=,=,=,62,=,5000,=,=,=,24000,=,1,4,600
SA_SNEAKER_LV09,SI_MER_ONE_SNEAKER,9,=,=,=,=,=,=,70,=,=,DST_SPEED,=,0,=,=,=,=,=,=,=,=,=,=,64,=,5000,=,=,=,26000,=,1,5,600
SA_SNEAKER_LV10,SI_MER_ONE_SNEAKER,10,=,=,=,=,=,=,80,=,=,DST_SPEED,=,0,=,=,=,=,=,=,=,=,=,=,64,=,5000,=,=,=,28000,=,1,5,600
SA_SNEAKER_LV11,SI_MER_ONE_SNEAKER,11,=,=,=,=,=,=,82,=,=,DST_SPEED,=,0,=,=,=,=,=,=,=,=,=,=,66,=,5000,=,=,=,30000,=,1,6,600
SA_SNEAKER_LV12,SI_MER_ONE_SNEAKER,12,=,=,=,=,=,=,84,=,=,DST_SPEED,=,0,=,=,=,=,=,=,=,=,=,=,66,=,5000,=,=,=,32000,=,1,6,600
SA_SNEAKER_LV13,SI_MER_ONE_SNEAKER,13,=,=,=,=,=,=,86,=,=,DST_SPEED,=,0,=,=,=,=,=,=,=,=,=,=,68,=,5000,=,=,=,34000,=,1,6,600
SA_SNEAKER_LV14,SI_MER_ONE_SNEAKER,14,=,=,=,=,=,=,88,=,=,DST_SPEED,=,0,=,=,=,=,=,=,=,=,=,=,68,=,5000,=,=,=,36000,=,1,6,600
SA_SNEAKER_LV15,SI_MER_ONE_SNEAKER,15,=,=,=,=,=,=,90,=,=,DST_SPEED,=,0,=,=,=,=,=,=,=,=,=,=,70,=,5000,=,=,=,38000,=,1,7,600
SA_SNEAKER_LV16,SI_MER_ONE_SNEAKER,16,=,=,=,=,=,=,92,=,=,DST_SPEED,=,0,=,=,=,=,=,=,=,=,=,=,70,=,5000,=,=,=,40000,=,1,7,600
SA_SNEAKER_LV17,SI_MER_ONE_SNEAKER,17,=,=,=,=,=,=,94,=,=,DST_SPEED,=,0,=,=,=,=,=,=,=,=,=,=,75,=,5000,=,=,=,42000,=,1,8,600
SA_SNEAKER_LV18,SI_MER_ONE_SNEAKER,18,=,=,=,=,=,=,96,=,=,DST_SPEED,=,0,=,=,=,=,=,=,=,=,=,=,75,=,5000,=,=,=,44000,=,1,8,600
SA_SNEAKER_LV19,SI_MER_ONE_SNEAKER,19,=,=,=,=,=,=,98,=,=,DST_SPEED,=,0,=,=,=,=,=,=,=,=,=,=,80,=,5000,=,=,=,46000,=,1,9,600
SA_SNEAKER_LV20,SI_MER_ONE_SNEAKER,20,=,=,=,=,=,=,100,=,=,DST_SPEED,=,0,=,=,=,=,=,=,=,=,=,=,80,=,5000,=,=,=,48000,=,1,13,600
Code:
SA_SNEAKER_LV01 ,SI_MER_ONE_SNEAKER,1,=,=,=,=,=,=,20,=,=,DST_SPEED,=,-50,=,=,=,=,=,=,=,=,=,=,55,=,5000,=,=,=,10000,=,1,3,600
SA_SNEAKER_LV02,SI_MER_ONE_SNEAKER,2,=,=,=,=,=,=,25,=,=,DST_SPEED,=,-50,=,=,=,=,=,=,=,=,=,=,55,=,5000,=,=,=,12000,=,1,3,600
SA_SNEAKER_LV03,SI_MER_ONE_SNEAKER,3,=,=,=,=,=,=,30,=,=,DST_SPEED,=,-50,=,=,=,=,=,=,=,=,=,=,57,=,5000,=,=,=,14000,=,1,3,600
SA_SNEAKER_LV04,SI_MER_ONE_SNEAKER,4,=,=,=,=,=,=,35,=,=,DST_SPEED,=,-50,=,=,=,=,=,=,=,=,=,=,57,=,5000,=,=,=,16000,=,1,3,600
SA_SNEAKER_LV05,SI_MER_ONE_SNEAKER,5,=,=,=,=,=,=,40,=,=,DST_SPEED,=,-50,=,=,=,=,=,=,=,=,=,=,60,=,5000,=,=,=,18000,=,1,4,600
SA_SNEAKER_LV06,SI_MER_ONE_SNEAKER,6,=,=,=,=,=,=,45,=,=,DST_SPEED,=,-50,=,=,=,=,=,=,=,=,=,=,60,=,5000,=,=,=,20000,=,1,4,600
SA_SNEAKER_LV07,SI_MER_ONE_SNEAKER,7,=,=,=,=,=,=,50,=,=,DST_SPEED,=,-50,=,=,=,=,=,=,=,=,=,=,62,=,5000,=,=,=,22000,=,1,4,600
SA_SNEAKER_LV08,SI_MER_ONE_SNEAKER,8,=,=,=,=,=,=,60,=,=,DST_SPEED,=,-50,=,=,=,=,=,=,=,=,=,=,62,=,5000,=,=,=,24000,=,1,4,600
SA_SNEAKER_LV09,SI_MER_ONE_SNEAKER,9,=,=,=,=,=,=,70,=,=,DST_SPEED,=,-50,=,=,=,=,=,=,=,=,=,=,64,=,5000,=,=,=,26000,=,1,5,600
SA_SNEAKER_LV10,SI_MER_ONE_SNEAKER,10,=,=,=,=,=,=,80,=,=,DST_SPEED,=,-50,=,=,=,=,=,=,=,=,=,=,64,=,5000,=,=,=,28000,=,1,5,600
SA_SNEAKER_LV11,SI_MER_ONE_SNEAKER,11,=,=,=,=,=,=,82,=,=,DST_SPEED,=,-50,=,=,=,=,=,=,=,=,=,=,66,=,5000,=,=,=,30000,=,1,6,600
SA_SNEAKER_LV12,SI_MER_ONE_SNEAKER,12,=,=,=,=,=,=,84,=,=,DST_SPEED,=,-50,=,=,=,=,=,=,=,=,=,=,66,=,5000,=,=,=,32000,=,1,6,600
SA_SNEAKER_LV13,SI_MER_ONE_SNEAKER,13,=,=,=,=,=,=,86,=,=,DST_SPEED,=,-50,=,=,=,=,=,=,=,=,=,=,68,=,5000,=,=,=,34000,=,1,6,600
SA_SNEAKER_LV14,SI_MER_ONE_SNEAKER,14,=,=,=,=,=,=,88,=,=,DST_SPEED,=,-50,=,=,=,=,=,=,=,=,=,=,68,=,5000,=,=,=,36000,=,1,6,600
SA_SNEAKER_LV15,SI_MER_ONE_SNEAKER,15,=,=,=,=,=,=,90,=,=,DST_SPEED,=,-50,=,=,=,=,=,=,=,=,=,=,70,=,5000,=,=,=,38000,=,1,7,600
SA_SNEAKER_LV16,SI_MER_ONE_SNEAKER,16,=,=,=,=,=,=,92,=,=,DST_SPEED,=,-50,=,=,=,=,=,=,=,=,=,=,70,=,5000,=,=,=,40000,=,1,7,600
SA_SNEAKER_LV17,SI_MER_ONE_SNEAKER,17,=,=,=,=,=,=,94,=,=,DST_SPEED,=,-50,=,=,=,=,=,=,=,=,=,=,75,=,5000,=,=,=,42000,=,1,8,600
SA_SNEAKER_LV18,SI_MER_ONE_SNEAKER,18,=,=,=,=,=,=,96,=,=,DST_SPEED,=,-50,=,=,=,=,=,=,=,=,=,=,75,=,5000,=,=,=,44000,=,1,8,600
SA_SNEAKER_LV19,SI_MER_ONE_SNEAKER,19,=,=,=,=,=,=,98,=,=,DST_SPEED,=,-50,=,=,=,=,=,=,=,=,=,=,80,=,5000,=,=,=,46000,=,1,9,600
SA_SNEAKER_LV20,SI_MER_ONE_SNEAKER,20,=,=,=,=,=,=,100,=,=,DST_SPEED,=,-50,=,=,=,=,=,=,=,=,=,=,80,=,5000,=,=,=,48000,=,1,13,600
Quote:
Originally Posted by pbben15 View Post
-and also skill tree when a player reached HERO his/her skill tree changed but fortunately
i think it has to do with my QuickJob feature.
when the player reached LEGEND/3RD JOB the skill tree back to normal.
I´m going to look up for this but need some time.

Quote:
Originally Posted by pbben15 View Post
- some of my items stack back to 1 after restarting all of the servers how can i fix that?
can you name some items and the entries in propitem/Specitem?


Quote:
Originally Posted by julian38 View Post
How can I change the job?
or

How do I go to the 3rd job class?
For Jobchange write in the chat /lv JOBCLASS LV 2

JOBCLASS = any Job like Slayer, Mentalist.....
LV = 1-??
08/12/2017 19:01 iyotkabaw#67
help how to fix this.. not showing on members but on guild owners it shows

[Only registered and activated users can see links. Click Here To Register...]

[Only registered and activated users can see links. Click Here To Register...]
08/17/2017 22:39 pbben15#68
-just want to clarify
what is the correct order of the server?
is it:
1. AccountServer.exe
2. DatabaseServer.exe
3. CoreServer.exe
4. CacheServer.exe
5. Certifier.exe
6. LoginServer.exe
7. WorldServer.exe

or
1. AccountServer.exe
2. Certifier.exe
3. DatabaseServer.exe
4. CoreServer.exe
5. LoginServer.exe
6. CacheServer.exe
7. WorldServer.exe

-guild siege bug some players can't skill hit enemies in gs arena like they're stucked or something

-when gs ends and after countdown to flaris players aren't teleported in flaris and also the lineup life bar doesn't disappear.

-arcanist skill "Echoes of the Weary" skill bug just like the "Sneaker" from blade

-some weapons when equipped causes the world server to crash.
08/18/2017 07:36 - DK#69
Quote:
1. AccountServer.exe
2. Certifier.exe
3. DatabaseServer.exe
4. CoreServer.exe
5. LoginServer.exe
6. CacheServer.exe
7. WorldServer.exe
Thats right!
08/18/2017 18:23 iyotkabaw#70
any1 still cant find the way to fix the skill tre?
08/18/2017 19:31 charmos#71
anyone has screenshot?
08/19/2017 15:26 pbben15#72
can't cancel line up in auto guild siege via command needs to restart server please help.
and btw how can i disable auto siege?
08/21/2017 04:18 lancekie#73
can i use this in vs2013?
08/21/2017 10:55 - DK#74
Quote:
Originally Posted by lancekie View Post
can i use this in vs2013?
yes ^^
08/22/2017 04:07 pbben15#75
world server and database server crash please help

i think it has something to do with this
TRANS : is not alive

or when someone enter instance dungeon