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 + SQL : Ugandan Knuckles Light Up Poster

Junior Spellweaver
Joined
Feb 22, 2012
Messages
133
Reaction score
23
Hi all so a user (who I suspect is into their memes.) asked me to make a 'Ugandan Knuckles' poster.
So I decided to make this.

It also lights up!

Poster Off:
S4s34X9 - SWF + SQL : Ugandan Knuckles Light Up Poster - RaGEZONE Forums


Poster On:
DA5l47b - SWF + SQL : Ugandan Knuckles Light Up Poster - RaGEZONE Forums


SWF & Catalog icon here: View attachment Ugandan Knuckles.rar

SQL's (For Arcturus)
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
(3590508, PAGE ID, '3590508', 'exe_ugk', 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
(3590508, 4468509, 'Ugandan Knuckles', 'exe_ugk', 'i', 0, 0, 1, 0, 0, 0, 0, 1, 1, 1, 1, 1, 'default', 2, '0', 0, 0, '');

Furnidata (MAKE SURE TO PUT IN THE WALLITEMS AREA!):
<furnitype id="4468509" classname="exe_ugk">
<revision>45508</revision>
<name>Ugandan Knuckles</name>
<description>Do you know de wey?</description>
<adurl/>
<offerid>-1</offerid>
<buyout>0</buyout>
<rentofferid>-1</rentofferid>
<rentbuyout>0</rentbuyout>
<bc>0</bc>
<excludeddynamic>0</excludeddynamic>
<specialtype>1</specialtype>
<furniline></furniline>
</furnitype>

Dont forget to change PAGE ID to your cata page.
Hope you enjoy!
 

Attachments

You must be registered for see attachments list
Last edited:
Back
Top