Page 12 of 22

Re: Script requests

Posted: Sat Oct 20, 2012 1:55 am
by Glarundis
just loop last object last target?
last object for mortar last target for foci

Re: Script requests

Posted: Sat Oct 20, 2012 8:44 am
by Mike
Glarundis wrote:just loop last object last target?
last object for mortar last target for foci
Every foci has a unique #lasttargetid since they don't stack so obviously that doesn't work. It has to use a variable shared between the foci somehow.

Re: Script requests

Posted: Sat Oct 20, 2012 12:51 pm
by Glarundis
crap forgot that :/
there must be a way to find that type of item, but i don't know how, my easyuo skills are very limited :P

Re: Script requests

Posted: Sat Oct 20, 2012 3:27 pm
by Ares
Use the objecttype. Focus is VWL, so something like:

Code: Select all

finditem VWL
if #findcnt > 0
{
   set #ltargetid #findid
}
Would find a focus and set it to lasttargetid. This isn't the place to discuss easyuo scripting though, so send me an icqmessage instead if you have more questions.

Re: Script requests

Posted: Wed Oct 31, 2012 6:28 pm
by Elwood McCormick
Id like a very simple arms lore script:1.choose item to lore...2.lore it...3.wait and loop part 2 and 3.

I tried the all purpose Lore script, but that just doesn't work....cant get it to do anything past opening the secure.

Re: Script requests

Posted: Wed Oct 31, 2012 8:41 pm
by Zaradon
Try the game macro functions, if you need assistance contact me.

Re: Script requests

Posted: Thu Nov 01, 2012 6:42 am
by xHarlequinx
Elwood McCormick wrote:Id like a very simple arms lore script:1.choose item to lore...2.lore it...3.wait and loop part 2 and 3.

I tried the all purpose Lore script, but that just doesn't work....cant get it to do anything past opening the secure.
Feel free to contact me as well. ICQ: 13416771

If you don't have it already, you should download a program called EasyUO

Re: Script requests

Posted: Thu Nov 01, 2012 7:49 pm
by Elwood McCormick
Zaradon wrote:Try the game macro functions, if you need assistance contact me.
Yea i can already do that with the normal game macros.....but i want to avoid having to stare at the screen, repeatingly pressing a macro while slowly killing my brain. And i read somewhere that ''bad macros'' lagged the shard, so i don't want to just jam my macro key in.

And i DO have EasyUO. That's what i want a script for hehe.

Re: Script requests

Posted: Fri Nov 02, 2012 5:07 pm
by Bloodtouch
Elwood McCormick wrote: Yea i can already do that with the normal game macros.....but i want to avoid having to stare at the screen, repeatingly pressing a macro while slowly killing my brain. And i read somewhere that ''bad macros'' lagged the shard, so i don't want to just jam my macro key in.

And i DO have EasyUO. That's what i want a script for hehe.
try Uoloop

Re: Script requests

Posted: Fri Nov 02, 2012 9:51 pm
by Cyrus Tegyr
http://knoechel.dk/pangaea/viewtopic.php?f=51&t=5600

Like I posted that a long ass time ago, check it out, you can use if for anatomy, animal lore, or eval just need to change two lines depending on the skill you want it to use.

Its the macro at the bottom. it will also follow the target while you are building the skill so if you are anatomizing guards it will keep close enough to them.