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!

[Arcturus] Furniture SWF won't load

Newbie Spellweaver
Joined
Mar 20, 2013
Messages
88
Reaction score
3
Tried adding the new valentine furniture to Arcturus.
But the SWF won't load in the client. This weird error shows up in my console:
Although everything is in the correct position, linked correctly.

Items_base:
Code:
INSERT INTO `items_base` VALUES ('9951', '9951', 'Ornate Chest', 'val_c18_chest', 's', '1', '1', '1.000', '1', '0', '0', '0', '1', '1', '1', '1', '1', 'default', '4', '0', '0', '0', '');

Catalog_items:
Code:
INSERT INTO `catalog_items` VALUES ('5191131', '160034', '9951', 'val_c18_chest', '5', '0', '0', '1', '0', '0', '0', '', '', '0', '1', '-1');

Furnidata:
Code:
<furnitype id="9951" classname="val_c18_chest">                <revision>59005</revision>
                <defaultdir>0</defaultdir>
                <xdim>2</xdim>
                <ydim>6</ydim>
                <partcolors />
                <name>val_c18_chest name</name>
                <description>val_c18_chest desc</description>
                <adurl></adurl>
                <offerid>-1</offerid>
                <buyout>0</buyout>
                <rentofferid>-1</rentofferid>
                <rentbuyout>0</rentbuyout>
                <bc>0</bc>
                <excludeddynamic>0</excludeddynamic>
                <customparams></customparams>
                <specialtype>1</specialtype>
                <canstandon>1</canstandon>
                <cansiton>0</cansiton>
                <canlayon>0</canlayon>
                </furnitype>

Cheers
 
Last edited:
Newbie Spellweaver
Joined
Mar 20, 2013
Messages
88
Reaction score
3
What are the SQLs you ran. Without any information, people cannot really help you.
Djezus. I thought I'll add these SQL's after going to the bathroom. Fast community it is! Added the information to the main thread :)
 
Upvote 0
Back
Top