Search found 125 matches

by Mazer
2018-08-13 20:59:22
Forum: General
Topic: Injection 2015
Replies: 292
Views: 199896

Re: Injection 2015

na fwuo mozna inj delat ? :)
by Mazer
2014-09-21 10:22:59
Forum: General
Topic: Injection 2014 !
Replies: 588
Views: 158931

Re: Injection 2014 !

How can i run injection on fwuo ? i think i need diferent client, or version of uo.
by Mazer
2014-03-04 12:58:37
Forum: General
Topic: Injection 2014 !
Replies: 588
Views: 158931

Re: Injection 2014 !

Is it possible to add command for: Always run ON/OFF ?
by Mazer
2014-03-03 09:24:33
Forum: General
Topic: Need script switch armor and weapon with maccro injection
Replies: 7
Views: 3637

Re: Need script switch armor and weapon with maccro injectio

why not ?

Code: Select all

sub Arm()
uo.useobject('ID OF ITEM 1')
uo.useobject('ID OF ITEM 2')
uo.useobject('ID OF ITEM 3')
uo.useobject('ID OF ITEM 4')
uo.useobject('ID OF ITEM 5')
uo.useobject('ID OF ITEM 6')
end sub
by Mazer
2014-02-24 08:55:25
Forum: I need script!
Topic: Lumberjacking
Replies: 6
Views: 2405

Re: Lumberjacking

Incorrect User wrote:But new ver of Injection viewtopic.php?f=1&t=17391&start=120#p96410 has builtin Walker, you can try it.


The one i mentioned before works, perfectly. I was using Beyonder walker for about ~3 years, works on all shards i played.
by Mazer
2014-02-23 22:17:42
Forum: I need script!
Topic: Lumberjacking
Replies: 6
Views: 2405

Re: Lumberjacking

by Mazer
2014-02-23 22:08:37
Forum: I need script!
Topic: Lumberjacking
Replies: 6
Views: 2405

Re: Lumberjacking

same shit, maybe you know working script ? or witch settings i have to set ?

I only need script witch chops all trees around nothing else.
by Mazer
2014-02-20 22:16:24
Forum: I need script!
Topic: Lumberjacking
Replies: 6
Views: 2405

Lumberjacking

hey guys i have tryed some lumberjacking scripts but not any can find trees i think problem is in these lines: Sub aID( type )
var i
DIM tree[23]
tree[0] = '3274'
tree[1] = '3275'
tree[2] = '3276'
tree[3] = '3277'
tree[4] = '3280'
tree[5&#93 ...
by Mazer
2014-02-18 08:51:57
Forum: General
Topic: Injection 2014 !
Replies: 588
Views: 158931

Re: Injection 2014 !

Hmm Open corpse dont work for me.. why ?:) Khm, did it work in a 1401.25 release?

Еще можно было бы сделать CircleTrans(прозрачность вокруг игрока) чтобы можно было включать выключать во время игры Это в настройках клиента можно менять, с нестандартным разрешением пока багово, пока что не ...
by Mazer
2014-02-18 08:50:50
Forum: I need script!
Topic: Number of players online? Количество игроков онлайн?
Replies: 4
Views: 2199

Re: Number of players online? Количество игроков онлайн?

Cant write script without test, maybe someone else could make one.
First you will need to make gump sript with UO.waitgump witch auto press help button. Use infogump find keys and make script with waitgump. Second you have to read journal lines find required line and remove word leaving only numbers.
by Mazer
2014-02-17 22:25:42
Forum: General
Topic: Injection 2014 !
Replies: 588
Views: 158931

Re: Injection 2014 !

Hmm Open corpse dont work for me.. why ?:)
by Mazer
2014-02-13 14:45:07
Forum: General
Topic: Help in injection !
Replies: 5
Views: 2600

Re: Help in injection !

Try using new injection
viewtopic.php?f=1&t=17279
And try login without injection...
by Mazer
2014-02-13 08:44:46
Forum: General
Topic: Help in injection !
Replies: 5
Views: 2600

Re: Help in injection !

I think problem is not in injection. Can you see portals without injection (with client only) ?
by Mazer
2014-02-13 00:06:41
Forum: I need script!
Topic: STATS SCRIPT
Replies: 1
Views: 1505

Re: STATS SCRIPT

Code: Select all

sub abc()
repeat
uo.attack('ID OF DUMMY LOOK THROUGH ,INFO')
wait(1000)
UO.UseSkill('Hiding')
wait(1000)
until UO.Dead()
end sub


If your dummy is item make UO.UseObject('OF DUMMY LOOK THROUGH ,INFO') instead of uo.attack ('ID OF DUMMY LOOK THROUGH ,INFO')
by Mazer
2014-02-12 15:57:30
Forum: I need script!
Topic: Need help modifying a script
Replies: 4
Views: 3926

Re: Need help modifying a script

install wrote:I have tried it but it says "Phrase 14 error"

Mistype, changed in my first post should work.
UO>.Int
by Mazer
2014-02-12 08:51:58
Forum: I need script!
Topic: Need help modifying a script
Replies: 4
Views: 3926

Re: Need help modifying a script

Try this

Sub magery()
var sunduk = ''#id of chest
repeat
while UO.Count('0x0F88')>10 #regents as i understand
Repeat
UO.Cast('Poison','self')
wait(3000)
until UO&#46;Mana<=10

UO&#46;WarMode('0')
Repeat
UO&#46;UseSkill('Meditation')
Wait(1000)
Until UO&#46;Mana >= UO&#46;Int OR UO&#46 ...
by Mazer
2014-02-11 13:47:21
Forum: General
Topic: Injection 2014 !
Replies: 588
Views: 158931

Re: Injection 2014 !

Suggestion: I would like to see all default UO settings in Injection menu. Etc now i use different resolution and if i change any default setting i have to restart UO. Main default settings i use: transparency and sound settings.

I dont really know is it possible to make HP/Mana/Stamina bars ...
by Mazer
2014-02-11 00:02:26
Forum: I need script!
Topic: recall by gump button
Replies: 3
Views: 2074

Re: recall by gump button

how do i use gump witch takes to another gump ?

Code: Select all

UO.WaitGump('07')
UO.UseType('0x13E3')
UO.WaitGump('22')


ok, sorry just found by my self

Code: Select all

UO.WaitGump('07','22') #bronze
UO.UseType('0x13E3')
by Mazer
2014-02-08 12:05:42
Forum: Shard list
Topic: DarkShire NEW shard
Replies: 4
Views: 3525

Re: DarkShire NEW shard

Looks like a lot of work has been done for this server. Very interesting features and world in general.
Unfortunately I'm not interested in leveling new characters. Kind off busy with work and stuff. I might consider part time gm position or smtn like that

The point is that im not admin or even ...