• You've discovered RedGuides, an EverQuest multi-boxing and scripting community 🧙‍♀️⚙️. We want you to play several EQ characters at once, come join us and say hello! 👋

  • A TLP without truebox has thawed (Very Vanilla ready)
    Frostreaver

Question - Tradeskill macros

Joined
Sep 26, 2012
RedCents
1,613¢
I've been working on some TS macs, but I'm running into two issues:

Issue one, I'm getting the following error on startup. (Even though the macro still continues and does all combines.)

varset failed, variable "fletching" not found.

The error points to this line:

/varset Fletching ${Me.Skill[Fletching]}


Is there any command or wiki to check for the correct skill names?


.............

Issue two, since the change to tradeskill item stacks, many itemsnow have a default purchase size (shiftkey) of 100. Is there a way to purchase a set amount of a component (say20?)

The only snippets I have found use shiftkey (too many, borks the mac) and ctrlkey (works, but it's too slow.)

Thanks in advance.
 
Make sure your var is the same case, fletching vs Fletching. I just checked ${Me.Skill[Fletching]} on a few chars and it reported the correct value.

In the /declare vs the /varset I mean
 
For the 2nd issue, maybe check the bazaar mac and use the part where it edits the prices to enter the number you want to buy directly in the same fashion.
 
Never use core variable names they don't work. Use your own name
Rich (BB code):
/varset MyFletching ${Me.Skill[Fletching]}
 
Question - Tradeskill macros

Users who are viewing this thread

Back
Top
Cart