def __init__(self, player, amount): Event.__init__(self, 1500) self.player = player self.amount = amount self.player.heal(self.amount) player.setBusy(True) player.animate(829)
def __init__(self, player, x, y, z): Event.__init__(self, 1255) self.player = player player.setBusy(True) player.getWalkingQueue().reset() player.animate(75133) player.graphics(1680) self.location = Location.location(x, y, z)
def __init__(self, player, x, y, z): Event.__init__(self, 1255) self.player = player player.setBusy(True) player.getWalkingQueue().reset(); player.animate(75133) player.graphics(1680) self.location = Location.location(x, y, z)
def __init__(self, player): Event.__init__(self, 1500) self.player = player
def __init__(self, player): Event.__init__(self, 2000) self.player = player player.setBusy(True) player.animate(827)
def __init__(self, player, stat, amount): Event.__init__(self, 1500) self.player = player self.stat = stat self.amount = amount player.animate(829)