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)
Example #2
0
def annakarlTeleport(mob):
	TeleportAction.getTeleportAction(mob).castTeleport(TeleportAction.getTeleportAction(mob).getAnnakarlLocation())
Example #3
0
def carrallangarTeleport(mob):
	TeleportAction.getTeleportAction(mob).castTeleport(TeleportAction.getTeleportAction(mob).getCarrallangarLocation())
Example #4
0
def dareeyakTeleport(mob):
	TeleportAction.getTeleportAction(mob).castTeleport(TeleportAction.getTeleportAction(mob).getDareeyakLocation())
Example #5
0
def lassarTeleport(mob):
	TeleportAction.getTeleportAction(mob).castTeleport(TeleportAction.getTeleportAction(mob).getLassarLocation())
Example #6
0
def kharyrllTeleport(mob):
	TeleportAction.getTeleportAction(mob).castTeleport(TeleportAction.getTeleportAction(mob).getKharyrllLocation())
Example #7
0
def senntistenTeleport(mob):
	TeleportAction.getTeleportAction(mob).castTeleport(TeleportAction.getTeleportAction(mob).getSenntistenLocation())
Example #8
0
def lumbridgeTeleport(mob):
	TeleportAction.getTeleportAction(mob).castTeleport(TeleportAction.getTeleportAction(mob).getLumbridgeLocation())
Example #9
0
def apeAtollTeleport(mob):
	TeleportAction.getTeleportAction(mob).castTeleport(TeleportAction.getTeleportAction(mob).getApeAtollLocation())
Example #10
0
def trollheimTeleport(mob):
	TeleportAction.getTeleportAction(mob).castTeleport(TeleportAction.getTeleportAction(mob).getTrollheimLocation())
Example #11
0
def watchtowerTeleport(mob):
	TeleportAction.getTeleportAction(mob).castTeleport(TeleportAction.getTeleportAction(mob).getWatchtowerLocation())
Example #12
0
def ardougneTeleport(mob):
	TeleportAction.getTeleportAction(mob).castTeleport(TeleportAction.getTeleportAction(mob).getArdougneLocation())
Example #13
0
def camelotTeleport(mob):
	TeleportAction.getTeleportAction(mob).castTeleport(TeleportAction.getTeleportAction(mob).getCamelotLocation())
Example #14
0
def faladorTeleport(mob):
	TeleportAction.getTeleportAction(mob).castTeleport(TeleportAction.getTeleportAction(mob).getFaladorLocation())
Example #15
0
def ghorrockTeleport(mob):
	TeleportAction.getTeleportAction(mob).castTeleport(TeleportAction.getTeleportAction(mob).getGhorrockLocation())
Example #16
0
def paddewwaTeleport(mob):
	TeleportAction.getTeleportAction(mob).castTeleport(TeleportAction.getTeleportAction(mob).getPaddewwaLocation())
Example #17
0
def varrockTeleport(mob):
	TeleportAction.getTeleportAction(mob).castTeleport(TeleportAction.getTeleportAction(mob).getVarrockLocation())