PDA

View Full Version : Removing the floating dagger from guildlobby


revloc02c
12-05-2012, 06:47 PM
I have removed the message boards from the guildlobby using the following easy script if anyone cares:DELETE FROM doors WHERE id>11965 AND id<11998;
But in the southwest room there was a dagger that was sticking into one of those message boards, presumably holding a message in place on there. Now that the boards are gone, that dagger is still there floating in space and I cannot figure out which object it is so that I can remove it.

Anyone know how to reference (in the database) the dagger in the southwest room of the guildlobby?

c0ncrete
12-05-2012, 08:37 PM
i would have thought it would be an object, if anything, but i am unable to find one with that zoneid (146).

revloc02c
12-05-2012, 09:59 PM
I know right.

I thought this would be easy, but I can't seem to find it.

Secrets
12-06-2012, 03:31 PM
Probably is embedded in the zone geometry if I had to guess. SOE did this a lot in later zones past OoW.

You could try checking in the objects table.

revloc02c
12-07-2012, 12:45 AM
Yeah I looked there. There are no objects listed in the objects table for that zone as c0ncrete pointed out.