Search found 11 matches

by Staszek
2012-07-29 13:21:18
Forum: Help
Topic: Connecting ...
Replies: 11
Views: 3662

Re: Connecting ...

I dont uderstend but i think i have the same problem with connetct to second server.
everythink is ok
veryf... acc
when i enter serve and swith to chose character connecting.... and dont go, can anyone translate me ? how to fix it ?

without injection i can log but when i set use inje.. dont go.
by Staszek
2012-07-23 14:42:01
Forum: I need script!
Topic: Spam
Replies: 19
Views: 4189

Re: Spam

I mean interrupted spell from enemy, like someone cast arrow and do dmg, my spell is interrupted and fizzle.

Ah You understand me what I mean, but i dont know :(
by Staszek
2012-07-23 11:42:14
Forum: I need script!
Topic: Spam
Replies: 19
Views: 4189

Re: Spam

Ok scripts work very good like I need :) thx very much.
And second think its possible to add, a repeat spell what was interrupted ??

Like this: I cast fireball, enemy interrupted clumsy, and scripts repeat fireball. ??
by Staszek
2012-07-23 10:22:50
Forum: I need script!
Topic: Spam
Replies: 19
Views: 4189

Re: Spam

Scripts dont work.

Fireball
Invalid serial index
fireball
invalid serial index

dont cast magic arrow, only massage invalid serial index.
by Staszek
2012-07-22 11:32:41
Forum: I need script!
Topic: Spam
Replies: 19
Views: 4189

Re: Spam

All the time scripts spam only Fireball.
by Staszek
2012-07-21 12:28:42
Forum: I need script!
Topic: Spam
Replies: 19
Views: 4189

Re: Spam

It necessary becouse.

sub Arrow()
if not uo.waiting() then
UO.exec("cast 'Magic Arrow' lasttarget")
end if
if (UO.InJournal('cliloc# 0xA3A1') or UO.InJournal('cliloc# 0xAB74')) then
UO.exec("cast 'Magic Arrow' ")
UO.DeleteJournal()
end if
end sub

I use this scripts for spell and i can hold key and ...
by Staszek
2012-07-19 23:19:09
Forum: I need script!
Topic: Spam
Replies: 19
Views: 4189

Re: Spam

no, when i press key one time I cast one spell, but when i hold key to spam all time, scripts spam some time 3x arrow sometime works good.
by Staszek
2012-07-19 20:47:03
Forum: I need script!
Topic: Spam
Replies: 19
Views: 4189

Re: Spam

almost perfect, some time scripts spam 3xfireball or arrow, can fix it ?
by Staszek
2012-07-19 15:11:38
Forum: I need script!
Topic: Spam
Replies: 19
Views: 4189

Re: Spam

up
by Staszek
2012-07-16 14:22:01
Forum: I need script!
Topic: Spam
Replies: 19
Views: 4189

Re: Spam

almost like this but without repeat.
Scripts shuold work like this.

When i press one time sub loop()
scripts should cast
Fireball
when I press second time
scripts should cast
Magic Arrow


Not like now when i press sub loop()
scripts cast fireball and arrow.



Scripts should works like this from ...
by Staszek
2012-07-14 14:36:45
Forum: I need script!
Topic: Spam
Replies: 19
Views: 4189

Spam

Hey

I need help with creat scripts for spam two spell.
Fireball
Magic Arrow
Fireball
...
...
loop.

I use this sub for Fireball and arrow.

sub Fireball()
if not uo.waiting() then
UO.exec("cast 'Fireball' lasttarget")
end if
if (UO.InJournal('cliloc# 0xA3A1') or UO.InJournal('cliloc# 0xAB74 ...