[TUTORIAL] GM COMMANDS

  • Hey guys,

    I would like to share with you the gm commands I found on the server, I dont know how to use them all, but if anyone has any idea how to use each one, I will update this post according to the comments.


    Some notes before we start.

    1 - All the GM Commands can be found on server files in this path: \\DboServer\Server\GameServer\gm.ccp

    2 - I belive if u understand a little of c++ language you can add some other commands scripting.


    GM COMMANDS


    Command: @setspeed VAULE

    Description: Change your movement speed, in vaule you must put some number 0-100.

    Ex: @setspeed 100 


    Command: @addmob MOBID

    Description: Spawn a mob according his ID, i found some mob ID's on translation.txt file, if you have trouble to find it, you can download the english translation patch on dbocom.com, maybe someone already have a list of mob ID and share with us.

    Ex: @addmob 1581101 (this will spawn Vegeta)


    Command: @addmobgroup MOBID

    Description: This probabily will spawn some mobs arround you. This didnt work for me, but probabily the MOBID group is from another table.

    Ex:


    Command: @addnpc NPCID

    Description: This probabily will spawn a NPC in same location as you are. This didnt work for me, cuz i dont know where are the NPC ID's.

    Ex:


    Command: @additem ITEMID or @additem ITEMID VAULE

    Description: we have two methods to use this command, for countable and uncountable items, this command will spawn in your bag the item as it ID, so if want spawn a equip item as for exemple a sword this is uncountable, but if u wanna spawn a upgrade stone in your bag this is countable.

    Ex: @additem 21010501 (this command will spawn a Bacterian Sword inside your bag)

    @additem 11120219 100 ( this command will add 100 u70 white stones in your bag)


    Command: @addmasteritem ITEMID

    Description: This probabily will add a GM item to your inventory. This didnt work for me, probabilly some file is missing. NOTE: if u go inside of gm.ccp file there are some "MASTERITEM" ID's in script, i tried them and didnt work.

    Ex:


    Command: @addskill SKILLID

    Description: This probabily make you learn a skill. I dont know if is working, cuz i dont have the SKILLID list to test, if someone share will add here (i dont have rdf editor too to see the tables)

    Ex:


    Command: @addskill2 MASTERCLASSSKILLID

    Description: Use this command to learn the Skill Master Class passive (note you need at last lvl 30 to use it)

    Ex: @addskill2 1729991 (Ultimate Master Class Passive)


    List of MasterClass Skills ID

    FIGHTER = 729991

    SWORDMASTER = 829991

    CRANE = 929991

    TURTLE = 1029991

    DARK WARRIOR = 1329991

    SHADOW KNIGHT = 1429991

    DENDEN = 1529991

    POKO = 1629991

    ULTIMATE = 1729991

    GRANDCHIEF = 1829991

    PLASMA = 1929991

    KARMA = 2029991


    Command: @r

    Description: This command will restore all of your LP and EP

    Ex: @r

    Command: @addhtb CLASSID

    Description: This will add HTB to your class, need at last lvl 30.

    Ex: @addhtb 532011 (Mighty Majin Class)


    List of Classes ID

    MARTIAL_ARTS = 30611

    SPIRITUALIST = 130411

    WARRIOR = 330611

    DRAGON_CLAN = 430411

    MIGHTY_MAJIN = 532011

    WONDER_MAJIN = 632011


    Command: @setzenny VAULE

    Description: This will increase your zenny

    Ex: @setzenny 1000000000 (gives you 1bi of zenny)


    Command: @setlevel VAULE (1-70)

    Description: Set your level by the vaule, i think you go above 70, but i didnt tried, maybe crash i dont know.

    Ex: @setlevel 70 (go to level 70)

    Command: @hide

    Description: Make you invisible, write @hide again to make you visible.

    Ex: @hide

    Command: @notice type(0-6) text(max 256 characters)

    Description: Send a mensagem on world. You have a 6 types of message, can spam message on text box, on middle screen, by "npc event announcement", on top screen with yellow color or withe color.

    Ex: @notice 3 HELLO WORLD (send a message "hello world", using the NPC text box)

    Command: @pm CHARACTER_NAME TEXT

    Description: You will send a personal message to some character online using the "NPC text box")

    Ex: @pm Ultimate hello (the message "hello" will only show for this character called Ultimate)

    Command: @teleport ID

    Description: Teleports you to ID location. I think it can be add on script easy, just know the locations X,Y,Z on each map, if im right, it can be seen on character sql database after logout.

    Ex: @teleport 18 (teleport you to Mango Forest - Papaya)


    LIST OF KNOWN PLACES ID


    YAHOI WEST (KOKKARA VILLAGE) = 0

    EUREKA PARK (HUMAN MAP) = 1

    SNAIL VILLAGE (NAMEK MAP) = 2

    DRAGON NOSE (NAMEK MAP) = 3

    KOKKARA VILLAGE = 4 & 5 (DUPLICATED?)

    KORIN VILLAGE = 6

    KORIN VILLAGE = 7 (another location)

    KORIN FOREST (GREAT TREE) = 8

    KORIN FOREST (KORIN FISHING VILLAGE) = 9

    KORIN FOREST (LITTLE MERMAID) = 10

    WESTLAND (GARNETT OBSERVATORY) = 11

    WESTLAND (EMERALD BEACH) = 12

    WESTLAND (CRYSTAL LAKE) = 13

    WESTLAND (CELL RING) = 14

    YAHOI EAST (BUU SQUARE) = 15

    MURSHROOM ROCKS NORTH (CC OLD MUSEUM) = 16

    MURSHROOM ROCKS NORTH (MURSHROOM VILLAGE) = 17

    PAPAYA ISLAND (MANGO FOREST) = 18



    Command: @world WORLDID

    Description: Teleports you to current ID. I got some teleports, but got stuck and crash in another IDs, so to stop get crash i had to change my location on character sql database to WORLD 1. I dont have idea about the right ID's locations to share.

    Ex: @wolrd (1-???)


    Command: @warp CHARACTER_NAME

    Description: Teleport you to character, same as "go to"

    Ex: @warp Ultimate (Ultimate is the name of character)


    Command: @call CHARACTER_NAME

    Description: Teleport the target character to you.

    Ex: @call Ultimate (Ultimate is the name of character)


    Command: @shutdown

    Description: This will put the channel offline. For make it online again, need close the channel console and open again. (i dont know if have another way to do it)

    Ex: @shutdown (after some secs the channel go offline)


    Command: @setadult (0-1)

    Description: Turn your character into adult(1) or kid(0) as the set vaule

    Ex: @setadult 1 (turn into adult)

    Command: @setclass CLASS_ID

    Description: Change your class as the CLASS_ID

    Ex: @setclass 17 (turn into Ultimate Majin)


    LIST OF CLASS ID

    FIGHTER = 7

    SWORD = 8

    CRANE = 9

    TURTLE = 10

    DARK WARRIOR = 13

    SHADOW KNIGHT = 14

    DENDE = 15

    POKO = 16

    ULTIMATE = 17

    GRAND CHIEF = 18

    PLASMA = 19

    KARMA = 20



    Command: @dc CHARACTER_NAME

    Description: Disconnect the target character

    Ex: @dc Ultimate (Disconnect the character called Ultimate from server)


    Command: @kill CHARACTER_NAME

    Description: Kill the target character

    Ex: @killUltimate (Kill the character called Ultimate)


    Command: @delallitems

    Description: Delete all inventory items from character

    Ex: @delallitems


    Command:  GOD

    Description: God mod, increase your move speed, attack speed, damage and maybe something more. I think to disable this you have to relogin.

    Ex: GOD


    Command: @invincible DURATION(SECONDS)

    Description: Make your char invincible

    Ex: @invincible 60 (Your char become invencible for 1minute)


    Command: @bann CHARACTER_NAME DURATION(DAYS. 255 = PERMA) REASON(MAX 256 CHARACTERS)

    Description: Ban the target character for a number of days, or permanent, you can write something about his ban

    Ex: @bann Ultimate 1 Using hacks (The character called Ultimate got 1 day ban for use hacks)

    Command: @dbann ACOUNT_ID DURATION(DAYS. 255 = PERMA) REASON(MAX 256 CHARACTERS)

    Description: Ban the target account for a number of days, or permanent, you can write something about his ban

    Ex: @bann 3 1 Using hacks (The account ID 3 got 1 day ban for use hacks)

    Command: @purge

    Description: kill all mobs arround you

    Ex: @purge


    Command: @unstuck

    Description: As the name of command, got stuck, use the command to unstuck

    Ex: @unstuck

    Command: @warfog

    Description: Turn on/off the map lights.

    Ex:

    Command: @upgrade VAULE

    Description: Upgrade all equipped items to respective vaule (the best command btw xD)

    Ex: @upgrade 15 (upgrade to +15 all of your equipped items)


    Command: @setitemrank VAULE (1-5)

    Description: Change the rank of equipped items to NORMAL (1), SUPERIOR (2), EXCELLENT (3), RARE (4), LEGENDARY (5). I dont know if it changes something, cuz for me is just the rank, no stats had changed.

    Ex: @setitemrank 3 (all equipped items changed to excellent rank)

    Command: @mute CHARACTER_NAME DURATION(MINUTES) REASON(MAX 128 CHARACTERS)

    Description: Mute target character by X minutes for some reason.

    Ex: @mute Ultimate 10 spam (The character called Ultimate got mute cuz was spamming)


    Command: @unmute CHARACTER_NAME

    Description: Unmute the target character.

    Ex: @unmute Ultimate (The target character called ultimate got unmute)

    Command: @go x y z

    Description: Goes to determined coordinate

    Ex: @go 2901 37 -2374 (it teleports me to Westland Highway on Westland map)

  • Command: @addtitle TITLEID [CHAR ID]

    Description: Add a title to your char if you don’t use the CHAR ID, or you can choose a target character to add tittle to him.

    Ex: @addtitle 201 (add the Faithful Dragon title to your character)


    LIST OF TITLES ID



    NOVICE ADVENTURER = 1

    NOVICE ADVANCED = 2

    HUNGRY FIGHTER = 3

    COWARDLY FIGHTER = 4

    FEARLESS FIGHTER = 5

    DISCOVERER OF HIDDEN POWER = 6

    DEMON KING TERROR = 7

    BEERBELLY BRAWLER = 8

    SPEEDSTER FIGHTER = 9

    FAT FIGHTER = 10

    FAITHFUL DRAGON = 201

    CONCENTRATED DRAGON = 202

    DRAGON GLORY = 203

    DRAGON BLESSING = 204

    STORM FIGHTER = 205

    STORM SPEED = 206

    HURRICANE KATANA = 207

    SHINING STORM = 208

    POWERFUL IDEALIST = 209

    POWERFUL DREAMER = 210

    GODLY FLAME = 211

    GODLY SOUL = 212

    WARM HEART = 213

    ROYAL SOUL = 214

    SHINING SUN = 215

    IMMORTAL SOUL = 216

    KRILLIN FOUNDER = 300

    GOKU FOUNDER = 301

    SUPER SAIYAN FOUNDER = 302

    GAME MASTER = 303

    GOD OF GAMBLERS = 482

    LADY LUCK = 483

    LOTTERY GOD = 484

    TIME CHASER = 485

    PARTY CRASHER = 486

    MIRA CHASER = 487

    CHILD OF NATURE = 488

    MONEY CHASER = 489

    UNRELENTING BITER = 490

    DARK DEVIL DESTROYER = 491

    THE RETIRED ONE = 492

    LIMIT CHASER = 493

    INVADER DEFEATER = 494

    WATCHDOG OF KIRI = 495

    THE UNDERDOG = 496

    FRIEND OF TRUNKS = 497

    UNIVERSE’S LUCKIEST = 498

    NEW TALENT = 499

    EVENT ADDICT = 500

    WMAT PRODIGY = 501

    COSMIC SUPERNOVA = 502

    STAR OF TOMORROW = 503

    WMAT GROUP CHAMPION = 504

    FANTASTICAL PARTNER = 505

    NOT HARMONIC = 506

    WMAT SOLO CHAMPION = 507

    UNCROWNED KING = 508

    FLAMING FIST = 509

    WMAT TEAM CHAMPION = 510

    PERFECT PARTNER = 511

    SCREECH = 512



    Command: @deltitle TITLEID [CHAR ID]

    Description: Delete a title to your char if you don’t use the CHAR ID, or you can choose a target character to delete his tittle.

    Ex: @deltitle 201 (Delete the Faithful Dragon title from your character)


    Command: @setitemduration SECONDS

    Description: This command didn’t worked for me. In gm.cpp it says “set duration for the first item from your inventory” I tried use in equipable item.

    Ex: @setitemduration 60 (should set the duration for the first item of your inventory to 1 minute)


    Command: @bind

    Description: It should make your item bind/unbind, I don’t know, didn’t worked too.

    Ex:


    Command: @exp [on/off]

    Description: This command make a possible to enable/disable the exp recive from mobs

    Ex:@exp off (you won’t recive exp from mobs)


    Command: @resetexp

    Description: Reset the current exp from your level.

    Ex:@resetexp (your exp back to 0)


    Command: @starthoneybee HOURS

    Description: Start the HoneyBeeEvent from GM command, you need set the time.

    Ex:@starthoneybee 4 (start the event with 4 hours duration)


    Command: @stophoneybee

    Description: Stop the HoneyBeeEvent.

    Ex:@stophoneybee


    Command: @deleteguild GUILDNAME

    Description: This command should delete the target guild. (NOT TESTED)

    Ex:@deleteguild TESTE (Guild TESTE has been deleted)


    Command: @cancelah CHARID

    Description: This command didn’t worked for me and it should cancel the items from Action House. I had test it as the CHAR_ID, CHAR_NAME, ITEM_ID, nothing happens.

    Ex:


    Command: @addmudosa VAULE

    Description: Add mudosa points to your character as the VAULE

    Ex:@addmudosa 50000 (Add 50k of mudosa points to your character)


    Command: @start

    Description: I don’t know how it works, nothing happens using the codes inside the script.

    Ex:


    Command: @createloot ITEMID VAULE

    Description: Drop the respective item on ground with the amount set.

    Ex:@createloot 11120219 100 (drops 100x u70 white on ground, they are spread.)


    Command: @test

    Description: Make your char falling

    Ex:@test



    HAVE FUN GUYS!


    Greetings,

    Slayte

  • GM commands dont work for me.

    Here some stats for equipment. (can add/modify on phpmyadmin/dbo_char/items)


    2000 max lp

    2002 p.atk

    2003 e.atk

    2004 p def

    2005 e def

    2006 str

    2007 con

    2008 foc

    2009 dex

    2010 soul

    2011 eng

    2012 % mov speed

    2013 atk. speed %

    2014 hit rate

    2015 dodge rate

    2016 defense rate

    2022 eng reflect %

    2023 lp reg ON HIT.

    2028 p. crit rate

    2029 e. crit rate

    2030 coldown

    2045 p. crit rate

    2046 e.crit %

    2049 lp recovery

    2056 lp%

    2057 ep%

    2059 poison defense

  • Did you changed your character permission? i mean in character database, u have to put 10 on GM and account too

  • Where Can I check the spawn ID for items?

    on tables... here some ID


    505019 lvl70 1100 e. glove

    523... human

    525... -526... namek

    527... majin

    674023 wand lv68

    21011001 lv70??

    7265 tmq cloth

    849338 pant namek mudosa 70 m.def 1026

    -----

    CCBD ticket

    11160009 51F

    11160028 71F

    11160032 91F


    7003037 alpha circuit

    7003038 beta circuit

    7003039 gama circuit

    7003042 special gamma circuit


    rare

    111600410 costume coupon

    111900040 saijan founder box ??

    11200061 gogeta outfit

    21003001 glove 251 e.atk 1100

    21011001 wand 347 lv70


    7000090 pandora lv24

    7001457 lvl70 cc wand

    7003045 blessed ruby cc150()

    704 red chest box error but work

    213 warm title error but work

  • update dbo_acc.accounts set admin=10,isGM=1 where AccountID=1;

    update dbo_char.characters set GameMaster=1 where AccountID=1;

    executed ok...


    and i play in game. seeing the GM icon...


    in the all chat model, i type the gm command(eg: @setspeed 100)....but gm command dont work...

  • Are you talking about the Table_Item_Data.rdf ?
    How to open it?
    I have tried to find for so long and still cannot find it and I am not sure where can I find all the spawn id or skill id.....

  • you need put all to "10" dbo_account admin= 10 gm = 10, dbo_char GM = 10, and this must work

Participate now!

Don’t have an account yet? Register yourself now and be a part of our community!