Script requests

For general discussion concerning Pangaea

Moderator: Game Masters

User avatar
Glarundis
Posts: 5741
Joined: Wed Nov 19, 2008 2:26 pm
Contact:

Re: Script requests

Post by Glarundis »

just loop last object last target?
last object for mortar last target for foci
User avatar
Mike
Posts: 2465
Joined: Fri Dec 26, 2008 7:33 pm
Location: Sweden
Contact:

Re: Script requests

Post 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.
"last i knew it was illegal to hate someone" Richard Mota
User avatar
Glarundis
Posts: 5741
Joined: Wed Nov 19, 2008 2:26 pm
Contact:

Re: Script requests

Post 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
Ares

Re: Script requests

Post 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.
Elwood McCormick
Posts: 35
Joined: Mon Aug 13, 2012 3:12 am

Re: Script requests

Post 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.
User avatar
Zaradon
Posts: 4757
Joined: Fri Dec 09, 2011 5:57 pm
Location: Estonia
Contact:

Re: Script requests

Post by Zaradon »

Try the game macro functions, if you need assistance contact me.
xHarlequinx

Re: Script requests

Post 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
Elwood McCormick
Posts: 35
Joined: Mon Aug 13, 2012 3:12 am

Re: Script requests

Post 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.
Bloodtouch
Posts: 570
Joined: Sun Oct 23, 2011 3:20 pm
Location: Santarem
Contact:

Re: Script requests

Post 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
645-915-327
Cyrus Tegyr
Posts: 2216
Joined: Sat Sep 10, 2011 4:12 am
Location: 625-658-845 Nujel'm
Contact:

Re: Script requests

Post 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.
The black market was a way of getting around government controls. It was a way of enabling the free market to work. It was a way of opening up, enabling people. - Milton Friedman
Post Reply