Yet another issue with Customs.
Hello, ive been trying to add customs into my hotel, but it doesnt seem to be working. Shows a black box. Shows the name and Description of it though.
Im using Plus Original Emulator, Or Silverwave. Ive added the Furnidata_xml.xml
<furnitype id="73783342" classname="br_mjmj"><revision>49500</revision><defaultdir>0</defaultdir><xdim>2</xdim><ydim>1</ydim><partcolors><color>#ffffff</color><color>#F7EBBC</color></partcolors><name>Stoner Butler</name><description>Isotonic Customs</description><adurl/><offerid>5</offerid><buyout>1</buyout><rentofferid>-1</rentofferid><rentbuyout>0</rentbuyout><bc>1</bc><customparams/><specialtype>2</specialtype><canstandon>0</canstandon><cansiton>0</cansiton><canlayon>0</canlayon></furnitype>
Added the Product Data,
Added the SQL's:
INSERT INTO `furniture` (`id`, `public_name`, `item_name`, `type`, `width`, `length`, `stack_height`, `can_stack`, `can_sit`, `is_walkable`, `sprite_id`, `allow_recycle`, `allow_trade`, `allow_marketplace_sell`, `allow_gift`, `allow_inventory_stack`, `interaction_type`, `interaction_modes_count`, `vending_ids`) VALUES
(73783342, 'br_mjmj', 'br_mjmj', 's', 1, 1, 1, '0', '0', '0', 73783343, '1', '1', '1', '1', '1', 'vendingmachine', 4, '24');
And added the Swf to my hof_furni folder, in the 49500 Revision folder.
And STILL Nothing. Ive tried clearing my cache and everything. Any Advice Anyone?
Getting some 400 Errors, no 404, But:
game/%revision%/.swf?&counterparameter=0 Failed to load resource: the server responded with a status of 400 (Bad Request)
game/%revision%/.swf?&counterparameter=1 Failed to load resource: the server responded with a status of 400 (Bad Request)
game/%revision%/.swf?&counterparameter=2 Failed to load resource: the server responded with a status of 400 (Bad Request)
game/%revision%/.swf?&counterparameter=3 Failed to load resource: the server responded with a status of 400 (Bad Request)
game/%revision%/.swf?&counterparameter=4 Failed to load resource: the server responded with a status of 400 (Bad Request)
And im running on xampp on a VPS
everything in my variables looks fine >_<
dynamic.download.url=http://habbsane-hotel.com/game/dcr/hof_furni/
flash.dynamic.download.url=http://habbsane-hotel.com/game/dcr/hof_furni/
Tried adding and removing graphics tags, still no.
[Edit]
Thought it could have been because the swf's for the furni werent compiled, so i compiled them, and still. Black box, even after i clear cache, :update_items and :update_catalog. I even went so far as to restart the emulator, and as i said i run on xampp, i restarted mysql AND apache, still. Black Box T-T