-
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
-
Re: Ep10 Source Code (No More Selling :))
GM Command drop is 100% working.
what I mean is drop from monster its only Gold/Coins no item drops and also error logs in genitem sample in lv02.genitem (little holigan drop) :)
-
Re: Ep10 Source Code (No More Selling :))
can anyone share leveditor + ranviewer please
-
Re: Ep10 Source Code (No More Selling :))
Level editor and ranviewer is already shared here right? I also replied a guide to remove the errors in the level editor thread.
-
Re: Ep10 Source Code (No More Selling :))
Quote:
Originally Posted by
November Man
GM Command drop is 100% working.
what I mean is drop from monster its only Gold/Coins no item drops and also error logs in genitem sample in lv02.genitem (little holigan drop) :)
We have the same problem this is not error. This is missing genitem files go check your error logs inside of your client folder RanOnline
-
Re: Ep10 Source Code (No More Selling :))
Quote:
Originally Posted by
Death Gun
Level editor and ranviewer is already shared here right? I also replied a guide to remove the errors in the level editor thread.
do you have link, sir . i dont see anything.
-
Re: Ep10 Source Code (No More Selling :))
Quote:
Originally Posted by
geprielle
We have the same problem this is not error. This is missing genitem files go check your error logs inside of your client folder RanOnline
no, i think its not missing cause genitem of little holigan is (lv02.genitem) see crow.mnsf.
the problem is i think incorrect code is or crypt or what ever in source requirement. :)
-
Re: Ep10 Source Code (No More Selling :))
Quote:
Originally Posted by
sadlove92
do you have link, sir . i dont see anything.
Seriously? You've already forgotten the lev editor thread? You also replied there. The search box is free to use
-
Re: Ep10 Source Code (No More Selling :))
mine was working
my client has item drops
-
Re: Ep10 Source Code (No More Selling :))
Quote:
Originally Posted by
chumleader
mine was working
my client has item drops
want to share how it works? :)
-
Re: Ep10 Source Code (No More Selling :))
Quote:
Originally Posted by
November Man
want to share how it works? :)
i just edited the whole glogicserver of juver source thread here
i opened it one by one to the [Edit]Textfile
Then saved it
and viola its working