Search found 11 matches

by ShakeDatAss
2014-05-05 00:04:27
Forum: I need script!
Topic: Need script for taming simple mine dont work anymore
Replies: 1
Views: 2287

Need script for taming simple mine dont work anymore

hi guys im looking for easy script of taming for injection i had one but dont work anymore maybe something wrong

Thx



sub Taming()
UO.print("Taming pg by Wolfgang Glueck Modified by Enyce")
var i=0
UO.press(21) ; F11 - TargetNext
UO.ignorereset()
repeat
wait(200)
UO.press(22) ; F12 ...
by ShakeDatAss
2014-03-08 22:27:21
Forum: I need script!
Topic: Easy lumber jacking script
Replies: 0
Views: 3245

Easy lumber jacking script

Hi all i need a lumberjacking script not so complicated its my axe 0x0F47 i have tested some script on this forum and dont work for me if possible let me know thx
by ShakeDatAss
2014-03-08 21:29:58
Forum: I need script!
Topic: Looking for scipt posoning item
Replies: 7
Views: 3609

Re: Looking for scipt posoning item

yes i have try to put in my back pack when i press on hotkey its ask me select item want to use this and after nothing happen :s
by ShakeDatAss
2014-03-07 21:37:02
Forum: I need script!
Topic: Looking for scipt posoning item
Replies: 7
Views: 3609

Re: Looking for scipt posoning item

sub Poison()
uo.waittargetobject("0x4001a7d5")
uo.usetype("0x0f0a")
wait(500)
end sub



its that i click on my hotkey and nothing happens
by ShakeDatAss
2014-03-07 19:44:12
Forum: I need script!
Topic: Looking for scipt posoning item
Replies: 7
Views: 3609

Looking for scipt posoning item

Hi I am looking for a script to use a potion of poison like (0x4567) to automaticly poisoning my weapon (0x4001a3456) with a hotkey to use in in pvp so plz if its possible


Thx
by ShakeDatAss
2014-03-07 19:41:54
Forum: General
Topic: Crash Problem
Replies: 4
Views: 2661

Re: Crash Problem

Thanks man !!!
by ShakeDatAss
2014-03-07 18:43:45
Forum: General
Topic: Crash Problem
Replies: 4
Views: 2661

Re: Crash Problem

this script :

sub Healing()
UO.print("Autohealing for BeePK")
UO.DeleteJournal()
repeat
if not uo.dead() then
if UO.InJournal("You feel very ill")>0 or UO.InJournal("You feel deathly sick")>0 or UO.InJournal("You feel extremely sick")>0 or UO.InJournal("You contaminated")>0 then
UO.Exec ...
by ShakeDatAss
2014-03-07 18:01:14
Forum: General
Topic: Crash Problem
Replies: 4
Views: 2661

Crash Problem

HI!!
I have a problem with my injection, when i run my script of healing after 10-20 minute my uo screen froze and injection (NOT RESPONSE) and it close after...

Maybe someone can help me with that probably my setting or somethjing like that im on windows 7
If someone can help me i will look this ...
by ShakeDatAss
2014-03-07 17:52:53
Forum: General
Topic: Need script switch armor and weapon with maccro injection
Replies: 7
Views: 3646

Re: Need script switch armor and weapon with maccro injectio

I just have remove the delay and it wrok very good i think the client have no delay for this action so i can equip all parts!!
Thanks to all for replys to my topic!! Russian force!!
by ShakeDatAss
2014-03-01 22:03:22
Forum: General
Topic: Need script switch armor and weapon with maccro injection
Replies: 7
Views: 3646

Re: Need script switch armor and weapon with maccro injectio

NIce the second work good thanks man but its nromal have a delay between each parts its not instantaly geared?
by ShakeDatAss
2014-03-01 21:12:39
Forum: General
Topic: Need script switch armor and weapon with maccro injection
Replies: 7
Views: 3646

Need script switch armor and weapon with maccro injection

Hi All, First sorry for my english i will try you guys understand it!!

I need a script for switch my armor and my weapon. in past i used thi script

sub fire()
UO.Exec("useobject fire_arms")
UO.Exec("useobject fire_plate")
UO.Exec("useobject fire_legs")
UO.Exec("useobject fire_gorget")
UO ...