You are on page 1of 3

Start:

If (LocInRange(-24900, 188698, -3976, 500))


{
Msg(Console, "Teleported and ready!")
Delay(1000)
Jump("PortedIn")
}
Else
{
Msg(Console, "Script stop: You are not in the quest area!")
Jump("DeadEnd1")
}
If (Char.LV > 37)
Delay(1000)
Jump("PortedIn")
}
Else
Msg(Console, "Script stop: You are not the right level yet!")
Jump("DeadEnd1")
}
PortedIn:
MoveTo(-24630, 188773, -3944)
Delay(1000)
NpcDialog(33524)
Delay(2000)
SelectDialog(1)
Delay(2000)
SelectDialog(1)
Delay(2000)
SelectDialog(1)
CloseDialog()
CloseWindow()
Delay(2000)
MoveArea1:
MoveTo(-25581, 186599, -4024)
MoveTo(-25708, 184759, -3624)
MoveTo(-25703, 183753, -3600)
AttackQuestMob1:
SelectTarget(27459)
While (!Target.IsDead)
{
Delay(500)
ForceAttack(27459)
}
QuestMob1Killed:
Delay(5000)
MoveTo(-25815, 183365, -3600)
Delay(1000)
NpcDialog(33516)
Delay(2000)
SelectDialog(1)
Delay(2000)
SelectDialog(1)
Delay(2000)
SelectDialog(1)

CloseDialog()
CloseWindow()
Delay(2000)
MoveArea2:
MoveTo(-28275,
MoveTo(-29265,
MoveTo(-30313,
MoveTo(-29643,

183360,
184917,
185378,
186831,

-3704)
-4120)
-4064)
-3928)

AttackQuestMob2:
SelectTarget(27460)
While (!Target.IsDead)
{
Delay(500)
ForceAttack(27460)
}
QuestMob2Killed:
Delay(5000)
MoveTo(-29615, 186885, -3928)
Delay(1000)
NpcDialog(33517)
Delay(2000)
SelectDialog(1)
Delay(2000)
SelectDialog(1)
Delay(2000)
SelectDialog(1)
CloseDialog()
CloseWindow()
Delay(2000)
MoveArea3:
MoveTo(-28196,
MoveTo(-28917,
MoveTo(-31245,
MoveTo(-35623,

188301,
188997,
190879,
191649,

-3912)
-3808)
-3600)
-3640)

AttackQuestMob3:
SelectTarget(27453)
While (!Target.IsDead)
{
Delay(500)
ForceAttack(27453)
}
QuestMob3Killed:
MoveTo(-37059, 192052, -3592)
Delay(1000)
NpcDialog(33518)
Delay(2000)
SelectDialog(1)
Delay(2000)
SelectDialog(1)
Delay(2000)
SelectDialog(1)
Delay(2000)
SelectDialog(1)
Delay(2000)

SelectDialog(1)
CasdadsaloseDialog()
CloseWindow()
Delay(2000)
DeadEnd1:
Exit

You might also like