Exemplo n.º 1
0
 def setAvatarType(self, avatarType):
     DistributedNPCSkeleton.setAvatarType(self, avatarType)
     self.loadBossData(self.getUniqueId(), avatarType)
Exemplo n.º 2
0
 def announceGenerate(self):
     DistributedNPCSkeleton.announceGenerate(self)
     if not self.isInInvasion():
         self.addBossEffect(AvatarTypes.Undead)
Exemplo n.º 3
0
 def disable(self):
     self.removeBossEffect()
     DistributedNPCSkeleton.disable(self)
Exemplo n.º 4
0
 def __init__(self, cr):
     DistributedNPCSkeleton.__init__(self, cr)
     Boss.__init__(self, cr)
Exemplo n.º 5
0
 def generate(self):
     DistributedNPCSkeleton.generate(self)
Exemplo n.º 6
0
 def setAvatarType(self, avatarType):
     DistributedNPCSkeleton.setAvatarType(self, avatarType)
     self.loadBossData(self.getUniqueId(), avatarType)
Exemplo n.º 7
0
 def disable(self):
     self.removeBossEffect()
     DistributedNPCSkeleton.disable(self)
Exemplo n.º 8
0
 def announceGenerate(self):
     DistributedNPCSkeleton.announceGenerate(self)
     if not self.isInInvasion():
         self.addBossEffect(AvatarTypes.Undead)
Exemplo n.º 9
0
 def generate(self):
     DistributedNPCSkeleton.generate(self)
Exemplo n.º 10
0
 def __init__(self, cr):
     DistributedNPCSkeleton.__init__(self, cr)
     Boss.__init__(self, cr)