Update 'A DevCmd Primer'
+143
-22
@@ -1,129 +1,250 @@
|
|||||||
> DevCmds are available only to accounts with `status = "ADMIN"` set in the obj_account table. For a majority of these commands the selected target matters.
|
>DevCmds are available only to accounts with `status = "ADMIN"` set in the obj_account table. For a majority of these commands the selected target matters.
|
||||||
|
|
||||||
MagicBox Dev Commands
|
MagicBox Dev Commands
|
||||||
|
|
||||||
./AddBuilding <BuildingID> <Rank>
|
./AddBuilding (BuildingID) (Rank)
|
||||||
|
<br>
|
||||||
example: ./AddBuilding 601 1
|
example: ./AddBuilding 601 1
|
||||||
|
<br>
|
||||||
adds a r1 forge to players location
|
adds a r1 forge to players location
|
||||||
|
|
||||||
./AddGold <AMOUNT>
|
---
|
||||||
|
|
||||||
|
./AddGold (AMOUNT)
|
||||||
|
<br>
|
||||||
exmaple: ./AddGold 100000
|
exmaple: ./AddGold 100000
|
||||||
|
<br>
|
||||||
Adds 100000 gold to players inventory
|
Adds 100000 gold to players inventory
|
||||||
|
|
||||||
./AddMob <ID>
|
---
|
||||||
|
|
||||||
|
./AddMob (ID)
|
||||||
|
<br>
|
||||||
example: ./AddMob 13672
|
example: ./AddMob 13672
|
||||||
|
<br>
|
||||||
adds the mob with ID 13672 to the players position
|
adds the mob with ID 13672 to the players position
|
||||||
|
|
||||||
./AddNPC <ID>
|
---
|
||||||
|
|
||||||
|
./AddNPC (ID)
|
||||||
|
<br>
|
||||||
example: ./AddNPC 885
|
example: ./AddNPC 885
|
||||||
|
<br>
|
||||||
Adds NPc with ID 885 to players location
|
Adds NPc with ID 885 to players location
|
||||||
|
|
||||||
./ApplyStatMod <TYPE> <AMOUNT>
|
---
|
||||||
|
|
||||||
|
./ApplyStatMod (TYPE) (AMOUNT)
|
||||||
|
<br>
|
||||||
exmaple: ./ApplyStatMod all 999
|
exmaple: ./ApplyStatMod all 999
|
||||||
|
<br>
|
||||||
applies 999 buffs to the player
|
applies 999 buffs to the player
|
||||||
|
|
||||||
|
---
|
||||||
|
|
||||||
./Bounds
|
./Bounds
|
||||||
|
<br>
|
||||||
example: ./Bounds
|
example: ./Bounds
|
||||||
|
<br>
|
||||||
displays the bounds of the zone
|
displays the bounds of the zone
|
||||||
|
|
||||||
./ChangeName <NAME>
|
---
|
||||||
|
|
||||||
|
./ChangeName (NAME)
|
||||||
|
<br>
|
||||||
exmaple: ./ChangeName MagicBot
|
exmaple: ./ChangeName MagicBot
|
||||||
|
<br>
|
||||||
Changes the name of the selected target to "MagicBot"
|
Changes the name of the selected target to "MagicBot"
|
||||||
|
|
||||||
|
---
|
||||||
|
|
||||||
./GetBank
|
./GetBank
|
||||||
|
<br>
|
||||||
exmaple: ./GetBank
|
exmaple: ./GetBank
|
||||||
|
<br>
|
||||||
displays the contentsof the selected players bank
|
displays the contentsof the selected players bank
|
||||||
|
|
||||||
|
---
|
||||||
|
|
||||||
./GetVault
|
./GetVault
|
||||||
|
<br>
|
||||||
exmaple: ./GetVault
|
exmaple: ./GetVault
|
||||||
|
<br>
|
||||||
displays the contentsof the selected players vault
|
displays the contentsof the selected players vault
|
||||||
|
|
||||||
./GotoObj <ID>
|
---
|
||||||
|
|
||||||
|
./GotoObj (ID)
|
||||||
|
<br>
|
||||||
exmaple: GotoObj 364
|
exmaple: GotoObj 364
|
||||||
|
<br>
|
||||||
teleports player to object with ID 364
|
teleports player to object with ID 364
|
||||||
|
|
||||||
./MakeItem <ITEMID> <PREFIXID> <SUFFIXID>
|
---
|
||||||
|
|
||||||
|
./MakeItem (ITEMID) (PREFIXID) (SUFFIXID)
|
||||||
|
<br>
|
||||||
exmaple: ./MakeItem 736 PRE-459 SUF-773
|
exmaple: ./MakeItem 736 PRE-459 SUF-773
|
||||||
|
<br>
|
||||||
creates item base 736 with prefix 459 and suffix 773
|
creates item base 736 with prefix 459 and suffix 773
|
||||||
|
|
||||||
|
---
|
||||||
|
|
||||||
./PrintBonuses
|
./PrintBonuses
|
||||||
|
<br>
|
||||||
example: ./PrintBonuses
|
example: ./PrintBonuses
|
||||||
|
<br>
|
||||||
prinst the bonuses of selected player
|
prinst the bonuses of selected player
|
||||||
|
|
||||||
|
---
|
||||||
|
|
||||||
./PrintEquip
|
./PrintEquip
|
||||||
|
<br>
|
||||||
exmaple: ./PrintEquip
|
exmaple: ./PrintEquip
|
||||||
|
<br>
|
||||||
prints the selected characters equipped items
|
prints the selected characters equipped items
|
||||||
|
|
||||||
|
---
|
||||||
|
|
||||||
./PrintInventory
|
./PrintInventory
|
||||||
|
<br>
|
||||||
example: ./PrintInventory
|
example: ./PrintInventory
|
||||||
|
<br>
|
||||||
prints the inventory of the selected character
|
prints the inventory of the selected character
|
||||||
|
|
||||||
|
---
|
||||||
|
|
||||||
./PrintLocation
|
./PrintLocation
|
||||||
example:
|
<br>
|
||||||
./PrintLocation
|
example: ./PrintLocation
|
||||||
|
<br>
|
||||||
prints the location of the selected character
|
prints the location of the selected character
|
||||||
|
|
||||||
|
---
|
||||||
|
|
||||||
./PrintPowers
|
./PrintPowers
|
||||||
|
<br>
|
||||||
exmaple: ./PrintPowers
|
exmaple: ./PrintPowers
|
||||||
|
<br>
|
||||||
prints the powers of the selected character
|
prints the powers of the selected character
|
||||||
|
|
||||||
|
---
|
||||||
|
|
||||||
./PrintResists
|
./PrintResists
|
||||||
|
<br>
|
||||||
example: ./PrintResists
|
example: ./PrintResists
|
||||||
|
<br>
|
||||||
prints the resists of the selected character
|
prints the resists of the selected character
|
||||||
|
|
||||||
|
---
|
||||||
|
|
||||||
./PrintSkills
|
./PrintSkills
|
||||||
|
<br>
|
||||||
example: ./PrintSkills
|
example: ./PrintSkills
|
||||||
|
<br>
|
||||||
prints the skills of the selected character
|
prints the skills of the selected character
|
||||||
|
|
||||||
|
---
|
||||||
|
|
||||||
./PrintStats
|
./PrintStats
|
||||||
|
<br>
|
||||||
exmaple: ./PrintStats
|
exmaple: ./PrintStats
|
||||||
|
<br>
|
||||||
prints the stats of the selected character
|
prints the stats of the selected character
|
||||||
|
|
||||||
|
---
|
||||||
|
|
||||||
./Pull
|
./Pull
|
||||||
|
<br>
|
||||||
exmaple: ./Pull
|
exmaple: ./Pull
|
||||||
|
<br>
|
||||||
pulls the selected object to your location
|
pulls the selected object to your location
|
||||||
|
|
||||||
|
---
|
||||||
|
|
||||||
./Reboot
|
./Reboot
|
||||||
|
<br>
|
||||||
example: ./Reboot
|
example: ./Reboot
|
||||||
|
<br>
|
||||||
reboots the server
|
reboots the server
|
||||||
|
|
||||||
|
---
|
||||||
|
|
||||||
./RemoveBane
|
./RemoveBane
|
||||||
|
<br>
|
||||||
example: ./RemoveBane
|
example: ./RemoveBane
|
||||||
|
<br>
|
||||||
removes the selected banestone
|
removes the selected banestone
|
||||||
|
|
||||||
./Rotate <DEGREE>
|
---
|
||||||
|
|
||||||
|
./Rotate (DEGREE)
|
||||||
|
<br>
|
||||||
exmaple: ./Rotate 90
|
exmaple: ./Rotate 90
|
||||||
|
<br>
|
||||||
sets the rotation of the selected building to 90
|
sets the rotation of the selected building to 90
|
||||||
|
|
||||||
./SetActiveMine <TRUE/FALSE>
|
---
|
||||||
|
|
||||||
|
./SetActiveMine (TRUE/FALSE)
|
||||||
|
<br>
|
||||||
example: ./SetActiveMine true
|
example: ./SetActiveMine true
|
||||||
|
<br>
|
||||||
sets the selected mine to be active
|
sets the selected mine to be active
|
||||||
|
|
||||||
./SetAdminRune <ID>
|
---
|
||||||
|
|
||||||
|
./SetAdminRune (ID)
|
||||||
|
<br>
|
||||||
exmaple: ./SetAdminRune 2020
|
exmaple: ./SetAdminRune 2020
|
||||||
|
<br>
|
||||||
sets the selected characters admin status to that of 2020
|
sets the selected characters admin status to that of 2020
|
||||||
|
|
||||||
./SetBaneActive <TRUE/FALSE>
|
---
|
||||||
|
|
||||||
|
./SetBaneActive (TRUE/FALSE)
|
||||||
|
<br>
|
||||||
exmaple: ./SetBaneActive true
|
exmaple: ./SetBaneActive true
|
||||||
|
<br>
|
||||||
sets the selected banestone to be active
|
sets the selected banestone to be active
|
||||||
|
|
||||||
./SetLevel <AMOUNT>
|
---
|
||||||
|
|
||||||
|
./SetLevel (AMOUNT)
|
||||||
|
<br>
|
||||||
exmaple: ./SetLevel 10
|
exmaple: ./SetLevel 10
|
||||||
|
<br>
|
||||||
sets the selected characters levelk to 10
|
sets the selected characters levelk to 10
|
||||||
|
|
||||||
./SetHealth <AMOUNT>
|
---
|
||||||
|
|
||||||
|
./SetHealth (AMOUNT)
|
||||||
|
<br>
|
||||||
exmaple: ./SetHealth 100
|
exmaple: ./SetHealth 100
|
||||||
|
<br>
|
||||||
sets teh selected characters health to 100
|
sets teh selected characters health to 100
|
||||||
|
|
||||||
./SetMAna <AMOUNT>
|
---
|
||||||
|
|
||||||
|
./SetMAna (AMOUNT)
|
||||||
|
<br>
|
||||||
exmaple: ./SetMana 100
|
exmaple: ./SetMana 100
|
||||||
|
<br>
|
||||||
sets teh selected characters manato 100
|
sets teh selected characters manato 100
|
||||||
|
|
||||||
./SetStamina <AMOUNT>
|
---
|
||||||
|
|
||||||
|
./SetStamina (AMOUNT)
|
||||||
|
<br>
|
||||||
exmaple: ./SetStamina 100
|
exmaple: ./SetStamina 100
|
||||||
|
<br>
|
||||||
sets teh selected characters stamina to 100
|
sets teh selected characters stamina to 100
|
||||||
|
|
||||||
./TeleportMode <ON/OFF>
|
---
|
||||||
exmaple: ./teleportmode on
|
|
||||||
turns on teleporting instead of running to destinations
|
|
||||||
|
|
||||||
|
./TeleportMode (ON/OFF)
|
||||||
|
<br>
|
||||||
|
exmaple: ./teleportmode on
|
||||||
|
<br>
|
||||||
|
turns on teleporting instead of running to destinations
|
||||||
|
<br>
|
||||||
Reference in New Issue
Block a user