forked from joaoescribano/DragonShardScripts
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathspheretables.scp
398 lines (354 loc) · 5.92 KB
/
spheretables.scp
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
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
//****************************************************************************
// SPHERE by : Menasoft ©1997-2017
// www.sphereserver.net
// All SPHERE script files and formats are copyright Menasoft & Partners.
// This file may be freely edited for personal use, but may not be distributed
// in whole or in part, in any format without express written permission from
// Menasoft & Partners. All donations and contributions
// become the property of Menasoft & Partners.
//****************************************************************************
// FILE LAST UPDATED: Wednesday, Jan 25, 2017
//
VERSION=0.56d
[COMMENT spheretables]
NOTE: This file is loaded 2nd after SPHERE.INI and the order is very important,
so be aware that the resources section is processed top down... if a file near
the top is dependant on a file near the bottom, you may try to slide the dependent
file up the list... but sometimes unreconcilable dependencies can happen, in which
case the problematic file may need to be split.
As a general rule:
- DEFNAMEs come first
- TYPEDEF and EVENTS second
- ITEMDEF and CHARDEF
- REGION* comes before AREADEF and ROOMDEF
- TEMPLATE last
[RESOURCES]
// sphere.ini and spheretable.scp are automatic.
// All the other scripts we want to load.
scripts/sphere_admin.scp
scripts/sphere_backward_compatibility.scp
scripts/sphere_book.scp
scripts/sphere_defs.scp
scripts/sphere_dialog.scp
scripts/sphere_events_human.scp
scripts/sphere_events_npcs.scp
scripts/sphere_menu.scp
scripts/sphere_name.scp
scripts/sphere_serv_triggers.scp
scripts/sphere_skills.scp
scripts/sphere_newb.scp
scripts/sphere_speech.scp
scripts/sphere_types.scp
scripts/items/
scripts/items/multis/
scripts/dgshard/sistemas/dg_sistema_tesouro.scp
scripts/dgshard/items/dg_items_logs.scp
scripts/stones/
scripts/stones/guilds/
scripts/stones/towns/
scripts/npcs/
scripts/speech/
scripts/sphere_spawns.scp
scripts/sphere_spells.scp
scripts/sphere_region.scp
// Insert custom files here //
scripts/dgshard/
scripts/dgshard/equipamentos/
scripts/dgshard/equipamentos/color/
scripts/dgshard/eventos/
scripts/dgshard/fix/
scripts/dgshard/funcoes/
scripts/dgshard/items/
scripts/dgshard/items/decoracao/
scripts/dgshard/npcs/
scripts/dgshard/npcs/animais/
scripts/dgshard/npcs/humanos/
scripts/dgshard/npcs/monstros/
scripts/dgshard/npcs/montarias/
scripts/dgshard/outros/
scripts/dgshard/sistemas/
// Others //
scripts/sphere_skillmenu.scp
// Maps //
scripts/maps/sphere_map0.scp
scripts/maps/sphere_map0_ml.scp
scripts/maps/sphere_map_dg.scp
//scripts/maps/sphere_map0_sa.scp
//scripts/maps/sphere_map0_hs.scp
scripts/maps/sphere_map1.scp
scripts/maps/sphere_map2.scp
scripts/maps/sphere_map2_ml.scp
//scripts/maps/sphere_map3.scp
//scripts/maps/sphere_map3_se.scp
//scripts/maps/sphere_map3_ml.scp
//scripts/maps/sphere_map4.scp
//scripts/maps/sphere_map5.scp
//scripts/maps/sphere_map5_tol.scp
scripts/maps/sphere_map_points0.scp
scripts/maps/sphere_map_points0_ml.scp
//scripts/maps/sphere_map_points0_hs.scp
//scripts/maps/sphere_map_points0_tol.scp
scripts/maps/sphere_map_points1.scp
scripts/maps/sphere_map_points2.scp
scripts/maps/sphere_map_points2_ml.scp
//scripts/maps/sphere_map_points3.scp
//scripts/maps/sphere_map_points3_se.scp
//scripts/maps/sphere_map_points3_ml.scp
//scripts/maps/sphere_map_points4.scp
//scripts/maps/sphere_map_points5.scp
//scripts/maps/sphere_map_points5_tol.scp
// Templates //
scripts/sphere_template.scp
scripts/sphere_template_loot.scp
scripts/sphere_template_vend.scp
[OBSCENE]
[FAME]
0,2000,6000
Anonymous
Known
Famous
[KARMA]
-10000,-6000,-2000,2001,6001
Wicked
Belligerent
Neutral
Kindly
Goodhearted
[NOTOTITLES] // NotoTitles
9900,5000,1000,500,100,-100,-500,-1000,-5000,-9900 // karma levels
500,1000,5000,9900 // fame levels
// highest karma
Trustworthy
Estimable
Great
Glorious
Glorious
Honest
Commendable
Famed
Illustrious
Illustrious
Good
Honorable
Admirable
Noble
Noble
Kind
Respectable
Proper
Eminent
Eminent
Fair
Upstanding
Reputable
Distinguished
Distinguished
<none>
Notable
Prominent
Renowned
Renowned
Rude
Disreputable
Notorious
Infamous
Dishonored
Unsavory
Dishonorable
Ignoble
Sinister
Sinister
Scoundrel
Malicious
Vile
Villainous
Dark
Despicable
Dastardly
Wicked
Evil
Evil
Outcast
Wretched
Nefarious
Dread
Dread
[RUNES]
An
Bet
Corp
Des
Ex
Flam
Grav
Hur
In
Jux
Kal
Lor
Mani
Nox
Ort
Por
Quas
Rel
Sanct
Tym
Uus
Vas
Wis
Xen
Ylem
Zan
[PLEVEL 1]
// Sphere
password
helppage
reply
// Outros
afk
where
hungry
suicide
renomearbag
// Informações
comandos
online
senha
vip
site
evento
infoconta
spells
regs
votar
quest
// Equipamentos
arrumar
disarm
// PVP
usebands
tomarcure
tomarinvis
tomarmana
tomarheal
tomarrefresh
joias
gate
// PVP Precisamos validar, script muito velho
spellbar
spellbar_setup
// Barco
navegar
// Economia
cheque
// Comunicação
c
chaton
chatoff
gc
gco
pm
lista
list
[PLEVEL 2]
b
tele
underwear
bark
fix
resend
staff
smsg
msgstaff
sc
[PLEVEL 3]
[PLEVEL 4]
t2
t
color
admin
go
gouid
gochar
gosock
gocli
gotype
goname
xgo
forgive
invis
trazer
pag
bankself
// Sumir
sumirdestiny
sumirdeath
sumirtoze
sumirbruno
sumirdragon
sumirhelio
sumirfli
sumirlucas
// Eventos
reset_2x2
contador_zumbi
bomberman
reset_champ
champion
fechar_evento
admin_evento
[PLEVEL 5]
allshow
rec_cs
bank
[PLEVEL 6]
info
badspawn
link
tile
nuke
account
dupe
add
validar_compra
edit
blockip
[PLEVEL 7]
save
tag
tag0
ctag
ctag0
cast
anim
sleep
page
jail
charlist
setpriv
dialog
extract
unextract
export
import
serv.clearvars
src
obj
new
newitem
db
file
try
tryp
trysrc
trysrv
plevel
serv.mysqlpassword
criarnpc
showuid
dispensar
forcemsg
sco
abs
[EOF]