Reflex 
Journeyman

Posts: 130
Likes Given: 0
Likes Received: 2 in 2 posts
Joined: Apr 2012
Reputation: 1
![]()
|
RE: Scrolls not stacking properly?
Here was the fix, if for example the MOREY={50 70} we just made it MOREY=60 the average so each scroll is created with a set morey instead of using ranges so that way all scrolls become stackable.
Code:
[ITEMDEF 01f3e]
DEFNAME=i_scroll_fireball
RESOURCES=i_scroll_blank, i_reag_black_pearl, i_reag_sulfur_ash
SKILLMAKE=INSCRIPTION 30.0, MAGERY 20.0
TYPE=T_SCROLL
WEIGHT=1
//CIRCLE=3
CATEGORY=Provisions - Alchemy & Magic
SUBSECTION=Scrolls - 3rd Circle
DESCRIPTION=Fireball Scroll
ON=@Create
ATTR=ATTR_MAGIC
MOREX=s_fireball
MOREY=50
|
|
04-30-2012 11:03 AM |
|
|