Osrose In-depth GM Command List

Welcome in the osRose emulator Project.

Moderators: osRose dev team, ospRose dev team, osiRose dev team, Moderators

Osrose In-depth GM Command List

Postby DeltaBurnt on Thu Jul 16, 2009 9:51 pm

Alright I got my gmcmds.cpp file and decided I would post a GM command list up here for people to use. Each one has a description and an example. But same are kinda hard to figure out so if you guys could help pitch in with the descriptions and examples that would be awesome ^^

And of course anything with ? at the end I'm unsure about, such as "Ex: /addquest [questID]?" that means I'm unsure about the whole example. But something like "Ex: /cha [slotname] [WeapID?] [StatID]" means that I'm sure about most of the usage except for that one parameter (WeapID).

The list:

/addquest
Add a quest to your active quest list?
Ex: /addquest [questID]?


/allskill
Gives every single skill to a player
Ex: /allskill [playername]


/ani
Make your character do an animation.
Ex: /ani [animationID]


/ann
Sends an announcement across the channel.
Ex: /ann [message]


/atkModif
Modifies your attack speed?
Ex: /atkModif [rate]?


/b
Basically the same as /ann but I think it's across the WHOLE server like even across channels.
Ex: /b [message]


/ban
Allows you to ban a player, won't work on other GMs
Ex: /ban [playername]


/bonusxp
I think it allows you to give a player bonus exp for a certain ammount of time...
Ex: /bonusxp [playername]?


/buff
Gives a player any buff?
Ex: /buff [playername]?
Note: This is normally commented out by Drakia, so you must edit gmcmds.cpp to be able to use this.


/cart
Gives you all the required parts for a cart (preset I think, and they're all compatible)
Ex: /cart


/cg
Gives you all the required parts for a castle gear (again preset I think, all compatible)
Ex: /cg


/CharInfo
Gives you info about a specified character
/CharInfo [playername]


/cfmode
Makes the current map go into clan field mode?
Ex: /cfmode?


/cha
Charms an item with a stat
Ex: /cha [slotname] [WeapID?] [StatID]


/class
Changes your class
Ex: /class [classID?] or /class [classname?]


/configreset
Description in the cpp file: "*** RELOAD DATA FILES ******" I'm not sure if that means server side, client, or both.
Ex: /configreset?


/xprate
Changes your server exp rate
Ex: /xprate [exprate]


/droprate
Same as xprate but for drops
Ex: /droprate [droprate]


/droptype
Uhhh...
Ex: /droptype???


/zulyrate
Same as xprate/droprate but for zuly
Ex: /zulyrate [zulyrate]


/savetime
Set the amount of time in between each time the server automatically saves your character?
Ex: /savetime [minutes?]


/partygap
Changes the the level gap you can have in between two people before they can party?
Ex: /partygap [levels]


/maxstat
Maxes out all your stats?
Ex: /maxstat?


/playerdmg
Changes the rate of regular player's damage?
Ex: /playerdmg [dmgrate]?


/monsterdmg
Same as playerdmg but for monsters?
Ex: /monsterdmg [dmgrate]?


/cmd
Uhh...loads commands.ini?
Ex: /cmd?


/convert
Uhhhhh...
Ex: No idea


/debuff
Debuffs a character
Ex: /debuff [playername]


/debugmode
Makes the server go into debugmode (not sure what that does though)
Ex: /debugmode


/delskills
Delete's all of a player's skills
Ex: /delskills [playername]


/DELTESPAWN
Delete's a monster spawn?
/DELETESPAWN [spawnid]?


/dquest
Debugs select quest? (Not sure what that does though)
Ex: /dquest [questid]?


/drop
Drops an item at a certain location.
Ex: /drop [itemtype] [ID] [Xcoord] [Ycoord] [Mapid] [droptime]?


/event
Toggles event mode?
Ex: /event?


/eventifo
Uhhhh...
Ex: No idea


/exp
Sets players exp (defaults to you if you don't put a name I think)
Ex: /exp [amount] [playername]


/face
Changes a players face (defaults to you if you don't put a name I think)
Ex: /face [faceid] [playername]


/fairymode
Toggles fairy mode (whatever that is)
Ex: /fairymode


/fairystay
Makes it so your fairy never goes away?
Ex: /fairystay?


/fairytestmode
Toggles fairy test mode (whatever that is)
Ex: /fairytestmode?


/fairywait
Sets how long your fairy stays with you?
Ex: /fairywait [minutes?]


/fskill
Forces a skill (says it's for testing, not sure what it actually does)
Ex: /fskill [skillid]?


/give2
Gives an item directly to someone else
Ex: /give2 [playername] [itemID] [type] [amount]


/giveclanp
Gives a clan clan points?
/giveclanp [clanname] [amount]?


/giveclanrp
Same as giveclanp but with clan reward points
/giveclanrp [clanname] [amount]?


/givefairy
Give someone a fairy
/givefairy [playername]


/givezuly
Give someone zuly
Ex: /givezuly [playername] [amount]


/gmlist
PMs you a list of online GMs
Ex: /gmlist
Note: I think any player can use this and not just GMs


/gmskills
Teaches you all the gm skills? Not sure when I typed it in nothing happened...
Ex: /gmskills?


/go
Takes you to preset maps and coords. Type /go normally to give you a list of places to go.
Ex: /go [goID]
Note: Some places like Oro (goID 12) are commented out because not all client have Oro


/goto
Teleports you to a specified character
Ex: /goto [playername]


/gotomap
Like /go but you use the actual map ID?
Ex: /gotomap [mapid]?


/grid
Turns the grid on on the current map you're on?
Ex: /grid?


/hair
Same as the face command but for hair
Ex: /hair [hairID] [playername?]


/heal
Heals you (not sure if you can heal other players with this...)?
Ex: /heal?


/here
Returns your current mapid and location
Ex: /here


/hide
Makes you invisible to normal players (not sure if it actually works)
Ex: /hide


/hurthim
Uhh...hurts the selected player?
Ex: /hurthim?


/info
Returns info of specified player?
Ex: /info [playername]?


/iquest
Uhhh...
Ex: No idea


/hitModif
Modifies the hit delay
Ex: /hitModif [seconds]?


/item
Gives you an item
Ex: /item [id] [type] [amount] [refine] [socket] [StatID?]


/itemstat
The same thing as /cha I think...
Ex: /itemstat [type] [ID] [statID]?


/job
Changes your first job
Ex: /job [1stjobname]
Note: You can probably easily add this to also include the names for the second jobs too, all you need to know is a tiny bit of c++ and common sense.


/kick
Ends a player's connection with the server
Ex: /kick [playername]


/killinrange
Uhhh...kill all the players/monsters in range of you?
Ex: /killinrange [AOErange]?


/learnskill
Learn any skill
Ex: /learnskill [skillID]


/level
Changes your level
Ex: /level [amount]
Note: This doesn't change your level exactly but actually adds onto it, so if you put /level 60 and you're level 100 you'll become level 160.


/lisqflag
List all the flags on the specified quest?
Ex: /listqflag [questID]?


/listquest
List all of your current active quests?
Ex: /listquest?


/listqvar
List all of the vars of your current active quests?
Ex: /listqvar?


/mdmg
The same as /monsterdmg?
Ex: /mdmg [rate]?


/mon
Spawns monster(s)
Ex: /mon [monsterid] [amount]


/mon2
Uhhh...
Ex: No idea


/move
Teleport someone else to a specified spot
Ex: /move [playername] [mapID] [Xcoord] [Ycoord]


/moveto
Uhh the same as goto?
Ex: /moveto [playername]?


/mute
Make it so no one can here a person's messages in game
Ex: /mute [playername]


/myloc
Returns your current location
Ex: /myloc


/mystat
Returns specified stat
Ex: /mystat [statname]
Note: The stat name is the full one like defense is just def.


/mystat2
Same as /mystat but it's a test for osprose
Ex: /mystat2 [statname]


/npc
Spawns a specified npc
Ex: /npc [npcID]


/npcobjvar
Uhhh...
Ex: No idea


/npcsetobjvar
Uhhh...
Ex: No idea


/npcltb
Make a specified NPC shout a ltb line?
Ex: /npcltb [npcID] [ltbrow]?


/prize
Uhhh...give a player a prize?
Ex: /prize [playername]?


/p
Reads packet.txt and sends it
Ex: /p?


/partylvl
Changes your party's level
Ex: /partylvl [level]


/pdmg
Multiplies player damage by set amount (200 would = 2x)
Ex: /pdmg 200
Note: I'm not entirely sure if this is only for you or all players...


/pvp
Toggles pvp mode in current map
Ex: /pvp


/pvpnew
Toggles a new kind of pvp mode?
Ex: /pvpnew?


/raisecg
Something to do with castle gear?
Ex: No idea


/rate
Incomplete command, not gonna mess with that...


/refine
Lets you refine a certain item
Ex: Not exactly sure...


/reload
Apparently reloads config.ini
Ex: /reload


/reloadquest
Reloads specified quest?
Ex: /reloadquest [questID]?


/rules
PMs you the rules of the server (can be edited in gmcmds.cpp)
Ex: /rules


/save
Saves char info
Ex: /save


/savetown
Sets your save town
Ex: /savetown [townID]
Note: TownID doesn't mean mapID, if you type /savetown by itself it'll bring up the townID list.


/serverinfo
PMs you the server info
Ex: /serverinfo


/set
Makes your current equiped armor all one ID but of different types (like the GM set is all ID 151 so if you type /set 151 it'll make your wear the GM set)
Ex: /set [itemID]


/Setqflag
Sets flag for a quest?
Ex: No idea


/setqvar
Sets a quest variable?
Ex: No idea


/settime
Lets you set the server time
Ex: /settime [timeID]
Note: The time names/IDs are: MORNING(ID=0), DAY(ID=1), EVENING(ID=2), and NIGHT(ID=3). Once you set it you must relog to see the effects of the command.


/setuw
Not sure what it is, something to do with time?
Ex: No idea


/shoptype
Change the shoptype of a NPC?
Ex: No idea


/shutdown
Shutdown the server
Ex: /shutdown [minutes]
Note: Make sure to give your players a notice before shutting down!


/skill
Uses a skill
Ex: /skill [skillID]


/SpeedModif
Modified your movement speed
Ex: /SpeedModif 100


/stat
Let's you set your stats amount
Ex: /stat [statID] [amount]


/statp
Gives you stat points
Ex: /statp [amount]


/summon
Summons a monster to help you
Ex: /summon [monsterID]


/targetinfo
Tells you about your current target?
Ex: /targetinfo?


/tele
Lets you teleport to specified location
Ex: /tele [mapID] [Xcoord] [Ycoord]


/teletome
Lets you teleport people to you
Ex: /teletome [playername]
Note: You can also teleport everyone to you using "/teletome all"


/tquest
Uhhh...
Ex: No idea


/transx
Turns you into the opposite sex
Ex: /transx
Note: You could easily edit it to make it work so you type in a chars name to change their sex too if you already cant.


/union
Changes what union you're in?
Ex: /union [unionID] or /union [unionname]?


/unionpoints
Give you union points?
Ex: /unionpoints [amount]?


/who
Tells you how many players and GMs are online
Ex: /who


/who2
Tells you each and every player connected, what map their on, and their coordinates
Ex: /who2


/whoattacksme
Tells you who's attacking you right now?
Ex: /whoattacksme?


/writeqvar
Uhhh...
Ex: No idea


God that took me forever to write -.-
DeltaBurnt
Rackie
Rackie
 
Posts: 206
Joined: Sun Jun 21, 2009 10:35 pm

Re: Osrose In-depth GM Command List

Postby lmame on Thu Jul 16, 2009 10:31 pm

Nice effort... but...
You know Rob did that already ages ago in his admin guide?
viewtopic.php?f=32&t=1056
The world is full of love and peace ^_^
Image
User avatar
lmame
Admin
Admin
 
Posts: 8997
Joined: Mon Aug 06, 2007 4:42 pm
Location: July City

Re: Osrose In-depth GM Command List

Postby DeltaBurnt on Fri Jul 17, 2009 12:19 am

Yah but this has the latest GM commands and I'm pretty sure that doesn't have the same as the ones in the latest one.

And if it does I'm gonna kill myself.
DeltaBurnt
Rackie
Rackie
 
Posts: 206
Joined: Sun Jun 21, 2009 10:35 pm

Re: Osrose In-depth GM Command List

Postby lmame on Fri Jul 17, 2009 12:21 am

It was nice meeting you :)
Have fun in the after life ;)
The world is full of love and peace ^_^
Image
User avatar
lmame
Admin
Admin
 
Posts: 8997
Joined: Mon Aug 06, 2007 4:42 pm
Location: July City

Re: Osrose In-depth GM Command List

Postby rl2171 on Fri Jul 17, 2009 12:29 am

DeltaBurnt wrote:Yah but this has the latest GM commands and I'm pretty sure that doesn't have the same as the ones in the latest one.

And if it does I'm gonna kill myself.



Did you download the latest version of my guide from the SVN site?

I think there is just a couple of additions I have yet to upload, but otherwise it is real complete.
Image
rl2171
Admin
Admin
 
Posts: 1706
Joined: Mon Aug 06, 2007 5:17 pm
Location: Sacramento, CA USA - GMT-8

Re: Osrose In-depth GM Command List

Postby DeltaBurnt on Fri Jul 17, 2009 2:14 am

And all of them have a description and example?

F*************CK. >.<
DeltaBurnt
Rackie
Rackie
 
Posts: 206
Joined: Sun Jun 21, 2009 10:35 pm

Re: Osrose In-depth GM Command List

Postby rl2171 on Fri Jul 17, 2009 4:32 am

Maybe not all have a description

Here is just apart of the guide, of course it is in Excel format

  1.  
  2.  
  3. Addquest       
  4. AllSkill    /allskill [charname]   
  5. Ani     /ani [id]   
  6. Ann     /ann [message] 
  7. atkModif    /atkModif [attkSpeedModif] 
  8. b   /b [message to broadcast]   
  9. Ban     /ban [charname] 
  10. Bodysize -disabled  /bodysize [#]   
  11. bonusxp /bonusxp [charname] [bonus] [timeinmminutes] [save] 
  12. Buff - disabled in 81   /buff  [strength of buff 15 - 1000]  Give GM buffs in local area   
  13. Cart    /cart   Gives you pre-selected cart equipment, setup in list_cart_cg sql file
  14. CastleGear  /cg Gives you pre-selected castlegear equipment, setup in list_cart_cg sql file
  15. CFMode  /cfmode [0 or 1]  0= clan wars off 1=clan wars  default Clan Wars is open 24/7
  16. Cha     /cha [slotname] [id] [stats]   
  17. Character Info  /CharInfo [charname]   
  18. Class   /class [id] [charname]  ex:  /class champion test
  19. ConfigReset /configreset [db-entry] [amount]    db-entry = maxlevel, xprate, droprate, droptype, zulyrate, savetime, partygap, maxstat, playerdmg, monsterdmg, cfmode, cmd
  20. Convert     /convert [mobid] (target mob first) 
  21. Debuff  /debuff   Debuff in local area 
  22. DelSkills   /delskills [charname]   
  23. DelSpawn    /DELETESPAWN [database id]  Deletes a spawn
  24.  
Image
rl2171
Admin
Admin
 
Posts: 1706
Joined: Mon Aug 06, 2007 5:17 pm
Location: Sacramento, CA USA - GMT-8

Re: Osrose In-depth GM Command List

Postby Sham1r0 on Sat Jul 18, 2009 1:30 am

OsRose supports whole list such a commands?
Working on OsRose Dev revision II atm. Client v307

Image
User avatar
Sham1r0
Pomic
Pomic
 
Posts: 124
Joined: Sun Mar 29, 2009 5:34 pm
Location: Kaunas

Re: Osrose In-depth GM Command List

Postby rl2171 on Sat Jul 18, 2009 1:47 am

Sham1r0 wrote:OsRose supports whole list such a commands?



Yes, look at my GM guide, it has them all in it.
Image
rl2171
Admin
Admin
 
Posts: 1706
Joined: Mon Aug 06, 2007 5:17 pm
Location: Sacramento, CA USA - GMT-8

Re: Osrose In-depth GM Command List

Postby Sham1r0 on Sat Jul 18, 2009 2:12 am

rl2171 wrote:
Sham1r0 wrote:OsRose supports whole list such a commands?



Yes, look at my GM guide, it has them all in it.

Good man Rob ;)
That guy had just remaked your commands with some descriptions...

Rob good job btw... thx ;)
And DeltaBurnt nice try to do something like main Admins, but you need to try more harder, hehe :P
I almost forget to say: It helped to me :lol:
Working on OsRose Dev revision II atm. Client v307

Image
User avatar
Sham1r0
Pomic
Pomic
 
Posts: 124
Joined: Sun Mar 29, 2009 5:34 pm
Location: Kaunas

Next

Return to Support - OsRose Emulator

Who is online

Users browsing this forum: No registered users and 4 guests

cron