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!

PLUS EMU Customs Error!

Newbie Spellweaver
Joined
Sep 5, 2014
Messages
20
Reaction score
0
Hey everyone,

I am trying to add customs to my retro I have added it to the furniture table in the database and then also created a new page in catalog_pages and then also put the same id in catalog_items.

I've made sure the swf file is in dcr > hof_furni
I've added this into the furnidata.xml which I believe is wrong:

Code:
<furnitype id="1000000109" classname="casino16_dice"><revision>custom</revision><defaultdir>0</defaultdir><xdim>1</xdim><ydim>1</ydim><partcolors><color>0</color><color>0</color><color>0</color></partcolors><name>Golden Dice</name><description>Ooh, shiny!</description><adurl/><offerid>-1</offerid><buyout>0</buyout><rentofferid>-1</rentofferid><rentbuyout>0</rentbuyout><customparams/><specialtype>1</specialtype><canstandon>0</canstandon><cansiton>0</cansiton><canlayon>0</canlayon></furnitype>

Is there anything else to do?
 
Experienced Elementalist
Joined
Aug 30, 2013
Messages
287
Reaction score
64
You have titled the thread "PlusEMU Customs ERROR" but you haven't specifically said what error you are having or if you are having an error...

But from what you asked, you have already added everything you need to and the furnidata you added seems to be ok aswell.
 
Upvote 0
Newbie Spellweaver
Joined
Sep 5, 2014
Messages
20
Reaction score
0
You have titled the thread "PlusEMU Customs ERROR" but you haven't specifically said what error you are having or if you are having an error...

But from what you asked, you have already added everything you need to and the furnidata you added seems to be ok aswell.
Sorry I forgot to mention that the furni itself doesn't load in the client I've cleared cache it's just a black box which never loads
 
Upvote 0
Experienced Elementalist
Joined
Aug 30, 2013
Messages
287
Reaction score
64
Sorry I forgot to mention that the furni itself doesn't load in the client I've cleared cache it's just a black box which never loads
Have you made sure that the SWF name in the furnidata and the database are correct and match to the SWF file? Also, make sure that the SWF is accessible in the correct directory.
 
Upvote 0
Newbie Spellweaver
Joined
Sep 5, 2014
Messages
20
Reaction score
0
Have you made sure that the SWF name in the furnidata and the database are correct and match to the SWF file? Also, make sure that the SWF is accessible in the correct directory.

In the furnidata it is correct it is in the file dcr > hof_furni
What do you mean by the database?
 
Upvote 0
Experienced Elementalist
Joined
Aug 30, 2013
Messages
287
Reaction score
64
In the furnidata it is correct it is in the file dcr > hof_furni
What do you mean by the database?

Have you got all the entries in your database correct? Check the names of the SWFs that you put into your furniture table and also double check the catalog_items table (i think they are the main furni columns with Plus)
 
Upvote 0
Newbie Spellweaver
Joined
Sep 5, 2014
Messages
20
Reaction score
0
Have you got all the entries in your database correct? Check the names of the SWFs that you put into your furniture table and also double check the catalog_items table (i think they are the main furni columns with Plus)
I got everything correct, but still the furniture doesn't load in the client. What should i do?
 
Upvote 0
Experienced Elementalist
Joined
Aug 30, 2013
Messages
287
Reaction score
64
I got everything correct, but still the furniture doesn't load in the client. What should i do?
If the furni isn't loading and you are just getting black boxes, then that would suggest that the SWF is failing to load. This could be down to names being typed incorrectly, URLs being wrong or the SWF was made for an older revision.
 
Upvote 0
Back
Top