[FIXED] missing SE container types

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 SE container types

Post by dragon slayer »

I have scripted all this se containers but we don't have the gumps for them. so the will not open. But i did add the gumpid lines to each

Code: Select all

[base_container]
{
get=base_item
type=1
restock=10
movable=1
good=6
}

[Plain_Wooden_Chest]
{
get=base_container
id=0x280B
//gumpid 265 0x109
}

[0x280C]
{
get=Plain_Wooden_Chest
id=0x280C
}

[Ornate_Wooden_Chest]
{
get=base_container
id=0x280D
//gumpid 267 0x10b
}

[0x280E]
{
get=Ornate_Wooden_Chest
id=0x280E
}

[Gilded_Wooden_Chest]
{
get=base_container
id=0x280F
//gumpid 266 0x10a
}

[0x2810]
{
get=Gilded_Wooden_Chest
id=0x2810
}

[Wooden_Foot_Locker]
{
get=base_container
id=0x2811
//gumpid 267 0x10b
}

[0x2812]
{
get=Wooden_Foot_Locker
id=0x2812
}

[Finished_Wooden_Chest]
{
get=base_container
id=0x2813
//gumpid 269 0x10d
}

[0x2814]
{
get=Finished_Wooden_Chest
id=0x2814
}

[Tall_Cabinet]
{
get=base_container
id=0x2815
//gumpid 268 0x10c
}

[0x2816]
{
get=Tall_Cabinet
id=0x2816
//gumpid 268 0x10c
}

[Short_Cabinet]
{
get=base_container
id=0x2817
}

[0x2818]
{
get=Short_Cabinet
id=0x2818
}

[Red_Armoire]
{
get=base_container
id=0x2857
//gumpid 261 0x105
}

[0x2858]
{
get=Red_Armoire
id=0x2858
}

[Cherry_Armoire]
{
get=base_container
id=0x285D
//gumpid 263 0x107
}

[0x285E]
{
get=Cherry_Armoire
id=0x285E
}

[Maple_Armoire]
{
get=base_container
id=0x285B
//gumpid 262 0x106
}

[0x285C]
{
get=Maple_Armoire
id=0x285C
}

[Elegant_Armoire]
{
get=base_container
id=0x2859
//gumpid 263 0x107
}

[0x285A]
{
get=Maple_Armoire
id=0x285A
}
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 »

Already added support for them (but no script) in code, will be in my next commit, which should happen relatively soon(TM). :P
-= 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 »

np :) I'm working on all the se and ML stuff trying to get it all scripted for uox3 and posted :)
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 »

The fix for this is now available in UOX3 0.99, and on the CVS.
-= Ho Eyo He Hum =-
Locked