Script value volatile modifier.
This commit is contained in:
@ -149,7 +149,7 @@ public class Npc extends Creature
|
||||
private NpcStringId _nameString;
|
||||
|
||||
private StatSet _params;
|
||||
private int _scriptValue = 0;
|
||||
private volatile int _scriptValue = 0;
|
||||
private RaidBossStatus _raidStatus;
|
||||
|
||||
/** Contains information about local tax payments. */
|
||||
|
@ -149,7 +149,7 @@ public class Npc extends Creature
|
||||
private NpcStringId _nameString;
|
||||
|
||||
private StatSet _params;
|
||||
private int _scriptValue = 0;
|
||||
private volatile int _scriptValue = 0;
|
||||
private RaidBossStatus _raidStatus;
|
||||
|
||||
/** Contains information about local tax payments. */
|
||||
|
@ -149,7 +149,7 @@ public class Npc extends Creature
|
||||
private NpcStringId _nameString;
|
||||
|
||||
private StatSet _params;
|
||||
private int _scriptValue = 0;
|
||||
private volatile int _scriptValue = 0;
|
||||
private RaidBossStatus _raidStatus;
|
||||
|
||||
/** Contains information about local tax payments. */
|
||||
|
@ -149,7 +149,7 @@ public class Npc extends Creature
|
||||
private NpcStringId _nameString;
|
||||
|
||||
private StatSet _params;
|
||||
private int _scriptValue = 0;
|
||||
private volatile int _scriptValue = 0;
|
||||
private RaidBossStatus _raidStatus;
|
||||
|
||||
/** Contains information about local tax payments. */
|
||||
|
@ -149,7 +149,7 @@ public class Npc extends Creature
|
||||
private NpcStringId _nameString;
|
||||
|
||||
private StatSet _params;
|
||||
private int _scriptValue = 0;
|
||||
private volatile int _scriptValue = 0;
|
||||
private RaidBossStatus _raidStatus;
|
||||
|
||||
/** Contains information about local tax payments. */
|
||||
|
@ -149,7 +149,7 @@ public class Npc extends Creature
|
||||
private NpcStringId _nameString;
|
||||
|
||||
private StatSet _params;
|
||||
private int _scriptValue = 0;
|
||||
private volatile int _scriptValue = 0;
|
||||
private RaidBossStatus _raidStatus;
|
||||
|
||||
/** Contains information about local tax payments. */
|
||||
|
@ -149,7 +149,7 @@ public class Npc extends Creature
|
||||
private NpcStringId _nameString;
|
||||
|
||||
private StatSet _params;
|
||||
private int _scriptValue = 0;
|
||||
private volatile int _scriptValue = 0;
|
||||
private RaidBossStatus _raidStatus;
|
||||
|
||||
/** Contains information about local tax payments. */
|
||||
|
@ -149,7 +149,7 @@ public class Npc extends Creature
|
||||
private NpcStringId _nameString;
|
||||
|
||||
private StatSet _params;
|
||||
private int _scriptValue = 0;
|
||||
private volatile int _scriptValue = 0;
|
||||
private RaidBossStatus _raidStatus;
|
||||
|
||||
/** Contains information about local tax payments. */
|
||||
|
@ -135,7 +135,7 @@ public class NpcInstance extends Creature
|
||||
private int _currentRHandId; // normally this shouldn't change from the template, but there exist exceptions
|
||||
private int _currentCollisionHeight; // used for npc grow effect skills
|
||||
private int _currentCollisionRadius; // used for npc grow effect skills
|
||||
private int _scriptValue = 0;
|
||||
private volatile int _scriptValue = 0;
|
||||
|
||||
/**
|
||||
* Send a packet SocialAction to all PlayerInstance in the _KnownPlayers of the NpcInstance and create a new RandomAnimation Task.
|
||||
|
@ -151,7 +151,7 @@ public class Npc extends Creature
|
||||
private int _shotsMask = 0;
|
||||
private int _killingBlowWeaponId;
|
||||
|
||||
private int _scriptValue = 0;
|
||||
private volatile int _scriptValue = 0;
|
||||
|
||||
/** Map of summoned NPCs by this NPC. */
|
||||
private Map<Integer, Npc> _summonedNpcs = null;
|
||||
|
@ -151,7 +151,7 @@ public class Npc extends Creature
|
||||
private int _shotsMask = 0;
|
||||
private int _killingBlowWeaponId;
|
||||
|
||||
private int _scriptValue = 0;
|
||||
private volatile int _scriptValue = 0;
|
||||
|
||||
/** Map of summoned NPCs by this NPC. */
|
||||
private Map<Integer, Npc> _summonedNpcs = null;
|
||||
|
@ -149,7 +149,7 @@ public class Npc extends Creature
|
||||
private NpcStringId _nameString;
|
||||
|
||||
private StatSet _params;
|
||||
private int _scriptValue = 0;
|
||||
private volatile int _scriptValue = 0;
|
||||
private RaidBossStatus _raidStatus;
|
||||
|
||||
/** Contains information about local tax payments. */
|
||||
|
@ -149,7 +149,7 @@ public class Npc extends Creature
|
||||
private NpcStringId _nameString;
|
||||
|
||||
private StatSet _params;
|
||||
private int _scriptValue = 0;
|
||||
private volatile int _scriptValue = 0;
|
||||
private RaidBossStatus _raidStatus;
|
||||
|
||||
/** Contains information about local tax payments. */
|
||||
|
@ -149,7 +149,7 @@ public class Npc extends Creature
|
||||
private NpcStringId _nameString;
|
||||
|
||||
private StatSet _params;
|
||||
private int _scriptValue = 0;
|
||||
private volatile int _scriptValue = 0;
|
||||
private RaidBossStatus _raidStatus;
|
||||
|
||||
/** Contains information about local tax payments. */
|
||||
|
@ -150,7 +150,7 @@ public class Npc extends Creature
|
||||
private NpcStringId _nameString;
|
||||
|
||||
private StatSet _params;
|
||||
private int _scriptValue = 0;
|
||||
private volatile int _scriptValue = 0;
|
||||
private RaidBossStatus _raidStatus;
|
||||
|
||||
/** Contains information about local tax payments. */
|
||||
|
@ -150,7 +150,7 @@ public class Npc extends Creature
|
||||
private NpcStringId _nameString;
|
||||
|
||||
private StatSet _params;
|
||||
private int _scriptValue = 0;
|
||||
private volatile int _scriptValue = 0;
|
||||
private RaidBossStatus _raidStatus;
|
||||
|
||||
/** Contains information about local tax payments. */
|
||||
|
@ -150,7 +150,7 @@ public class Npc extends Creature
|
||||
private NpcStringId _nameString;
|
||||
|
||||
private StatSet _params;
|
||||
private int _scriptValue = 0;
|
||||
private volatile int _scriptValue = 0;
|
||||
private RaidBossStatus _raidStatus;
|
||||
|
||||
/** Contains information about local tax payments. */
|
||||
|
@ -149,7 +149,7 @@ public class Npc extends Creature
|
||||
private NpcStringId _nameString;
|
||||
|
||||
private StatSet _params;
|
||||
private int _scriptValue = 0;
|
||||
private volatile int _scriptValue = 0;
|
||||
private RaidBossStatus _raidStatus;
|
||||
|
||||
/** Contains information about local tax payments. */
|
||||
|
Reference in New Issue
Block a user