|
||
|
|||||||
| Other Cant find a category above, use this one! Core mods not listed above go here! |
![]() |
|
|
Thread Tools | Display Modes |
|
|
#1 (permalink) |
|
Forum Novice
Join Date: Jun 2005
Location: Turkey
Age: 24
Posts: 105
|
hi i find a bug in the PoisonStrike spell. if a murderer throw poision strike spell to any one if one or more innoncent near(1 square) the target(player or npc) affect by the spell but caster dont be a agressor the innoncents(dont do criminal action).
note:i am using runuo1.0.0 (may i wrote wrong but i am using latest release) and i dont change anything on the necromancer spells. |
|
|
|
|
|
#3 (permalink) | |
|
Account Terminated
|
Quote:
It wasn't really used and was a total and complete mess, those were the words of Asayre more or less ;-) |
|
|
|
|
|
|
#4 (permalink) | |
|
Forum Expert
|
Quote:
Code:
for ( int i = 0; i < targets.Count; ++i )
{
Mobile targ = (Mobile)targets[i];
int num;
if ( targ.InRange( m.Location, 0 ) )
num = 1;
else if ( targ.InRange( m.Location, 1 ) )
num = 2;
else
num = 3;
targ.RegisterDamage(((int)damage / num), Caster);
Caster.DoHarmful(targ);
SpellHelper.Damage( this, targ, damage / num, 0, 0, 0, 100, 0 );
}
![]() |
|
|
|
|
![]() |
| Bookmarks |
| Currently Active Users Viewing This Thread: 1 (0 members and 1 guests) | |
| Thread Tools | |
| Display Modes | |
|
|