Reply to this subject
Start a new subject
 
Refresh page
| Posted by |
Meerclar
USA (554 posts) bio
|
| Date |
Thu 27 Jun 2002 08:58 AM (UTC) [ quote
] |
| Message |
| Hi folks, just your friendly neighborhood Cat Lord looking for some spellcaster info that I can't hunt down in the code myself. Balo and I have been discussing some of the Stormbringer helpfiles in connection to the spell system and there is some.... debate as to just exactly what the moons actually do influence. The helpfile indicates mage spells but there is some debate and neither of us is quite certain where to look in the code to find the info. If anyone knows or can point me in the right direction I would be hugely appreciative of the info. |
Meerclar - Lord of Cats
Coder, Builder, and Tormenter of Mortals
Stormbringer: Rebirth
storm-bringer.org:4500
www.storm-bringer.org | top |
|
| Posted by |
Daos
USA (42 posts) bio
|
| Date |
Reply #1 on Sat 29 Jun 2002 04:44 AM (UTC) [ quote
] |
| Message |
// spellfilcher at half
if (HAS_CLASSFLAG(ch, CLASSFLAG_CASTING_HALFAFFECTED_BY_MOON))
{
spell_level += (weather_info[ch->in_room->sector_type].mage_castmod/2);
if (spell_level<1)
spell_level=1;
}
You'll find this around ln 926 in magic.cpp (give or take 100 lines due to personal DS-code) =) Hope this helps.
- Daos
turalyon@socket.net | top |
|
| Posted by |
Meerclar
USA (554 posts) bio
|
| Date |
Reply #2 on Sun 30 Jun 2002 03:29 PM (UTC) [ quote
] |
| Message |
| Many thanks, that wasn't exactly what I was looking for but following what else I found led me where I wanted to go. Kal, thats some hellishly designed spellmod code you have, I like it :) Makes me glad I flagged SB:R sorcerers with moon affected casting. |
Meerclar - Lord of Cats
Coder, Builder, and Tormenter of Mortals
Stormbringer: Rebirth
storm-bringer.org:4500
www.storm-bringer.org | top |
|
The dates and times for posts above are shown in Universal Co-ordinated Time (UTC).
To show them in your local time you can join the forum, and then set the 'time correction' field in your profile to the number of hours difference between your location and UTC time.
1,751 views.
Reply to this subject
Start a new subject
 
Refresh page
top
Comments to:
Gammon Software support
Forum RSS feed ( http://www.gammon.com.au/rss/forum.xml )