def objectOptionOne_lever(player, obj):
	loc = None
	if player.getLocation().getX() > 3089 and player.getLocation().getY() < 3959:
		loc = Location.create(2539, 4712, 0)
		TeleportAction.getTeleportAction(player).castTeleport(loc)
	elif player.getLocation().getX() < 3000 and player.getLocation().getY() > 4700:
		loc = Location.create(3091, 3956, 0)
		TeleportAction.getTeleportAction(player).castTeleport(loc)
Exemplo n.º 2
0
def annakarlTeleport(mob):
	TeleportAction.getTeleportAction(mob).castTeleport(TeleportAction.getTeleportAction(mob).getAnnakarlLocation())
Exemplo n.º 3
0
def carrallangarTeleport(mob):
	TeleportAction.getTeleportAction(mob).castTeleport(TeleportAction.getTeleportAction(mob).getCarrallangarLocation())
Exemplo n.º 4
0
def dareeyakTeleport(mob):
	TeleportAction.getTeleportAction(mob).castTeleport(TeleportAction.getTeleportAction(mob).getDareeyakLocation())
Exemplo n.º 5
0
def lassarTeleport(mob):
	TeleportAction.getTeleportAction(mob).castTeleport(TeleportAction.getTeleportAction(mob).getLassarLocation())
Exemplo n.º 6
0
def kharyrllTeleport(mob):
	TeleportAction.getTeleportAction(mob).castTeleport(TeleportAction.getTeleportAction(mob).getKharyrllLocation())
Exemplo n.º 7
0
def senntistenTeleport(mob):
	TeleportAction.getTeleportAction(mob).castTeleport(TeleportAction.getTeleportAction(mob).getSenntistenLocation())
Exemplo n.º 8
0
def lumbridgeTeleport(mob):
	TeleportAction.getTeleportAction(mob).castTeleport(TeleportAction.getTeleportAction(mob).getLumbridgeLocation())
Exemplo n.º 9
0
def apeAtollTeleport(mob):
	TeleportAction.getTeleportAction(mob).castTeleport(TeleportAction.getTeleportAction(mob).getApeAtollLocation())
Exemplo n.º 10
0
def trollheimTeleport(mob):
	TeleportAction.getTeleportAction(mob).castTeleport(TeleportAction.getTeleportAction(mob).getTrollheimLocation())
Exemplo n.º 11
0
def watchtowerTeleport(mob):
	TeleportAction.getTeleportAction(mob).castTeleport(TeleportAction.getTeleportAction(mob).getWatchtowerLocation())
Exemplo n.º 12
0
def ardougneTeleport(mob):
	TeleportAction.getTeleportAction(mob).castTeleport(TeleportAction.getTeleportAction(mob).getArdougneLocation())
Exemplo n.º 13
0
def camelotTeleport(mob):
	TeleportAction.getTeleportAction(mob).castTeleport(TeleportAction.getTeleportAction(mob).getCamelotLocation())
Exemplo n.º 14
0
def faladorTeleport(mob):
	TeleportAction.getTeleportAction(mob).castTeleport(TeleportAction.getTeleportAction(mob).getFaladorLocation())
Exemplo n.º 15
0
def ghorrockTeleport(mob):
	TeleportAction.getTeleportAction(mob).castTeleport(TeleportAction.getTeleportAction(mob).getGhorrockLocation())
Exemplo n.º 16
0
def paddewwaTeleport(mob):
	TeleportAction.getTeleportAction(mob).castTeleport(TeleportAction.getTeleportAction(mob).getPaddewwaLocation())
Exemplo n.º 17
0
def varrockTeleport(mob):
	TeleportAction.getTeleportAction(mob).castTeleport(TeleportAction.getTeleportAction(mob).getVarrockLocation())