Lazarus
Master
Posts: 352
Likes Given: 11
Likes Received: 7 in 6 posts
Joined: Jun 2012
Reputation: 1
Hybris Ultima Online
|
RE: Agility and Great Agi Not Stackeable.
(10-14-2012 09:29 AM)RanXerox Wrote: Post the script for those potions and we can tell you how to change it.
This are NOT stackeables [Default potions of agility]
Code:
[ITEMDEF i_potion_Agility]
ID=i_bottle_blue
NAME=Agility
TYPE=T_POTION
TDATA1=i_bottle_empty
RESOURCES=i_reag_blood_moss, i_bottle_empty
SKILLMAKE=ALCHEMY 15.1
ON=@Create
MORE1=s_Agility
MORE2={ 15.1 60.0 }
[ITEMDEF i_potion_AgilityGreat]
ID=i_bottle_BLUE
TYPE=T_POTION
NAME=Greater Agility
TDATA1=i_bottle_empty
RESOURCES=i_reag_blood_moss 3, i_bottle_EMPTY
SKILLMAKE=ALCHEMY 70.1
ON=@Create
MORE1=s_Agility
MORE2={ 70.1 80.0 }
The other normal potions [DEFAULT POTS] are stackeables :|
I_bottle_blue
Code:
[ITEMDEF 0f08]
//Potion (Blue)
DEFNAME=i_bottle_blue
TYPE=T_POTION
TDATA1=i_bottle_empty
RESOURCES=i_bottle_empty
WEIGHT=1
DESCRIPTION=Potion (Blue)(Agility)
SUBSECTION=Potions
CATEGORY=Provisions - Alchemy & Magic
ON=@Create
MORE1=s_agility
MORE2={ 300 900 }
I didn't see any difference with the others potions and bottles.
|
|
10-14-2012 09:55 AM |
|
|