I'm having a problem with the Rowing Boat.. I defined the 4 boat directions in the boats cfg.. here is the code:
Code: Select all
# Rowing Boat Facing North
Boat
{
MultiID 0x50
TillerMan 0x3e4e 1 3 0
PortGangplankExtended 0x3ed5 -2 0 0
PortGangplankRetracted 0x3eb1 -2 0 0
StarboardGangplankExtended 0x3ed4 2 0 0
StarboardGangplankRetracted 0x3eb2 2 0 0
Hold 0x3eae 0 -3 0
}
# Rowing Boat Facing East
Boat
{
MultiID 0x51
TillerMan 0x3e55 -3 0 0
PortGangplankExtended 0x3e89 0 -2 0
PortGangplankRetracted 0x3e8a 0 -2 0
StarboardGangplankExtended 0x3e84 0 2 0
StarboardGangplankRetracted 0x3e85 0 2 0
Hold 0x3e65 3 0 0
}
# Rowing Boat Facing South
Boat
{
MultiID 0x52
TillerMan 0x3e4b 0 -3 0
PortGangplankExtended 0x3ed4 2 0 0
PortGangplankRetracted 0x3eb2 2 0 0
StarboardGangplankExtended 0x3ed5 -2 0 0
StarboardGangplankRetracted 0x3eb1 -2 0 0
Hold 0x3eb9 0 3 0
}
# Rowing Boat Facing West
Boat
{
MultiID 0x53
TillerMan 0x3e50 3 0 0
PortGangplankExtended 0x3e84 0 2 0
PortGangplankRetracted 0x3e85 0 2 0
StarboardGangplankExtended 0x3e89 0 -2 0
StarboardGangplankRetracted 0x3e8a 0 -2 0
Hold 0x3e93 -3 0 0
}
The problem is that i can't open the hold box when the boat is facing north and west.. east and sud are ok!
Any idea??