Official ScriptUO EasyUO Scripts > Script Debug

Sliem quester - ter mur (FASTEST way to queens forge access)

<< < (2/10) > >>

Cerveza:
Once EUO comes back up there are some good clock utility subs over there you could use.

Just be sure to credit them in your header when you use code from someone else.

baldielocks:
Maybe a mod can merge my posts?
Beta version 4, put in sub form. Changed sliem targetting to be more stable. Added debug code.
Added TrailMyx's gumpwait sub.converted to true sub form using %0-%4.

Average #scnt time is now 5! A 45% reduction. Those with good conns will get even better time by changing the %questwait.

baldielocks:
Version 6 updated. Added in menu with TONS of calcs. Other than journal scan, this is a wrap. Sure could use some feedback or a tester. Works fine for me on multiple characters/ accounts.

Paulonius:
I loaded up the appropriate amount of gems/rock and started the script with Sliem next to me.  It opened the EUO menu, asked for my current loyalty, got the quest, and then hung trying to target quest item.  I am trying to determine whether it is brining up the character popup. 

Paulonius:
Your gump sizes are different from mine.  Not sure what the extra category you have is.  Looks like the popup on your toon needs some variability in it.  Here is your sub with mine:


--- Code: ---sub Toggle_Quest_item
  exevent popup %1
  gosub gumpwait 177_150 normal_gump
  gosub OffsetClick 75 125 ; mark quest item
  while #targcurs = 0
    wait %lagwait
  gosub selectitem %item1
  gosub selectitem %item2
  Key Esc
  if %debug = true
    menu set EUOlabel24 quest items toggled
return
--- End code ---

Navigation

[0] Message Index

[#] Next page

[*] Previous page

Go to full version