shooting runes while running is worse than ibot. i think coverter make it bad.
whole script before convert?
after convert?
or just a part of runes shooter?
When i convert scripts from iBot to WindBot I need move any library to any folder (or do something) in WindBot 2.0.3 ??
I ask because my scripts on iBot needs sirmate library
LATEST SCRIPTS SKYPE Got a Question? Add me on Skype!
bugwt.support
This image is hosted on a possibly dangerous website (http://mystatus.skype.com/smallclassic/bugwt.support). Please consider reuploading it on Imgur.com.
here it is
Code:local creaturesToConsider = {"Deepling Tyrant", "Deepling Elite", "Deepling Guard", "Deepling Master Librarian", "Deepling Spellsinger", "Deepling Warrior", "Manta Ray", "Shark", "Deepling Scout"};local strongCreatures = {"Deepling Tyrant", "Deepling Elite", "Deepling Guard", "Deepling Master Librarian", "Deepling Spellsinger", "Deepling Warrior", "Manta Ray", "Shark"};;if cancast("exori vis") and target.id ~= 0 then; if UseAreaSpell and Self.MonstersAroundSpell("6x6", false, unpack(strongCreatures)) >= MonsterCount and cancast(SpellName) then; cast(SpellName); elseif UseThunderstorm and maround(7, false, unpack(creaturesToConsider)) >= MonstersToThunderstorm+2 and target.id ~= 0 and itemcount("thunderstorm rune") > 0 and (standtime <= 20000 or maround(1, unpack(creaturesToConsider))) then; if maround(7, false, unpack(creaturesToConsider)) >= MonstersToThunderstorm and shootarearune("thunderstorm rune", MonstersToThunderstorm, unpack(creaturesToConsider)) and (standtime <= 20000 or maround(1, unpack(creaturesToConsider))) then; shootarearune("thunderstorm rune", MonstersToThunderstorm, unpack(creaturesToConsider)); end; elseif UseThunderstorm and maround(7, false, unpack(creaturesToConsider)) >= MonstersToThunderstorm and target.id ~= 0 and shootarearune("thunderstorm rune", MonstersToThunderstorm, unpack(creaturesToConsider)) and itemcount("thunderstorm rune") > 0 and (standtime <= 20000 or maround(1, unpack(creaturesToConsider))) then; shootarearune("thunderstorm rune", MonstersToThunderstorm, unpack(creaturesToConsider)); elseif UseSD and ((SDGuardsTyrants and maround(7, "Deepling Guard", "Deepling Tyrant") >= GuardsTyrantsToSD and table.find({"Deepling Guard", "Deepling Tyrant"}, target.name)) or (SDDeeplings and maround(7, unpack(strongCreatures)) >= DeeplingsToSD and table.find(strongCreatures, target.name))) and target.id ~= 0 and (target.hppc > 30 or (target.name == "Deepling Tyrant" and target.hppc > 8)) and itemcount("sudden death rune") > 0 then; useitemontarget("sudden death rune", target.id); elseif target.id ~= 0 and target.dist <= 3 then; if Druid then; if cancast("exori gran tera") and UseStrongStrike and (target.hppc > 30 or (target.name == "Deepling Tyrant" and target.hppc > 6)) and table.find(strongCreatures, target.name) and target.name ~= "Manta Ray" then; cast("exori gran tera"); elseif cancast("exori max tera") and UseUltimateStrike and (target.hppc > 38 or (target.name == "Deepling Tyrant" and target.hppc > 10)) and table.find(strongCreatures, target.name) and target.name ~= "Manta Ray" then; cast("exori max tera"); elseif cancast("exori vis") then; cast("exori vis"); end; else; if cancast("exori gran vis") and UseStrongStrike and (target.hppc > 30 or (target.name == "Deepling Tyrant" and target.hppc > 6)) and table.find(strongCreatures, target.name) then; cast("exori gran vis"); elseif cancast("exori max vis") and UseUltimateStrike and (target.hppc > 38 or (target.name == "Deepling Tyrant" and target.hppc > 10)) and table.find(strongCreatures, target.name) then; cast("exori max vis"); elseif cancast("exori vis") then; cast("exori vis"); end; end; end;end
Last edited by grafix; 02-15-2014 at 09:12 AM.