Search found 7 matches

by tEhfO
2012-03-08 08:00:40
Forum: Help
Topic: Помогите подправить скрипт на автоатаку
Replies: 3
Views: 2943

Re: Помогите подправить скрипт на автоатаку

i'm trying to use this script but when I use it the macro "reads" the name of the players as the last words spoken, example:

a friend says HELLO or IN POR YLEM (casting MA), he attacks them because he can't filter their nicknames...
by tEhfO
2012-03-08 08:00:24
Forum: I need script!
Topic: Target Next
Replies: 5
Views: 4299

Re: Target Next

i'm trying to use this script but when I use it the macro "reads" the name of the players as the last words spoken, example:

a friend says HELLO or IN POR YLEM (casting MA), he attacks them because he can't filter their nicknames...
by tEhfO
2012-02-18 14:38:12
Forum: I need script!
Topic: Last target = Attacker (who is attacking you)
Replies: 3
Views: 1989

Re: Last target = (who is attacking you) or casting spells

Hey man, it worked, thanks!
But how can I do to mark the lasttarget as the person who is casting spells at me?
Maybe using the .detail ON...
XXX hit you at the back!
For example...
Or whithout the detail on...
Thanks!
by tEhfO
2012-02-18 13:58:01
Forum: I need script!
Topic: Last target = Attacker (who is attacking you)
Replies: 3
Views: 1989

Re: Last target = Attacker (who is attacking you)

Thanks man, i'll test it and than i'll reply to you! The server is offline now for maintance.
But sometimes people only start to cast spells at me, so, the macro will not get the enemy because the warning of "is attacking you" is not at the journal...
Is that right?
by tEhfO
2012-02-17 19:50:32
Forum: I need script!
Topic: Need Taming Script
Replies: 1
Views: 1694

Re: Need Taming Script

Hi, this is a brazilian script for Taming with an item.
You can edit this to use the Skill or other itens, and you will have to edit the JOURNAL.

sub Taming()
uo.usetype('0x20D1')
uo.say("all Release")
wait(500)
uo.usetype('0x13F8')
wait(1000)
uo.LClick(320,219)
UO&#46 ...
by tEhfO
2012-02-17 19:48:39
Forum: I need script!
Topic: Last target = Attacker (who is attacking you)
Replies: 3
Views: 1989

Last target = Attacker (who is attacking you)

Hi, someone has a macro to set the Last Target as the Person who is attacking you?

Example, X is attacking me, automatically my lasttarget will be him.

And I need that the person who is casting spells at you is the lasttarget too. Or attacker or the one who is casting spells at you.

Thanks!
by tEhfO
2012-02-17 19:47:01
Forum: I need script!
Topic: Lag scp ?
Replies: 5
Views: 1719

Re: Lag scp ?

Hi, I have this script as the LAG script.

You can try this:

Code: Select all

sub ping()
var a=0
uo.deletejournal()
uo.click('backpack')
repeat
a=a+1
wait(1)
until uo.injournal('backpack')
uo.serverprint('Ping : '+ STR(( A )*2) + 'ms')
end sub


All Brazillian players use this script.

Hugs!