[Help] hero and master skills

04/27/2020 11:50 aoyamananami#1
Does anyone encounter when using master/hero skill the character will be stuck and cant move ingame, then if you relog the character can move again. Please help guys.
04/27/2020 14:39 sebariio#2
In DPSrvrLux.cpp :
Code:
		if( dwLevel == 0 || dwLevel > pSkillProp->dwExpertMax )
		{
			// Add this to fix the skill problem
			pUser->AddHdr(GETID(pUser), SNAPSHOTTYPE_CLEAR_USESKILL);
			return;
		}
12/05/2020 07:48 Tamus#3
is this fix now? i encounter this? there is a problem in the database? i try a v15 clean files have the same problem with my v18
01/12/2021 22:23 Michi#4
#moved