Welcome!

Join our community of MMO enthusiasts and game developers! By registering, you'll gain access to discussions on the latest developments in MMO server files and collaborate with like-minded individuals. Join us today and unlock the potential of MMO server development!

Join Today!

Mercury - Adding furniture

Experienced Elementalist
Joined
Jun 7, 2012
Messages
244
Reaction score
27
Hello, I've currently been trying to add a custom piece of furniture to my hotel and sadly it hasn't gone so well...

- I currently get this when it's placed inside rooms, I've checked the furnidata more than enough times, I've added the graphics tag to the swf and I've made sure the revision id is the same in the furnidata where the swf is placed.

All help is appreciated,
Thanks.
 
Experienced Elementalist
Joined
Jun 7, 2012
Messages
244
Reaction score
27
Open the furniture swf in a direct link. Looks like a cache problem.

Also double check the SQL you used for it.

The direct link works perfectly fine, and I've checked the SQL's more than a few times, still nothing.
 
Upvote 0
Experienced Elementalist
Joined
Jun 7, 2012
Messages
244
Reaction score
27
Can you post the furnidata and SQL you use for the item?

<furnitype id="11022" classname="arow">
<revision>45508</revision>
<defaultdir>0</defaultdir>
<xdim>1</xdim>
<ydim>1</ydim>
<partcolors>
<color>0</color>
<color>0</color>
<color>0</color>
</partcolors>
<name>Magic Arrow</name>
<description>Taking you to random places..</description>
<adurl></adurl>
<offerid>-1</offerid>
<buyout>1</buyout>
<rentofferid>-1</rentofferid>
<rentbuyout>0</rentbuyout>
<bc>1</bc>
<customparams/>
<specialtype></specialtype>
<canstandon>0</canstandon>
<cansiton>0</cansiton>
<canlayon></canlayon>
</furnitype>


I added the SQL's manually so I'll just post this....




That might not be much help but it's the best I can do.
 
Upvote 0
Newbie Spellweaver
Joined
Nov 7, 2013
Messages
68
Reaction score
7
First, Check if your SWF name file is called "arow".

Secondly check if the revision ID has the same name as the folder which you currently have your swf file in.

third, check if furniture id 11022 matches the one in your furniture table spirite id.

forth make sure you place the furnidata in the correct position of the file (floor items goes up top) (wall items goes the bottom).

fifth, make sure you have a graphic tag in the swf file.

sixth, make sure you're linking the right item in the catalog.

and last did you clear your cache?
 
Upvote 0
Back
Top