Re: Ep10 Source Code (No More Selling :))
Quote:
Originally Posted by
vienchin
Anyone tested the Royal Rumbe and Schoolwars?
i test the Royal Rumble but its appears as Dungeon not Royal Rumble , it have time Dungeon: 30:00 for example
then on School Wars its work but no tower
also where can i disable the GM Commands for normal character?
Thank you
dxincommand.cpp
Re: Ep10 Source Code (No More Selling :))
Re: Ep10 Source Code (No More Selling :))
Re: Ep10 Source Code (No More Selling :))
Quote:
Originally Posted by
chumleader
can you share ?
Re: Ep10 Source Code (No More Selling :))
yes i will once im finished downloading skyrim :)
pm me in facebook
fb.com/mhey016
Re: Ep10 Source Code (No More Selling :))
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]=='&' )
{
Re: Ep10 Source Code (No More Selling :))
Quote:
Originally Posted by
ghostyTrickster
deadlinks for the RanGame1
Re: Ep10 Source Code (No More Selling :))
Quote:
Originally Posted by
Eil Nahd
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 )
Ex.
// Note : GM account check
DWORD dwUSERLVL = GLGaeaClient::GetInstance().GetCharacter()->m_dwUserLvl;
if ( dwUSERLVL < USER_SPECIAL )
if ( szcommand[0]=='&' )
{
thanks buddy :D hahahahaha
Re: Ep10 Source Code (No More Selling :))
Increased access to nowhere
Increased access to nowhere
- - - Updated - - -
Quote:
Originally Posted by
Eil Nahd
sorry idol check the code again i add return true; the first code i give is incomplete
Increased access to nowhere
Re: Ep10 Source Code (No More Selling :))
I can not get into the game because the Bug Tap after selecting a character.
Re: Ep10 Source Code (No More Selling :))
I can not get into the game because the Bug Tap after selecting a character.
http://image.prntscr.com/image/fcf14...cd86a0ba2a.png
Re: Ep10 Source Code (No More Selling :))
does anyone know how genitem works? cause its drops Money/Coins meaning its not working. :)
Re: Ep10 Source Code (No More Selling :))
Quote:
Originally Posted by
Eil Nahd
sorry idol check the code again i add return true; the first code i give is incomplete
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 - - -
Quote:
Originally Posted by
November Man
does anyone know how genitem works? cause its drops Money/Coins meaning its not working. :)
try this "/genitem 450 143 010997"
Re: Ep10 Source Code (No More Selling :))
genitem works
both gm command and glogicserver genitem
Re: Ep10 Source Code (No More Selling :))
Quote:
Originally Posted by
grahamtar0z
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"
check my post its already updated