forked from Sphereserver/Scripts-X
-
Notifications
You must be signed in to change notification settings - Fork 0
/
spheretables.scp
351 lines (312 loc) · 5.57 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
//****************************************************************************
// SphereServer by: SphereServer development team and Menasoft.
// www.sphereserver.net
//****************************************************************************
VERSION=X1
[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.
crafting/
crafting/interface/
crafting/interface/legacy skillmenu/
core/backwards_compatibility_functions.scp
//core/backwards_compatibility_56b.scp
//core/backwards_compatibility_56c.scp
//core/backwards_compatibility_56c_multis.scp
//core/backwards_compatibility_56d.scp
//core/combat_override.scp // incomplete and outdated
core/defs.scp
core/defs_component_props.scp
core/defs_buffs_debuffs.scp
core/defs_faction.scp
core/defs_height.scp
core/defs_hues.scp
core/defs_html.scp
core/defs_mounts.scp
core/defs_sounds.scp
core/defs_sphere.scp
core/defs_types_hardcoded.scp
core/messages.scp
core/serv_triggers.scp
core/magic_preaos.scp
core/dialogs/
core/dialogs/admin/
core/dialogs/admin/language/
core/dialogs/exportmultis/
core/dialogs/region_creator/
//core/dialogs/legacy/
skills/
speech/
speech/human/
speech/jobs/
speech/monsters/
speech/towns/
types/
items/
items/magic_pre_aos/
items/material_nonbase/
//items/not_complete/ //uncomment this line before execute dui command to avoid
items/weapons/
multis/
core/regionresources.scp //Must be define after ITEM
core/regiontypes.scp //Must be define after ITEM
events/
spells/
npcs/
spawns/
stones/
stones/guilds/
stones/towns/
housing/
functions/
// maps
maps/map0/map0_starts.scp
maps/map0/map0_moongates.scp
maps/map0/map0_areas.scp
maps/map0/map0_areas_ml.scp
maps/map0/map0_areas_sa.scp
maps/map0/map0_areas_hs.scp
maps/map0/map0_rooms.scp
maps/map0/map0_teleports.scp
maps/map0/map0_teleports_ml.scp
maps/map0/map0_teleports_hs.scp
maps/map0/map0_teleports_tol.scp
maps/map1/map1_moongates.scp
maps/map1/map1_areas.scp
//maps/map1/map1_areas_aos_old_haven.scp
maps/map1/map1_areas_ml_new_haven.scp
maps/map1/map1_areas_ml.scp
maps/map1/map1_areas_sa.scp
maps/map1/map1_areas_hs.scp
maps/map1/map1_rooms.scp
maps/map1/map1_teleports.scp
maps/map1/map1_teleports_ml.scp
maps/map1/map1_teleports_ml_new_haven.scp
maps/map1/map1_teleports_hs.scp
maps/map1/map1_teleports_tol.scp
maps/map2/map2_areas.scp
maps/map2/map2_areas_ml.scp
maps/map2/map2_teleports.scp
maps/map2/map2_teleports_ml.scp
maps/map2/map2_moongates.scp
maps/map3/map3_areas.scp
maps/map3/map3_areas_ml.scp
maps/map3/map3_areas_se.scp
maps/map3/map3_teleports.scp
maps/map3/map3_teleports_ml.scp
maps/map3/map3_teleports_se.scp
maps/map3/map3_moongates.scp
maps/map4/map4_areas.scp
maps/map4/map4_teleports.scp
maps/map4/map4_moongates.scp
maps/map5/map5_areas.scp
maps/map5/map5_areas_tol.scp
maps/map5/map5_teleports.scp
maps/map5/map5_teleports_tol.scp
maps/map5/map5_moongates.scp
maps/map5/map5_moongates_tol.scp
//templates
templates/
templates_special/
//WorldGen Should be comment after the word generation is done
functions/worldgen/crops/
functions/worldgen/decoration/
functions/worldgen/decoration/felucca/
functions/worldgen/decoration/ilshenar/
functions/worldgen/decoration/malas/
functions/worldgen/decoration/misc/
functions/worldgen/decoration/termur/
functions/worldgen/decoration/tokuno/
functions/worldgen/decoration/trammel/
functions/worldgen/spawns/
functions/worldgen/spawns/felucca/
functions/worldgen/spawns/ilshenar/
functions/worldgen/spawns/malas/
functions/worldgen/spawns/termur/
functions/worldgen/spawns/tokuno/
functions/worldgen/spawns/trammel/
functions/worldgen/spawns/uoclassic/
//custom/
[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] // extra player commands.
AFK
DETAIL
WHERE
HUNGRY
SUICIDE
SELF
LAST
PASSWORD
EMAIL
HELPPAGE
[PLEVEL 2] // extra counselor commands.
//HELP
CAST
TELE
ANIM
SLEEP
UNDERWEAR
BARK
FIX
RESEND
INFO
ADMIN
PAGE
GM
GO
GOUID
GOCHAR
GOSOCK
GOCLI
XGO
JAIL
FORGIVE
// Scripted functions
t // teleport
sm // staff message
[PLEVEL 3]
CHARLIST
[PLEVEL 4]
ADD
ADDNPC
BADSPAWN
GOTYPE
GONAME
NUKE
LINK
SAVE
TILE
[PLEVEL 6]
ACCOUNT
SETPRIV
DIALOG
BLOCKIP
//TOME
EXTRACT
UNEXTRACT
EXPORT
IMPORT
SERV.CLEARVARS
[PLEVEL 7]
SRC
OBJ
NEW
DB
FILE
TRY
TRYP
TRYSRC
TRYSRV
PLEVEL
SERV.MYSQLPASSWORD
[EOF]