Go Back   RunUO - Ultima Online Emulation > RunUO > RunUO Post Archive

RunUO Post Archive The Archvie

Reply
 
Thread Tools Display Modes
Old 01-12-2005, 12:03 AM   #1 (permalink)
Master of the Internet
 
TMSTKSBK's Avatar
 
Join Date: Feb 2004
Location: NC/NC State Univ
Age: 23
Posts: 16,424
Default The Giant Japanese Items Script (now with list of items)

OK! I looked in Inside UO (props to those guys), and created--
THE GIANT JAPANESE ITEM .cs OF DOOM!! (all 2300 lines of it...)

Pretty much everything in here (everything so far as I know--excepting the wind chimes and swordstands in the separate files) is prefixed with "j". (so it won't have namespace conflicts)

This is a mostly complete version. I'll also add some wind chimes and sword stands. A partial listing of the stuff includes:

(*See Attached List*)


NOTES ON WChimes:
The Wind Chimes are set up as a vetward.
I basically stole the code from the MonsterStatuette and transmogrified it for this purpose. To that end, you add them like MonsterStatuettes--e.g.--
[add WindChimes WindChimesFancy
(or)
[add WindChimes WindChimes
They do lock down and play sounds when players are w/in 2 tiles. (there might be one sound that's wrong...discovered that yesterday...).

Installation: the usual--toss in customs 'n' go.

Complete list of items will come soon. There are 93 items, total!

Enjoy. I don't think there are any bugs. If there are, please post them.

(yes I did write all these myself. There may or may not be scripts for these items out there...but these scripts are mine.)
Attached Files
File Type: cs JapaneseStuff.cs (52.0 KB, 226 views)
File Type: cs WindChimes.cs (5.1 KB, 190 views)
File Type: cs SwordStands.cs (4.0 KB, 195 views)
__________________
Goodbye, folks.
TMSTKSBK is offline   Reply With Quote
Old 01-13-2005, 09:00 PM   #2 (permalink)
Master of the Internet
 
TMSTKSBK's Avatar
 
Join Date: Feb 2004
Location: NC/NC State Univ
Age: 23
Posts: 16,424
Default The List

Here's the list, compiled for your benefit and mine:

THE COMPLETE GIANT JAPANESE ITEMS SCRIPT ITEM LIST!

Divided by sections in the code for fast reference. (f) denotes flipability

Reference:
A generic script for items. Some derivative of this is used for everything in here.

Bonsai Trees:
JGreenBonsRound: A round green bonsai tree (f)
JPurpleBonsRect: A rectangular purple bonsai tree
JGreenBonsRect: A rectangular green bonsai tree (f)
JPurpleBonsRound: A round purple bonsai tree (f)
JOrangeBonsRound: An orange round tree
JSilverBonsRound: A silver round tree


Zen Gardens:
JZenGardenLeg: A black zengarden with legs
JZenGardenFlat: A black zengarden without legs
JZenGardenRect: A brown rectangular zengarden

Paper Screens:
JBambooScreen: A bamboo shoji screen (f)
JPaperScreen: A paper shoji screen (f)

Bento Boxes
JBentoBox1: An empty bento box. (f)
JBentoBox2: A full bento box. (f)

More Swords (more refers to the SwordStands.cs)
JBlackSword: A large black sword stand (f)
JRedSword: A large red sword stand (f)

Miso Soup
JMiso1: An empty bowl for Miso Soup
JMiso2: White Miso
JMiso3: Red Miso
JMiso4: Awase Miso

Sushi
JSushi1: A black platter of sushi rolls (f)
JSushi2: A white platter of sushi rolls (f)

Food Stuff
JGreenTea: A basket of green tea leaves
JGreenTeaCrushed: A bowl with green tea leaves in it
JTeapot: A teapot. It says "tea set" but it's just a pot (f)
JWasabiLarge: A lump of the green stuff
JSakeCups: Cups for sake (four on tray)
JSake: A pitcher of sake (TODO: make drinkable)
JWasbiSmall: Four small lumps of wasabi
JBowlChop: A bowl with a pair of chopsticks across it
JBowlWhite: A white bowl
JBowlBrown: A brown bowl (see a pattern here?)

Origami
JOrgBfl: butterfly
JOrgFsh: fish
JOrgPck: peacock
JOrgFrg: frog
JOrgStr: star
JOrgSbd: songbird

Futons
JBrownFuton: futon brown (f)
JPinkFuton: futon pink (f)

WindChimes...don't use this

Sculptures (i forget which are which)
JSculpture3 (f)
JSculpture4
JSculpture2
JSculpture1

Lightsources
JRedLantern: Red ball lantern (f)
JWhiteLantern: White ball lantern (f)
JTowerLantern: The tower light
JRoundLantern: round lantern
JShojiLantern: The metal lattice one
JPaperLantern: The tall paper one

Baskets
JBasketTall: A tall square basket (f)
JBasketOpen: A round open basket
JBasketPicnic: A Japanese take on the picnic basket? (f)
JBasketFlat: A flat rectangular basket (f)
JBasketShort: A short brown basket
JBasketTallRound: A taller version of JBasketShort

Plants
JFlowers: A square planter? of flowers
JCherry1: 1-4 are cherry blossoms
JCherry2:
JCherry3:
JCherry4:
JMaple1: 1&2 are maple leaves
JMaple2:
JBamboo1: 1&2 are bamboo shoots
JBamboo2:
JPlum1: 1-4 are plum blossoms
JPlum2:
JPlum3:
JPlum4:

Deco
JAbacus: selfexplanatory...(f)
JUrn1:
JUrn2:
JUrn3:
JFan1: (f)
JFan2: (f)
JPainting1: (f)
JPainting2: (f)
JPainting3: (f)
JPainting4: (f)
JKanji1: (f)
JKanji2: (f)

Low Tables (one of these is plain, one's fancy, forget which)
JLowTable1
JLowTable2

Furniture
JPlainChest: (f)
JOrnateChest: (f)
JGildedChest: (f)
JFootLocker: (f)
JFinishedChest: (f)
JTallCabinet: (f)
JShortCabinet: (f)
JRedArmoire: (f)
JElegantArmoire: (f)
JMapleArmoire: (f)
JCherryArmoire: (f)

//end

Post things that should be included in V3.0 and aren't already.
__________________
Goodbye, folks.
TMSTKSBK is offline   Reply With Quote
Old 01-13-2005, 11:20 PM   #3 (permalink)
Forum Expert
 
Lucid Nagual's Avatar
 
Join Date: Nov 2004
Location: Beyond the Gates of Hell
Age: 36
Posts: 3,509
Smile :)

Thank you kind sir.
__________________
Leader of the Anti-OSI Movement. Inventing a new game experience in an EA Games-free environment.

Don Juan Matus "The basic difference between an ordinary man and a warrior is that a warrior takes everything as a challenge, while an ordinary man takes everything as a blessing or as a curse."


My Customs:
Lucid Nagual is offline   Reply With Quote
Old 02-12-2005, 11:31 AM   #4 (permalink)
 
Join Date: Jan 2005
Age: 21
Posts: 11
Default

ok when i put the windchimes.cs in my custom folder i get this error when restarting RunUo
- Error; Scripts\Items\Misc\Windchimes.cs: CS0101: <line 138, clumn 15> The namespace Server.Items already contains a definition for WindChimes.
Sariki is offline   Reply With Quote
Old 02-12-2005, 12:33 PM   #5 (permalink)
 
Join Date: Sep 2004
Posts: 255
Default

Quote:
Originally Posted by Sariki
ok when i put the windchimes.cs in my custom folder i get this error when restarting RunUo
- Error; Scripts\Items\Misc\Windchimes.cs: CS0101: <line 138, clumn 15> The namespace Server.Items already contains a definition for WindChimes.
you have two files named windchimes...need to remove one
Alcore is offline   Reply With Quote
Reply

Bookmarks


Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are Off
Pingbacks are Off
Refbacks are Off



Powered by vBulletin® Version 3.7.0
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
SEO by vBSEO 3.2.0 RC5