Search found 38 matches

by Ever1x
2010-02-12 00:19:25
Forum: I need script!
Topic: Auto Loot Script Please
Replies: 1
Views: 1273

Re: Auto Loot Script Please

There are so many auto loots! Just Search!
Give u a hint how to edit auto loots!

DIM (VARIABLE)[Number of items]
(Variable)[1]
(variable)[last number]

for (n - may be other like i, j or something)= 1 to (last number)
next

and thats all how to edit!
by Ever1x
2010-01-23 17:40:31
Forum: Scripting Ore
Topic: Gump Button
Replies: 7
Views: 2814

Re: Gump Button

UP!

ONGUMP DESCRIPTION NEEDED, U may write in Russian.
by Ever1x
2010-01-21 08:29:15
Forum: Scripting Ore
Topic: Gump Button
Replies: 7
Views: 2814

Re: Gump Button

Don't know a thing about ongump, but recall and lclick don't give the results I wan't, I can work around, but it's not good for PvP! So I want some one to tell me how to use ongump!
by Ever1x
2010-01-19 22:40:07
Forum: Scripting Ore
Topic: Gump Button
Replies: 7
Views: 2814

Gump Button

I need to know, how push a gump button. This Gump is always open, but I don't need with left click, but some other way.
by Ever1x
2009-12-07 15:59:26
Forum: Help
Topic: Command uo.targeting() gone!
Replies: 4
Views: 1416

I just didn't see! I took this scp from Destruction!
by Ever1x
2009-12-06 17:21:28
Forum: Help
Topic: Command uo.targeting() gone!
Replies: 4
Views: 1416

Command uo.targeting() gone!

First of all, I installed ASM. Now When I execute this script -
Sub my.AddObject( name )
If uo.Targeting Then
uo.Say( chr( 27 ) )
End If
If uo.Waiting Then
uo.CancelTarget()
End If
uo.AddObject( name )
While uo&#46 ...
by Ever1x
2009-12-06 14:26:36
Forum: I need script!
Topic: Findobject!
Replies: 17
Views: 3596

Found out how! :D No need to reply anyone.
by Ever1x
2009-12-05 19:06:01
Forum: I need script!
Topic: Findobject!
Replies: 17
Views: 3596

Yes I need that place! :)
by Ever1x
2009-12-05 18:01:54
Forum: I need script!
Topic: Findobject!
Replies: 17
Views: 3596

I thought that some wouldn't understand.
In Injection there is sections Objects, Object Types. You don't need to declare variables, var Horse in this situation. And u may use exec('addobject XXXX') to Create a new "Variable For Object" or just update old ones.
by Ever1x
2009-12-05 13:48:06
Forum: I need script!
Topic: Findobject!
Replies: 17
Views: 3596

UP

sub main()
var id1='Horse'
UO.Set('finddistance', '5')
UO.FindType('0x00CC', -1,'ground')
if uo.findcount() then
uo.print('Found by Type')
if uo.getserial('finditem') == id1 then
uo.print('Found by serial ...
by Ever1x
2009-12-03 13:22:00
Forum: I need script!
Topic: How to find out if there is any kind of obejct on the ground
Replies: 9
Views: 2624

Can you get information with command ,info?
,info -> Target that rock or something -> Does info shows up?
by Ever1x
2009-11-27 15:52:05
Forum: I need script!
Topic: Findobject!
Replies: 17
Views: 3596

Forgot to put ''! Omg, Cant believe!
by Ever1x
2009-11-25 22:17:48
Forum: Help
Topic: Алгоритм
Replies: 19
Views: 3749

Return i

Or somehow like that!
i = your variable!
by Ever1x
2009-11-25 18:14:34
Forum: Help
Topic: Алгоритм
Replies: 19
Views: 3749

of course, You can transfer var details like that!
if u would put in last scp return i then mby
by Ever1x
2009-11-24 22:53:35
Forum: General
Topic: Hang.....
Replies: 2
Views: 2064

Thx for help!
by Ever1x
2009-11-24 18:36:05
Forum: General
Topic: Hang.....
Replies: 2
Views: 2064

Hang.....

I didn't search, but I created topic first. I'm sorry if this kind of topic already exists!
Screen - m
Is it possible to switch off or change time for a error.
If u use ,set buydelay (more than 5000), then shows that error, which asks for yes or no! If u push yes, then client crashes, but if no ...
by Ever1x
2009-11-24 17:38:28
Forum: I need script!
Topic: Findobject!
Replies: 17
Views: 3596

Worked, but what there is different? :D
by Ever1x
2009-11-24 15:16:03
Forum: I need script!
Topic: Findobject!
Replies: 17
Views: 3596

Could u tell me what is TWI? U can use russian, I uderstand russian, but not perfect! :(

Oh I uderstood, TWI is Track World Items! :)

It prints out value 0! Should be 1?
by Ever1x
2009-11-23 16:12:27
Forum: I need script!
Topic: Findobject!
Replies: 17
Views: 3596

sub main()
var id1=0x01267EC9
UO.Set('finddistance', '15')
UO.FindType('0x0191', -1,'ground')
if uo.findcount() then
uo.print('Found by Type')
if uo.getserial('finditem') ==id1 or uo.getquantity(id1)>0 then
uo&#46 ...
by Ever1x
2009-11-10 17:40:59
Forum: I need script!
Topic: Findobject!
Replies: 17
Views: 3596

is it possible?
UP