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!

[Guide] Basic GM commands

Joined
Aug 19, 2010
Messages
2,735
Reaction score
2,602
This is a simple guide with a few GM commands.

I will add more as I discover them.

In-game, open the console with '~' or whatever you have set it to.
( you have to be Master or Developer status to use the commands )

Copy and paste, or type the blue text (add your own parameter/amount) in the console window and press enter.


level_up xx (where xx is the desired level)

add_money xx (where xx is the desired amount of money)

set_stat sta xx (replace sta with the stat of your choice)

create_item /Items/QuestRewards/ZoneLeague1/ZL1QuestDaggerLvl9.xdb (see your XDB_Items.Server folder for other items)

conjure_ship = learn_spell /Mechanics/Spells/Cheats/SummonShip/SummonShipSpell.xdb

attach_buff_self "/Mechanics/Spells/Cheats/Haste/Buff.xdb" (run like a boss!)

cast_spell "/Mechanics/Spells/Cheats/Vendors/Spell.xdb" (creates a whole bunch of vendors to your left )

add_ac "Mechanics/AlternativeCurrencies/Myrrh.xdb" xx (where xx is the desired amount of Myrrh)

add_ac "/Mechanics/AlternativeCurrencies/Ruby.xdb" xx (where xx is the desired amount of Rubies)

learn_spell /Mechanics/Spells/Cheats/ClearQuestsHistory/spell.xdb

learn_spell /Mechanics/Spells/Cheats/CompleteQuests/spell.xdb

learn_spell /Mechanics/Spells/Cheats/Die/Spell.xdb

learn_spell /Mechanics/Spells/Cheats/Dmg10/Spell.xdb

learn_spell /Mechanics/Spells/Cheats/Dmg70/spell.xdb

learn_spell /Mechanics/Spells/Cheats/GreaterInvisibility/Spell.xdb

learn_spell /Mechanics/Spells/Cheats/IDDQD/Spell.xdb

learn_spell /Mechanics/Spells/Cheats/Kill/spell.xdb

learn_spell /Mechanics/Spells/Cheats/KillAll/Spell.xdb

learn_spell /Mechanics/Spells/Cheats/KillPointBlank/Spell.xdb

learn_spell /Mechanics/Spells/Cheats/Teleport/Spell.xdb

learn_spell /Mechanics/Spells/Cheats/KillAllAvatars/Spell.xdb

learn_spell /Mechanics/Spells/Cheats/SummonShip/SummonShipSpellKaniaNew.(SpellCasterSelf).xdb

learn_spell /Mechanics/Spells/Cheats/SummonShip/SummonShipSpellHadagan.(SpellCasterSelf).xdb

learn_spell /Mechanics/Spells/Cheats/UnsummonShip/UnsummonShipSpell.xdb

learn_spell /Mechanics/Spells/Cheats/Freeze/Spell.xdb

learn_spell /Mechanics/Spells/Cheats/Unfreeze/Spell.xdb

learn_spell /Mechanics/Spells/Cheats/IceAge/Spell.xdb

learn_spell /Mechanics/Spells/Cheats/GlobalWarming/Spell.xdb

learn_spell /Mechanics/Spells/Cheats/Declick/Spell.xdb

learn_spell /Mechanics/Spells/Cheats/ResetPrepareDuration/Spell.xdb

learn_spell /Mechanics/Spells/Cheats/100miss/Spell.xdb

learn_spell /Mechanics/Spells/Cheats/DamageDevice10/Spell.xdb

learn_spell /Mechanics/Spells/Cheats/MoveTarget/Spell.xdb

learn_spell /Mechanics/Spells/Cheats/Highlander/Spell.xdb

learn_spell /Mechanics/Spells/Cheats/NoSave/Spell.xdb

Skills :
learn_skill "/Mechanics/Skills/Blacksmith/Blacksmith.(ArmorCraftResource).xdb"

learn_skill "/Mechanics/Skills/Leathering/Leathering.(ArmorCraftResource).xdb"

learn_skill "/Mechanics/Skills/Herbalism/Herbalism.xdb"

learn_skill "/Mechanics/Skills/Mining/Mining.xdb"

learn_skill "/Mechanics/Skills/Alchemy/Alchemy.xdb"

learn_skill "/Mechanics/Skills/Disassembling/Disassembling.xdb"

learn_skill "/Mechanics/Skills/Tailoring/Tailoring.(ArmorCraftResource).xdb"

raise_skill_score "/Mechanics/Skills/Blacksmith/Blacksmith.(ArmorCraftResource).xdb" 400

raise_skill_score "/Mechanics/Skills/Leathering/Leathering.(ArmorCraftResource).xdb" 400

raise_skill_score "/Mechanics/Skills/Herbalism/Herbalism.xdb" 400

raise_skill_score "/Mechanics/Skills/Mining/Mining.xdb" 400

raise_skill_score "/Mechanics/Skills/Alchemy/Alchemy.xdb" 400

raise_skill_score "/Mechanics/Skills/Disassembling/Disassembling.xdb" 400

raise_skill_score "/Mechanics/Skills/Tailoring/Tailoring.(ArmorCraftResource).xdb" 400

Thanks to gunnerone for these:
mute avatarname

unmute avatarname

kick accountname

ban accountname

unban accountname

Thanks to Maxcom for these:
tp2mea - teleport avatar to yourself

tpab2ab - teleport one abonent to other

tp2avatar - teleporting you to other avatar



That's it for now... most of these commands can be found in the Helper\ProfilesDebug folder, so I take no credit for it.

Feel free to add your own and I will add them to this post with credits to you.

Enjoy!
 
Last edited:
Initiate Mage
Joined
Mar 28, 2012
Messages
1
Reaction score
0
Re: [GUIDE] Basic GM commands

thank you for your site! thanks to your tips set up a server allods.
 
Last edited:
Junior Spellweaver
Joined
Feb 21, 2013
Messages
132
Reaction score
25
Re: [GUIDE] Basic GM commands

This is a simple guide with a few GM commands.

I will add more as I discover them.

In-game, open the console with '~' or whatever you have set it to.
( you have to be Master or Developer status to use the commands )
mm... how do i add this ? like how do i open console it doesen't work with ~ how do i set it in ?
 
Junior Spellweaver
Joined
Feb 21, 2013
Messages
132
Reaction score
25
Re: [GUIDE] Basic GM commands

You need to edit input.cfg
like this ?
//===========================================================================// global binds (directly runs global commands)
//===========================================================================


globalbind toggle_full_screen 'ALT' + 'ENTER'


//===========================================================================
// common section (always active)
//===========================================================================


commonbindsection


bind esc_pressed 'ESC'
bind enter_pressed 'ENTER'
bind enter_pressed 'NUM_ENTER'
bind try_quit_game 'ANY' + 'win_close'


// edit line
bind edit_line_cut 'CTRL' + 'X'
bind edit_line_copy 'CTRL' + 'C'
bind edit_line_paste 'CTRL' + 'V'




//===========================================================================
// main menu (login screen)
//===========================================================================


bindsection main_menu


bind next_tab_order 'TAB'


//bind make_user_screenshot 'SHIFT' + 'SYSRQ'




//===========================================================================
// premission (character select etc)
//===========================================================================


bindsection pre_mission


bind play_game 'CTRL' + 'P'
bind up_pressed 'UP'
bind down_pressed 'DOWN'
bind back 'ESC'
commonbindsection




bind toggle_debug_console '#'




//===========================================================================
// mission (ingame)
//===========================================================================




//===========================================================================
// Interface shortcuts approved by UI team (release shortcuts)
//===========================================================================


// can't be rebinded - don't move this section to database (resource system)
bindsection mission_camera_special
bind player_camera_slider_x 'ANY' + 'MOUSE_AXIS_X'
bind player_camera_slider_y 'ANY' + 'MOUSE_AXIS_Y'
bind click_threshold_slider_x 'ANY' + 'MOUSE_AXIS_X'
bind click_threshold_slider_y 'ANY' + 'MOUSE_AXIS_Y'
bind +player_camera_zoom_in 'win_mouse_wheel_up'
bind +player_camera_zoom_out 'win_mouse_wheel_down'


//temp CBT screenshot maker
//bindsection mission_printscreen
//bind make_screenshot 'SYSRQ'
 
Junior Spellweaver
Joined
Feb 21, 2013
Messages
132
Reaction score
25
Re: [GUIDE] Basic GM commands

Thanks a lot :)
hey umm that didn't work i tryed everything can you tell me how to open gm console ?
how to be a master dev in game what code i should put to make the console apeare and what file should i edit ? Thanks
 
Joined
Aug 19, 2010
Messages
2,735
Reaction score
2,602
Re: [GUIDE] Basic GM commands

hey umm that didn't work i tryed everything can you tell me how to open gm console ?
how to be a master dev in game what code i should put to make the console apeare and what file should i edit ? Thanks

Try to use my input.cfg file :

View attachment input.rar

Make sure to extract it to your \profiles folder in the client.
 

Attachments

You must be registered for see attachments list
Junior Spellweaver
Joined
Feb 21, 2013
Messages
132
Reaction score
25
Re: [GUIDE] Basic GM commands

Okay, that's good. Remember that Allods has a tutorial level in the beginning.
You cannot use any (or some ) GM commands in that level.
Finish the tutorial level and then try your commands again.
I finished the tutorial i know that at least :D
 
~Hunter~
Joined
Sep 18, 2005
Messages
404
Reaction score
4
Re: [GUIDE] Basic GM commands

.. this great .. got it work.. ty ty
 
Newbie Spellweaver
Joined
Feb 6, 2012
Messages
41
Reaction score
5
Re: [GUIDE] Basic GM commands

Hello to all, Maxcom is back :) i posted the file with full list of gm commands here. But it was deleted. Now i ready to give that list to peoples, who really want it.

Here you go :


I'll too from Russia, and it's no problem. I will finish it in some hours.


I recommend to use notepad++ for correct work with this file.
Before all, i should say thanks to Nafer for this command list. Power allods... In our hurts. Mail.ru, kill yourself.
Some guide: in this file we have some list commands, for example:
dbDescriptors.cmds.uiData.CmdSetUIChunkManagerMode$name = set_ui_chunk_manager_mode - that you must type in console how a main command
dbDescriptors.cmds.uiData.CmdSetUIChunkManagerMode$help = установить режим ui chunk manager - This is russian comment
dbDescriptors.cmds.uiData.CmdSetUIChunkManagerMode.online = 1 - online, 0 - offline - This is special value for yours command, you must type that after you main command. For example, set_level 45(command set level)

All info about commands you can find if you will read it carefully. Good luck.
 
Last edited by a moderator:
Back
Top