Page 2 of 2

Re: Money Making Template

Posted: Fri Aug 27, 2010 11:14 am
by Pirul
Yeah, sometimes that happens, you need to raise skill to be able to raise stats, so the slower the skill raises, the slower the stats will rise.

I recomend you start luberjacking and camping at this stage. Hack at a tree, turn the logs into kindling (much more effective than collecting kindling directly from the tree); do this until you're maxed out on weight, dbl click the kindling and then start running around spamming use last object (I love to do that around banks leaving a trail of fire!!).

What I find odd is if you started with 60 INT that you only got to 65.

I started a char last night 10 STR / 10 DEX / 60 INT, and using herding (from 0 skill) had him at 35 STR / 15 DEX / 65 INT all before 55 herding skill.

Re: Money Making Template

Posted: Mon Aug 30, 2010 7:19 am
by Proxen
One thing that I didn't notice in this was that, since Provocation is a skill, you can easily factor it into your Music/Herding macro time and thus cut down on macroing overall. One can easily insert it with a few "if" conditionals to ready for fail/success wait times. I've tried a few different combinations on timing, and I have it logged 100% on efficiency with failures, but can't quite get the if success to pause. I'm not sure why yet, but maybe one of you can figure it out, if you use it.

Edit: Fixed the problem with success timing. You could probably cut down on times in places, but it's up to you to mess with it.

!Loop
Assistant.Macros.DoubleClickAction|1081337445|3713
Assistant.Macros.PauseAction|00:00:01
Assistant.Macros.AbsoluteTargetAction|0|0|144829|4526|1385|23|225
Assistant.Macros.PauseAction|00:00:01
Assistant.Macros.AbsoluteTargetAction|1|0|0|4525|1386|23|0
Assistant.Macros.PauseAction|00:00:01
Assistant.Macros.DoubleClickAction|1076418317|3762
Assistant.Macros.PauseAction|00:00:01
Assistant.Macros.UseSkillAction|22
Assistant.Macros.PauseAction|00:00:01
Assistant.Macros.AbsoluteTargetAction|0|1|144829|4525|1387|23|225
Assistant.Macros.PauseAction|00:00:01
Assistant.Macros.HotKeyAction|1059|
Assistant.Macros.PauseAction|00:00:01
Assistant.Macros.IfAction|4|0|succeeds
Assistant.Macros.PauseAction|00:00:05
Assistant.Macros.ElseAction
Assistant.Macros.IfAction|4|0|music fails
Assistant.Macros.PauseAction|00:00:01
Assistant.Macros.ElseAction
Assistant.Macros.IfAction|4|0|play poorly
Assistant.Macros.PauseAction|00:00:01
Assistant.Macros.EndIfAction

Edit: Fixed the problem with success timing.