I cannot get this to work with a swordman no matter what i do?
automacro set1part2 {
job > 39
class = Swordman
location mjolnir_11
inventory "Maneater Blossom" = 5
inventory "Bug Leg" = 5
call set1part2
}
This is part of a knight job change macro im working on and no matter what it will not trigger with the class line in it. If i remove the class line it triggers fine. I want that condition so if i ever send the knight bot there for some reason it doesn't start chaining through the areas to collect items for the job change again.
EDIT
automacro set1part4 {
job > 39
location pay_dun01
inventory "Old Frying Pan" > 4
run-once 1
call set1part4
}
This one also won't trigger? Something with the inventory line. I have many other macros like it that work fine but it won't work with this particular item?
Macro class condition doesn't work?
Moderator: Moderators
-
- Plain Yogurt
- Posts: 54
- Joined: 11 Jul 2017, 00:49
- Noob?: No
-
- Developers
- Posts: 389
- Joined: 01 Nov 2008, 15:31
- Noob?: No
Re: Macro class condition doesn't work?
First:
\/
Second:
Check items.txt you are using for corresponding name
7031#Old_Frying_Pan# it must be like this...
Third:
POST IN MACRO SECTION!!!
Code: Select all
class = Swordman
Code: Select all
class Swordman
Check items.txt you are using for corresponding name
7031#Old_Frying_Pan# it must be like this...
Third:
POST IN MACRO SECTION!!!
Please use pin function for uploading your file contents!
-
- Plain Yogurt
- Posts: 54
- Joined: 11 Jul 2017, 00:49
- Noob?: No
Re: Macro class condition doesn't work?
Macro still doesn't trigger with the changes you suggest. I can remove that class line and it triggers fine.Mortimal wrote:First:\/Code: Select all
class = Swordman
Second:Code: Select all
class Swordman
Check items.txt you are using for corresponding name
7031#Old_Frying_Pan# it must be like this...
Third:
POST IN MACRO SECTION!!!