[FIXED] world file warrnings.

Found a bug in UOX3? Or experienced a server crash? Perhaps you've noticed a broken feature? Post the details here!
Post Reply
dragon slayer
UOX3 Guru
Posts: 776
Joined: Thu Dec 21, 2006 7:37 am
Has thanked: 4 times
Been thanked: 26 times

world file warrnings.

Post by dragon slayer »

i can't seem to find this item at all.

Code: Select all

[January 25 02:18:03 PM] Invalid script entry called with GET tag, item serial 0x400099AF
[January 25 02:18:04 PM] Invalid script entry called with GET tag, item serial 0x400099BF
[January 25 02:18:04 PM] Invalid script entry called with GET tag, item serial 0x40009A99
[January 25 02:18:04 PM] Invalid script entry called with GET tag, item serial 0x40009AA9
[January 25 02:18:04 PM] Invalid script entry called with GET tag, item serial 0x40009C19
[January 25 02:18:04 PM] Invalid script entry called with GET tag, item serial 0x40009C1A
[January 25 02:18:04 PM] Invalid script entry called with GET tag, item serial 0x40009C27
[January 25 02:18:04 PM] Invalid script entry called with GET tag, item serial 0x40009C28
[January 25 02:18:04 PM] Invalid script entry called with GET tag, item serial 0x40009F4B
[January 25 02:18:04 PM] Invalid script entry called with GET tag, item serial 0x40009F5B
[January 25 02:18:05 PM] Invalid script entry called with GET tag, item serial 0x4000A3D2
[January 25 02:18:05 PM] Invalid script entry called with GET tag, item serial 0x4000A3E2
[January 25 02:18:05 PM] Invalid script entry called with GET tag, item serial 0x4000A541
[January 25 02:18:05 PM] Invalid script entry called with GET tag, item serial 0x4000A542
[January 25 02:18:05 PM] Invalid script entry called with GET tag, item serial 0x4000A54F
[January 25 02:18:05 PM] Invalid script entry called with GET tag, item serial 0x4000A550
[January 25 02:18:06 PM] Invalid script entry called with GET tag, item serial 0x4000AB4D
[January 25 02:18:06 PM] Invalid script entry called with GET tag, item serial 0x4000AB5D
[January 25 02:18:07 PM] Invalid script entry called with GET tag, item serial 0x4000B217
[January 25 02:18:07 PM] Invalid script entry called with GET tag, item serial 0x4000B227
[January 25 02:18:08 PM] Invalid script entry called with GET tag, item serial 0x4000BFE9
[January 25 02:18:08 PM] Invalid script entry called with GET tag, item serial 0x4000BFF9
[January 25 02:18:09 PM] Invalid script entry called with GET tag, item serial 0x4000C47C
[January 25 02:18:09 PM] Invalid script entry called with GET tag, item serial 0x4000C48C
[January 25 02:18:10 PM] Invalid script entry called with GET tag, item serial 0x4000C869
[January 25 02:18:10 PM] Invalid script entry called with GET tag, item serial 0x4000C879
[January 25 02:18:10 PM] Invalid script entry called with GET tag, item serial 0x4000C965
[January 25 02:18:10 PM] Invalid script entry called with GET tag, item serial 0x4000C966
[January 25 02:18:10 PM] Invalid script entry called with GET tag, item serial 0x4000C973
[January 25 02:18:10 PM] Invalid script entry called with GET tag, item serial 0x4000C974
dragon slayer
UOX3 Guru
Posts: 776
Joined: Thu Dec 21, 2006 7:37 am
Has thanked: 4 times
Been thanked: 26 times

Post by dragon slayer »

i fixed this my self. was a bad script i did.
User avatar
Xuri
Site Admin
Posts: 3704
Joined: Mon Jun 02, 2003 9:11 am
Location: Norway
Has thanked: 48 times
Been thanked: 8 times
Contact:

Post by Xuri »

Could you post what the error & fix for it was, for future reference should someone else run into the same issue? :)
-= Ho Eyo He Hum =-
dragon slayer
UOX3 Guru
Posts: 776
Joined: Thu Dec 21, 2006 7:37 am
Has thanked: 4 times
Been thanked: 26 times

Post by dragon slayer »

here what cna give you the error

Error

Code: Select all

[lowlvlstrongbox]
{ S
get=base_item
name=metal box
id=0x09a8
movable=2
type=64
morez1=65
interval=3 5
spawnobjlist=lowlvl
amount=15
decay=0
}

[lowlvlstrongbox2]
{ E (strong box)
get=lowlvl strongbox
name=metal box
id=0x0e80
}
Fix

Code: Select all

[lowlvlstrongbox]
{ S
get=base_item
name=metal box
id=0x09a8
movable=2
type=64
morez1=65
interval=3 5
spawnobjlist=lowlvl
amount=15
decay=0
}

[lowlvlstrongbox2]
{ E (strong box)
get=lowlvlstrongbox
name=metal box
id=0x0e80
}
if you look at the second strong box in first code post i had a space low lvlstrongbox i musta pushed my spacebar when i typed it in. so caused my server to throw this warnings about get tag not right.

what really messes this hole thing up is UOX will not tell you where it is in the scripts thats causing the error just tells you that get tag isnt defined.
so i had to go though all my scripts to find this little bugger and i found couple more just like it when i was scripting
Post Reply