|
||
|
|
#1 (permalink) |
|
Join Date: Dec 2003
Location: DUBAyou.com
Posts: 61
|
Summary:
A RUNUO Version of the new 7th year reward the Rose of Trinsic. Every 4 Hours you get a petal, up to 10. You can eat the petals for a +5 str bonus for 5 min. Basic Description: Installation: Drop in the custom folder - its that easy |
|
|
|
|
|
#5 (permalink) | |
|
Greatwizard
Join Date: Mar 2004
Location: orange county, CA
Age: 27
Posts: 1,111
|
Quote:
__________________
-deadened with the helium of converses! |
|
|
|
|
|
|
#10 (permalink) | |
|
Greatwizard
Join Date: Mar 2004
Location: orange county, CA
Age: 27
Posts: 1,111
|
Quote:
__________________
-deadened with the helium of converses! |
|
|
|
|
|
|
#11 (permalink) | |
|
Forum Novice
Join Date: Mar 2003
Location: Canada, eh?
Age: 23
Posts: 466
|
Quote:
![]()
__________________
Tylius Dragon --==(UDIC)==-- |
|
|
|
|
|
|
#12 (permalink) | |
|
Join Date: Mar 2004
Posts: 63
|
Quote:
I thought it was a rose added to it's total count every 2 hours? Oh well. Sweet job. Rock on, friend. I submitted the samurai helm before I saw this in the item's section, but now that I know someone has the same spirit, i'm sure the work will be appreciated (Even though it was a very basic amount of work ^^; !Thanks for holding up the spirit of the 7th anniversary. ![]() I'll link to your submission in my thread. |
|
|
|
|
|
|
#13 (permalink) |
|
Forum Novice
Join Date: Mar 2003
Location: Canada, eh?
Age: 23
Posts: 466
|
Change
Code:
public RoseofTrinsic() : base( 0x18E9 ) Code:
public RoseofTrinsic() : base( 0x234B ) Code:
public void SpawnPetal()
{
if (m_UsesRemaining <= 9)
{
m_UsesRemaining++;
CheckID(); // Add this line
}
}
private void CheckID()
{
if (m_UsesRemaining == 1)
{
this.ItemID = 9035;
}
else if (m_UsesRemaining > 1 && m_UsesRemaining < 6)
{
this.ItemID = 9036;
}
else if (m_UsesRemaining > 6)
{
this.ItemID = 9037;
}
}
Now, I'm not a scripter, I've never even scripted an item before, so, this may or may not work It compiled, but I didn't test it further than that. And this most likely isn't OSI correct, as I don't play on OSI or have the info, but I'm guessing that since there are 3 ID's for the rose of trinsic, that the image changes based on how many charges are in it.
__________________
Tylius Dragon --==(UDIC)==-- |
|
|
|
|
|
#15 (permalink) | |
|
Forum Novice
Join Date: Mar 2003
Location: Canada, eh?
Age: 23
Posts: 466
|
Quote:
Thanks!Edit: Added attachment for people that are so computer impaired that they can't do the changes themselves (Or to save time)
__________________
Tylius Dragon --==(UDIC)==-- |
|
|
|
|
|
|
#17 (permalink) |
|
Forum Expert
Join Date: Oct 2002
Age: 26
Posts: 1,797
|
A little update on this, now that it's out -
The rose shouldn't show uses remaining, rather it should show "Petals", which is 1062925. also, the rose drops petals (Label# 1062926). When you eat one of those, you get the bonus. if you already have the stat mod, it says: (1062927) "You have eaten one of these recently and eating another would provide no benefit."
__________________
New shard coming soon! |
|
|
|
|
|
#18 (permalink) |
|
Forum Expert
Join Date: Jan 2004
Location: UK, Essex
Age: 19
Posts: 1,166
|
where do I need to add those codes so as it shows petals and the message ?
Thanks,
__________________
It is not the hand that creates worlds, It is the mind controlling it ! The New Dawn Network |
|
|
|
|
|
#20 (permalink) | |
|
Forum Expert
Join Date: Oct 2002
Age: 26
Posts: 1,797
|
Quote:
__________________
New shard coming soon! |
|
|
|
|
|
|
#22 (permalink) |
|
Greatwizard
Join Date: Mar 2004
Location: orange county, CA
Age: 27
Posts: 1,111
|
http://www.runuo.com/forum/showthrea...358#post293358there is the full OSI rose
__________________
-deadened with the helium of converses! |
|
|
|
![]() |
| Bookmarks |
| Currently Active Users Viewing This Thread: 1 (0 members and 1 guests) | |
| Thread Tools | |
| Display Modes | |
|
|