summaryrefslogtreecommitdiff
path: root/conf/charcommand_athena.conf
blob: acd89779a8ea723e3e9be8664515a16466d0bf08 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
// Athena charcommand Configuration file.
// Translated by Peter Kieser <pfak@telus.net>

// The symbol that will be used to recognize commands.
// You can set any one character, except control-characters (0x00-0x1f),
// '%', '$' (party/guild chat speaking) and '/' (standard client commands).
// The symbol must be different from from the standard GM command symbol.
command_symbol: #


//--------------------------
// 0: normal player commands
// None for security purposes.

//-------------------------
// 1: Super player commands

//---------------------------
// 10: Super player+ commands

//----------------------
// 20: Mediator commands

//--------------------
// 40: Sub-GM commands


// View the items in a character's cart
cartlist: 40

// Apply an effect onto another character
effect: 40

// View the exp of a character
exp: 40

// List a chacter's items
itemlist: 40

// View the jail time remaining
jailtime: 40

// Refresh a character
refresh: 40

// List a chacter's stats
stats: 40

// List a chacter's storage items
storagelist: 40

//---------------------
// 50: Sub-GM+ commands

// Change a character's clothing color
dye: 50

// Give another character a fake name
fakename: 50

// Open the hatch dialog for a character
hatch: 50

// Change a character's hair color
hcolor: 50
haircolor: 50

// Change a character's hair style
hstyle: 50
hairstyle: 50

// Changes character's model
model: 50

// Give or remove a peco from a character
mount: 50
mountpeco: 50

// Make another character's pet friendly/not
petfriendly: 50

// Rename another character's pet
petrename: 50

// Change a character's size
size: 50

//----------------
// 60: GM commands

// Resurrects a dead character
alive: 60
revive: 60

// Give a player all the skills available to him/her
allskill: 60
allskills: 60
skillall: 60
skillsall: 60

// Give a character the maximum possible stats
allstat: 60
allstats: 60
statall: 60
statsall: 60

// Change another character's base level (3 same commands)
blvl: 60
blevel: 60
baselvl: 60
baselevel: 60

// Changes the sex of an online player (all characters on the account)
changesex: 60

// Delete items from a character
delitem: 60

// Disguise a character
disguise: 60
undisguise: 60

// Resets another character's designated maps
feelreset: 60

// Change the guild level for a character's guild
glvl: 60
glevel: 60
guildlvl: 60
guildlevel: 60

// Open guild storage for a character
gstorage: 60

// Heal a character
heal: 60

// Invoke GM Hide on a character
hide: 60

// Increase a character's homunculus' level
hlvl: 60
hlevel: 60
homlvl: 60
homlevel: 60

// Evolve a character's homunculus
homevolve: 60
homevolution: 60

// Change a character's homunculus' friendly value
homfriendly: 60

// Change a character's homunculus' hunger value
homhungry: 60

// View a character's homunculus' stats
hominfo: 40

// Give another character an item
item: 60

// Create a specific item (with cards, refines, etc
item2: 60

// Remove all of a character's possessions
itemreset: 60

// Change another character's job (2 same commands)
job: 60
jobchange: 60

// Change another character's job level (3 same commands)
jlvl: 60
jlevel: 60
joblvl: 60
joblevel: 60

// Allow a character to attack anybody
killer: 60

// Make a character killable by anybody
killable: 60

// Return a character to their respawn point
load: 60

// Take away a character's platinum skill
lostskill: 60

// Make a character immune to monsters
monsterignore: 60

// Apply a certain option to another character
option: 60

// Change a character's pet's hungry value
pethungry: 60

// Produce forged equipment on a character (as if he/she was a blacksmith)
produce: 60

// Give another character a platinum skill
questskill: 60

// Performs a stat and skill reset on someone else.
reset: 60

// Save another character
save: 60

// Gives another character skill points
skpoint: 60

// Change a character's walking speed
speed: 60

// Give another character spiritball effect
spiritball: 60

// Open storage for a character
storage: 60

// Gives another character status points
stpoint: 60

// Change a character's stats
str: 60
agi: 60
vit: 60
int: 60
dex: 60
luk: 60

// Resets another character's status, skills
streset: 60
skreset: 60

// Warp a player somewhere else (3 same commands)
warp: 60
rura: 60
rura+: 60

//----------------------
// 80: GM Chief commands

// Refine a character's equipment
refine: 80

// Give another character zeny
zeny: 80

//---------------------------
// 99: Administrator commands

//---------------------------------------------------------------
// 100: Disabled commands


import: conf/import/charcommand_conf.txt