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!

Custom [Swf] Hospital Bed Recolour.

Junior Spellweaver
Joined
Feb 22, 2012
Messages
133
Reaction score
23
Hi all,
So recently I have been getting back into Retro's and thought id start trying to make customs again so i thought I would do a simple part recolour as a user on my hotel requested it.

Effectively i changed the hospital bed's drip from fluids to blood (not the most exciting change i know.)
but seeing as I haven't been active in customs and recolours in a while i thought i'd release it anyway because it does look quite good imo.

I have only included the swf & furnidata as I use Arcturus Emulator. If anyone wants to make SQL's for this that would be great!

Original Bed:
9MlTEIS - [Swf] Hospital Bed Recolour. - RaGEZONE Forums


Recolour Blood Bed:
8dQVR9P - [Swf] Hospital Bed Recolour. - RaGEZONE Forums


The SWF & catalog icon is in the rar Here: View attachment hosptl_red.rar

Furnidata:
<furnitype id="3590507" classname="hosptl_red">
<revision>61856</revision>
<defaultdir>0</defaultdir>
<xdim>1</xdim>
<ydim>1</ydim>
<partcolors>
<color>0</color>
<color>0</color>
<color>0</color>
</partcolors>
<name>Hospital Bed Blood</name>
<description>Give the patient blood. Recolour by Xylo @Ragezone.</description>
<adurl/>
<offerid>-1</offerid>
<buyout>1</buyout>
<rentofferid>-1</rentofferid>
<rentbuyout>0</rentbuyout>
<bc>1</bc>
<excludeddynamic>0</excludeddynamic>
<customparams/>
<specialtype>1</specialtype>
<canstandon>0</canstandon>
<cansiton>0</cansiton>
<canlayon>0</canlayon>
<furniline></furniline>
</furnitype>
Anyway I hope you like this simple furniture recolour :)
 

Attachments

You must be registered for see attachments list
Last edited:
Junior Spellweaver
Joined
Oct 7, 2008
Messages
115
Reaction score
10
INSERT INTO `catalog_items` (`id`, `page_id`, `item_ids`, `catalog_name`, `cost_credits`, `cost_points`, `points_type`, `amount`, `song_id`, `limited_stack`, `limited_sells`, `extradata`, `badge`, `club_only`, `have_offer`, `offer_id`) VALUES
(3590507, 51, '3590507', 'hosptl_red', 5, 0, 0, 1, 0, 0, 0, '', '', '0', '1', -1);
INSERT INTO `items_base` (`id`, `sprite_id`, `public_name`, `item_name`, `type`, `width`, `length`, `stack_height`, `allow_stack`, `allow_walk`, `allow_sit`, `allow_lay`, `allow_recycle`, `allow_trade`, `allow_marketplace_sell`, `allow_gift`, `allow_inventory_stack`, `interaction_type`, `interaction_modes_count`, `vending_ids`, `effect_id_male`, `effect_id_female`, `multiheight`) VALUES
(3590507, 3590507, 'Bloody Hospital Bed', 'hosptl_red', 's', 1, 3, 2.000, 0, 0, 0, 1, 1, 1, 0, 1, 1, 'bed', 2, '0', 0, 0, '');

These should work, they did when I made them for mine.
 
Newbie Spellweaver
Joined
Feb 3, 2018
Messages
47
Reaction score
16
Simple but I like it, A colour change on the sheets might be an idea next!
It wouldn't be too hard to implement.


OP: Small detail, great concept. Well done.
 
Newbie Spellweaver
Joined
Dec 25, 2013
Messages
41
Reaction score
3
May I suggest this one?:$:
uIrzIqf - [Swf] Hospital Bed Recolour. - RaGEZONE Forums
 

Attachments

You must be registered for see attachments list
Junior Spellweaver
Joined
Feb 22, 2012
Messages
133
Reaction score
23
Here you go:

UReb5mR - [Swf] Hospital Bed Recolour. - RaGEZONE Forums


SWF + Catalog Icon : View attachment hosptl_grn.rar

SQL's for Arcturus:
Code:
INSERT INTO `items_base` (`id`, `sprite_id`, `public_name`, `item_name`, `length`, `stack_height`, `allow_lay`, `interaction_type`) VALUES ('78787891', '3590587', 'Hospital Bed Green', 'hosptl_grn', '3', '2', '1', 'bed')
Code:
INSERT INTO `catalog_items` (`id`, `page_id`, `item_ids`, `catalog_name`, `cost_credits`, `have_offer`, `offer_id`) VALUES ('5191135', 'PAGE ID', '78787891', 'Hospital Bed (Green)', '10', '0', '-1')

MAKE SURE TO CHANGE PAGE ID TO YOUR OWN CATA PAGE.

Furnidata:
Code:
<furnitype id="3590587" classname="hosptl_grn">
<revision>61856</revision>
<defaultdir>0</defaultdir>
<xdim>1</xdim>
<ydim>1</ydim>
<partcolors>
<color>0</color>
<color>0</color>
<color>0</color>
</partcolors>
<name>Hospital Bed Green</name>
<description>This drip looks fine... Recolour by HardyF1.</description>
<adurl/>
<offerid>-1</offerid>
<buyout>1</buyout>
<rentofferid>-1</rentofferid>
<rentbuyout>0</rentbuyout>
<bc>1</bc>
<excludeddynamic>0</excludeddynamic>
<customparams/>
<specialtype>1</specialtype>
<canstandon>0</canstandon>
<cansiton>0</cansiton>
<canlayon>0</canlayon>
<furniline></furniline>
</furnitype>
 

Attachments

You must be registered for see attachments list
Back
Top