[EasyUO] quest fix
Posted: Thu Nov 08, 2018 2:29 pm
I had problems finding Meteorite in the Orange Belt Karate quest. Some items were hidden by the mountains south of the location so I quickly wrote a script that dblclicks every item on the ground around you once:
Start this script and run around the mountain. Make sure to stop it manually when you have 5 meteorite in your pack.
No support. Have fun
Code: Select all
ignoreItem reset 1
while #true
{
finditem * G_2
if #FINDCNT > 0
{
for #FINDINDEX 1 #FINDCNT
{
set #LOBJECTID #FINDID
event macro 17 0
ignoreItem #FINDID
}
}
}
No support. Have fun