[FIXED] Missing Container Gumps

Here we stuff all the bugs we've managed to squash/squish/squelch.
Locked
dragon slayer
UOX3 Guru
Posts: 776
Joined: Thu Dec 21, 2006 7:37 am
Has thanked: 4 times
Been thanked: 26 times

Missing Container Gumps

Post by dragon slayer »

All this contianer gumps are missing from code. here is the full script so you know what gumps I'm talking about

Code: Select all

[GiftBoxRectangle]
{
id=0x46A5
weight=200
type=1
COLORLIST=31
//gump 0x11E
}

[GiftBoxRectangle2]
{
get=GiftBox
id=0x46A6
}

[GiftBoxCube]
{
id=0x46A2
weight=200
type=1
COLORLIST=31
//gump 0x11b
}

[GiftBoxCylinder]
{
id=0x46A3
weight=200
type=1
COLORLIST=31
//gump 0x11C
}

[GiftBoxOctogon]
{
id=0x46A4
weight=200
type=1
COLORLIST=31
//gump 0x11d
}

[GiftBoxAngel]
{
id=0x46A7
weight=200
type=1
COLORLIST=31
//gump 0x11f
}

[GiftBoxNeon]
{
id=0x232A
weight=200
type=1
COLORLIST=32
}

[GiftBoxNeon2]
{
get=GiftBoxNeon
id=0x232B
}
here is some stocking gumps missing

Code: Select all

[GreenStocking]
{
id=0x2bd9
weight=100
newbie
type=1
//GumpID = 0x103
}

[GreenStocking2]
{
get=GreenStocking
id=0x2bda
}

[RedStocking]
{
id=0x2bdb
weight=100
newbie
type=1
//GumpID = 0x103
}

[RedStocking2]
{
get=RedStocking
id=0x2bdc
}
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 »

Are those from Stygian Abyss? I can add them, but don't have a client patched high enough to test atm. Also, which gump for the GiftBoxNeon items?
-= 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 »

no those are all the gift boxes from ML up to SA i think
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 »

Gift box neon is 0x102 gump or non hex id is 258

thanks :)
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 »

Fixed on CVS and in UOX3 0.99!
-= Ho Eyo He Hum =-
Locked