Friday, March 20, 2009

Brewing Potions

For Alchemist Only and Using Priest or High Priest Support in the process

Note : dont forget to change your setting like this -> storageAuto 1 and lockMap (leave blank)

at config

getAuto Medicine Bowl {
minAmount 0
maxAmount 300
passive 0
}

getAuto Empty Bottle {
minAmount 0
maxAmount 300
passive 0
}

getAuto Immortal Heart {
minAmount 0
maxAmount 300
passive 0
}

at items_control


Alcohol Creation Guide 0 0 0 0 0
Bottle Grenade Creation Guide 0 0 0 0 0
Acid Bottle Creation Guide 0 0 0 0 0
Plant Bottle Creation Guide 0 0 0 0 0
Marine Sphere Creation Guide 0 0 0 0 0
Glistening Coat Creation Guide 0 0 0 0 0
Condensed Potion Creation Guide 0 0 0 0 0
Potion Creation Guide 0 0 0 0 0
Embryo Creation Guide 0 0 0 0 0
Elemental Potion Creation Guide 0 0 0 0 0

Empty Potion Bottle 0 1 0 0 0
Medicine Bowl 0 1 0 0 0
Empty Test Tube 0 1 0 0 0

Stem 0 1 0 0 0
Poison Spore 0 1 0 0 0
Empty Bottle 0 1 0 0 0

Alcohol 0 1 0 0 0
Fabric 0 1 0 0 0

Immortal Heart 0 1 0 0 0

Witch Starsand 0 1 0 0 0

White Potion 25 1 0 1 1
White Potion 0 1 0 0 0
Condensed White Potion 25 1 0 1 1
Condensed White Potion 0 1 0 0 0

##### Alchemist Brewing #####
# Red Potion = 8E 01 F5 01 00 00 00 00 00 00
# Yellow Potion = 8E 01 F7 01 00 00 00 00 00 00
# White Potion = 8E 01 F8 01 00 00 00 00 00 00
# Blue Potion = 8E 01 F9 01 00 00 00 00 00 00
# Adonyne = 8E 01 5D 02 00 00 00 00 00 00
# Aloevera = 8E 01 5E 02 00 00 00 00 00 00
# Red Slim = 8E 01 21 02 00 00 00 00 00 00
# Yellow Slim = 8E 01 22 02 00 00 00 00 00 00
# White Slim = 8E 01 23 02 00 00 00 00 00 00
# Alcohol = 8E 01 CA 03 00 00 00 00 00 00
# Fire Bottle = 8E 01 DF 1B 00 00 00 00 00 00
# Acid Bottle = 8E 01 E0 1B 00 00 00 00 00 00
# Plant Bottle = 8E 01 E1 1B 00 00 00 00 00 00
# Mine Bottle = 8E 01 E2 1B 00 00 00 00 00 00
# Coating Wax = 8E 01 E3 1B 00 00 00 00 00 00

Here The Macro

automacro potzMakerAlcohol {
  sp > 50
  status Blessing
  status Gloria
  status not Owg 50%

  inventory "Alcohol Creation Guide" > 0
  inventory "Medicine Bowl" > 0
  inventory "Empty Bottle" > 0
  inventory "Stem" > 4
  inventory "Empty Test Tube" > 0
  inventory "Poison Spore" > 4

  timeout 1.5
  run-once 1

  call {
  do ss 228 10
  do send 8E 01 CA 03 00 00 00 00 00 00

  pause 0.5

  release potzMakerAlcohol
  }
}

automacro potzMakerFireBottle {
  sp > 50
  status Blessing
  status Gloria
  status not Owg 50%

  inventory "Bottle Grenade Creation Guide" > 0
  inventory "Medicine Bowl" > 0
  inventory "Empty Bottle" > 0
  inventory "Alcohol" > 0
  inventory "Fabric" > 0

  timeout 1.5
  run-once 1

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

  pause 0.5

  release potzMakerFireBottle
  }
}

automacro potzMakerAcidBottle {
  sp > 50
  status Blessing
  status Gloria
  status not Owg 50%

  inventory "Acid Bottle Creation Guide" > 0
  inventory "Medicine Bowl" > 0
  inventory "Empty Bottle" > 0
  inventory "Immortal Heart" > 0

  timeout 1.5
  run-once 1

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

  pause 0.5

  release potzMakerAcidBottle
  }
}

No comments:

Post a Comment