|
||
|
|||||||
| Modification Suggestions This is where you can suggest a modifcation to RunUO! |
![]() |
|
|
Thread Tools | Display Modes |
|
|
#1 (permalink) |
|
Forum Expert
|
FIXED IN REVISION 104
ok I just dl'ed svn latest version (problem comes in revision 95) Serado.cs ln 107: before: Code:
if ( attacker is BaseCreature && ((BaseCreature)attacker).BardProvoked ) Code:
if ( this.Map == null && attacker is BaseCreature && ((BaseCreature)attacker).BardProvoked ) Code:
if ( this.Map == null || ( attacker is BaseCreature && ((BaseCreature)attacker).BardProvoked ) ) Last edited by Kenko; 11-15-2006 at 07:30 PM. |
|
|
|
|
|
#2 (permalink) |
|
Forum Expert
|
another, this one is older tho. PaladinSpell.cs, change the saymantra function to this
Code:
public override void SayMantra()
{
Caster.PublicOverheadMessage( MessageType.Spell, 0x3B2, MantraNumber, "", false );
}
hf |
|
|
|
![]() |
| Bookmarks |
| Currently Active Users Viewing This Thread: 1 (0 members and 1 guests) | |
| Thread Tools | |
| Display Modes | |
|
|