Go Back   RunUO - Ultima Online Emulation > RunUO > Modification Suggestions

Modification Suggestions This is where you can suggest a modifcation to RunUO!

Reply
 
Thread Tools Display Modes
Old 02-05-2005, 05:14 PM   #1 (permalink)
God of Security
 
batarex's Avatar
 
Join Date: Oct 2003
Location: West Lafayette, Indiana
Age: 37
Posts: 280
Send a message via ICQ to batarex
Default Tokuno Rune colors

how would someone go about making runes for tokuno have a color both in the book and the rune its self, i know how to do it for the other facets but i see nothing i can change to add tokuno to this atm? or is this something that will be address with the next release?
__________________
"Recite as much as is comfortable for paper burns and stone crumbles to dust. Recite as much as is comfortable and it shall be remembered".
batarex is offline   Reply With Quote
Old 02-05-2005, 06:29 PM   #2 (permalink)
Forum Expert
 
Join Date: Aug 2003
Location: Australia
Age: 30
Posts: 270
Send a message via ICQ to big_cat Send a message via MSN to big_cat Send a message via Yahoo to big_cat
Default

open recallrune.cs and find this line
Code:
else if ( m_TargetMap == Map.Malas )
         Hue = (House != null ? 0x55F : 1102);
about line 151
and add after it
Code:
else if ( m_TargetMap == Map.Tokuno )
		Hue = (House != null ? 0x55F : 123);
the 123 is the hue not sure what 0x55F is but if u change the 123 to the number of the hue u want it does work with no probs
big_cat is offline   Reply With Quote
Old 02-05-2005, 08:09 PM   #3 (permalink)
P3'c Orion Aviator
 
Join Date: Sep 2004
Age: 30
Posts: 1,272
Default

That is a logical statement using the ? operator

(House != null ? 0x55F : 123)

is like

Code:
if ( House != null)
{
Hue = 0x55F;
}
else
{
Hue = 123;
}
Sounds like it sets a smecial hue if player is inside a house.


-Jamie
sirens song is offline   Reply With Quote
Old 02-05-2005, 08:12 PM   #4 (permalink)
Forum Expert
 
Join Date: Aug 2003
Location: Australia
Age: 30
Posts: 270
Send a message via ICQ to big_cat Send a message via MSN to big_cat Send a message via Yahoo to big_cat
Default

kool ty, so that is just another hue, for if it is a house. can i use example 123 instead of 0x55F ?
big_cat is offline   Reply With Quote
Old 02-05-2005, 08:23 PM   #5 (permalink)
God of Security
 
batarex's Avatar
 
Join Date: Oct 2003
Location: West Lafayette, Indiana
Age: 37
Posts: 280
Send a message via ICQ to batarex
Default

will this also show the new color in the runebook as well?
__________________
"Recite as much as is comfortable for paper burns and stone crumbles to dust. Recite as much as is comfortable and it shall be remembered".
batarex is offline   Reply With Quote
Old 02-05-2005, 09:11 PM   #6 (permalink)
 
Join Date: Nov 2004
Age: 32
Posts: 354
Send a message via ICQ to L0rdDarkScythe Send a message via AIM to L0rdDarkScythe Send a message via MSN to L0rdDarkScythe Send a message via Yahoo to L0rdDarkScythe
Default

No it doesn't change color in Runebook just on the runes

I haven't been able to figure out how to make the wrods colored and bold in runebooks as of yet
L0rdDarkScythe is offline   Reply With Quote
Old 02-05-2005, 09:19 PM   #7 (permalink)
 
Join Date: Nov 2004
Age: 32
Posts: 354
Send a message via ICQ to L0rdDarkScythe Send a message via AIM to L0rdDarkScythe Send a message via MSN to L0rdDarkScythe Send a message via Yahoo to L0rdDarkScythe
Default

in the RunebookGump.cs
After Line 29 Where it reads

else if ( map == Map.Malas )
return 1102;
Enter this
else if ( map == Map.Tokuno )
return "YOUR HUE NUMBER HERE;
L0rdDarkScythe is offline   Reply With Quote
Old 02-05-2005, 11:48 PM   #8 (permalink)
 
Join Date: Feb 2005
Age: 34
Posts: 107
Send a message via Yahoo to Ninja-AoI
Default

Quote:
Originally Posted by big_cat
kool ty, so that is just another hue, for if it is a house. can i use example 123 instead of 0x55F ?
The first hue is used if the Rune has marked while the Caster was standing within the boundaries of a HOUSE. (Meaning standing on the front steps of your Tower.)

"House Runes" though maked while INSIDE the house by default target @2 tiles in front of the House Sign.

The idea originated when people started leaving Rune to their Vendors outside Brit Bank. It was a great way to get customers without standing there Spamming all day. Problem was, some people would mark runes to some QUITE NASTY places and name them "Bob's Discount Wares".

Needless to say unsuspecting people made some shopping errors.


If you're "In" the house the rune will be Hued the First color. If the Rune is marked standing "Outside" the boundaries of a house. (i.e. outside a dungeon, middle of town, favorite taming spot) they would have the second hue.

I would suggest keeping the two different colors. For the reason meantioned above.
Ninja-AoI is offline   Reply With Quote
Old 02-25-2005, 02:16 PM   #9 (permalink)
 
Join Date: Nov 2003
Age: 25
Posts: 259
Send a message via MSN to Tark
Default

the osi playerbase has some of the sneakiest griefers ive seen lol.

thats a good idea to leave em as it is
Tark is offline   Reply With Quote
Old 02-25-2005, 02:29 PM   #10 (permalink)
 
Join Date: Nov 2004
Age: 32
Posts: 354
Send a message via ICQ to L0rdDarkScythe Send a message via AIM to L0rdDarkScythe Send a message via MSN to L0rdDarkScythe Send a message via Yahoo to L0rdDarkScythe
Default

yeah but some of us like our pretty colored runes and writings in the runebooks *chuckles*
L0rdDarkScythe is offline   Reply With Quote
Old 05-03-2005, 09:31 AM   #11 (permalink)
 
Join Date: Nov 2003
Posts: 6
Default

=)
chaosx2x 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