
Originally Posted by
4FUNer
People understand just those with knowledge like you can see (no answer) doesn't have time to do custom requests like research on tt gs.
It is coded in gs, like
int mlvlsys::ischarmaster(LPOBJ lpObj)
if(lpObj->Level >= 400 && lpObj->3rdquest == 1)
{
return 1;
}
so all you have to do, is find correct offsetS in gs with debbuger and edit it/test it (GS must be unpacked ofc)
If you have no idea about debugging/research in gs, then forget about it, unless some1 going to waste time for it.