Paste #15997: Denizen Debug Logs From <<6Sword Art Online7>>

Date: 2015/05/30 07:42:15 UTC-07:00
Type: Server Log

View Raw Paste Download This Paste
Copy Link


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
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
813
814
815
816
817
818
819
820
821
822
823
824
825
826
827
828
829
830
831
832
833
834
835
836
837
838
839
840
841
842
843
844
845
846
847
848
849
850
851
852
853
854
855
856
857
858
859
860
861
862
863
864
865
866
867
868
869
870
871
872
873
874
875
876
877
878
879
880
881
882
883
884
885
886
887
888
889
890
891
892
893
894
895
896
897
898
899
900
901
902
903
904
905
906
907
908
909
910
911
912
913
914
915
916
917
918
919
920
921
922
923
924
925
926
927
928
929
930
931
932
933
934
935
936
937
938
939
940
941
942
943
944
945
946
947
948
949
950
951
952
953
954
955
956
957
958
959
960
961
962
963
964
965
966
967
968
969
970
971
972
973
974
975
976
977
978
979
980
981
982
983
984
985
986
987
988
989
990
991
992
993
994
995
996
997
998
999
1000
1001
1002
1003
1004
1005
1006
1007
1008
1009
1010
1011
1012
1013
1014
1015
1016
1017
1018
1019
1020
1021
1022
1023
1024
1025
1026
1027
1028
1029
1030
1031
1032
1033
1034
1035
1036
1037
1038
1039
1040
1041
1042
1043
1044
1045
1046
1047
1048
1049
1050
1051
1052
1053
1054
1055
1056
1057
1058
1059
1060
1061
1062
1063
1064
1065
1066
1067
1068
1069
1070
1071
1072
1073
1074
1075
1076
1077
1078
1079
1080
1081
1082
1083
1084
1085
1086
1087
1088
1089
1090
1091
1092
1093
1094
1095
1096
1097
1098
1099
1100
1101
1102
1103
1104
1105
1106
1107
1108
1109
1110
1111
1112
1113
1114
1115
1116
1117
1118
1119
1120
1121
1122
1123


Java Version: 1.8.0_45
CraftBukkit Version: git-Spigot-1627 (MC: 1.7.10)
Active Plugins (21): WorldEdit: 5.6.2, HealthBar: 1.8.2, Essentials: 2.13.1, VoxelSniper: 5.169.0-SNAPSHOT-jnks309-git7b2b282, 
PermissionsEx: 1.22.5, Modifyworld: 1.19.7, WorldBorder: 1.8.0, Vault: 1.4.1-b436, 
Votifier: 1.9, EssentialsSpawn: 2.13.1, Multiverse-Core: 2.5-b678, ProtocolLib: 3.5.0-SNAPSHOT, 
WorldGuard: 5.9, LibsDisguises: 8.2.6-SNAPSHOT, NoCheatPlus: 3.11.0-RC-sMD5NET-b739, 
Citizens: 2.0.13-SNAPSHOT (build 1178), Denizen: 0.9.6-SNAPSHOT (build Unknown), 
Multiverse-Portals: 2.5-b699, Sentry: 1.8.2, MagicSpells: 3.1, MythicMobs: 1.1.4,
Loaded Worlds (3): AincradFloor1, tutorial, AincradFloor2
Online Players (1): Kantorh(Kantorh)

10:42:03 [INFO] +> [Denizen] Processing outside scripts... 
10:42:03 [INFO] +> [Denizen] Processing unnamed script... 
10:42:03 [INFO] +> [Denizen] Processing 
                   '\Donations\DonationHandler.yml'... 
10:42:03 [INFO] +> [Denizen] Processing '\Donations\DonationSetup.yml'... 
10:42:03 [INFO] +> [Denizen] Processing '\Floors\Floor 
                   1\Floor1Bosses.yml'... 
10:42:03 [INFO] +> [Denizen] Processing '\Floors\Floor 
                   1\Floor1Mobs.yml'... 
10:42:03 [INFO] +> [Denizen] Processing '\Floors\Floor 
                   1\Floor1Questing.yml'... 
10:42:03 [INFO] +> [Denizen] Processing '\Floors\Floor 
                   1\Labyrinth1.yml'... 
10:42:03 [INFO] +> [Denizen] Processing '\Floors\Floor 
                   1\TownofBeginnings.yml'... 
10:42:03 [INFO] +> [Denizen] Processing '\Items.yml'... 
10:42:03 [INFO] +> [Denizen] Processing '\Misc\IpBanner.yml'... 
10:42:03 [INFO] +> [Denizen] Processing 
                   '\Misc\MiscellaneousUtilities.yml'... 
10:42:03 [INFO] +> [Denizen] Processing '\Skills\SwordSkills.yml'... 
10:42:03 [INFO] +> [Denizen] Processing '\System\AttributeHandler.yml'... 
10:42:03 [INFO] +> [Denizen] Processing 
                   '\System\Block_Interactions.yml'... 
10:42:03 [INFO] +> [Denizen] Processing '\System\Chat\ChatHandler.yml'... 
10:42:03 [INFO] +> [Denizen] Processing '\System\Death_Handler.yml'... 
10:42:03 [INFO] +> [Denizen] Processing '\System\EquipmentBuilder.yml'... 
10:42:03 [INFO] +> [Denizen] Processing '\System\EquipmentHandler.yml'... 
10:42:03 [INFO] +> [Denizen] Processing '\System\FriendsList.yml'... 
10:42:03 [INFO] +> [Denizen] Processing '\System\Help.yml'... 
10:42:03 [INFO] +> [Denizen] Processing '\System\HitpointHandler.yml'... 
10:42:03 [INFO] +> [Denizen] Processing '\System\InventoryHandler.yml'... 
10:42:03 [INFO] +> [Denizen] Processing '\System\ItemHandler.yml'... 
10:42:03 [INFO]  ERROR! Woah! Error parsing \System\ItemHandler.yml! 
10:42:03 [INFO]  ERROR! Internal exception was thrown! 
10:42:03 [SEVERE] while parsing a block collection
 in 'string', line 5, column 5:
        - ^if <player.flag[Teleport_Cool ... 
        ^
expected <block end>, but found Key
 in 'string', line 43, column 5:
        on player right clicks with i@te ... 
        ^

10:42:03 [SEVERE] org.yaml.snakeyaml.parser.ParserImpl$ParseBlockSequenceEntry.produce(ParserImpl.java:514)
10:42:03 [SEVERE] org.yaml.snakeyaml.parser.ParserImpl.peekEvent(ParserImpl.java:158)
10:42:03 [SEVERE] org.yaml.snakeyaml.parser.ParserImpl.checkEvent(ParserImpl.java:143)
10:42:03 [SEVERE] org.yaml.snakeyaml.composer.Composer.composeSequenceNode(Composer.java:203)
10:42:03 [SEVERE] org.yaml.snakeyaml.composer.Composer.composeNode(Composer.java:157)
10:42:03 [SEVERE] org.yaml.snakeyaml.composer.Composer.composeMappingNode(Composer.java:237)
10:42:03 [SEVERE] org.yaml.snakeyaml.composer.Composer.composeNode(Composer.java:159)
10:42:03 [SEVERE] org.yaml.snakeyaml.composer.Composer.composeMappingNode(Composer.java:237)
10:42:03 [SEVERE] org.yaml.snakeyaml.composer.Composer.composeNode(Composer.java:159)
10:42:03 [SEVERE] org.yaml.snakeyaml.composer.Composer.composeDocument(Composer.java:122)
10:42:03 [SEVERE] org.yaml.snakeyaml.composer.Composer.getSingleNode(Composer.java:105)
10:42:03 [SEVERE] org.yaml.snakeyaml.constructor.BaseConstructor.getSingleData(BaseConstructor.java:120)
10:42:03 [SEVERE] org.yaml.snakeyaml.Yaml.loadFromReader(Yaml.java:481)
10:42:03 [SEVERE] org.yaml.snakeyaml.Yaml.load(Yaml.java:400)
10:42:03 [SEVERE] net.aufdemrand.denizencore.utilities.YamlConfiguration.load(YamlConfiguration.java:19)
10:42:03 [SEVERE] net.aufdemrand.denizencore.scripts.ScriptHelper.loadConfig(ScriptHelper.java:115)
10:42:03 [SEVERE] net.aufdemrand.denizencore.scripts.ScriptHelper._concatenateCoreScripts(ScriptHelper.java:163)
10:42:03 [SEVERE] net.aufdemrand.denizencore.scripts.ScriptHelper.reloadScripts(ScriptHelper.java:22)
10:42:03 [SEVERE] net.aufdemrand.denizencore.DenizenCore.loadScripts(DenizenCore.java:67)
10:42:03 [SEVERE] net.aufdemrand.denizencore.DenizenCore.reloadScripts(DenizenCore.java:80)
10:42:03 [SEVERE] net.aufdemrand.denizen.DenizenCommandHandler.reload(DenizenCommandHandler.java:355)
10:42:03 [SEVERE] sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
10:42:03 [SEVERE] sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
10:42:03 [SEVERE] sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
10:42:03 [SEVERE] java.lang.reflect.Method.invoke(Unknown Source)
10:42:03 [SEVERE] net.aufdemrand.denizen.utilities.command.CommandManager.executeMethod(CommandManager.java:135)
10:42:03 [SEVERE] net.aufdemrand.denizen.utilities.command.CommandManager.execute(CommandManager.java:71)
10:42:03 [SEVERE] net.aufdemrand.denizen.utilities.command.CommandManager.executeSafe(CommandManager.java:159)
10:42:03 [SEVERE] net.aufdemrand.denizen.Denizen.onCommand(Denizen.java:652)
10:42:03 [SEVERE] org.bukkit.command.PluginCommand.execute(PluginCommand.java:44)
10:42:03 [SEVERE] org.bukkit.command.SimpleCommandMap.dispatch(SimpleCommandMap.java:181)
10:42:03 [SEVERE] org.bukkit.craftbukkit.v1_7_R4.CraftServer.dispatchCommand(CraftServer.java:767)
10:42:03 [SEVERE] org.bukkit.craftbukkit.v1_7_R4.CraftServer.dispatchServerCommand(CraftServer.java:753)
10:42:03 [SEVERE] net.minecraft.server.v1_7_R4.DedicatedServer.aB(DedicatedServer.java:326)
10:42:03 [SEVERE] net.minecraft.server.v1_7_R4.DedicatedServer.v(DedicatedServer.java:290)
10:42:03 [SEVERE] net.minecraft.server.v1_7_R4.MinecraftServer.u(MinecraftServer.java:584)
10:42:03 [SEVERE] net.minecraft.server.v1_7_R4.MinecraftServer.run(MinecraftServer.java:490)
10:42:03 [SEVERE] net.minecraft.server.v1_7_R4.ThreadServerApplication.run(SourceFile:628)
10:42:03 [INFO] +> [Denizen] Processing '\System\Login\Login.yml'... 
10:42:03 [INFO] +> [Denizen] Processing '\System\MenuDisplays.yml'... 
10:42:03 [INFO] +> [Denizen] Processing '\System\MenuSystem.yml'... 
10:42:03 [INFO] +> [Denizen] Processing 
                   '\System\MerchantAssignments.yml'... 
10:42:03 [INFO] +> [Denizen] Processing '\System\PartyHandler.yml'... 
10:42:03 [INFO] +> [Denizen] Processing '\System\PlayerLeveling.yml'... 
10:42:03 [INFO] +> [Denizen] Processing 
                   '\System\QuestCommandHandler.yml'... 
10:42:03 [INFO] +> [Denizen] Processing 
                   '\System\Reset_Respec_Handler.yml'... 
10:42:03 [INFO] +> [Denizen] Processing '\System\SkillLeveling.yml'... 
10:42:03 [INFO] +> [Denizen] Processing 
                   '\System\Spawn_Limit_Manager.yml'... 
10:42:03 [INFO] +> [Denizen] Processing '\System\StaminaHandler.yml'... 
10:42:03 [INFO]  OKAY! All scripts loaded! 
10:42:03 [INFO] +> [ScriptRegistry] Adding script HORUNKAQUEST3START as 
                   type INTERACT 
10:42:03 [INFO] +> [ScriptRegistry] Adding script ROTTENCARROT as type 
                   ITEM 
10:42:03 [INFO] +> [ScriptRegistry] Adding script PARTYCHATBYPASS as type 
                   TASK 
10:42:03 [INFO] +> [ScriptRegistry] Adding script MASHEDPOTATOES as type 
                   ITEM 
10:42:03 [INFO] +> [ScriptRegistry] Adding script GREATBOARLORD as type 
                   ASSIGNMENT 
10:42:03 [INFO] +> [ScriptRegistry] Adding script ROASTEDCHICKENWING as 
                   type ITEM 
10:42:03 [INFO] +> [ScriptRegistry] Adding script 
                   HERBRUBBEDSIRLOINTIPROAST as type ITEM 
10:42:03 [INFO] +> [ScriptRegistry] Adding script GOLDPIECE as type ITEM 
10:42:03 [INFO] +> [ScriptRegistry] Adding script RAGOUTRABBITUNCOOKED as 
                   type ITEM 
10:42:03 [INFO] +> [ScriptRegistry] Adding script TINPLATING as type ITEM 
10:42:03 [INFO] +> [ScriptRegistry] Adding script YAKULDQUEST3START as 
                   type INTERACT 
10:42:03 [INFO] +> [ScriptRegistry] Adding script SHARECOMMAND as type 
                   WORLD 
10:42:03 [INFO] +> [ScriptRegistry] Adding script SMALLWING as type ITEM 
10:42:03 [INFO] +> [ScriptRegistry] Adding script PARTYCOMMANDHANDLER as 
                   type WORLD 
10:42:03 [INFO] +> [ScriptRegistry] Adding script MEDAIQUEST2 as type 
                   ASSIGNMENT 
10:42:03 [INFO] +> [ScriptRegistry] Adding script MEDAIQUEST3 as type 
                   ASSIGNMENT 
10:42:03 [INFO] +> [ScriptRegistry] Adding script CRISPYBACON as type ITEM 
10:42:03 [INFO] +> [ScriptRegistry] Adding script YAKULDQUEST3COMPLETED as 
                   type INTERACT 
10:42:03 [INFO] +> [ScriptRegistry] Adding script MEDAIQUEST1 as type 
                   ASSIGNMENT 
10:42:03 [INFO] +> [ScriptRegistry] Adding script MEDAIQUEST1DELIVER as 
                   type INTERACT 
10:42:03 [INFO] +> [ScriptRegistry] Adding script CRACKER as type ITEM 
10:42:03 [INFO] +> [ScriptRegistry] Adding script TOBQUEST7COMPLETED as 
                   type INTERACT 
10:42:03 [INFO] +> [ScriptRegistry] Adding script SKILLSELECTION as type 
                   WORLD 
10:42:03 [INFO] +> [ScriptRegistry] Adding script TOBQUEST11SECONDARY as 
                   type ASSIGNMENT 
10:42:03 [INFO] +> [ScriptRegistry] Adding script FOOLSGOLD as type ITEM 
10:42:03 [INFO] +> [ScriptRegistry] Adding script TOBQUEST12START as type 
                   INTERACT 
10:42:03 [INFO] +> [ScriptRegistry] Adding script MUTECOMMAND as type 
                   COMMAND 
10:42:03 [INFO] +> [ScriptRegistry] Adding script TELEPORTCRYSTAL as type 
                   ITEM 
10:42:03 [INFO] +> [ScriptRegistry] Adding script GRILLEDPOTATO as type 
                   ITEM 
10:42:03 [INFO] +> [ScriptRegistry] Adding script LEATHERSCRAP as type 
                   ITEM 
10:42:03 [INFO] +> [ScriptRegistry] Adding script TOBQUEST7SECONDARY as 
                   type ASSIGNMENT 
10:42:03 [INFO] +> [ScriptRegistry] Adding script MEATBALL as type ITEM 
10:42:03 [INFO] +> [ScriptRegistry] Adding script 
                   SLOWROASTEDPORKTENDERLOIN as type ITEM 
10:42:03 [INFO] +> [ScriptRegistry] Adding script TOBQUEST7GOAL as type 
                   INTERACT 
10:42:03 [INFO] +> [ScriptRegistry] Adding script TOBQUEST12 as type 
                   ASSIGNMENT 
10:42:03 [INFO] +> [ScriptRegistry] Adding script TOBQUEST13 as type 
                   ASSIGNMENT 
10:42:03 [INFO] +> [ScriptRegistry] Adding script TOBQUEST14 as type 
                   ASSIGNMENT 
10:42:03 [INFO] +> [ScriptRegistry] Adding script GRILLEDCHICKEN as type 
                   ITEM 
10:42:03 [INFO] +> [ScriptRegistry] Adding script REDHEALINGPOTION as type 
                   ITEM 
10:42:03 [INFO] +> [ScriptRegistry] Adding script TOBQUEST15 as type 
                   ASSIGNMENT 
10:42:03 [INFO] +> [ScriptRegistry] Adding script STORECMD as type COMMAND 
10:42:03 [INFO] +> [ScriptRegistry] Adding script TOBQUEST10 as type 
                   ASSIGNMENT 
10:42:03 [INFO] +> [ScriptRegistry] Adding script BH as type ITEM 
10:42:03 [INFO] +> [ScriptRegistry] Adding script TOBQUEST11 as type 
                   ASSIGNMENT 
10:42:03 [INFO] +> [ScriptRegistry] Adding script LARGEHORN as type ITEM 
10:42:03 [INFO] +> [ScriptRegistry] Adding script MENUEXIT as type WORLD 
10:42:03 [INFO] +> [ScriptRegistry] Adding script MENUITEM5_1 as type ITEM 
10:42:03 [INFO] +> [ScriptRegistry] Adding script TOBQUEST16DELIVER as 
                   type INTERACT 
10:42:03 [INFO] +> [ScriptRegistry] Adding script COLOR_BLUE as type ITEM 
10:42:03 [INFO] +> [ScriptRegistry] Adding script MENUITEM5_3 as type ITEM 
10:42:03 [INFO] +> [ScriptRegistry] Adding script MENUITEM5_2 as type ITEM 
10:42:03 [INFO] +> [ScriptRegistry] Adding script LARGECARROT as type ITEM 
10:42:03 [INFO] +> [ScriptRegistry] Adding script COLOR_GOLD as type ITEM 
10:42:03 [INFO] +> [ScriptRegistry] Adding script EHELPBYPASS as type 
                   WORLD 
10:42:03 [INFO] +> [ScriptRegistry] Adding script PORK as type ITEM 
10:42:03 [INFO] +> [ScriptRegistry] Adding script CD as type ITEM 
10:42:03 [INFO] +> [ScriptRegistry] Adding script MEDIUMVIAL as type ITEM 
10:42:03 [INFO] +> [ScriptRegistry] Adding script TRADECHAT as type 
                   COMMAND 
10:42:03 [INFO] +> [ScriptRegistry] Adding script BLACKSMITHCONFIRM as 
                   type COMMAND 
10:42:03 [INFO] +> [ScriptRegistry] Adding script GINGERBREADCOOKIE as 
                   type ITEM 
10:42:03 [INFO] +> [ScriptRegistry] Adding script ALMONDCOOKIE as type 
                   ITEM 
10:42:03 [INFO] +> [ScriptRegistry] Adding script TCHATITEM as type ITEM 
10:42:03 [INFO] +> [ScriptRegistry] Adding script ACR as type ITEM 
10:42:03 [INFO] +> [ScriptRegistry] Adding script SLABOFBACON as type ITEM 
10:42:03 [INFO] +> [ScriptRegistry] Adding script MEDAIQUEST3COMPLETED as 
                   type INTERACT 
10:42:03 [INFO] +> [ScriptRegistry] Adding script KOBOLDSCOUT as type 
                   ASSIGNMENT 
10:42:03 [INFO] +> [ScriptRegistry] Adding script TOBQUEST7START as type 
                   INTERACT 
10:42:03 [INFO] +> [ScriptRegistry] Adding script FRIEDCHICKENLEG as type 
                   ITEM 
10:42:03 [INFO] +> [ScriptRegistry] Adding script LEVELSTARTUP as type 
                   TASK 
10:42:03 [INFO] +> [ScriptRegistry] Adding script CANCEL as type ITEM 
10:42:03 [INFO] +> [ScriptRegistry] Adding script ROASTEDPOTATO as type 
                   ITEM 
10:42:03 [INFO] +> [ScriptRegistry] Adding script STUCKCOMMAND as type 
                   WORLD 
10:42:03 [INFO] +> [ScriptRegistry] Adding script TOBQUEST16 as type 
                   ASSIGNMENT 
10:42:03 [INFO] +> [ScriptRegistry] Adding script TOBQUEST17 as type 
                   ASSIGNMENT 
10:42:03 [INFO] +> [ScriptRegistry] Adding script BAKEDPORKCHOP as type 
                   ITEM 
10:42:03 [INFO] +> [ScriptRegistry] Adding script POTATOCHUNKS as type 
                   ITEM 
10:42:03 [INFO] +> [ScriptRegistry] Adding script RAGOUTRABBITBRISKET as 
                   type ITEM 
10:42:03 [INFO] +> [ScriptRegistry] Adding script 
                   SIRLOINSTEAKWITHGARLICBUTTER as type ITEM 
10:42:03 [INFO] +> [ScriptRegistry] Adding script TININGOT as type ITEM 
10:42:03 [INFO] +> [ScriptRegistry] Adding script WILDCHICKEN as type ITEM 
10:42:03 [INFO] +> [ScriptRegistry] Adding script WISP as type ASSIGNMENT 
10:42:03 [INFO] +> [ScriptRegistry] Adding script SKELETALKOBOLD as type 
                   ASSIGNMENT 
10:42:03 [INFO] +> [ScriptRegistry] Adding script PANFRIEDPOTATOSLICE as 
                   type ITEM 
10:42:03 [INFO] +> [ScriptRegistry] Adding script GREENPOTATO as type ITEM 
10:42:03 [INFO] +> [ScriptRegistry] Adding script LAZULICORE as type ITEM 
10:42:03 [INFO] +> [ScriptRegistry] Adding script IPBANNER as type WORLD 
10:42:03 [INFO] +> [ScriptRegistry] Adding script CHICKENSOUP as type ITEM 
10:42:03 [INFO] +> [ScriptRegistry] Adding script MENUITEM4_2 as type ITEM 
10:42:03 [INFO] +> [ScriptRegistry] Adding script MENUITEM4_1 as type ITEM 
10:42:03 [INFO] +> [ScriptRegistry] Adding script TOBQUEST3COMPLETED as 
                   type INTERACT 
10:42:03 [INFO] +> [ScriptRegistry] Adding script BISCUIT as type ITEM 
10:42:03 [INFO] +> [ScriptRegistry] Adding script MENUITEM4_3 as type ITEM 
10:42:03 [INFO] +> [ScriptRegistry] Adding script POTROAST as type ITEM 
10:42:03 [INFO] +> [ScriptRegistry] Adding script MENU1A as type INVENTORY 
10:42:03 [INFO] +> [ScriptRegistry] Adding script MEDAIQUEST2START as type 
                   INTERACT 
10:42:03 [INFO] +> [ScriptRegistry] Adding script BITTERROOT as type ITEM 
10:42:03 [INFO] +> [ScriptRegistry] Adding script FRESHCHICKEN as type 
                   ITEM 
10:42:03 [INFO] +> [ScriptRegistry] Adding script TOBQUEST11COMPLETED as 
                   type INTERACT 
10:42:03 [INFO] +> [ScriptRegistry] Adding script ROASTTURKEYLEG as type 
                   ITEM 
10:42:03 [INFO] +> [ScriptRegistry] Adding script CHICKENENCHILADA as type 
                   ITEM 
10:42:03 [INFO] +> [ScriptRegistry] Adding script MAINMENU as type 
                   INVENTORY 
10:42:03 [INFO] +> [ScriptRegistry] Adding script BLACKSMITHWEAPON as type 
                   COMMAND 
10:42:03 [INFO] +> [ScriptRegistry] Adding script PARTYHELP as type TASK 
10:42:03 [INFO] +> [ScriptRegistry] Adding script DRIEDROOT as type ITEM 
10:42:03 [INFO] +> [ScriptRegistry] Adding script 2HA as type ITEM 
10:42:03 [INFO] +> [ScriptRegistry] Adding script IRONINGOT as type ITEM 
10:42:03 [INFO] +> [ScriptRegistry] Adding script COLOR_YELLOW as type 
                   ITEM 
10:42:03 [INFO] +> [ScriptRegistry] Adding script PANFRIEDBEEF as type 
                   ITEM 
10:42:03 [INFO] +> [ScriptRegistry] Adding script STOREITEM10 as type ITEM 
10:42:03 [INFO] +> [ScriptRegistry] Adding script FLOOR1QUEST1COMPLETED as 
                   type INTERACT 
10:42:03 [INFO] +> [ScriptRegistry] Adding script COLOR_LIGHT_GRAY as type 
                   ITEM 
10:42:03 [INFO] +> [ScriptRegistry] Adding script 
                   MOBSPAWNMANAGER_CONFIGURATIONS as type TASK 
10:42:03 [INFO] +> [ScriptRegistry] Adding script BREADEDCHICKENLEG as 
                   type ITEM 
10:42:03 [INFO] +> [ScriptRegistry] Adding script 2HH as type ITEM 
10:42:03 [INFO] +> [ScriptRegistry] Adding script BABYBACKRIBS as type 
                   ITEM 
10:42:03 [INFO] +> [ScriptRegistry] Adding script GLOWINGHORN as type ITEM 
10:42:03 [INFO] +> [ScriptRegistry] Adding script PARTYCHAT as type TASK 
10:42:03 [INFO] +> [ScriptRegistry] Adding script CURRIEDCHICKEN as type 
                   ITEM 
10:42:03 [INFO] +> [ScriptRegistry] Adding script EMPTYCART as type ITEM 
10:42:03 [INFO] +> [ScriptRegistry] Adding script LETTERTOPENTORAN as type 
                   ITEM 
10:42:03 [INFO] +> [ScriptRegistry] Adding script 2HP as type ITEM 
10:42:03 [INFO] +> [ScriptRegistry] Adding script BEESTINGER as type ITEM 
10:42:03 [INFO] +> [ScriptRegistry] Adding script GLOBALCHAT as type 
                   COMMAND 
10:42:03 [INFO] +> [ScriptRegistry] Adding script PARTYCHATHANDLER as type 
                   WORLD 
10:42:03 [INFO] +> [ScriptRegistry] Adding script BUTTEREDBREAD as type 
                   ITEM 
10:42:03 [INFO] +> [ScriptRegistry] Adding script PEAR as type ITEM 
10:42:03 [INFO] +> [ScriptRegistry] Adding script TOBQUEST2 as type 
                   ASSIGNMENT 
10:42:03 [INFO] +> [ScriptRegistry] Adding script TOBQUEST1 as type 
                   ASSIGNMENT 
10:42:03 [INFO] +> [ScriptRegistry] Adding script PANFRIEDPOTATO as type 
                   ITEM 
10:42:03 [INFO] +> [ScriptRegistry] Adding script EXAMPLEMOB as type 
                   ASSIGNMENT 
10:42:03 [INFO] +> [ScriptRegistry] Adding script TOBQUEST6 as type 
                   ASSIGNMENT 
10:42:03 [INFO] +> [ScriptRegistry] Adding script TOBQUEST5 as type 
                   ASSIGNMENT 
10:42:03 [INFO] +> [ScriptRegistry] Adding script TOBQUEST4 as type 
                   ASSIGNMENT 
10:42:03 [INFO] +> [ScriptRegistry] Adding script TOBQUEST3 as type 
                   ASSIGNMENT 
10:42:03 [INFO] +> [ScriptRegistry] Adding script TOBQUEST2COMPLETED as 
                   type INTERACT 
10:42:03 [INFO] +> [ScriptRegistry] Adding script TOBQUEST8 as type 
                   ASSIGNMENT 
10:42:03 [INFO] +> [ScriptRegistry] Adding script MEDAIQUEST2COMPLETED as 
                   type INTERACT 
10:42:03 [INFO] +> [ScriptRegistry] Adding script TOBQUEST7 as type 
                   ASSIGNMENT 
10:42:03 [INFO] +> [ScriptRegistry] Adding script MENUITEM3_1 as type ITEM 
10:42:03 [INFO] +> [ScriptRegistry] Adding script MENUITEM3_3 as type ITEM 
10:42:03 [INFO] +> [ScriptRegistry] Adding script HILLYGOAT as type 
                   ASSIGNMENT 
10:42:03 [INFO] +> [ScriptRegistry] Adding script TOBQUEST3START as type 
                   INTERACT 
10:42:03 [INFO] +> [ScriptRegistry] Adding script MENUITEM3_2 as type ITEM 
10:42:03 [INFO] +> [ScriptRegistry] Adding script MENUITEM3_5 as type ITEM 
10:42:03 [INFO] +> [ScriptRegistry] Adding script TOBQUEST13FINISHED as 
                   type INTERACT 
10:42:03 [INFO] +> [ScriptRegistry] Adding script MENUITEM3_4 as type ITEM 
10:42:03 [INFO] +> [ScriptRegistry] Adding script COLOR_DARK_CYAN as type 
                   ITEM 
10:42:03 [INFO] +> [ScriptRegistry] Adding script COLOR_LIME as type ITEM 
10:42:03 [INFO] +> [ScriptRegistry] Adding script CATERPILLAR as type 
                   ASSIGNMENT 
10:42:03 [INFO] +> [ScriptRegistry] Adding script TAILOR_SUPPLY_CHEST as 
                   type ITEM 
10:42:03 [INFO] +> [ScriptRegistry] Adding script LARGEVIAL as type ITEM 
10:42:03 [INFO] +> [ScriptRegistry] Adding script HPCMDS as type WORLD 
10:42:03 [INFO] +> [ScriptRegistry] Adding script RECRUITMENTCHAT as type 
                   COMMAND 
10:42:03 [INFO] +> [ScriptRegistry] Adding script GCHATITEM as type ITEM 
10:42:03 [INFO] +> [ScriptRegistry] Adding script PORKCHOP as type ITEM 
10:42:03 [INFO] +> [ScriptRegistry] Adding script BLACKSMITHMATERIAL as 
                   type COMMAND 
10:42:03 [INFO] +> [ScriptRegistry] Adding script STORE_ITEM_FUNCTION as 
                   type WORLD 
10:42:03 [INFO] +> [ScriptRegistry] Adding script ASSASSINMASK as type 
                   ITEM 
10:42:03 [INFO] +> [ScriptRegistry] Adding script SCALYSKIN as type ITEM 
10:42:03 [INFO] +> [ScriptRegistry] Adding script 1HA as type ITEM 
10:42:03 [INFO] +> [ScriptRegistry] Adding script MENUICON as type ITEM 
10:42:03 [INFO] +> [ScriptRegistry] Adding script 1HCS as type ITEM 
10:42:03 [INFO] +> [ScriptRegistry] Adding script MENUITEM1_1A as type 
                   ITEM 
10:42:03 [INFO] +> [ScriptRegistry] Adding script CHARACTERMENU as type 
                   COMMAND 
10:42:03 [INFO] +> [ScriptRegistry] Adding script 1HH as type ITEM 
10:42:03 [INFO] +> [ScriptRegistry] Adding script MENUITEM1_1B as type 
                   ITEM 
10:42:03 [INFO] +> [ScriptRegistry] Adding script MENUITEM1_1C as type 
                   ITEM 
10:42:03 [INFO] +> [ScriptRegistry] Adding script HORUNKAQUEST2DELIVER as 
                   type INTERACT 
10:42:03 [INFO] +> [ScriptRegistry] Adding script FRESHFISH as type ITEM 
10:42:03 [INFO] +> [ScriptRegistry] Adding script SLOWROASTEDPOTATOES as 
                   type ITEM 
10:42:03 [INFO] +> [ScriptRegistry] Adding script 1HP as type ITEM 
10:42:03 [INFO] +> [ScriptRegistry] Adding script HIDEHELMET as type ITEM 
10:42:03 [INFO] +> [ScriptRegistry] Adding script FLOOR1QUEST1START as 
                   type INTERACT 
10:42:03 [INFO] +> [ScriptRegistry] Adding script ENGLISHMUFFIN as type 
                   ITEM 
10:42:03 [INFO] +> [ScriptRegistry] Adding script COCONUTCREAMPIE as type 
                   ITEM 
10:42:03 [INFO] +> [ScriptRegistry] Adding script BLACKBERRYPIE as type 
                   ITEM 
10:42:03 [INFO] +> [ScriptRegistry] Adding script AUCTION_HOUSE_TICKET as 
                   type ITEM 
10:42:03 [INFO] +> [ScriptRegistry] Adding script FLEECE as type ITEM 
10:42:03 [INFO] +> [ScriptRegistry] Adding script CHICKENFINGER as type 
                   ITEM 
10:42:03 [INFO] +> [ScriptRegistry] Adding script WILDPOTATO as type ITEM 
10:42:03 [INFO] +> [ScriptRegistry] Adding script TOBQUEST6COMPLETED as 
                   type INTERACT 
10:42:03 [INFO] +> [ScriptRegistry] Adding script CARDINAL as type ITEM 
10:42:03 [INFO] +> [ScriptRegistry] Adding script MENUITEM2_2 as type ITEM 
10:42:03 [INFO] +> [ScriptRegistry] Adding script MENUITEM2_1 as type ITEM 
10:42:03 [INFO] +> [ScriptRegistry] Adding script MERCHANTBUY as type 
                   COMMAND 
10:42:03 [INFO] +> [ScriptRegistry] Adding script MENUITEM2_3 as type ITEM 
10:42:03 [INFO] +> [ScriptRegistry] Adding script HORUNKAQUEST2START as 
                   type INTERACT 
10:42:03 [INFO] +> [ScriptRegistry] Adding script TOBQUEST6START as type 
                   INTERACT 
10:42:03 [INFO] +> [ScriptRegistry] Adding script STRAWBERRYPIE as type 
                   ITEM 
10:42:03 [INFO] +> [ScriptRegistry] Adding script CLOCKTOWERINTERACT as 
                   type INTERACT 
10:42:03 [INFO] +> [ScriptRegistry] Adding script COLOR_CYAN as type ITEM 
10:42:03 [INFO] +> [ScriptRegistry] Adding script COUNTRYFRIEDSTEAK as 
                   type ITEM 
10:42:03 [INFO] +> [ScriptRegistry] Adding script CONFIRMATION_WINDOW as 
                   type INVENTORY 
10:42:03 [INFO] +> [ScriptRegistry] Adding script BOAR as type TASK 
10:42:03 [INFO] +> [ScriptRegistry] Adding script SEASONEDCHICKENBREAST as 
                   type ITEM 
10:42:03 [INFO] +> [ScriptRegistry] Adding script CHANNELFILTER as type 
                   WORLD 
10:42:03 [INFO] +> [ScriptRegistry] Adding script BLACKSMITHINGHAMMER as 
                   type ITEM 
10:42:03 [INFO] +> [ScriptRegistry] Adding script TOBQUEST1SECONDARY as 
                   type ASSIGNMENT 
10:42:03 [INFO] +> [ScriptRegistry] Adding script TUSKBREW as type ITEM 
10:42:03 [INFO] +> [ScriptRegistry] Adding script BEEFPOTPIE as type ITEM 
10:42:03 [INFO] +> [ScriptRegistry] Adding script TOBQUEST16FINISHED as 
                   type INTERACT 
10:42:03 [INFO] +> [ScriptRegistry] Adding script STEAKUNCOOKED as type 
                   ITEM 
10:42:03 [INFO] +> [ScriptRegistry] Adding script IRONCHAINROLL as type 
                   ITEM 
10:42:03 [INFO] +> [ScriptRegistry] Adding script NEPENTSEED as type ITEM 
10:42:03 [INFO] +> [ScriptRegistry] Adding script MEDUSAPOTION as type 
                   ITEM 
10:42:03 [INFO] +> [ScriptRegistry] Adding script FRESHCARROT as type ITEM 
10:42:03 [INFO] +> [ScriptRegistry] Adding script TOBQUEST13DELIVER as 
                   type INTERACT 
10:42:03 [INFO] +> [ScriptRegistry] Adding script PADDEDHOOD as type ITEM 
10:42:03 [INFO] +> [ScriptRegistry] Adding script TOBQUEST10GOALCOMPLETED 
                   as type INTERACT 
10:42:03 [INFO] +> [ScriptRegistry] Adding script ANVILFINDER as type TASK 
10:42:03 [INFO] +> [ScriptRegistry] Adding script LABYRINTH1CANCEL as type 
                   TASK 
10:42:03 [INFO] +> [ScriptRegistry] Adding script WHOLE-WHEATBREAD as type 
                   ITEM 
10:42:03 [INFO] +> [ScriptRegistry] Adding script COLOR_RED as type ITEM 
10:42:03 [INFO] +> [ScriptRegistry] Adding script CLOCKTOWERMERCHANT as 
                   type ASSIGNMENT 
10:42:03 [INFO] +> [ScriptRegistry] Adding script PARTYCONFIRM as type 
                   TASK 
10:42:03 [INFO] +> [ScriptRegistry] Adding script BAGEL as type ITEM 
10:42:03 [INFO] +> [ScriptRegistry] Adding script MENUITEM1_1 as type ITEM 
10:42:03 [INFO] +> [ScriptRegistry] Adding script 2HCS as type ITEM 
10:42:03 [INFO] +> [ScriptRegistry] Adding script MENUITEM1_3 as type ITEM 
10:42:03 [INFO] +> [ScriptRegistry] Adding script CHARACTERMENU_TASK as 
                   type TASK 
10:42:03 [INFO] +> [ScriptRegistry] Adding script MENUITEM1_2 as type ITEM 
10:42:03 [INFO] +> [ScriptRegistry] Adding script BLACKSMITHPIECE as type 
                   COMMAND 
10:42:03 [INFO] +> [ScriptRegistry] Adding script SEASONEDFROGLEGS as type 
                   ITEM 
10:42:03 [INFO] +> [ScriptRegistry] Adding script _UTIL_DTIME_COMMAND as 
                   type COMMAND 
10:42:03 [INFO]  Filled tag <&lt> with '<'. 
10:42:03 [INFO]  Filled tag <&gt> with '>'. 
10:42:03 [INFO] +> [ScriptRegistry] Adding script DENY_BUTTON as type ITEM 
10:42:03 [INFO] +> [ScriptRegistry] Adding script LABYRINTH1DOORTASK as 
                   type INTERACT 
10:42:03 [INFO] +> [ScriptRegistry] Adding script BREADEDCHICKENWING as 
                   type ITEM 
10:42:03 [INFO] +> [ScriptRegistry] Adding script TOBQUEST10COMPLETED as 
                   type INTERACT 
10:42:03 [INFO] +> [ScriptRegistry] Adding script BREADSTICK as type ITEM 
10:42:03 [INFO] +> [ScriptRegistry] Adding script TOBQUEST8COMPLETED as 
                   type INTERACT 
10:42:03 [INFO] +> [ScriptRegistry] Adding script BROKENSWORD as type ITEM 
10:42:03 [INFO] +> [ScriptRegistry] Adding script MERCHANTBUYLIST as type 
                   TASK 
10:42:03 [INFO] +> [ScriptRegistry] Adding script ORANGE as type ITEM 
10:42:03 [INFO] +> [ScriptRegistry] Adding script PARTYDISBAND as type 
                   TASK 
10:42:03 [INFO] +> [ScriptRegistry] Adding script ALCHEMIST_SUPPLY_CHEST 
                   as type ITEM 
10:42:03 [INFO] +> [ScriptRegistry] Adding script CUSTARDPIE as type ITEM 
10:42:03 [INFO] +> [ScriptRegistry] Adding script TOBQUEST11GOALSTART as 
                   type INTERACT 
10:42:03 [INFO] +> [ScriptRegistry] Adding script OLDCARROT as type ITEM 
10:42:03 [INFO] +> [ScriptRegistry] Adding script TOBQUEST11START as type 
                   INTERACT 
10:42:03 [INFO] +> [ScriptRegistry] Adding script CRANBERRYPIE as type 
                   ITEM 
10:42:03 [INFO] +> [ScriptRegistry] Adding script TURKEYLEG as type ITEM 
10:42:03 [INFO] +> [ScriptRegistry] Adding script LABYRINTH1DOOR as type 
                   ASSIGNMENT 
10:42:03 [INFO] +> [ScriptRegistry] Adding script 
                   ROSEMARYGARLICCHICKENKABOB as type ITEM 
10:42:03 [INFO] +> [ScriptRegistry] Adding script SKILLSMENU as type WORLD 
10:42:03 [INFO] +> [ScriptRegistry] Adding script SPRI as type ASSIGNMENT 
10:42:03 [INFO] +> [ScriptRegistry] Adding script RIBSUNCOOKED as type 
                   ITEM 
10:42:03 [INFO] +> [ScriptRegistry] Adding script CHICKENPOTPIE as type 
                   ITEM 
10:42:03 [INFO] +> [ScriptRegistry] Adding script RICEBREAD as type ITEM 
10:42:03 [INFO] +> [ScriptRegistry] Adding script LE as type ITEM 
10:42:03 [INFO] +> [ScriptRegistry] Adding script INVENTORYFUNCTION as 
                   type WORLD 
10:42:03 [INFO] +> [ScriptRegistry] Adding script TOBQUEST4START as type 
                   INTERACT 
10:42:03 [INFO] +> [ScriptRegistry] Adding script YAKULDQUEST1 as type 
                   ASSIGNMENT 
10:42:03 [INFO] +> [ScriptRegistry] Adding script _UTIL_GL as type TASK 
10:42:03 [INFO] +> [ScriptRegistry] Adding script YAKULDQUEST2 as type 
                   ASSIGNMENT 
10:42:03 [INFO] +> [ScriptRegistry] Adding script YAKULDQUEST3 as type 
                   ASSIGNMENT 
10:42:03 [INFO] +> [ScriptRegistry] Adding script ROASTCHICKEN as type 
                   ITEM 
10:42:03 [INFO] +> [ScriptRegistry] Adding script RAMEN as type ITEM 
10:42:03 [INFO] +> [ScriptRegistry] Adding script STAMINACMDS as type 
                   WORLD 
10:42:03 [INFO] +> [ScriptRegistry] Adding script MERCHANT_SUPPLY_CHEST as 
                   type ITEM 
10:42:03 [INFO] +> [ScriptRegistry] Adding script STRINGYMEAT as type ITEM 
10:42:03 [INFO] +> [ScriptRegistry] Adding script CHAIRS_FUNCTION as type 
                   WORLD 
10:42:03 [INFO] +> [ScriptRegistry] Adding script SPR as type ITEM 
10:42:03 [INFO] +> [ScriptRegistry] Adding script 3XPCOMMAND as type TASK 
10:42:03 [INFO] +> [ScriptRegistry] Adding script MEDAIQUEST1COMPLETED as 
                   type INTERACT 
10:42:03 [INFO] +> [ScriptRegistry] Adding script ROASTBEEF as type ITEM 
10:42:03 [INFO] +> [ScriptRegistry] Adding script SAUSAGE as type ITEM 
10:42:03 [INFO] +> [ScriptRegistry] Adding script BRONZEPLATING as type 
                   ITEM 
10:42:03 [INFO] +> [ScriptRegistry] Adding script FROZENCHICKEN as type 
                   ITEM 
10:42:03 [INFO] +> [ScriptRegistry] Adding script DULLGEMSTONE as type 
                   ITEM 
10:42:03 [INFO] +> [ScriptRegistry] Adding script ROASTHAM as type ITEM 
10:42:03 [INFO] +> [ScriptRegistry] Adding script CONFIRMPURCHASE as type 
                   COMMAND 
10:42:03 [INFO] +> [ScriptRegistry] Adding script SQUIDSHELL as type ITEM 
10:42:03 [INFO] +> [ScriptRegistry] Adding script DONATIONSTARTUP as type 
                   TASK 
10:42:03 [INFO] +> [ScriptRegistry] Adding script HPREFRESH as type TASK 
10:42:03 [INFO] +> [ScriptRegistry] Adding script HORUNKAQUEST2COMPLETED 
                   as type INTERACT 
10:42:03 [INFO] +> [ScriptRegistry] Adding script PORKLOINUNCOOKED as type 
                   ITEM 
10:42:03 [INFO] +> [ScriptRegistry] Adding script HORUNKAQUEST1DELIVER as 
                   type INTERACT 
10:42:03 [INFO] +> [ScriptRegistry] Adding script HERBROASTEDPOTATOES as 
                   type ITEM 
10:42:03 [INFO] +> [ScriptRegistry] Adding script MARINATEDPORKCHOP as 
                   type ITEM 
10:42:03 [INFO] +> [ScriptRegistry] Adding script PARTYLEAVE as type TASK 
10:42:03 [INFO] +> [ScriptRegistry] Adding script IRONPLATING as type ITEM 
10:42:03 [INFO] +> [ScriptRegistry] Adding script HPEVENTS as type WORLD 
10:42:03 [INFO] +> [ScriptRegistry] Adding script TOBQUEST2DELIVER as type 
                   INTERACT 
10:42:03 [INFO] +> [ScriptRegistry] Adding script FRENZYBOAR as type 
                   ASSIGNMENT 
10:42:03 [INFO] +> [ScriptRegistry] Adding script TOLBANAQUEST5DELIVER as 
                   type INTERACT 
10:42:03 [INFO] +> [ScriptRegistry] Adding script BAKEDCHICKENLEG as type 
                   ITEM 
10:42:03 [INFO] +> [ScriptRegistry] Adding script WOLFTOOTH as type ITEM 
10:42:03 [INFO] +> [ScriptRegistry] Adding script ALNILAMPOTION as type 
                   ITEM 
10:42:03 [INFO] +> [ScriptRegistry] Adding script BLACKSMITH_SUPPLY_CHEST 
                   as type ITEM 
10:42:03 [INFO] +> [ScriptRegistry] Adding script TOBQUEST16START as type 
                   INTERACT 
10:42:03 [INFO] +> [ScriptRegistry] Adding script TOBQUEST14DELIVER as 
                   type INTERACT 
10:42:03 [INFO] +> [ScriptRegistry] Adding script STAMINAREFRESH as type 
                   TASK 
10:42:03 [INFO] +> [ScriptRegistry] Adding script PADDEDTUNIC as type ITEM 
10:42:03 [INFO] +> [ScriptRegistry] Adding script DECAYINGCHICKEN as type 
                   ITEM 
10:42:03 [INFO] +> [ScriptRegistry] Adding script GRAVYBAKEDPORKCHOPS as 
                   type ITEM 
10:42:03 [INFO] +> [ScriptRegistry] Adding script BULLMEAT as type ITEM 
10:42:03 [INFO] +> [ScriptRegistry] Adding script COLMENU as type WORLD 
10:42:03 [INFO] +> [ScriptRegistry] Adding script SOURDOUGH as type ITEM 
10:42:03 [INFO] +> [ScriptRegistry] Adding script COLOR_PURPLE as type 
                   ITEM 
10:42:03 [INFO] +> [ScriptRegistry] Adding script TOBQUEST1MEETING as type 
                   INTERACT 
10:42:03 [INFO] +> [ScriptRegistry] Adding script CHICKENLEG as type ITEM 
10:42:03 [INFO] +> [ScriptRegistry] Adding script ATTRIBUTESELECTION as 
                   type WORLD 
10:42:03 [INFO] +> [ScriptRegistry] Adding script COLORFULFEATHER as type 
                   ITEM 
10:42:03 [INFO] +> [ScriptRegistry] Adding script HELPCOMMANDHANDLER as 
                   type WORLD 
10:42:03 [INFO] +> [ScriptRegistry] Adding script TOBQUEST4SECONDARY as 
                   type ASSIGNMENT 
10:42:03 [INFO] +> [ScriptRegistry] Adding script RAWCARROT as type ITEM 
10:42:03 [INFO] +> [ScriptRegistry] Adding script RUGGEDHORN as type ITEM 
10:42:03 [INFO] +> [ScriptRegistry] Adding script RAGGEDLEATHER as type 
                   ITEM 
10:42:03 [INFO] +> [ScriptRegistry] Adding script BLOODSHADE as type ITEM 
10:42:03 [INFO] +> [ScriptRegistry] Adding script TOBQUEST17FINISHED as 
                   type INTERACT 
10:42:03 [INFO] +> [ScriptRegistry] Adding script BOARLORDTHROW as type 
                   TASK 
10:42:03 [INFO] +> [ScriptRegistry] Adding script TOBQUEST5START as type 
                   INTERACT 
10:42:03 [INFO] +> [ScriptRegistry] Adding script FINEFEATHERS as type 
                   ITEM 
10:42:03 [INFO] +> [ScriptRegistry] Adding script FLOOR1QUEST2START as 
                   type INTERACT 
10:42:03 [INFO] +> [ScriptRegistry] Adding script BREADEDPORKCUTLETS as 
                   type ITEM 
10:42:03 [INFO] +> [ScriptRegistry] Adding script AQUAEOUSSHIELD as type 
                   ITEM 
10:42:03 [INFO] +> [ScriptRegistry] Adding script CONFIRMSALE as type 
                   COMMAND 
10:42:03 [INFO] +> [ScriptRegistry] Adding script TASTYCARROT as type ITEM 
10:42:03 [INFO] +> [ScriptRegistry] Adding script COLOR_WHITE as type ITEM 
10:42:03 [INFO] +> [ScriptRegistry] Adding script BAKEDSWEETPOTATO as type 
                   ITEM 
10:42:03 [INFO] +> [ScriptRegistry] Adding script LCHATITEM as type ITEM 
10:42:03 [INFO] +> [ScriptRegistry] Adding script SWORDSKILLASSIGN as type 
                   WORLD 
10:42:03 [INFO] +> [ScriptRegistry] Adding script BROKENANTLER as type 
                   ITEM 
10:42:03 [INFO] +> [ScriptRegistry] Adding script DONATIONCOMMANDHANDLER 
                   as type WORLD 
10:42:03 [INFO] +> [ScriptRegistry] Adding script WEAPONDAMAGECALCULATE as 
                   type PROCEDURE 
10:42:03 [INFO] +> [ScriptRegistry] Adding script ROLEPLAY_PACKAGE as type 
                   ITEM 
10:42:03 [INFO] +> [ScriptRegistry] Adding script MENUITEM2 as type ITEM 
10:42:03 [INFO] +> [ScriptRegistry] Adding script FRESHPORK as type ITEM 
10:42:03 [INFO] +> [ScriptRegistry] Adding script MENUITEM3 as type ITEM 
10:42:03 [INFO] +> [ScriptRegistry] Adding script MENUITEM4 as type ITEM 
10:42:03 [INFO] +> [ScriptRegistry] Adding script SOURGRASS as type ITEM 
10:42:03 [INFO] +> [ScriptRegistry] Adding script MENUITEM5 as type ITEM 
10:42:03 [INFO] +> [ScriptRegistry] Adding script MEDAIQUEST3DELIVER as 
                   type INTERACT 
10:42:03 [INFO] +> [ScriptRegistry] Adding script CRYSTAL as type ITEM 
10:42:03 [INFO] +> [ScriptRegistry] Adding script PARTYPVPHANDLER as type 
                   WORLD 
10:42:03 [INFO] +> [ScriptRegistry] Adding script BOARLORDCHARGE as type 
                   TASK 
10:42:03 [INFO] +> [ScriptRegistry] Adding script STEELPLATING as type 
                   ITEM 
10:42:03 [INFO] +> [ScriptRegistry] Adding script BAGUETTE as type ITEM 
10:42:03 [INFO] +> [ScriptRegistry] Adding script TRASHCOMMAND as type 
                   WORLD 
10:42:03 [INFO] +> [ScriptRegistry] Adding script STAMINAEVENTS as type 
                   WORLD 
10:42:03 [INFO] +> [ScriptRegistry] Adding script MERCHANTSELL as type 
                   COMMAND 
10:42:03 [INFO] +> [ScriptRegistry] Adding script BLUEBERRYCOOKIE as type 
                   ITEM 
10:42:03 [INFO] +> [ScriptRegistry] Adding script FELLBRANCHES as type 
                   ITEM 
10:42:03 [INFO] +> [ScriptRegistry] Adding script SALEAMOUNT as type 
                   COMMAND 
10:42:03 [INFO] +> [ScriptRegistry] Adding script TOBQUEST3DELIVER as type 
                   INTERACT 
10:42:03 [INFO] +> [ScriptRegistry] Adding script BLACKSMITHASSIGNMENT as 
                   type ASSIGNMENT 
10:42:03 [INFO] +> [ScriptRegistry] Adding script TOBQUEST5COMPLETED as 
                   type INTERACT 
10:42:03 [INFO] +> [ScriptRegistry] Adding script TOBQUEST4GOAL as type 
                   INTERACT 
10:42:03 [INFO] +> [ScriptRegistry] Adding script SD as type ITEM 
10:42:03 [INFO] +> [ScriptRegistry] Adding script FRENCHTOAST as type ITEM 
10:42:03 [INFO] +> [ScriptRegistry] Adding script PEACHPIE as type ITEM 
10:42:03 [INFO] +> [ScriptRegistry] Adding script STEELCHAIN as type ITEM 
10:42:03 [INFO] +> [ScriptRegistry] Adding script FRONT-LINE_SUPPLY_CHEST 
                   as type ITEM 
10:42:03 [INFO] +> [ScriptRegistry] Adding script ALPHAWOLF as type 
                   ASSIGNMENT 
10:42:03 [INFO] +> [ScriptRegistry] Adding script SLOWCOOKEDHAM as type 
                   ITEM 
10:42:03 [INFO] +> [ScriptRegistry] Adding script TOBQUEST4WAITING as type 
                   INTERACT 
10:42:03 [INFO] +> [ScriptRegistry] Adding script COLOR_GRAY as type ITEM 
10:42:03 [INFO] +> [ScriptRegistry] Adding script BUN as type ITEM 
10:42:03 [INFO] +> [ScriptRegistry] Adding script COLOR_LIGHT_BLUE as type 
                   ITEM 
10:42:03 [INFO] +> [ScriptRegistry] Adding script QUESTCOMMAND as type 
                   WORLD 
10:42:03 [INFO] +> [ScriptRegistry] Adding script LABYRINTH1ENTRANCE as 
                   type TASK 
10:42:03 [INFO] +> [ScriptRegistry] Adding script PATHSET as type TASK 
10:42:03 [INFO] +> [ScriptRegistry] Adding script TOBQUEST14START as type 
                   INTERACT 
10:42:03 [INFO] +> [ScriptRegistry] Adding script YAKULDQUEST1START as 
                   type INTERACT 
10:42:03 [INFO] +> [ScriptRegistry] Adding script FLOOR1QUEST1DELIVER as 
                   type INTERACT 
10:42:03 [INFO] +> [ScriptRegistry] Adding script CARROTCHUNK as type ITEM 
10:42:03 [INFO] +> [ScriptRegistry] Adding script PADDEDLEGGINGS as type 
                   ITEM 
10:42:03 [INFO] +> [ScriptRegistry] Adding script FISHBROTH as type ITEM 
10:42:03 [INFO] +> [ScriptRegistry] Adding script EQUIPMENTBUILDER as type 
                   COMMAND 
10:42:03 [INFO] +> [ScriptRegistry] Adding script PURCHASEAMOUNT as type 
                   COMMAND 
10:42:03 [INFO] +> [ScriptRegistry] Adding script TOBQUEST15FINISHED as 
                   type INTERACT 
10:42:03 [INFO] +> [ScriptRegistry] Adding script HERBROASTEDPORK as type 
                   ITEM 
10:42:03 [INFO] +> [ScriptRegistry] Adding script STEELTUSKS as type ITEM 
10:42:03 [INFO] +> [ScriptRegistry] Adding script 
                   INTERACTION_CANCELLATIONS as type WORLD 
10:42:03 [INFO] +> [ScriptRegistry] Adding script HORUNKAQUEST1START as 
                   type INTERACT 
10:42:03 [INFO] +> [ScriptRegistry] Adding script HAM as type ITEM 
10:42:03 [INFO] +> [ScriptRegistry] Adding script KOBOLDBEASTMASTER as 
                   type ASSIGNMENT 
10:42:03 [INFO] +> [ScriptRegistry] Adding script TOLBANAQUEST1COMPLETED 
                   as type INTERACT 
10:42:03 [INFO] +> [ScriptRegistry] Adding script EQUIPMENTMANAGER as type 
                   WORLD 
10:42:03 [INFO] +> [ScriptRegistry] Adding script SWEETANDSOURPORK as type 
                   ITEM 
10:42:03 [INFO] +> [ScriptRegistry] Adding script POTATOSLICE as type ITEM 
10:42:03 [INFO] +> [ScriptRegistry] Adding script MARKETPLACECOST as type 
                   PROCEDURE 
10:42:03 [INFO] +> [ScriptRegistry] Adding script WOLF as type ASSIGNMENT 
10:42:03 [INFO] +> [ScriptRegistry] Adding script TOBQUEST1START as type 
                   INTERACT 
10:42:03 [INFO] +> [ScriptRegistry] Adding script HONEYGLAZEDHAM as type 
                   ITEM 
10:42:03 [INFO] +> [ScriptRegistry] Adding script WORMOOZE as type ITEM 
10:42:03 [INFO] +> [ScriptRegistry] Adding script SOFTFABRIC as type ITEM 
10:42:03 [INFO] +> [ScriptRegistry] Adding script SEASONEDCHICKENWING as 
                   type ITEM 
10:42:03 [INFO] +> [ScriptRegistry] Adding script WILDCOW as type ITEM 
10:42:03 [INFO] +> [ScriptRegistry] Adding script FIELDCLOVER as type ITEM 
10:42:03 [INFO] +> [ScriptRegistry] Adding script CLOWNFISH as type ITEM 
10:42:03 [INFO] +> [ScriptRegistry] Adding script ANPAN as type ITEM 
10:42:03 [INFO] +> [ScriptRegistry] Adding script ORDERTICKET as type ITEM 
10:42:03 [INFO] +> [ScriptRegistry] Adding script MEDAIQUEST3START as type 
                   INTERACT 
10:42:03 [INFO] +> [ScriptRegistry] Adding script STUFFEDROASTCHICKEN as 
                   type ITEM 
10:42:03 [INFO] +> [ScriptRegistry] Adding script POTATOESWITHCAPERSAUCE 
                   as type ITEM 
10:42:03 [INFO] +> [ScriptRegistry] Adding script MENU5_1A_1 as type 
                   INVENTORY 
10:42:03 [INFO] +> [ScriptRegistry] Adding script MENU5_1A_3 as type 
                   INVENTORY 
10:42:03 [INFO] +> [ScriptRegistry] Adding script MENU5_1A_2 as type 
                   INVENTORY 
10:42:03 [INFO] +> [ScriptRegistry] Adding script MENU5_1A_4 as type 
                   INVENTORY 
10:42:03 [INFO] +> [ScriptRegistry] Adding script HASHBROWNS as type ITEM 
10:42:03 [INFO] +> [ScriptRegistry] Adding script SALISBURYSTEAK as type 
                   ITEM 
10:42:03 [INFO] +> [ScriptRegistry] Adding script APRICOT as type ITEM 
10:42:03 [INFO] +> [ScriptRegistry] Adding script LEMON as type ITEM 
10:42:03 [INFO] +> [ScriptRegistry] Adding script MENUOPEN as type WORLD 
10:42:03 [INFO] +> [ScriptRegistry] Adding script SPICYBAKEDPOTATO as type 
                   ITEM 
10:42:03 [INFO] +> [ScriptRegistry] Adding script _DEPEND GENERIC LOOP 
                   PROCESS as type TASK 
10:42:03 [INFO] +> [ScriptRegistry] Adding script GARLICPRIMERIB as type 
                   ITEM 
10:42:03 [INFO] +> [ScriptRegistry] Adding script TENDERCHICKEN as type 
                   ITEM 
10:42:03 [INFO] +> [ScriptRegistry] Adding script JAWBONE as type ITEM 
10:42:03 [INFO] +> [ScriptRegistry] Adding script CHOCOLATECHIPCOOKIE as 
                   type ITEM 
10:42:03 [INFO] +> [ScriptRegistry] Adding script ALCYONEPOTION as type 
                   ITEM 
10:42:03 [INFO] +> [ScriptRegistry] Adding script MARINATEDFLANKSTEAK as 
                   type ITEM 
10:42:03 [INFO] +> [ScriptRegistry] Adding script CLAMCHOWDER as type ITEM 
10:42:03 [INFO] +> [ScriptRegistry] Adding script SILKSTRING as type ITEM 
10:42:03 [INFO] +> [ScriptRegistry] Adding script TURKEYBREAST as type 
                   ITEM 
10:42:03 [INFO] +> [ScriptRegistry] Adding script FRIENDHANDLER as type 
                   COMMAND 
10:42:03 [INFO] +> [ScriptRegistry] Adding script FLOOR1QUEST2COMPLETED as 
                   type INTERACT 
10:42:03 [INFO] +> [ScriptRegistry] Adding script VIEWCART as type ITEM 
10:42:03 [INFO] +> [ScriptRegistry] Adding script FISHSOUP as type ITEM 
10:42:03 [INFO] +> [ScriptRegistry] Adding script SS_TEST as type COMMAND 
10:42:03 [INFO] +> [ScriptRegistry] Adding script TOBQUEST4GOALCOMPLETED 
                   as type INTERACT 
10:42:03 [INFO] +> [ScriptRegistry] Adding script CHICKENWING as type ITEM 
10:42:03 [INFO] +> [ScriptRegistry] Adding script BAKEDPOTATOWITHDILL as 
                   type ITEM 
10:42:03 [INFO] +> [ScriptRegistry] Adding script BROKENMETALPIECE as type 
                   ITEM 
10:42:03 [INFO] +> [ScriptRegistry] Adding script 1HSS as type ITEM 
10:42:03 [INFO] +> [ScriptRegistry] Adding script TOBQUEST2START as type 
                   INTERACT 
10:42:03 [INFO] +> [ScriptRegistry] Adding script TOAST as type ITEM 
10:42:03 [INFO] +> [ScriptRegistry] Adding script BRONZEINGOT as type ITEM 
10:42:03 [INFO] +> [ScriptRegistry] Adding script HORUNKAQUEST1COMPLETED 
                   as type INTERACT 
10:42:03 [INFO] +> [ScriptRegistry] Adding script TOBQUEST15DELIVER as 
                   type INTERACT 
10:42:03 [INFO] +> [ScriptRegistry] Adding script TOLBANAQUEST5START as 
                   type INTERACT 
10:42:03 [INFO] +> [ScriptRegistry] Adding script THROWINGPICK as type 
                   ITEM 
10:42:03 [INFO] +> [ScriptRegistry] Adding script FLOOR1QUEST2 as type 
                   ASSIGNMENT 
10:42:03 [INFO] +> [ScriptRegistry] Adding script TOBQUEST8START as type 
                   INTERACT 
10:42:03 [INFO] +> [ScriptRegistry] Adding script FLOOR1QUEST1 as type 
                   ASSIGNMENT 
10:42:03 [INFO] +> [ScriptRegistry] Adding script OLDPOTATO as type ITEM 
10:42:03 [INFO] +> [ScriptRegistry] Adding script TOLBANAQUEST1DELIVER as 
                   type INTERACT 
10:42:03 [INFO] +> [ScriptRegistry] Adding script CHERRYPIE as type ITEM 
10:42:03 [INFO] +> [ScriptRegistry] Adding script PEACH as type ITEM 
10:42:03 [INFO] +> [ScriptRegistry] Adding script MODCHAT as type COMMAND 
10:42:03 [INFO] +> [ScriptRegistry] Adding script COLOR_MAGENTA as type 
                   ITEM 
10:42:03 [INFO] +> [ScriptRegistry] Adding script SEASONEDROASTCHICKEN as 
                   type ITEM 
10:42:03 [INFO] +> [ScriptRegistry] Adding script CHICKENKEBAB as type 
                   ITEM 
10:42:03 [INFO] +> [ScriptRegistry] Adding script PORKMEATBALL as type 
                   ITEM 
10:42:03 [INFO] +> [ScriptRegistry] Adding script ACCEPT_BUTTON as type 
                   ITEM 
10:42:03 [INFO] +> [ScriptRegistry] Adding script MENUITEM1 as type ITEM 
10:42:03 [INFO] +> [ScriptRegistry] Adding script LEATHERHIDE as type ITEM 
10:42:03 [INFO] +> [ScriptRegistry] Adding script PORKKABOB as type ITEM 
10:42:03 [INFO] +> [ScriptRegistry] Adding script LEMONMERINGUE as type 
                   ITEM 
10:42:03 [INFO] +> [ScriptRegistry] Adding script SMALLVIAL as type ITEM 
10:42:03 [INFO] +> [ScriptRegistry] Adding script LME as type ITEM 
10:42:03 [INFO] +> [ScriptRegistry] Adding script BLACKSMITHPURCHASE as 
                   type COMMAND 
10:42:03 [INFO] +> [ScriptRegistry] Adding script PADDEDBOOTS as type ITEM 
10:42:03 [INFO] +> [ScriptRegistry] Adding script MENU4 as type INVENTORY 
10:42:03 [INFO] +> [ScriptRegistry] Adding script LOAD TESTER as type 
                   COMMAND 
10:42:03 [INFO]  Filled tag <&lt> with '<'. 
10:42:03 [INFO]  Filled tag <&gt> with '>'. 
10:42:03 [INFO] +> [ScriptRegistry] Adding script MEDAIQUEST2DELIVER as 
                   type INTERACT 
10:42:03 [INFO] +> [ScriptRegistry] Adding script MENU3 as type INVENTORY 
10:42:03 [INFO] +> [ScriptRegistry] Adding script YAKULDQUEST1COMPLETED as 
                   type INTERACT 
10:42:03 [INFO] +> [ScriptRegistry] Adding script MENU5 as type INVENTORY 
10:42:03 [INFO] +> [ScriptRegistry] Adding script 2XPCOMMAND as type TASK 
10:42:03 [INFO] +> [ScriptRegistry] Adding script PINGCHAT as type WORLD 
10:42:03 [INFO] +> [ScriptRegistry] Adding script WILDBOARMEAT as type 
                   ITEM 
10:42:03 [INFO] +> [ScriptRegistry] Adding script MENU2 as type INVENTORY 
10:42:03 [INFO] +> [ScriptRegistry] Adding script MENU1 as type INVENTORY 
10:42:03 [INFO] +> [ScriptRegistry] Adding script FORTUNECOOKIE as type 
                   ITEM 
10:42:03 [INFO] +> [ScriptRegistry] Adding script MENU5_1A as type 
                   INVENTORY 
10:42:03 [INFO] +> [ScriptRegistry] Adding script FRESHPOTATO as type ITEM 
10:42:03 [INFO] +> [ScriptRegistry] Adding script RCHATITEM as type ITEM 
10:42:03 [INFO] +> [ScriptRegistry] Adding script JOINLEAVE as type WORLD 
10:42:03 [INFO] +> [ScriptRegistry] Adding script PLAYERLEVELCALC as type 
                   TASK 
10:42:03 [INFO] +> [ScriptRegistry] Adding script DEEPFRIEDCHICKENLEG as 
                   type ITEM 
10:42:03 [INFO] +> [ScriptRegistry] Adding script BLACKSMITHDENY as type 
                   COMMAND 
10:42:03 [INFO] +> [ScriptRegistry] Adding script TOLBANAQUEST5COMPLETED 
                   as type INTERACT 
10:42:03 [INFO] +> [ScriptRegistry] Adding script APPLEPIE as type ITEM 
10:42:03 [INFO] +> [ScriptRegistry] Adding script BACON as type ITEM 
10:42:03 [INFO] +> [ScriptRegistry] Adding script QUESTIONMARKBYPASS as 
                   type WORLD 
10:42:03 [INFO] +> [ScriptRegistry] Adding script MOBSPAWNMANAGEREVENTS as 
                   type WORLD 
10:42:03 [INFO] +> [ScriptRegistry] Adding script CHECKOUT as type ITEM 
10:42:03 [INFO] +> [ScriptRegistry] Adding script STOREITEM6 as type ITEM 
10:42:03 [INFO] +> [ScriptRegistry] Adding script STOREITEM7 as type ITEM 
10:42:03 [INFO] +> [ScriptRegistry] Adding script DEATH_EVENT_HANDLER as 
                   type WORLD 
10:42:03 [INFO] +> [ScriptRegistry] Adding script MOBSPAWNMANAGERTASKS as 
                   type TASK 
10:42:03 [INFO] +> [ScriptRegistry] Adding script STOREITEM4 as type ITEM 
10:42:03 [INFO] +> [ScriptRegistry] Adding script YAKULDQUEST2START as 
                   type INTERACT 
10:42:03 [INFO] +> [ScriptRegistry] Adding script STOREITEM5 as type ITEM 
10:42:03 [INFO] +> [ScriptRegistry] Adding script TOBQUEST11GOALCOMPLETED 
                   as type INTERACT 
10:42:03 [INFO] +> [ScriptRegistry] Adding script STOREITEM8 as type ITEM 
10:42:03 [INFO] +> [ScriptRegistry] Adding script ME_COMMAND as type 
                   COMMAND 
10:42:03 [INFO] +> [ScriptRegistry] Adding script TOBQUEST13START as type 
                   INTERACT 
10:42:03 [INFO] +> [ScriptRegistry] Adding script STOREITEM9 as type ITEM 
10:42:03 [INFO] +> [ScriptRegistry] Adding script BACONWRAPPEDPOTATOES as 
                   type ITEM 
10:42:03 [INFO] +> [ScriptRegistry] Adding script SPICYCHICKENLEG as type 
                   ITEM 
10:42:03 [INFO] +> [ScriptRegistry] Adding script COLOR_BLACK as type ITEM 
10:42:03 [INFO] +> [ScriptRegistry] Adding script TOBQUEST10SECONDARY as 
                   type ASSIGNMENT 
10:42:03 [INFO] +> [ScriptRegistry] Adding script HORUNKAQUEST1 as type 
                   ASSIGNMENT 
10:42:03 [INFO] +> [ScriptRegistry] Adding script HORUNKAQUEST3 as type 
                   ASSIGNMENT 
10:42:03 [INFO] +> [ScriptRegistry] Adding script REPEATEDHANDLER as type 
                   WORLD 
10:42:03 [INFO] +> [ScriptRegistry] Adding script HORUNKAQUEST2 as type 
                   ASSIGNMENT 
10:42:03 [INFO] +> [ScriptRegistry] Adding script ROASTEDCHICKENLEG as 
                   type ITEM 
10:42:03 [INFO] +> [ScriptRegistry] Adding script DUALVIAL as type ITEM 
10:42:03 [INFO] +> [ScriptRegistry] Adding script SPICYCHICKENWING as type 
                   ITEM 
10:42:03 [INFO] +> [ScriptRegistry] Adding script RABBITRAGOUT as type 
                   ITEM 
10:42:03 [INFO] +> [ScriptRegistry] Adding script MERCHANTASSIGNMENT as 
                   type ASSIGNMENT 
10:42:03 [INFO] +> [ScriptRegistry] Adding script 2HSS as type ITEM 
10:42:03 [INFO] +> [ScriptRegistry] Adding script TOBQUEST1COMPLETED as 
                   type INTERACT 
10:42:03 [INFO] +> [ScriptRegistry] Adding script TOUGHBULLMEAT as type 
                   ITEM 
10:42:03 [INFO] +> [ScriptRegistry] Adding script PORKPOTPIE as type ITEM 
10:42:03 [INFO] +> [ScriptRegistry] Adding script FLOOR1QUEST2DELIVER as 
                   type INTERACT 
10:42:03 [INFO] +> [ScriptRegistry] Adding script BEEFSTEW as type ITEM 
10:42:03 [INFO] +> [ScriptRegistry] Adding script VOTE_EVENT as type WORLD 
10:42:03 [INFO] +> [ScriptRegistry] Adding script STOREITEM2 as type ITEM 
10:42:03 [INFO] +> [ScriptRegistry] Adding script REPTILESKIN as type ITEM 
10:42:03 [INFO] +> [ScriptRegistry] Adding script STOREITEM3 as type ITEM 
10:42:03 [INFO] +> [ScriptRegistry] Adding script TOBQUEST15START as type 
                   INTERACT 
10:42:03 [INFO] +> [ScriptRegistry] Adding script STOREITEM1 as type ITEM 
10:42:03 [INFO] +> [ScriptRegistry] Adding script SALMON as type ITEM 
10:42:03 [INFO] +> [ScriptRegistry] Adding script JAGGEDTOOTH as type ITEM 
10:42:03 [INFO] +> [ScriptRegistry] Adding script YAKULDQUEST2DELIVER as 
                   type INTERACT 
10:42:03 [INFO] +> [ScriptRegistry] Adding script WORM as type ASSIGNMENT 
10:42:03 [INFO] +> [ScriptRegistry] Adding script TOBQUEST7GOALCOMPLETED 
                   as type INTERACT 
10:42:03 [INFO] +> [ScriptRegistry] Adding script CHARACTER_RESET_CMD as 
                   type COMMAND 
10:42:03 [INFO] +> [ScriptRegistry] Adding script TOMATOSOUP as type ITEM 
10:42:03 [INFO] +> [ScriptRegistry] Adding script PIECEOFARMOR as type 
                   ITEM 
10:42:03 [INFO] +> [ScriptRegistry] Adding script TOBQUEST4DELIVER as type 
                   INTERACT 
10:42:03 [INFO] +> [ScriptRegistry] Adding script SKILLLEVELEXPERIENCE as 
                   type WORLD 
10:42:03 [INFO] +> [ScriptRegistry] Adding script WILDCARROT as type ITEM 
10:42:03 [INFO] +> [ScriptRegistry] Adding script MEATLOAF as type ITEM 
10:42:03 [INFO] +> [ScriptRegistry] Adding script IRONCHAIN as type ITEM 
10:42:03 [INFO] +> [ScriptRegistry] Adding script 1XPCOMMAND as type TASK 
10:42:03 [INFO] +> [ScriptRegistry] Adding script BULLASSIGNMENT as type 
                   ASSIGNMENT 
10:42:03 [INFO] +> [ScriptRegistry] Adding script TOLBANAQUEST5 as type 
                   ASSIGNMENT 
10:42:03 [INFO] +> [ScriptRegistry] Adding script LEVELEXPERIENCE as type 
                   COMMAND 
10:42:03 [INFO] +> [ScriptRegistry] Adding script TOBQUEST10GOAL as type 
                   INTERACT 
10:42:03 [INFO] +> [ScriptRegistry] Adding script TOLBANAQUEST1 as type 
                   ASSIGNMENT 
10:42:03 [INFO] +> [ScriptRegistry] Adding script PANFRIEDCHICKENWING as 
                   type ITEM 
10:42:03 [INFO] +> [ScriptRegistry] Adding script MARINATEDPORKTENDERLOIN 
                   as type ITEM 
10:42:03 [INFO] +> [ScriptRegistry] Adding script MERCHANTBUYCONFIRM as 
                   type TASK 
10:42:03 [INFO] +> [ScriptRegistry] Adding script GRILLEDRABBITLEG as type 
                   ITEM 
10:42:03 [INFO] +> [ScriptRegistry] Adding script TOBQUEST17DELIVER as 
                   type INTERACT 
10:42:03 [INFO] +> [ScriptRegistry] Adding script BUYCRAFT_CANCELLED as 
                   type WORLD 
10:42:03 [INFO] +> [ScriptRegistry] Adding script DEFENSECALCULATE as type 
                   PROCEDURE 
10:42:03 [INFO] +> [ScriptRegistry] Adding script SOFTFEATHERS as type 
                   ITEM 
10:42:03 [INFO] +> [ScriptRegistry] Adding script CREDITPOINTS_COMMAND as 
                   type COMMAND 
10:42:03 [INFO] +> [ScriptRegistry] Adding script TOBQUEST17START as type 
                   INTERACT 
10:42:03 [INFO] +> [ScriptRegistry] Adding script SWEETANDSPICYCHICKEN as 
                   type ITEM 
10:42:03 [INFO] +> [ScriptRegistry] Adding script HID as type ITEM 
10:42:03 [INFO] +> [ScriptRegistry] Adding script CARTINV as type 
                   INVENTORY 
10:42:03 [INFO] +> [ScriptRegistry] Adding script KOBOLDBONE as type ITEM 
10:42:03 [INFO] +> [ScriptRegistry] Adding script LOCALCHAT as type 
                   COMMAND 
10:42:03 [INFO] +> [ScriptRegistry] Adding script SHELLEDSQUID as type 
                   ASSIGNMENT 
10:42:03 [INFO] +> [ScriptRegistry] Adding script TANGYGLAZEDHAM as type 
                   ITEM 
10:42:03 [INFO] +> [ScriptRegistry] Adding script ANNEALBLADE as type ITEM 
10:42:03 [INFO] +> [ScriptRegistry] Adding script MEDAIQUEST1START as type 
                   INTERACT 
10:42:03 [INFO] +> [ScriptRegistry] Adding script YAKULDQUEST2COMPLETED as 
                   type INTERACT 
10:42:03 [INFO] +> [ScriptRegistry] Adding script NUTRITIOUSCARROT as type 
                   ITEM 
10:42:03 [INFO] +> [ScriptRegistry] Adding script RAWPOTATO as type ITEM 
10:42:03 [INFO] +> [ScriptRegistry] Adding script BROILEDCHICKEN as type 
                   ITEM 
10:42:03 [INFO] +> [ScriptRegistry] Adding script COLOR_PINK as type ITEM 
10:42:03 [INFO] +> [ScriptRegistry] Adding script SIRLOIN as type ITEM 
10:42:03 [INFO] +> [ScriptRegistry] Adding script STEELINGOT as type ITEM 
10:42:03 [INFO] +> [ScriptRegistry] Adding script PARTYCHATSHORTCUT as 
                   type WORLD 
10:42:03 [INFO] +> [ScriptRegistry] Adding script CHICKENBBQ as type ITEM 
10:42:03 [INFO] +> [ScriptRegistry] Adding script TENDERBOARMEAT as type 
                   ITEM 
10:42:03 [INFO] +> [ScriptRegistry] Adding script PECANPIE as type ITEM 
10:42:03 [INFO] +> [ScriptRegistry] Adding script BARTENDERCHAT as type 
                   INTERACT 
10:42:03 [INFO] +> [ScriptRegistry] Adding script TOBQUEST14FINISHED as 
                   type INTERACT 
10:42:03 [INFO] +> [ScriptRegistry] Adding script STOREINV as type 
                   INVENTORY 
10:42:03 [INFO] +> [ScriptRegistry] Adding script APRICOTPIE as type ITEM 
10:42:03 [INFO] +> [ScriptRegistry] Adding script TOBQUEST1GOAL as type 
                   INTERACT 
10:42:03 [INFO] +> [ScriptRegistry] Adding script PEANUTBUTTERCOOKIE as 
                   type ITEM 
10:42:03 [INFO] +> [ScriptRegistry] Adding script SHORTBREAD as type ITEM 
10:42:03 [INFO] +> [ScriptRegistry] Adding script INSECTCARAPACE as type 
                   ITEM 
10:42:03 [INFO] +> [ScriptRegistry] Adding script HORUNKAQUEST3COMPLETED 
                   as type INTERACT 
10:42:03 [INFO] +> [ScriptRegistry] Adding script MENU5_1 as type 
                   INVENTORY 
10:42:03 [INFO] +> [ScriptRegistry] Adding script HAMBURGERSTEAK as type 
                   ITEM 
10:42:03 [INFO] +> [ScriptRegistry] Adding script BAKEDPOTATOWITHBUTTER as 
                   type ITEM 
10:42:03 [INFO] +> [ScriptRegistry] Adding script TAILORASSIGNMENT as type 
                   ASSIGNMENT 
10:42:03 [INFO] +> [ScriptRegistry] Adding script STRUDEL as type ITEM 
10:42:03 [INFO] +> [ScriptRegistry] Adding script OLDCHICKEN as type ITEM 
10:42:03 [INFO] +> [ScriptRegistry] Adding script TOLBANAQUEST1START as 
                   type INTERACT 
10:42:03 [INFO] +> [ScriptRegistry] Adding script SHORTBREADCOOKIE as type 
                   ITEM 
10:42:03 [INFO] +> [ScriptRegistry] Adding script HORUNKAQUEST3DELIVER as 
                   type INTERACT 
10:42:03 [INFO] +> [ScriptRegistry] Adding script TOUGHBOARMEAT as type 
                   ITEM 
10:42:03 [INFO] +> [ScriptRegistry] Adding script PARTYCREATE as type TASK 
10:42:03 [INFO] +> [ScriptRegistry] Adding script CHICKENCUTLETS as type 
                   ITEM 
10:42:03 [INFO] +> [ScriptRegistry] Adding script BABYCARROT as type ITEM 
10:42:03 [INFO] +> [ScriptRegistry] Adding script CREAM as type ITEM 
10:42:03 [INFO] +> [ScriptRegistry] Adding script LOOP THROUGH as type 
                   TASK 
10:42:03 [INFO] +> [ScriptRegistry] Adding script WHOLECHICKEN as type 
                   ITEM 
10:42:03 [INFO] +> [ScriptRegistry] Adding script TOBQUEST11DELIVER as 
                   type INTERACT 
10:42:03 [INFO] +> [ScriptRegistry] Adding script TOBQUEST5DELIVER as type 
                   INTERACT 
10:42:03 [INFO] +> [ScriptRegistry] Adding script TOBQUEST10START as type 
                   INTERACT 
10:42:03 [INFO] +> [ScriptRegistry] Adding script CHIPPEDTUSK as type ITEM 
10:42:03 [INFO] +> [ScriptRegistry] Adding script CHATCOLORS as type ITEM 
10:42:03 [INFO] +> [ScriptRegistry] Adding script PARTYLIST as type TASK 
10:42:03 [INFO] +> [ScriptRegistry] Adding script 
                   CONFIRMATION_WINDOW_FUNCTION as type WORLD 
10:42:03 [INFO] +> [ScriptRegistry] Adding script PORKROAST as type ITEM 
10:42:03 [INFO] +> [ScriptRegistry] Adding script MERCHANTSELLING as type 
                   TASK 
10:42:03 [INFO] +> [ScriptRegistry] Adding script CURRIEDBEEF as type ITEM 
10:42:03 [INFO] +> [ScriptRegistry] Adding script BLACKSMITHARMOR as type 
                   COMMAND 
10:42:03 [INFO] +> [ScriptRegistry] Adding script COST as type COMMAND 
10:42:03 [INFO] +> [ScriptRegistry] Adding script CHICKENNUGGET as type 
                   ITEM 
10:42:03 [INFO] +> [ScriptRegistry] Adding script CURRIEDPOTATOES as type 
                   ITEM 
10:42:03 [INFO] +> [ScriptRegistry] Adding script 
                   CONFIRMATION_WINDOW_PROCEDURE as type TASK 
10:42:03 [INFO] +> [ScriptRegistry] Adding script FLATBREAD as type ITEM 
10:42:03 [INFO] +> [ScriptRegistry] Adding script WEAPONDAMAGEADJUSTMENT 
                   as type WORLD 
10:42:03 [INFO] +> [ScriptRegistry] Adding script COLOR_GREEN as type ITEM 
10:42:03 [INFO] +> [ScriptRegistry] Adding script PORKCUTLET as type ITEM 
10:42:03 [INFO] +> [ScriptRegistry] Adding script TOMATO as type ITEM 
10:42:03 [INFO] +> [ScriptRegistry] Adding script JUMPCOMMAND as type 
                   COMMAND 
10:42:03 [INFO] +> [ScriptRegistry] Adding script STOREFUNCTION as type 
                   WORLD 
10:42:03 [INFO] +> [ScriptRegistry] Adding script HME as type ITEM 
10:42:03 [INFO] +> [ScriptRegistry] Adding script SOUVLAKI as type ITEM 
10:42:03 [INFO] +> [ScriptRegistry] Adding script BASEMENTWORMASSIGNMENT 
                   as type ASSIGNMENT 
10:42:03 [INFO] +> [ScriptRegistry] Adding script MACAROON as type ITEM 
10:42:03 [INFO] +> [ScriptRegistry] Adding script SMALLCARROT as type ITEM 
10:42:03 [INFO] +> [ScriptRegistry] Adding script YAKULDQUEST1GOAL as type 
                   INTERACT 
10:42:03 [INFO] +> [ScriptRegistry] Adding script YAKULDQUEST3DELIVER as 
                   type INTERACT 
10:42:03 [INFO] +> [ScriptRegistry] Adding script CHICKENBREAST as type 
                   ITEM 
10:42:03 [INFO] +> [ScriptRegistry] Adding script TOBQUEST4COMPLETED as 
                   type INTERACT 
10:42:03 [INFO] +> [ScriptRegistry] Adding script CREAMOFAPPLE as type 
                   ITEM 
10:42:03 [INFO] +> [ScriptRegistry] Adding script BACKBUTTON as type ITEM 
10:42:03 [INFO] +> [ScriptRegistry] Adding script PARTYACCEPT as type TASK 
10:42:03 [INFO] +> [EventManager] Scanning 41 world scripts... 
10:42:03 [INFO] +> [CommandSmart...] Loaded Command SmartEvent. 
10:42:03 [INFO] +> [PlayerEquips...] Loaded Player Equips Armor 
                   SmartEvent. 
10:42:03 [INFO] +> [EntityDeathS...] Loaded Entity Death SmartEvent. 
10:42:03 [INFO] +> [AsyncChatSma...] Loaded Async Chat SmartEvent. 
10:42:03 [INFO] +> [EntityDamage...] Loaded Entity Damage SmartEvent.