Important: Please register to see attachments and use the bot.

Author Topic: Smart Frost FINAL  (Read 270 times)

January 12, 2013, 13:43:04 PM

cyberx678

  • *
  • Posts: 8
  • Reputation: 1
    • View Profile
Pull with Frostbomb ( Use infight aswell )

Try Explode Frostbomb on DeppFreeze with Fireblast ( Glyph needed )

Use Ice Barrier under 100% if not already buffed or Incanters Ward is up

Use Incanters Ward under 100% if not Ice Barrier up

Frost Nova enemys ( Most time Frost Bomb will Explode after Pull on it )

Deepfreeze only on frostnova ( Dont waste Procs ) and not more then 2 enemys

Try Shatter on Deep Freeze

Use Finger Proccs before Brain Freeze

Use Orb if more then 1 Enemy or player is  below 50% life

-- update

Under 20% Hp Life spirit/Pot

Evocation below 40% hp

Under 60% Hp Lifeblood

-- update

alter time more then 1 enemy and with FoF Proccs and below 80% hp

Use Timewarp if more then 3 Enemys


-- update

Use Icy Veins below  70% hp

Coldsnap below 30% hp ( Coldsnap Talent for life boost )

Use Invis below 15 % hp

-- update

fixed pullMob Int buffing GCD

fixed some procc wastings

Use Pet nova

Use Ring of Frost on 3 oder more Enemys

-- update

lifepot fix ( thx kolbenhans )

Glyphs ( Ice Lance , Fire Blast )
« Last Edit: January 28, 2013, 10:35:10 AM by cyberx678 »

January 12, 2013, 22:26:26 PM
Reply #1

trovlov

  • *
  • Posts: 6
  • Reputation: 1
    • View Profile
Great work here but there are 2 things I would ask for you to add. I have tried and connot get it to work. I get the nil value error and I dont know how to fix it.

So can you add something like:

-- Under 20% Hp Life spirit/Pot
   if PlayerHpPercent() < 20  then
   _Log("Healing Pot");
   LuaDoString("if GetItemCount(89640) > 1 and GetItemCooldown(89640) < 1 then UseItemByName('Master Healing Potion', 'player') end")      return;

end         

Also this is not casting Arcane Brilliance atm. Again I am unable to fix this myself. I am a buther and a hack. I am plagiarist and a bad one at best :P

Again very nice work here +rep

January 13, 2013, 00:35:02 AM
Reply #2

cyberx678

  • *
  • Posts: 8
  • Reputation: 1
    • View Profile
updated.

copyd int buff from standard custom profile

evocation and heal pot added

i dunno why u gettin nil errors sry. Dont know how to debug the bot on errors . Just try to copie the fight function step by step in a working profile for u and tell then witch function is not working.

January 22, 2013, 11:11:50 AM
Reply #3

cyberx678

  • *
  • Posts: 8
  • Reputation: 1
    • View Profile
Haha my T1 Epic Mage can handle 8+ Mobs level 90 :D

January 22, 2013, 11:29:34 AM
Reply #4

kolbenhans

  • *
  • *
  • Posts: 98
  • Reputation: 19
    • View Profile
Hi cyberx678,

is this working for you?
Code: [Select]
-- Under 20% Hp Life spirit/Pot
if PlayerHpPercent() < 20  then
_Log("Healing Pot");
LuaDoString("if GetItemCount(89640) > 1 and GetItemCooldown(89640) < 1 then UseItemByName('Master Healing Potion', 'player') end");
return;
end

Have you tested that? Is yout toon using the healing pot when it's under 20% of health?

I had used the same code in my Arcane Custom Class first time and he didnt use the pot. I changed this in my Arcane CC to:
Code: [Select]
      if PlayerHpPercent() <= 30 then           
            WowLuaDoString("if GetItemCount(89640) > 1 and GetItemCooldown(89640) < 1 then then itemusable=1 end")
            gospirit = tonumber(WowGetLuaValue("itemusable"))
            WowLuaDoString("itemusable=0; if GetItemCount(76097) > 1 and GetItemCooldown(76097) < 1 then itemusable=1 end")
            goheal = tonumber(WowGetLuaValue("itemusable"))
            if gospirit == 1 then
                WowLuaDoString("spirtitem = GetItemInfo(89640); UseItemByName(spirtitem);")
                _Log("using Life Spirit");
            elseif goheal == 1 then
                WowLuaDoString("healitem = GetItemInfo(76097); UseItemByName(healitem);")
                _Log("using Healing Potion");
            end
            NextAction();
      end

This will use Life Spirit and/or Healing Pot if possible, and also works for international clients (e.g. german). Maybe it is helpful for your great CC.

regards Kolbenhans

January 28, 2013, 11:09:00 AM
Reply #5

cyberx678

  • *
  • Posts: 8
  • Reputation: 1
    • View Profile
fixed this. THX

February 14, 2013, 23:16:37 PM
Reply #6

Seminko

  • *
  • Posts: 5
  • Reputation: 0
    • View Profile
Heya...

Great profile, I would make some changes but I'm a total noob when it comes to scripts. Maybe someone could help me out.

1) I love pulling with frostbomb but I would like to instantly detonate it with Fire Blast not just when in Deepfreeze.
2) When a mob is deepfrozen could it prefer Icelance instead of Frostbolt?
3) Elemental's Freeze is not working for me. The AOE circle appears but nothing is cast.
4) Could it apply Icebarrier before pulling? Because right now, it pulls with Frostbomb, buffs with Icebarrier and at that time the mob is already in my face and I have done no damage.

Let me know if someone would be willing / able to implement those changes.

Thx

 

* Useful Links

WoW Bot - CrawlerBot
* Download
* Guide
* Info & Clip

* Useful Stuff