Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5

Razor Macros for Imagine Nation
#3


REQUIREMENTS
1. iron ingots
2. a tinker's tool
3. a supply container for iron ingots and crafted lockpicks


SETUP

A. Razor checks if there any lockpicks in your backpack, and throws them out into a box, if there are any.

1. You must have [lockpick%s% (14FC)] in your Organizer-1 agent. Don't forget to Set Hot Bag (where to throw them out into).
2. You must also have [lockpicks] in counters.xml:

[HTML]
Lockpick
lkp 5372
-1
[/HTML]

B. Razor checks if there are enough iron ingots in your backpack.

1. You must have [iron ingot%s (1BEF)] in your Restock-1 agent. Set amount to 100.
2. You have to retarget your supply container.
3. You must also have [iron ingots] in counters.xml:

[HTML]
Iron ingots
irn 7151
0
[/HTML]

C. Razor checks if there are no lockpicks in your backpack, and makes them.

1. You have to retarget your tinker's tool in your backpack.


CODE:

Code:
!Loop
//
// ORGANISING LOCKPICKS
//
Assistant.Macros.IfAction|50|1|1|Lockpick
Assistant.Macros.PauseAction|00:00:00.7000000
Assistant.Macros.HotKeyAction|0|Organizer Agent-1
Assistant.Macros.PauseAction|00:00:01
Assistant.Macros.EndIfAction
//
// RESTOCKING INGOTS
//
Assistant.Macros.IfAction|50|0|2|Iron ingots
Assistant.Macros.PauseAction|00:00:00.7000000
Assistant.Macros.HotKeyAction|0|Restock Agent-1
Assistant.Macros.WaitForTargetAction|10
[COLOR="#40E0D0"]// retarget your supply container
Assistant.Macros.AbsoluteTargetAction|0|0|1073819149|2921|987|0|3645[/COLOR]
Assistant.Macros.PauseAction|00:00:01
Assistant.Macros.EndIfAction
//
// MAKING LOCKPICKS
//
Assistant.Macros.IfAction|50|0|0|Lockpick
Assistant.Macros.PauseAction|00:00:00.7000000
[COLOR="#40E0D0"]// retarget your tinker's tool
Assistant.Macros.DoubleClickAction|1156482847|7868[/COLOR]
Assistant.Macros.WaitForGumpAction|949095101|True|10
Assistant.Macros.GumpResponseAction|121|0|0
Assistant.Macros.WaitForGumpAction|949095101|True|10
Assistant.Macros.GumpResponseAction|0|0|0
Assistant.Macros.EndIfAction


Messages In This Thread
Razor Macros for Imagine Nation - by Elia - 04-07-2012, 11:04 AM
Razor Macros for Imagine Nation - by Elia - 04-07-2012, 11:07 AM
Razor Macros for Imagine Nation - by Elia - 04-07-2012, 11:16 AM
Razor Macros for Imagine Nation - by Elia - 04-07-2012, 11:18 AM
Razor Macros for Imagine Nation - by Elia - 04-07-2012, 11:20 AM
Razor Macros for Imagine Nation - by tranith - 04-08-2012, 09:07 PM
Razor Macros for Imagine Nation - by Elia - 04-08-2012, 09:48 PM
Razor Macros for Imagine Nation - by tranith - 04-08-2012, 10:02 PM
Razor Macros for Imagine Nation - by Elia - 04-08-2012, 10:16 PM
Razor Macros for Imagine Nation - by Elia - 04-08-2012, 11:18 PM
Razor Macros for Imagine Nation - by tranith - 04-08-2012, 11:18 PM
Razor Macros for Imagine Nation - by tranith - 04-08-2012, 11:20 PM
Razor Macros for Imagine Nation - by tranith - 04-08-2012, 11:21 PM
Razor Macros for Imagine Nation - by Elia - 04-08-2012, 11:25 PM
Razor Macros for Imagine Nation - by tranith - 04-09-2012, 12:07 AM
Razor Macros for Imagine Nation - by Elia - 04-09-2012, 05:18 PM
Razor Macros for Imagine Nation - by tranith - 04-08-2012, 11:13 PM

Forum Jump:


Users browsing this thread: 3 Guest(s)