NevadaUO
Would you like to react to this message? Create an account in a few clicks or log in to continue.

UOPilot Script - Cartography

Go down

UOPilot Script - Cartography Empty UOPilot Script - Cartography

Post  ImRedYourDead Sun Feb 20, 2011 9:54 am

//---- Mapping ----
//... Bind
//... F11 - LastSkill
//... F9 - LastObject
//... Before running the script
//... Hunt and eat until full.
set # level 1 / / - Set the type of
//... create a map from 1 to 4
//... 1 - Detail Map
//... 2 - Regional Map
//... 3 - Sea Chart
//... 4 - Full World
set # have lastobjectid
set lastskill 12
//...----------------
set # s 1
: Map
send F11 2300
if # level = 1
double_left 63, 1963 / / - Detail Map
end_if
if # level = 2
double_left 109, 64 / / - Regional Map
end_if
if # level = 3
double_left 152, 64 / / - Sea Chart
end_if
if # level = 4
double_left 194, 64 / / - Full World
end_if
//...----
/ / If # level = 4
/ / Set # level 3
/ / Else
/ / Set # level # level + 1
/ / End_if
//...----
if # s = 10
set lastobjectid # have
send F9 1000
set # s 1
end_if
wait 2000
set # s # s + 1
if lastmsg have no blank parchment
flash uo
end_script
end_if
gosub map
end_script

ImRedYourDead
ImRedYourDead

Posts : 56
Join date : 2011-01-15
Age : 49
Location : Moscow Russia

Back to top Go down

Back to top

- Similar topics

 
Permissions in this forum:
You cannot reply to topics in this forum