Macro: Camping

Playguides written by Staff and Players.
Much more information on specific skills can be found in our T2A wiki.
Post Reply
Althathwe
Posts: 29
Joined: Wed Jan 26, 2011 6:18 am
Location: Russia

Macro: Camping

Post by Althathwe »

Based Safir and Eastwood lumberjacking scripts.

Character should stand to the east of a tree with dagger in hand.

Code: Select all

Exec: Use Item in Hand
Wait for Target
Target RelLoc (-1,0)
Pause 1,00sec
If (SysMessage "There's not enough wood here to harvest." )
  Say: move
  If ("Kindlings count" >= 25 )
  For (1 to 25 )
  Double Click (kindling (0DE1))
  Pause 1,50sec
  End For
  End If
End If

Code: Select all

!Loop
Assistant.Macros.HotKeyAction|1305|
Assistant.Macros.WaitForTargetAction|5
Assistant.Macros.TargetRelLocAction|-1|0
Assistant.Macros.PauseAction|00:00:01
Assistant.Macros.IfAction|4|0|there's not enough wood here to harvest.
Assistant.Macros.SpeechAction|0|52|3|RUS|2|16|157|move
Assistant.Macros.IfAction|50|1|20|Kindlings
Assistant.Macros.ForAction|20
Assistant.Macros.DoubleClickTypeAction|3553|True
Assistant.Macros.PauseAction|00:00:01.5000000
Assistant.Macros.EndForAction
Assistant.Macros.EndIfAction
Assistant.Macros.EndIfAction
Last edited by Althathwe on Thu Feb 03, 2011 12:17 am, edited 1 time in total.
I don't know much English.

morganm
Posts: 289
Joined: Tue Dec 21, 2010 10:46 am

Re: Macro: Camping

Post by morganm »

Might want to explain how to use this with regards to Target Relative Location.

User avatar
archaicsubrosa77
UOSA Donor!!
UOSA Donor!!
Posts: 3477
Joined: Fri Jul 03, 2009 5:31 pm
Location: Taylor Michigan

Re: Macro: Camping

Post by archaicsubrosa77 »

for target relative location you just stand in the same spot for every tree.
Derrick wrote:I wish it were possible that a mount could be whacked while you are riding it, but to the best of my knowedge it is not.

morganm
Posts: 289
Joined: Tue Dec 21, 2010 10:46 am

Re: Macro: Camping

Post by morganm »

My point was to encourage the original poster to elaborate on this guide.

Not everyone knows where Relative Location -1,0 is or what that even means.

Hyroshi
Posts: 5
Joined: Sun Feb 13, 2011 10:32 pm

Re: Macro: Camping

Post by Hyroshi »

How does this work???...

Post Reply

Return to “Guides”