harder and better questions on macro I made

Topics related to Second Age
Post Reply
Crab Salty
UOSA Subscriber!
UOSA Subscriber!
Posts: 34
Joined: Thu Apr 03, 2014 12:50 am

harder and better questions on macro I made

Post by Crab Salty »

I grab it from here : "Guide : Macroing Magery - Some Helpful Hints"
viewtopic.php?f=9&t=845&start=15

Pause: Mana >= 50
Restock Agent - 1
Wait for target
Target Self
Pause: .7secs
Cast Spell: Flamestrike
Wait for Target
Target Self
IF Mana <= 50
Useskill: Meditation
End IF
IF SysMessage = "Focus" (From
Cannot focus your concentration)
Pause 10secs
Useskill: Meditation
End IF
----------------------------------------------------
I made Everything below.

Well, I just learned Razor. Now I Record the macro I "Made" it from the top stuff.
*(Just notice, I change it to E-bolt)


!Loop
Assistant.Macros.WaitForStatAction|1|1|50|3
Assistant.Macros.HotKeyAction|0|
Restock Agent-3 Assistant.Macros.WaitForTargetAction|3
Assistant.Macros.HotKeyAction|1059|
Assistant.Macros.PauseAction|00:00:01.1000000
Assistant.Macros.HotKeyAction|3002052|
Assistant.Macros.WaitForTargetAction|1
Assistant.Macros.HotKeyAction|1059|
Assistant.Macros.IfAction|1|0|50
Assistant.Macros.HotKeyAction|1044106|
Assistant.Macros.EndIfAction
Assistant.Macros.IfAction|4|0|= "focus" (from cannot focus your concentration)
Assistant.Macros.PauseAction|00:00:10
Assistant.Macros.HotKeyAction|1044106|
Assistant.Macros.EndIfAction
Assistant.Macros.PauseAction|00:00:05

THEN, I has it running great BUT I get this

"You must wait for the spell to have an effect"

"You must wait to perform another action"
--------------------------------
I changed the line's Below. *(oops)

Line 1 - <Pause: Mana >= 50>. I "Edit
Timeout" is a 3 now.

Line 3 <Wait for target> I "Edit
Timeout" is a 3 now.

Line 7 <Wait for target> I "Edit
Timeout" is a 3 now.

Lastly, I added a 5 seconds to just slow the macro down on the loop.

Still Useskill: Meditation loops does NOT working

What should set the correctly numbers / times so the meds skill workings.


Thanks salty crab

PS PS ! Here : Paypal sends $10.00 a month here & Publicizing the Server Done Today.
! So Fixit ! hehe, kiding, I will just run the numbers 2 hours till the right macro... sigh....

User avatar
Aeris
UOSA Subscriber!
UOSA Subscriber!
Posts: 663
Joined: Mon Mar 04, 2013 4:28 pm

Re: harder and better questions on macro I made

Post by Aeris »

IF Mana <= 51
Useskill: Meditation
Pause 1.00 sec
If sysmessage "trance"
Wait for mana >= 50 (timeout 300)
Else
Wait for mana >= 50 (timeout 9)
Endif
Else
Restock Agent - 1
Wait for target
Target Self
Cast Spell: Flamestrike
Wait for Target (timeout 4)
Target Self
EndIF

___________________

!Loop
Assistant.Macros.IfAction|1|0|51
Assistant.Macros.HotKeyAction|1044106|
Assistant.Macros.PauseAction|00:00:01
Assistant.Macros.IfAction|4|0|trance
Assistant.Macros.WaitForStatAction|1|1|50|3600
Assistant.Macros.ElseAction
Assistant.Macros.WaitForStatAction|1|1|50|9
Assistant.Macros.EndIfAction
Assistant.Macros.ElseAction
Assistant.Macros.HotKeyAction|0|Restock Agent-1
Assistant.Macros.WaitForTargetAction|1
Assistant.Macros.HotKeyAction|1059|
Assistant.Macros.MacroCastSpellAction|51
Assistant.Macros.WaitForTargetAction|4
Assistant.Macros.HotKeyAction|1059|
Assistant.Macros.EndIfAction
Taboo wrote:News flash, you are weak as fuck and can do nothing to detour me.

You have a cat dancing around mixing a record on your signature. Shut the fuck up farnk.

/next

Crab Salty
UOSA Subscriber!
UOSA Subscriber!
Posts: 34
Joined: Thu Apr 03, 2014 12:50 am

Re: harder and better questions on macro I made

Post by Crab Salty »

Thanks !

I grab your macro and i have it running.

Mage and Med Are going up the skill's. !

Post Reply