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