Thread Rating:
- 0 Votes - 0 Average
- 1
- 2
- 3
- 4
- 5
t_scroll's spell power
|
Author |
Message |
Artyk 
Journeyman

Posts: 75
Likes Given: 43
Likes Received: 9 in 9 posts
Joined: Sep 2014
Reputation: 0
![]()
|
t_scroll's spell power
Hi guys, I'm trying to create some new spells and related scrolls and at the moment i'm stuck on the meaning of MOREY for the type t_scroll
that's what is written in the wiki:
Quote:MOREY = Power of the spell (equivalent to the EFFECT setting of the spell itself?)
looking at the other scrolls i found on MOREY a random value in a range that never exceed 100
peeking on the source i found in graysvr/CObjBase.h :
Code:
// IT_SCROLL
// IT_COMM_CRYSTAL
// IT_CAMPFIRE
// IT_LAVA
struct
{
short m_PolyStr; // more1l=polymorph effect of this. (on strength)
short m_PolyDex; // more1h=polymorph effect of this. (on dex)
int m_spellcharges; // more2=not sure how used here..
WORD m_spell; // morex=SPELL_TYPE = The magic spell cast on this. (daemons breath)(boots of strength) etc
WORD m_spelllevel; // morey=0-1000=level of the spell.
BYTE m_pattern; // morez = light pattern - CAN_I_LIGHT LIGHT_QTY
} m_itSpell;
So my questions are:
How does morey actually work?
Are the other scrolls wrong or are they intentionally set to those values?
|
|
02-15-2016 09:39 AM |
|
|
User(s) browsing this thread: 1 Guest(s)