Welcome!

Join our community of MMO enthusiasts and game developers! By registering, you'll gain access to discussions on the latest developments in MMO server files and collaborate with like-minded individuals. Join us today and unlock the potential of MMO server development!

Join Today!

[Share] New GM commands I detected

Status
Not open for further replies.
Custom Title Activated
Loyal Member
Joined
Aug 16, 2007
Messages
1,378
Reaction score
581
This won't be very useful to most but here it is :

/visible none

inputting that makes your char totally invisible (unlike visible off who makes you transparent), if you press F12 you don't even see name or GUI so it's good for recording the screen without having your char come in the way

/chatlog type,??,??
type = all,private,party,guild,toall,alliance,system
(toall = shout)
supposedly saves the chat from your chatbox in a text file but I don't know the full syntax of it

/msgview off
stop msg view
/msgview PlayerName
start chat spy on player

Credits to Connected for /msgview

/dsp off
no idea what that does
/class_event_begin type,rate,class,minlevel,maxlevel
(corrected)
type : exp or item
class : ALL or FIGHT_M ARMS_M or ARCHER_W or SPIRIT_W or EXTREME_M or EXTREME_W or FIGHTER_W or ARMS_W or ARCHER_M or SPIRIT_M
rate : rate by which exp or item drop rate is multiplied
min level : Minimum level requirement to be part of the event
max level : Max level who still gets to be part of the event

that one only works in ep6 (or what you guys call ep6s2)

/crow_list type
type : mob or npc
will give a list of all mobs or npcs in the map

not really new to some but :
/warning_msg on
displays WARNING on each players screen
/warning_msg off

also not new to everyone :
/genchar_cn Charname
teleports that char to you even if he has no right to enter the map you're in
 
Last edited:
Quit
Loyal Member
Joined
Oct 18, 2006
Messages
709
Reaction score
94
jolin u know the GM code also that Tele all char in 1 map?
Ran PH do it when i play 5v5 event
 
Custom Title Activated
Loyal Member
Joined
Aug 16, 2007
Messages
1,378
Reaction score
581
I used ollydbg to find those so I'm quite sure that I didn't miss any command and there was none to teleport all players in a map, at least not in Ep6s2 Game.exe
I can go use olly on Ep7 game.exe to check it there

ep7 GM commands :
/GM
displays a list of all GM commands
/shop_info
no idea what it does
/inst_num
most likely related to the instance system, maybe to allow GM to change his current instance
/eventgrade_begin
no idea what it is
/login off
most likely disables the login


it's all I could find
 
Last edited:
Quit
Loyal Member
Joined
Oct 18, 2006
Messages
709
Reaction score
94
okies.. but they did it when that code when the extreme class release in ran ph and they do 5v5 event... they call all players in SG-front then summon inside SG eroom

im wondering in that time
 
Last edited:
Junior Spellweaver
Joined
Jul 10, 2006
Messages
168
Reaction score
23
/msgview off
no idea what that does
/msgview msg
no idea what that does
this command is for spying chat for specific player

you can type like this /msgview[space]nickplayer

hope this help another member
 
Last edited:
Experienced Elementalist
Joined
May 30, 2006
Messages
257
Reaction score
6
thnx jolin for another great information
i press liked^^

@all
off topic how can i find the game port using ollydbg?
would you mind helping with this?

sorry for this but thnx again
 
Last edited:
Newbie Spellweaver
Joined
Apr 2, 2009
Messages
90
Reaction score
16
thanks for this jolin...
just want to clear.. if this is working in ep6 s2?

i try this command but i thing it's not working
class_event_begin exp,ALL,2,1,300

and one thing do you know how to activate the btg sir? thanks


/class_event_begin type,class,rate,minlevel,maxlevel
type : exp or item
class : ALL or FIGHT_M ARMS_M or ARCHER_W or SPIRIT_W or EXTREME_M or EXTREME_W or FIGHTER_W or ARMS_W or ARCHER_M or SPIRIT_M
rate : rate by which exp or item drop rate is multiplied
min level : Minimum level requirement to be part of the event
max level : Max level who still gets to be part of the event
 
Custom Title Activated
Loyal Member
Joined
Aug 16, 2007
Messages
1,378
Reaction score
581
I didn't test the classevent because I didn't feel like firing up the virtual machine and run server to be able to test
I just reported what I found inside the game.exe with olly

I know it's possible to make class based event in ep6s2 but maybe the syntax is wrong I'll take a look later

The BTG I think only works in Ep5 (or what you call ep6s1) by using this syntax :
/limit_event_begin MinLevel,MaxLevel,TimeToFill,TimeToEmpty,ExpRate,DropRate


also : I don't know how to change the port using olly, I'm not that good with it
 
Last edited:
Joined
Apr 26, 2009
Messages
928
Reaction score
109
Example of /visible none

Jolin88 - [Share] New GM commands I detected - RaGEZONE Forums
 
Quit
Loyal Member
Joined
Oct 18, 2006
Messages
709
Reaction score
94
@weg123
yes totally invisible not visible ehehe

no transparent shape or color
 
Quit
Loyal Member
Joined
Oct 18, 2006
Messages
709
Reaction score
94
@reinfrooze
his a barbers also ehehe

@thamodz
wow visible none also working in ep3 ehhehe
 
Joined
Sep 16, 2007
Messages
1,206
Reaction score
541
Uhm I bumped this thread to correct this :):, i just figured it out yesterday..

Instead of /class_event_begin type,class,rate,minlevel,maxlevel

it must be /class_event_begin type,rate,class,minlevel,maxlevel
 
Newbie Spellweaver
Joined
Mar 6, 2011
Messages
18
Reaction score
0
Uhm I bumped this thread to correct this :):, i just figured it out yesterday..

Instead of /class_event_begin type,class,rate,minlevel,maxlevel

it must be /class_event_begin type,rate,class,minlevel,maxlevel

I use command /class_event_begin exp,1000%,ALL,1,90
But game inform class_event_begin start exp is 0
==>train don't up level,help me ?
what is rate =???
 
Status
Not open for further replies.
Back
Top