Author Topic: checklag  (Read 1834 times)

0 Members and 1 Guest are viewing this topic.

Offline camotbikTopic starter

  • Sr. Member
  • *
  • Posts: 349
  • Activity:
    0%
  • Reputation Power: 3
  • camotbik has no influence.
  • Gender: Male
  • Hello! I'm a UO addict.
  • Respect: +38
  • Referrals: 0
    • View Profile
checklag
« on: August 11, 2011, 09:54:19 AM »
0
Well i used to use this sub a lot, when I was using yoko injection. Now I have remembered it and was thinking of importing it to euo. Well this is the closest what i have come up with -- take a look below. And if you have any ideas, don't hesitate and share them.

Code: [Select]
; injection code
sub checklag()
uo.deletejournal()
uo.click('backpack')
repeat
wait(500)
until uo.injournal('backpack')
end sub

Code: [Select]
;euo code
sub check_lag
set %jrnl #jindex
event macro 1 1 .
while #true
   {
   if #jindex > %jrnl
      {
      set %jrnl %jrnl + 1
      scanjournal %jrnl
      if . in #journal
      {
       event SysMessage check lag finished.
       break
       }
      }
   }
}
return
« Last Edit: August 11, 2011, 09:56:15 AM by camotbik »
What you witness -- is whatver..
uogamers hybrid.

Tags: