[Not coded, sorry guys!]
-
Got bored so I drew an old style telephone furniture:
http://i.imgur.com/h9OJMAi.png
Here's what it would look like on a table:
http://i.imgur.com/YPyIvO8.png
Hope you enjoy!
Printable View
[Not coded, sorry guys!]
-
Got bored so I drew an old style telephone furniture:
http://i.imgur.com/h9OJMAi.png
Here's what it would look like on a table:
http://i.imgur.com/YPyIvO8.png
Hope you enjoy!
That's so awesome, maybe the cable behind it could be a little different instead of 2 lines black, but other than that you've done a really nice job.
Love it, keep up with the customs. The more unique customs the better!
this is not a showcase
This is REALLY beautiful! Keep up the good work! :D
Thanks :) The cables were originally a bit thicker with dark grey, but I hated them no matter what I did with them haha.
I didn't try white, so I'll consider doing that later - thanks for the idea :)
I'm sorry you feel that way about this thread. I have posted plenty of my uncoded 'customs' on here in the past in case anyone ever wants to do anything with it and so far no moderator has ever taken issue with my threads.
Would it be possible to create zoom out and an icon? But if you want to make the other images like "Change Size" let it. Would be nice if you can give us also a zoom out and an icon in a high quality.
Greetz,
Oh I love this, can you swf or would you like us to do it for you and put the file on here?
- - - Updated - - -
Actually if he wants to put screens up for someone to swf it for him and release it under his thread I don't see what your problem is with it, I love coming on here and looking at these kinds of threads.
https://forum.ragezone.com/cache.php...%2FQuncTq8.png
Well, No longer just a showcase.
Nice release and a good design, I've coded it and have the SWF if anybody wants it? :)
Great Release! I've coded it:
https://www.dropbox.com/s/y4vdoc05iw...phone.rar?dl=0
That isnt bad at all I actually like that nice and simple deign as well.
Thank you :kiss:
Here's the sqls for azure catalogue
(Make sure you have order_num , if you don't run this) -->Catalog_itemsCode:ALTER table catalog_items ADD COLUMN order_num INT(11);
Furniture :Code:INSERT INTO `catalog_items` (`id`, `page_id`, `item_ids`, `specialName`, `cost_credits`, `cost_belcredits`, `cost_loyalty`, `cost_duckets`, `amounts`, `achievement`, `song_id`, `limited_sells`, `limited_stack`, `offer_active`, `club_only`, `extradata`, `badge`, `order_num`) VALUES ( '534293407', '91', '534293407', '', '1500', '0', '0', '0', '1', '0', '', '0', '0', '1', '0', '', '', '', '');
Code:INSERT INTO `catalog_furnis` (`id`, `flat_id`, `item_name`, `type`, `stack_height`, `can_stack`, `allow_recycle`, `allow_trade`, `allow_marketplace_sell`, `allow_gift`, `allow_inventory_stack`, `interaction_type`, `interaction_modes_count`, `vending_ids`, `subscriber`, `effectid`) VALUES ( '534293407', '-1', 'tazdl', 's', '1', '0', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0');
Furnidata for azure
Code:<?xml version="1.0"?>
<furnidata>
<roomitemtypes>
<furnitype id="342937" classname="tazdl">
<revision>534293</revision>
<defaultdir>0</defaultdir>
<xdim>1</xdim>
<ydim>1</ydim>
<partcolors><color>tazdl</color></partcolors>
<name>tazdl</name>
<description></description>
<adurl></adurl>
<offerid>0</offerid>
<buyout>0</buyout>
<rentofferid>-1</rentofferid>
<rentbuyout>0</rentbuyout>
<customparams>1</customparams>
<specialtype>1</specialtype>
<canstandon>0</canstandon>
<cansiton>0</cansiton>
<canlayon>0</canlayon>
</furnitype>
</roomitemtypes>
<wallitemtypes>
</wallitemtypes>
</furnidata>
keep in mind you might want to change the item id as it might give you a duplicate id problem as you might have another item with the same id . I guess you all know how to add it in a catalogue page.
your welcome :)