From 8ec592364897357d2ccba45a873646cfff2a8bf1 Mon Sep 17 00:00:00 2001 From: MagicBot Date: Sat, 7 May 2022 13:11:41 +0000 Subject: [PATCH] Update 'DevCmd primer' --- DevCmd-primer.md | 128 +++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 128 insertions(+) create mode 100644 DevCmd-primer.md diff --git a/DevCmd-primer.md b/DevCmd-primer.md new file mode 100644 index 0000000..5023d48 --- /dev/null +++ b/DevCmd-primer.md @@ -0,0 +1,128 @@ +MagicBox Dev Commands + + +./AddBuilding +example: ./AddBuilding 601 1 +adds a r1 forge to players location + +./AddGold +exmaple: ./AddGold 100000 +Adds 100000 gold to players inventory + +./AddMob +example: ./AddMob 13672 +adds the mob with ID 13672 to the players position + +./AddNPC +example: ./AddNPC 885 +Adds NPc with ID 885 to players location + +./ApplyStatMod +exmaple: ./ApplyStatMod all 999 +applies 999 buffs to the player + +./Bounds +example: ./Bounds +displays the bounds of the zone + +./ChangeName +exmaple: ./ChangeName MagicBot +Changes the name of the selected target to "MagicBot" + +./GetBank +exmaple: ./GetBank +displays the contentsof the selected players bank + +./GetVault +exmaple: ./GetVault +displays the contentsof the selected players vault + +./GotoObj +exmaple: GotoObj 364 +teleports player to object with ID 364 + +./MakeItem +exmaple: ./MakeItem 736 PRE-459 SUF-773 +creates item base 736 with prefix 459 and suffix 773 + +./PrintBonuses +example: ./PrintBonuses +prinst the bonuses of selected player + +./PrintEquip +exmaple: ./PrintEquip +prints the selected characters equipped items + +./PrintInventory +example: ./PrintInventory +prints the inventory of the selected character + +./PrintLocation +example: +./PrintLocation +prints the location of the selected character + +./PrintPowers +exmaple: ./PrintPowers +prints the powers of the selected character + +./PrintResists +example: ./PrintResists +prints the resists of the selected character + +./PrintSkills +example: ./PrintSkills +prints the skills of the selected character + +./PrintStats +exmaple: ./PrintStats +prints the stats of the selected character + +./Pull +exmaple: ./Pull +pulls the selected object to your location + +./Reboot +example: ./Reboot +reboots the server + +./RemoveBane +example: ./RemoveBane +removes the selected banestone + +./Rotate +exmaple: ./Rotate 90 +sets the rotation of the selected building to 90 + +./SetActiveMine +example: ./SetActiveMine true +sets the selected mine to be active + +./SetAdminRune +exmaple: ./SetAdminRune 2020 +sets the selected characters admin status to that of 2020 + +./SetBaneActive +exmaple: ./SetBaneActive true +sets the selected banestone to be active + +./SetLevel +exmaple: ./SetLevel 10 +sets the selected characters levelk to 10 + +./SetHealth +exmaple: ./SetHealth 100 +sets teh selected characters health to 100 + +./SetMAna +exmaple: ./SetMana 100 +sets teh selected characters manato 100 + +./SetStamina +exmaple: ./SetStamina 100 +sets teh selected characters stamina to 100 + +./TeleportMode +exmaple: ./teleportmode on +turns on teleporting instead of running to destinations +