Search found 25 matches

by Injectioner
2009-07-16 23:37:35
Forum: I need script!
Topic: LClick lastgum
Replies: 1
Views: 1037

LClick lastgum

How can I do a LClick on the lastgump that appear on the screen?

Ex:


_____infogump_______
serial 0x00a9874e
gumpid 0x001224f1
X 0
Y 0
108 packet size
0 reply packet size
Buttons: ________
page 0
1 [ 1] image=0x1582 at 3:510
Checks&Radios: __
Entryes: ________
All ...
by Injectioner
2009-02-20 21:42:11
Forum: General
Topic: Injection 2012
Replies: 225
Views: 115921

http://img23.imageshack.us/img23/8100/razorqi1.jpg

Hamletzin is talking about it...
An "editable menu", where you can add or delete itens in the bar, like the injection "Colored Caption View" bar, but not pre-defined itens at "Display".

Those itens you can choose at the game ...
by Injectioner
2008-02-25 01:17:32
Forum: I need script!
Topic: How to find a tree?
Replies: 6
Views: 1374

Destruction wrote:
Injectioner wrote:"Function not found - WALKER"

O.o'

Don't run, i said see.. If u really wish to run my script, then good walker you can obtain here: viewtopic.php?p=66813#66813


ohhh... It works, with some adjusts I think it will work correctly at my shard.
Thanks.

=**
by Injectioner
2008-02-25 01:05:05
Forum: I need script!
Topic: How to find a tree?
Replies: 6
Views: 1374

"Function not found - WALKER"

O.o'
by Injectioner
2008-02-23 17:55:18
Forum: I need script!
Topic: How to find a tree?
Replies: 6
Views: 1374

When I run the script, appear an error that says "Funcion Not Found - ABS". =/

[]'s
by Injectioner
2008-02-23 17:39:03
Forum: I need script!
Topic: How to find a tree?
Replies: 6
Views: 1374

How to find a tree?

How can I find a tree in my screen with a script/command?
I've oberved that, qhen I use ,infotile I get some additional information and this information repeat in tree of the same type(graphic).
I wanna know how can I find a tree, I tryed to learn in the scripts done, but I didn't get the X of the ...
by Injectioner
2008-02-22 18:07:39
Forum: I need script!
Topic: Get the cordenades of a button on a gump...
Replies: 5
Views: 1687

To click on this gump, for example can I use?

Uo.LClick('uo.lastgump( 'command', 8 )')


Other doubt:

Buttons: ________
page 0
1 [ 245] image=0x09A9 at 319:458
2 [ 267] image=0x09A9 at 364:458
3 [ 289] image=0x09A9 at 409:458 ...
by Injectioner
2008-02-21 17:36:12
Forum: I need script!
Topic: Help With Gump...
Replies: 1
Views: 852

Help With Gump...

Is This correct?

Text: ____________
.
.
.
6] 6
7] 6
8] 7
9] 7
10] 8
11] 8
12] 9
13] 9
14] 0
15] 0
16] 1
17] 1
18] 2
19] 2
20] 3
21] 3


This will work correctly?

if uo.LastGump('text',10 ...
by Injectioner
2008-02-21 04:40:34
Forum: I need script!
Topic: Get the cordenades of a button on a gump...
Replies: 5
Views: 1687

Get the cordenades of a button on a gump...

Example:

Code: Select all

9] button 246 277 2474 2473 1 0 188 


I wanna know the cordanedes of this button and then, press this button.
How can I discovery his cordenades?

Thanks.

[]'s
by Injectioner
2008-02-18 04:01:47
Forum: I need script!
Topic: uo.waittargettile() [Help]
Replies: 6
Views: 2346

Destruction wrote:Incorrect example.. rofl. Use my example:

Code: Select all

uo.waittargettile( "0", str( uo.getX() + 1 ), str( uo.getY() -1 ), str( uo.getZ() ) )


Thanks everybody.
It works fine now. xD

[]'s
by Injectioner
2008-02-18 01:09:58
Forum: I need script!
Topic: uo.waittargettile() [Help]
Replies: 6
Views: 2346

uo.waittargettile(lasttile/tilenum,[x],[y],[z])

You are missing the 1st variable...

For example:
uo.waittargettile("400",str(x)+1,str(y),str(z))

Qhen I change my uo.waittargettile() to your, the injection doesn't run ...
by Injectioner
2008-02-17 18:29:12
Forum: I need script!
Topic: uo.waittargettile() [Help]
Replies: 6
Views: 2346

I'm wrote:

Code: Select all

uo.waittargettile( lasttile_OR_tilenum, x, y, z)


I wanna target my tile info + 1.
Ex: I'm on the X:1578 & y: 1675, the floor that I wanna target the X:1579 & Y:1675, this isn't a fixed target, because I will walk, and this tiles will change.

understand?

[]'s
by Injectioner
2008-02-17 16:10:41
Forum: I need script!
Topic: uo.waittargettile() [Help]
Replies: 6
Views: 2346

uo.waittargettile() [Help]

I will try to explain my Doubt.
I wanna target the floor in myX+1 and myY-1, but I didnt' know how to do that, I was trying like this:


z = Uo.GetZ("self")
x = Uo.GetX("self")
y = Uo.GetY("self")

j = 1
i = 1

uo.waittargettile('str(x+j),str ...
by Injectioner
2007-11-17 22:50:14
Forum: Help
Topic: UO.GetHP
Replies: 7
Views: 1753

When someone die, the graphic changes?
If the answer is yes, how may I do to save one graphic and start to verify the graphic of the same person, but without lose the first graphic that I have taken.

[]'s
by Injectioner
2007-11-17 18:14:17
Forum: Help
Topic: UO.GetHP
Replies: 7
Views: 1753

No problem... ;]
Thank you, I will find this script and try do it.

[]'s
by Injectioner
2007-11-17 17:04:30
Forum: Help
Topic: UO.GetHP
Replies: 7
Views: 1753

Destruction wrote:Hmm.. May be uo.getGraphic can helps you?


How it will be?

I've tryed with Uo.GetHP() like this:

Code: Select all

UO.gethp('0x000000')
if uo.gethp() == 0 then
 uo.say('blablabla')
endif


[]'s
by Injectioner
2007-11-17 00:23:01
Forum: Help
Topic: UO.GetHP
Replies: 7
Views: 1753

UO.GetHP

I wanna know when the target is dead, but I tryed with UO.GetHP and didn't find the answer.
Someone can help me with this problem?

[]'s
by Injectioner
2007-10-07 21:11:46
Forum: Help
Topic: Scroll UP and Scroll Down
Replies: 0
Views: 1137

Scroll UP and Scroll Down

What is the button number on uo.press() for this buttons Scroll UP and Scroll Down of the mouse ?

[]'s & Thanks!
by Injectioner
2007-10-07 16:43:18
Forum: Help
Topic: Help With uo.moveitem()
Replies: 2
Views: 1156

Scripts Writer wrote:Your script has lot of mistake. Rewrite it or find another one


The script runs normally here... O.o'
But I want the change of bagserial ID when happen the 'full' InJournal message.

[]'s
by Injectioner
2007-10-07 13:58:50
Forum: Help
Topic: Help With uo.moveitem()
Replies: 2
Views: 1156

Help With uo.moveitem()

sub main()

DIM bagserial[10];
bagserial[0]=0x71E039FA; ########################
bagserial[1]=0x71EA88E9; ########################
bagserial[2]=0x71EA88E7; ########################
bagserial[3]=0x71EA88EA; ### Id das Bag's ###
bagserial[4&#93 ...