summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorgumi <git@gumi.ca>2018-02-17 00:19:51 -0500
committergumi <git@gumi.ca>2018-02-17 00:19:51 -0500
commitc12f559963ac2fcebcd8000af31c1dcf648b2a31 (patch)
tree38b434de7912b98ddc0b0a8f0da0178f8f4af3b5
parenta50e5f32f2fbef61eb99624bf839cbcf23ae3fbf (diff)
downloadtmwa-c12f559963ac2fcebcd8000af31c1dcf648b2a31.tar.gz
tmwa-c12f559963ac2fcebcd8000af31c1dcf648b2a31.tar.bz2
tmwa-c12f559963ac2fcebcd8000af31c1dcf648b2a31.tar.xz
tmwa-c12f559963ac2fcebcd8000af31c1dcf648b2a31.zip
treat hidden admins like normal admins
-rw-r--r--src/map/atcommand.cpp52
1 files changed, 26 insertions, 26 deletions
diff --git a/src/map/atcommand.cpp b/src/map/atcommand.cpp
index 215ed8f..cd00fe2 100644
--- a/src/map/atcommand.cpp
+++ b/src/map/atcommand.cpp
@@ -5225,7 +5225,7 @@ Map<XString, AtCommandInfo> atcommand_info =
60, atcommand_speed,
"Set walk rate"_s}},
{"storage"_s, {""_s,
- 99, atcommand_storage,
+ 98, atcommand_storage,
"Open your storage"_s}},
{"option"_s, {"<opt1> [opt2] [option]"_s,
80, atcommand_option,
@@ -5243,7 +5243,7 @@ Map<XString, AtCommandInfo> atcommand_info =
60, atcommand_alive,
"Restore life to yourself"_s}},
{"kami"_s, {"<message ...>"_s,
- 99, atcommand_kami,
+ 98, atcommand_kami,
"Send an anonymous broadcast"_s}},
{"heal"_s, {"[hp] [sp]"_s,
40, atcommand_heal,
@@ -5273,7 +5273,7 @@ Map<XString, AtCommandInfo> atcommand_info =
60, atcommand_pvpon,
"Disable PvP on your map"_s}},
{"model"_s, {"<style> [color] [dye]"_s,
- 99, atcommand_model,
+ 98, atcommand_model,
"Change your hairstyle and hair color"_s}},
{"spawn"_s, {"<mob-name-or-id> [count] [x] [y]"_s,
50, atcommand_spawn,
@@ -5285,10 +5285,10 @@ Map<XString, AtCommandInfo> atcommand_info =
60, atcommand_killmonster2,
"Kill all monsters (no drops)"_s}},
{"gat"_s, {""_s,
- 99, atcommand_gat,
+ 98, atcommand_gat,
"Dump the local walkmap"_s}},
{"packet"_s, {"<type> <flag>"_s,
- 99, atcommand_packet,
+ 98, atcommand_packet,
"Force a status change"_s}},
{"stpoint"_s, {"<amount>"_s,
60, atcommand_statuspoint,
@@ -5357,22 +5357,22 @@ Map<XString, AtCommandInfo> atcommand_info =
40, atcommand_kick,
"Transiently kick a player off the server"_s}},
{"kickall"_s, {""_s,
- 99, atcommand_kickall,
+ 98, atcommand_kickall,
"Transiently kick all players off the server"_s}},
{"questskill"_s, {"<skill-id>"_s,
- 99, atcommand_questskill,
+ 98, atcommand_questskill,
"Give yourself a quest (?) skill"_s}},
{"charquestskill"_s, {"<skill-id> <charname>"_s,
- 99, atcommand_charquestskill,
+ 98, atcommand_charquestskill,
"Give another player a quest (?) skill"_s}},
{"lostskill"_s, {"<skill-id>"_s,
80, atcommand_lostskill,
"Take away one of your quest (?) skills"_s}},
{"charlostskill"_s, {"<skill-id> <charname>"_s,
- 99, atcommand_charlostskill,
+ 98, atcommand_charlostskill,
"Take away one of another player's quest (?) skills"_s}},
{"party"_s, {"<name>"_s,
- 99, atcommand_party,
+ 98, atcommand_party,
"Create a new party"_s}},
{"setpartyleader"_s, {"<party-name-or-id> <flag> <player>"_s,
40, atcommand_setpartyleader,
@@ -5381,7 +5381,7 @@ Map<XString, AtCommandInfo> atcommand_info =
0, atcommand_setleader,
"Add/remove a leader to the current party"_s}},
{"mapexit"_s, {""_s,
- 99, atcommand_mapexit,
+ 98, atcommand_mapexit,
"Try to kill the server kindly"_s}},
{"idsearch"_s, {"<item-subseq>"_s,
80, atcommand_idsearch,
@@ -5408,7 +5408,7 @@ Map<XString, AtCommandInfo> atcommand_info =
60, atcommand_charreset,
"Reset a player's skills, stats, and magic"_s}},
{"charmodel"_s, {"<hairstyle> <hair-color> <dye> <charname>"_s,
- 99, atcommand_charmodel,
+ 98, atcommand_charmodel,
"Change another character's appearance"_s}},
{"charskpoint"_s, {"<amount> <charname>"_s,
60, atcommand_charskpoint,
@@ -5420,7 +5420,7 @@ Map<XString, AtCommandInfo> atcommand_info =
80, atcommand_charzeny,
"Adjust another player's money"_s}},
{"mapinfo"_s, {"<0-2> [map]"_s,
- 99, atcommand_mapinfo,
+ 98, atcommand_mapinfo,
"Show some stats for the map. 1 also shows players, 2 also shows NPCs"_s}},
{"dye"_s, {"<dye>"_s,
40, atcommand_dye,
@@ -5453,10 +5453,10 @@ Map<XString, AtCommandInfo> atcommand_info =
60, atcommand_char_unban,
"Remove a limited ban from a player's account"_s}},
{"partyspy"_s, {"<party-name-or-id>"_s,
- 99, atcommand_partyspy,
+ 98, atcommand_partyspy,
"Listen to all chat within a party"_s}},
{"partyrecall"_s, {"<party-name-or-id>"_s,
- 99, atcommand_partyrecall,
+ 98, atcommand_partyrecall,
"Warp all members of a party to you"_s}},
{"enablenpc"_s, {"<npc-name>"_s,
80, atcommand_enablenpc,
@@ -5477,13 +5477,13 @@ Map<XString, AtCommandInfo> atcommand_info =
0, atcommand_email,
"Changed your account's email"_s}},
{"effect"_s, {"<type> <flag>"_s,
- 99, atcommand_effect,
+ 98, atcommand_effect,
"Apply a special effect to yourself (or everyone! wtf?)"_s}},
{"charitemlist"_s, {"<charname>"_s,
- 99, atcommand_character_item_list,
+ 98, atcommand_character_item_list,
"List a player's items"_s}},
{"charstoragelist"_s, {"<charname>"_s,
- 99, atcommand_character_storage_list,
+ 98, atcommand_character_storage_list,
"List a player's storage"_s}},
{"addwarp"_s, {"<mapname> <x> <y>"_s,
80, atcommand_addwarp,
@@ -5501,7 +5501,7 @@ Map<XString, AtCommandInfo> atcommand_info =
40, atcommand_chareffect,
"Apply effect type with arg 0 to a player"_s}},
{"dropall"_s, {""_s,
- 99, atcommand_dropall,
+ 98, atcommand_dropall,
"Drop all of your items"_s}},
{"chardropall"_s, {"<charname>"_s,
60, atcommand_chardropall,
@@ -5513,28 +5513,28 @@ Map<XString, AtCommandInfo> atcommand_info =
60, atcommand_charstoreall,
"Store all of a player's items"_s}},
{"rain"_s, {""_s,
- 99, atcommand_rain,
+ 98, atcommand_rain,
"Enable the rain mapflag"_s}},
{"snow"_s, {""_s,
- 99, atcommand_snow,
+ 98, atcommand_snow,
"Enable the snow mapflag"_s}},
{"sakura"_s, {""_s,
- 99, atcommand_sakura,
+ 98, atcommand_sakura,
"Enable the sakura mapflag"_s}},
{"fog"_s, {""_s,
- 99, atcommand_fog,
+ 98, atcommand_fog,
"Enable the fog mapflag"_s}},
{"leaves"_s, {""_s,
- 99, atcommand_leaves,
+ 98, atcommand_leaves,
"Enable the leaves mapflag"_s}},
{"summon"_s, {"<mob-id-or-name>"_s,
50, atcommand_summon,
"Summon a slave monster temporarily"_s}},
{"adjgmlvl"_s, {"<level> <charname>"_s,
- 99, atcommand_adjgmlvl,
+ 98, atcommand_adjgmlvl,
"Temporarily adjust the GM level of a player"_s}},
{"adjcmdlvl"_s, {"<level> <command>"_s,
- 99, atcommand_adjcmdlvl,
+ 98, atcommand_adjcmdlvl,
"Temporarily adjust the GM level of a command"_s}},
{"trade"_s, {"<charname>"_s,
60, atcommand_trade,