What
![]()
i GOt the RanViewer Working Now
![]()
yes i will once im finished downloading skyrim :)
pm me in facebook
fb.com/mhey016
for gm command to make not work for normal player
Open
dxincommand.cpp
Find this code:
if ( szcommand[0]=='&' )
then paste this code above:
// Note : GM account check
DWORD dwUSERLVL = GLGaeaClient::GetInstance().GetCharacter()->m_dwUserLvl;
if ( dwUSERLVL < USER_SPECIAL ) return true;
Ex.
// Note : GM account check
DWORD dwUSERLVL = GLGaeaClient::GetInstance().GetCharacter()->m_dwUserLvl;
if ( dwUSERLVL < USER_SPECIAL ) return true;
if ( szcommand[0]=='&' )
{
Last edited by Eil Nahd; 21-11-16 at 01:22 PM. Reason: incomplete code my bad :(
I can not get into the game because the Bug Tap after selecting a character.
I can not get into the game because the Bug Tap after selecting a character.
![]()
does anyone know how genitem works? cause its drops Money/Coins meaning its not working. :)
Last edited by November Man; 21-11-16 at 12:13 PM.
sir this correct?
return true;
// Note : GM account check
DWORD dwUSERLVL = GLGaeaClient::GetInstance().GetCharacter()->m_dwUserLvl;
if ( dwUSERLVL < USER_SPECIAL ) return true;
if ( szcommand[0]=='&' )
{
- - - Updated - - -
try this "/genitem 450 143 010997"
genitem works
both gm command and glogicserver genitem