
Search found 125 matches
- 2018-08-13 20:59:22
- Forum: General
- Topic: Injection 2015
- Replies: 292
- Views: 199896
Re: Injection 2015
na fwuo mozna inj delat ? 

- 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.
- 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 ?
- 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
- 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.
- 2014-02-23 22:17:42
- Forum: I need script!
- Topic: Lumberjacking
- Replies: 6
- Views: 2405
- 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.
I only need script witch chops all trees around nothing else.
- 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] ...
var i
DIM tree[23]
tree[0] = '3274'
tree[1] = '3275'
tree[2] = '3276'
tree[3] = '3277'
tree[4] = '3280'
tree[5] ...
- 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(прозрачность вокруг игрока) чтобы можно было включать выключать во время игры Это в настройках клиента можно менять, с нестандартным разрешением пока багово, пока что не ...
Еще можно было бы сделать CircleTrans(прозрачность вокруг игрока) чтобы можно было включать выключать во время игры Это в настройках клиента можно менять, с нестандартным разрешением пока багово, пока что не ...
- 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.
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.
- 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 ?:)
- 2014-02-17 13:23:24
- Forum: I need script!
- Topic: Number of players online? Количество игроков онлайн?
- Replies: 4
- Views: 2199
Re: Number of players online? Количество игроков онлайн?
except there is another way to see how many players online.
- 2014-02-13 14:45:07
- Forum: General
- Topic: Help in injection !
- Replies: 5
- Views: 2600
- 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) ?
- 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')
- 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
- 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.Mana<=10
UO.WarMode('0')
Repeat
UO.UseSkill('Meditation')
Wait(1000)
Until UO.Mana >= UO.Int OR UO. ...
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.Mana<=10
UO.WarMode('0')
Repeat
UO.UseSkill('Meditation')
Wait(1000)
Until UO.Mana >= UO.Int OR UO. ...
- 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 ...
I dont really know is it possible to make HP/Mana/Stamina bars ...
- 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 ?
ok, sorry just found by my self
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')
- 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 ...
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 ...