Show
Ignore:
Timestamp:
11/19/08 13:37:52 (17 years ago)
Author:
yumileroy
Message:

[svn] Make mobs scatter around in melee attack. Patch provided by smellbee.
Fix Join Instance Can Enter while Encounter is in Progress. Patch provided by mknjc.

Original author: megamage
Date: 2008-10-27 08:00:33-05:00

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/src/game/TargetedMovementGenerator.cpp

    r102 r118  
    6060    if(!i_offset) 
    6161    { 
    62         // to nearest contact position 
    63         i_target->GetContactPoint( &owner, x, y, z ); 
     62        // to nearest random contact position  
     63        i_target->GetRandomContactPoint( &owner, x, y, z,0.5f,4.5f ); 
    6464    } 
    6565    else