My Collection of Macro |Ver 2.0.0 | Macro Ver 1.3.5 |

Moderator: Moderators

fco2783
Plain Yogurt
Plain Yogurt
Posts: 95
Joined: 05 Apr 2008, 05:15
Noob?: Yes
Location: in place where you cant go

Auto-Equiping Phen |Ver 2.0.0 | Macro Ver 1.3.5 |

#11 Post by fco2783 »

at items_control.txt

Code: Select all

Clip [Bloody Butterfly] [1] 0 0 0 0 0
automacro EquipingPhen {
inventory "Clip [Bloody Butterfly] [1]" > 0

console /.*You are casting (Fire|Storm|Cold|Quagmire|Jupitel|Magic)*/i <<< you could just add or leave it blank
run-once 1

call {
do eq Clip [Bloody Butterfly] [1]
release EquipingPhen
}
}

automacro UnEquipingPhen {
inventory "Clip [Bloody Butterfly] [1]" > 0

console /.*You use (Fire|Storm|Cold|Quagmire|Jupitel|Magic)|You failed to cast */i<<< you could just add or leave it blank
run-once 1

call {
do uneq Clip [Bloody Butterfly] [1]
release UnEquipingPhen
}
}
lemkelia
Noob
Noob
Posts: 4
Joined: 29 May 2008, 06:31
Noob?: Yes

Re: My Collection of Macro |Ver 2.0.0 | Macro Ver 1.3.5 |

#12 Post by lemkelia »

Hi,
automacro auto-thanks {
console /Heal|Blessing|Increase AGI|Impositio Magnus|Aspersio on you/i
How to disable it for "you are no longer ...." xD ? because he says "Thank" or "ty" when he loses his buffs >_< !

Edit : Ahemm ... he says "Thx" too when another players on the screen use the same things :/
Mushroom
Perl Monk
Perl Monk
Posts: 427
Joined: 04 Apr 2008, 14:04
Noob?: No
Location: Brazil

Re: My Collection of Macro |Ver 2.0.0 | Macro Ver 1.3.5 |

#13 Post by Mushroom »

Code: Select all

console /(Heal|Increase AGI|Blessing|Assumption) on you/i
or, a bigger one

Code: Select all

console /(Player (.*)|Unknown #(.*)|\[GM\](.*)) uses (Heal|Increase AGI|Blessing|Assumption) on you/i
It should work.
Quit.
milk0817
Noob
Noob
Posts: 2
Joined: 15 Jun 2008, 13:22
Noob?: Yes

Re: My Collection of Macro |Ver 2.0.0 | Macro Ver 1.3.5 |

#14 Post by milk0817 »

I've read the macros about brewing
I really hope to make a macro that can use the skills "SA_CREATECON"," BS_STEEL" ,"BS_IRON"...etc.,
I tried to change:

Code: Select all

   call {
      do ss 228 10
      do send 8E 01 DF 1B 00 00 00 00 00 00

      pause 0.5

      release potzMakerFireBottle
   }
}
(example)to:

Code: Select all

   call {
      do ss 1007 1
      do send 8E 01 DF 1B 00 00 00 00 00 00

      pause 0.5

      release potzMakerFireBottle
   }
}
However,
do send 8E 01 DF 1B 00 00 00 00 00 00
i dont know how to change this line
could someone help/teach me change the above line at specific skills...
mayhem
Noob
Noob
Posts: 13
Joined: 10 Apr 2008, 10:09

Re: My Collection of Macro |Ver 2.0.0 | Macro Ver 1.3.5 |

#15 Post by mayhem »

dats teh packet recorded wehn u use the skill Prepare potion

if u wanna record packet for iron forging... use wpe pro to record packets.... and use the desired skill , record its packet, and repalce with this. >.<
fco2783
Plain Yogurt
Plain Yogurt
Posts: 95
Joined: 05 Apr 2008, 05:15
Noob?: Yes
Location: in place where you cant go

Re: My Collection of Macro |Ver 2.0.0 | Macro Ver 1.3.5 |

#16 Post by fco2783 »

milk0817 wrote:I've read the macros about brewing
I really hope to make a macro that can use the skills "SA_CREATECON"," BS_STEEL" ,"BS_IRON"...etc.,
I tried to change:

Code: Select all

   call {
      do ss 228 10
      do send 8E 01 DF 1B 00 00 00 00 00 00

      pause 0.5

      release potzMakerFireBottle
   }
}
(example)to:

Code: Select all

   call {
      do ss 1007 1
      do send 8E 01 DF 1B 00 00 00 00 00 00

      pause 0.5

      release potzMakerFireBottle
   }
}
However,
do send 8E 01 DF 1B 00 00 00 00 00 00
i dont know how to change this line
could someone help/teach me change the above line at specific skills...
ok this is for the blacksmith
##### Blacksmith Forging #####
# Flame Heart = 8e 01 e2 03 00 00 00 00 00 00
# Mystic Frozen = 8e 01 e3 03 00 00 00 00 00 00
# Rough Wind = 8e 01 e4 03 00 00 00 00 00 00
# Great Nature = 8e 01 e5 03 00 00 00 00 00 00
# Iron = 8e 01 e6 03 00 00 00 00 00 00
# steel = 8e 01 e7 03 00 00 00 00 00 00
# Star Crumb = 8e 01 e8 03 00 00 00 00 00 00

regards in the elem converter i cant help you in that since i dont have sage char...

but if u really wants to know how... you could use a packets reader...
milk0817
Noob
Noob
Posts: 2
Joined: 15 Jun 2008, 13:22
Noob?: Yes

Re: My Collection of Macro |Ver 2.0.0 | Macro Ver 1.3.5 |

#17 Post by milk0817 »

Thank you for your answering:)
It ran successfully!

may i ask how to use packets reader to read that...
I search for "packets reader" , but i couldn't found any of it...
Kilzone2
Noob
Noob
Posts: 6
Joined: 03 Jun 2008, 20:49
Noob?: No

Re: My Collection of Macro |Ver 2.0.0 | Macro Ver 1.3.5 |

#18 Post by Kilzone2 »

Angelusz wrote:i cant make it work, do i have to change some code?...

the buffer one, i scream buff but nothing happens =(
I have the same problem and I tried pm'ing the b0t too..

Help would be appreciate =)
Image
saber210
Noob
Noob
Posts: 1
Joined: 10 Sep 2008, 21:16
Noob?: Yes

Re: My Collection of Macro |Ver 2.0.0 | Macro Ver 1.3.5 |

#19 Post by saber210 »

is this posible auto buy mini furance from the blacksmith guild and get iron ore from storage and then process it and move the iron to storage..

the macro you gave above is only processing it..


thanks
Engydoggy
Human
Human
Posts: 33
Joined: 12 Jul 2008, 06:14
Noob?: Yes

Re: My Collection of Macro |Ver 2.0.0 | Macro Ver 1.3.5 |

#20 Post by Engydoggy »

saber210 wrote:is this posible auto buy mini furance from the blacksmith guild and get iron ore from storage and then process it and move the iron to storage..

the macro you gave above is only processing it..


thanks
REED DA MANULE NOOB!

buyAuto, storageAuto.

do autostorage and do autobuy on macro lines. That's all I'll add. The manuals are there for a reason.