Posts: 18
Threads: 6
Joined: Feb 2016
Reputation:
0
Hello
I have a lot of characters, and i wanna to do Leech quest in Venore.
Maptool can does this, but i need to use shovel on ground once.
This macro doesnt work:
1000
{Use}
X:=Self.X
Y:=Self.Y
Z:=Self.Z
Map.UseOn(3457, 17950, !X!, !Y!, !Z!, 1)
Where 3457 is a ID of shovel, 17950 is ID of ground.
Posts: 1,630
Threads: 103
Joined: Sep 2015
Reputation:
0
08-30-2016, 06:04 PM
(This post was last modified: 08-30-2016, 06:06 PM by Catar.)
1000 = auto macro every 1 sec.
1 = macro is used when loading a script once (i use that to setup HUD settings)
0 = manual - needs to be used by different macro or utility, f.e. by cavebot, advanced attack, protector etc
Why wont u just use map tool then? it will use only once
Posts: 222
Threads: 32
Joined: Apr 2014
Reputation:
0
08-30-2016, 06:57 PM
(This post was last modified: 08-30-2016, 06:58 PM by wedel92.)
(08-30-2016, 07:33 AM)teiito Wrote: Hello
I have a lot of characters, and i wanna to do Leech quest in Venore.
Maptool can does this, but i need to use shovel on ground once.
This macro doesnt work:
1000
{Use}
X:=Self.X
Y:=Self.Y
Z:=Self.Z
Map.UseOn(3457, 17950, !X!, !Y!, !Z!, 1)
Where 3457 is a ID of shovel, 17950 is ID of ground.
I USE FEW TIMES SOMETHING LIKE THIS:
(its a part of my script on wailing widow)
Code: Point (33189 31438 9)
Point (33190 31438 9)
Point (33191 31439 9)
Point (33196 31438 9)
Fixed (33199 31438 9)
MapTool (33199 31438 9:Target: 183 Use: 3291 Pos: 33200 31438 9)
Point (33201 31438 9)
Point (33202 31438 9)
Point (33203 31437 9)
THIS CAN HELP YOU IN FUTURE
Code: [X-1, Y-1] [X, Y-1] [X+1, Y-1]
[X-1, Y] [X, Y(YOUR POSITION)] [X+1, Y]
[X-1, Y+1] [X, Y+1] [X+1, Y+1]
If i help you please Click ^ to give REP point
if I'll have more rep I'll make better scrips
Posts: 18
Threads: 6
Joined: Feb 2016
Reputation:
0
08-30-2016, 07:00 PM
(This post was last modified: 08-30-2016, 07:05 PM by teiito.)
(08-30-2016, 06:04 PM)Catar Wrote: 1000 = auto macro every 1 sec.
1 = macro is used when loading a script once (i use that to setup HUD settings)
0 = manual - needs to be used by different macro or utility, f.e. by cavebot, advanced attack, protector etc
Why wont u just use map tool then? it will use only once
When i had maptool on script bot was "spaming" this maptool and didnt go onwards. Still was using shovel on ground.
(08-30-2016, 06:57 PM)wedel92 Wrote: (08-30-2016, 07:33 AM)teiito Wrote: Hello
I have a lot of characters, and i wanna to do Leech quest in Venore.
Maptool can does this, but i need to use shovel on ground once.
This macro doesnt work:
1000
{Use}
X:=Self.X
Y:=Self.Y
Z:=Self.Z
Map.UseOn(3457, 17950, !X!, !Y!, !Z!, 1)
Where 3457 is a ID of shovel, 17950 is ID of ground.
I USE FEW TIMES SOMETHING LIKE THIS:
(its a part of my script on wailing widow)
Code: Point (33189 31438 9)
Point (33190 31438 9)
Point (33191 31439 9)
Point (33196 31438 9)
Fixed (33199 31438 9)
MapTool (33199 31438 9:Target: 183 Use: 3291 Pos: 33200 31438 9)
Point (33201 31438 9)
Point (33202 31438 9)
Point (33203 31437 9)
THIS CAN HELP YOU IN FUTURE
Code: [X-1, Y-1] [X, Y-1] [X+1, Y-1]
[X-1, Y] [X, Y(YOUR POSITION)] [X+1, Y]
[X-1, Y+1] [X, Y+1] [X+1, Y+1]
Im going to test something like this tomorrow.
Thanks for help guys
|