Atelia status AI.

Contributed by hlwrave.
This commit is contained in:
MobiusDev
2016-03-27 11:42:08 +00:00
parent 141ec129df
commit fdafe7447e
46 changed files with 1522 additions and 154 deletions

View File

@ -87,6 +87,8 @@ public class L2Spawn implements IPositionable, IIdentifiable, INamable
private String _areaName;
private int _globalMapId;
private String _title = "";
/** The task launching the function doSpawn() */
class SpawnTask implements Runnable
{
@ -687,6 +689,14 @@ public class L2Spawn implements IPositionable, IIdentifiable, INamable
{
mob.setTitle(mob.getTemplate().getTitle());
}
else
{
mob.setTitle(_title);
}
// Reset summoner
mob.setSummoner(null);