Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- --To toggle gearsets:
- --Main command: /console gs c toggle x set where x = set name variable. Variables are as follows: --
- --Idle sets: Idle, TP sets: TP--
- --Requiescat sets: Req, Chant du Cygne sets: CDC--
- function get_sets()
- --Idle Sets--
- sets.Idle = {}
- sets.Idle.index = {'Standard','DT'}
- Idle_ind = 2
- sets.Idle.Standard = {ammo="Ginsen",
- head="Spurrina Coif",neck="Wiglen Gorget", ear1="Ethereal earring", ear2="Moonshade earring",
- body="Mekosu. Harness",hands="Serpentes cuffs",ring1="Paguroidea Ring",ring2="Sheltered Ring",
- back="Kumbira Cape",waist="Flume belt",legs="Blood cuisses",feet="Serpentes sabots"}
- sets.Idle.DT = {ammo="Ginsen",
- head="Iuitl Headgear +1",neck="Twilight torque", ear1="Black earring", ear2="Black earring",
- body="Mekosu. Harness",hands="Hegira Wristbands",ring1="Dark ring",ring2="Defending ring",
- back="Shadow mantle",waist="Flume belt",legs="Iuitl Tights +1",feet="Assim. Charuqs +1"}
- --TP Sets--
- sets.TP = {}
- sets.TP.index = {'Standard', 'Solo', 'Marches', 'AccuracyLite', 'AccuracyFull', 'DT', 'DTAccuracy'}
- --1=Standard, 2=Solo, 3=Marches, 4=AccuracyLite, 5=AccuracyFull, 6=DT, 7=DTAccuracy--
- TP_ind = 1
- sets.TP.Standard = {ammo="Ginsen",
- head="Iuitl Headgear +1",neck="Asperity necklace", ear1="Brutal earring", ear2="Suppanomimi",
- body="Thaumas coat",hands="Nilas Gloves",ring1="Epona's ring",ring2="Rajas ring",
- back="Bleating mantle",waist="Windbuffet belt +1",legs="Iuitl tights +1",feet="Qaaxo Leggings"}
- sets.TP.Marches = {ammo="Ginsen",
- head="Whirlpool mask",neck="Asperity necklace", ear1="Brutal earring", ear2="Suppanomimi",
- body="Thaumas coat",hands="Assim. bazu.",ring1="Epona's ring",ring2="Rajas ring",
- back="Bleating mantle",waist="Windbuffet belt +1",legs="Iuitl tights +1",feet="Manibozho boots"}
- sets.TP.Solo = {ammo="Ginsen",
- head="Whirlpool mask",neck="Asperity necklace", ear1="Brutal earring", ear2="Suppanomimi",
- body="Assim. jubbah +1",hands="Assim. bazu.",ring1="Epona's ring",ring2="Rajas ring",
- back="Bleating mantle",waist="Windbuffet belt +1",legs="Iuitl tights +1",feet="Manibozho boots"}
- sets.TP.AccuracyLite = {ammo="Honed tathlum",
- head="Iuitl Headgear +1",neck="Asperity necklace", ear1="Brutal earring", ear2="Suppanomimi",
- body="Mekosu. Harness",hands="Assim. bazu.",ring1="Epona's ring",ring2="Rajas ring",
- back="Letalis mantle",waist="Twilight belt",legs="Iuitl tights +1",feet="Manibozho boots"}
- sets.TP.AccuracyFull = {ammo="Honed tathlum",
- head="Whirlpool mask",neck="Asperity necklace", ear1="Dudgeon earring", ear2="Heartseeker earring",
- body="Mekosu. Harness",hands="Buremte gloves",ring1="Epona's ring",ring2="Rajas ring",
- back="Letalis mantle",waist="Windbuffet belt +1",legs="Iuitl tights +1",feet="Manibozho boots"}
- sets.TP.DT = {ammo="Ginsen",
- head="Iuitl Headgear +1",neck="Twilight torque", ear1="Brutal earring", ear2="Suppanomimi",
- body="Hagondes coat",hands="Iuitl wristbands",ring1="Dark ring",ring2="Dark ring",
- back="Mollusca mantle",waist="Twilight belt",legs="Iuitl tights +1",feet="Iuitl gaiters"}
- sets.TP.DTAccuracy = {ammo="Honed Tathlum",
- head="Iuitl Headgear +1",neck="Twilight torque", ear1="Dudgeon earring", ear2="Heartseeker earring",
- body="Hagondes coat",hands="Iuitl wristbands",ring1="Dark ring",ring2="Dark ring",
- back="Mollusca mantle",waist="Hurch'lan sash",legs="Iuitl tights +1",feet="Iuitl gaiters"}
- --Weaponskill Sets--
- sets.WS = {}
- sets.Requiescat = {}
- sets.Requiescat.index = {'Attack','Accuracy'}
- Requiescat_ind = 1
- sets.Requiescat.Attack = {ammo="Ginsen",
- head="Whirlpool mask",neck="Soil gorget",ear1="Brutal earring",ear2="Moonshade earring",
- body="Vanir Cotehardie",hands="Nilas Gloves",ring1="Epona's ring",ring2="Aquasoul ring",
- back="Bleating mantle",waist="Soil belt",legs="Quiahuiz trousers",feet="Qaaxo Leggings"}
- sets.Requiescat.Accuracy = {ammo="Honed tathlum",
- head="Whirlpool mask",neck="Soil gorget",ear1="Brutal earring",ear2="Moonshade earring",
- body="Vanir Cotehardie",hands="Buremte gloves",ring1="Epona's ring",ring2="Aquasoul ring",
- back="Letalis mantle",waist="Soil belt",legs="Quiahuiz trousers",feet="Assim. charuqs +1"}
- sets.ChantDuCygne = {}
- sets.ChantDuCygne.index = {'Attack','Accuracy'}
- ChantDuCygne_ind = 1
- sets.ChantDuCygne.Attack = {ammo="Ginsen",
- head="Uk'uxkaj cap",neck="Flame gorget",ear1="Tati earring",ear2="Tati earring",
- body="Dread Jupon",hands="Hegira Wristbands",ring1="Epona's ring",ring2="Rajas ring",
- back="Rancorous mantle",waist="Wanion belt",legs="Manibozho brais",feet="Assim. charuqs +1"}
- sets.ChantDuCygne.Accuracy = {ammo="Honed tathlum",
- head="Uk'uxkaj cap",neck="Flame gorget",ear1="Bladeborn earring",ear2="Steelflash earring",
- body="Assim. jubbah +1",hands="Buremte gloves",ring1="Epona's ring",ring2="Rajas ring",
- back="Rancorous mantle",waist="Windbuffet belt +1",legs="Manibozho brais",feet="Assim. charuqs +1"}
- sets.WS.SanguineBlade = {}
- sets.WS.SanguineBlade = {ammo="Erlene's notebook",
- head="Hagondes hat",neck="Eddy necklace",ear1="Hecate's earring",ear2="Friomisi earring",
- body="Hagondes coat",hands="Hagondes cuffs",ring1="Archon ring",ring2="Diamond ring",
- back="Cornflower cape",waist="Caudata belt",legs="Hagondes pants",feet="Hagondes sabots"}
- sets.WS.CircleBlade = {}
- sets.WS.CircleBlade = {ammo="Ginsen",
- head="Whirlpool mask",neck="Asperity necklace",ear1="Bladeborn earring",ear2="Steelflash earring",
- body="Assim. jubbah +1",hands="Assim. bazu.",ring1="Epona's ring",ring2="Ifrit Ring",
- back="Bleating mantle",waist="Windbuffet belt +1",legs="Quiahuiz trousers",feet="Manibozho boots"}
- --Blue Magic Sets--
- sets.BlueMagic = {}
- sets.BlueMagic.STR = {ammo="Mavi tathlum",
- head="Uk'uxkaj Cap",neck="Ire torque +1",ear1="Flame pearl",ear2="Flame pearl",
- body="Assim. jubbah +1",hands="Assim. bazu.",ring1="Ifrit Ring",ring2="Rajas ring",
- back="Cornflower cape",waist="Pipilaka belt",legs="Quiahuiz trousers",feet="Qaaxo Leggings"}
- sets.BlueMagic.STRDEX = {ammo="Ginsen",
- head="Uk'uxkaj Cap",neck="Ire torque +1",ear1="Flame pearl",ear2="Flame pearl",
- body="Assim. jubbah +1",hands="Assim. bazu.",ring1="Ifrit Ring",ring2="Rajas ring",
- back="Cornflower cape",waist="Caudata belt",legs="Manibozho brais",feet="Qaaxo Leggings"}
- sets.BlueMagic.STRVIT = {ammo="Mavi tathlum",
- head="Uk'uxkaj Cap",neck="Ire torque +1",ear1="Flame pearl",ear2="Flame pearl",
- body="Assim. jubbah +1",hands="Assim. bazu.",ring1="Ifrit Ring",ring2="Spiral ring",
- back="Cornflower cape",waist="Caudata belt",legs="Quiahuiz trousers",feet="Qaaxo Leggings"}
- sets.BlueMagic.STRMND = {ammo="Mavi tathlum",
- head="Uk'uxkaj Cap",neck="Ire torque +1",ear1="Flame pearl",ear2="Flame pearl",
- body="Assim. jubbah +1",hands="Assim. bazu.",ring1="Ifrit Ring",ring2="Aquasoul ring",
- back="Cornflower cape",waist="Tarutaru sash",legs="Quiahuiz trousers",feet="Qaaxo Leggings"}
- sets.BlueMagic.AGI = {ammo="Mavi tathlum",
- head="Uk'uxkaj Cap",neck="Ire torque +1",ear1="Flame pearl",ear2="Flame pearl",
- body="Assim. jubbah +1",hands="Iuitl wristbands",ring1="Ifrit Ring",ring2="Rajas ring",
- back="Cornflower cape",waist="Pipilaka belt",legs="Quiahuiz trousers",feet="Qaaxo Leggings"}
- sets.BlueMagic.INT = {ammo="Dosis Tathlum",
- head="Hagondes hat",neck="Eddy necklace",ear1="Crematio earring",ear2="Friomisi earring",
- body="Hagondes coat +1",hands="Hagondes cuffs +1",ring1="Fenrir ring +1",ring2="Acumen ring",
- back="Cornflower cape",waist="Aswang Sash",legs="Hagondes pants +1",feet="Hag. Sabots +1"}
- sets.BlueMagic.Cures = {ammo="Aqua sachet",
- head="Uk'uxkaj cap",neck="Aife's medal",ear1="Loquac. earring",ear2="Novia earring",
- body="Assim. jubbah +1",hands="Buremte gloves",ring1="Aquasoul ring",ring2="Aquasoul ring",
- back="Oretania's cape",waist="Pythia sash +1",legs="Quiahuiz trousers",feet="Assim. charuqs +1"}
- sets.BlueMagic.Stun = {ammo="Mavi tathlum",
- head="Assim. keffiyeh",neck="Eddy necklace",ear1="Loquac. earring",
- body="Assim. jubbah +1",hands="Mv. bazubands +2",ring1="Prolix ring",ring2="Sangoma ring",
- back="Cornflower cape",waist="Twilight belt",legs="Mavi tayt +2",feet="Qaaxo Leggings"}
- sets.BlueMagic.HeavyStrike = {ammo="Honed tathlum",
- head="Whirlpool mask",neck="Ire torque +1",ear1="Flame pearl",ear2="Heartseeker earring",
- body="Assim. jubbah +1",hands="Buremte gloves",ring1="Ifrit Ring",ring2="Rajas ring",
- back="Cornflower cape",waist="Dynamic belt +1",legs="Manibozho brais",feet="Assim. charuqs +1"}
- sets.BlueMagic.ChargedWhisker = {ammo="Erlene's notebook",
- head="Uk'uxkaj cap",neck="Eddy necklace",ear1="Hecate's earring",ear2="Friomisi earring",
- body="Hagondes coat",hands="Assim. bazu.",ring1="Diamond ring",ring2="Rajas ring",
- back="Cornflower cape",waist="Pipilaka belt",legs="Hagondes pants",feet="Mavi basmak +2"}
- sets.BlueMagic.WhiteWind = {ammo="Mavi tathlum",
- head="Uk'uxkaj Cap",neck="Jeweled collar",ear1="Ethereal earring",ear2="Loquac. earring",
- body="Assim. jubbah +1",hands="Weather. cuffs",
- back="Oretania's cape",legs="Enif cosciales",feet="Assim. charuqs +1"}
- sets.BlueMagic.MagicAccuracy = {ammo="Mavi Tathlum",
- head="Assim. keffiyeh",neck="Eddy necklace",ear1="Psystorm earring",ear2="Lifestorm earring",
- body="Assim. jubbah +1",hands="Hagondes cuffs",ring1="Mediator's ring",ring2="Sangoma ring",
- back="Cornflower cape",waist="Ovate rope",legs="Mavi tayt +2",feet="Qaaxo Leggings"}
- sets.BlueMagic.Skill = {ammo="Mavi tathlum",
- head="Uk'uxkaj Cap",neck="Jeweled collar",ear1="Loquac. earring",
- body="Assim. jubbah +1",hands="Mv. Bazubands +2",ring1="Prolix ring",
- back="Cornflower cape",waist="Twilight belt",legs="Mavi tayt +2",feet="Qaaxo Leggings"}
- sets.BlueMagic.SkillRecast = {ammo="Mavi tathlum",
- head="Uk'uxkaj Cap",neck="Jeweled collar",ear1="Loquac. earring",
- body="Assim. jubbah +1",hands="Mv. Bazubands +2",ring1="Prolix ring",
- back="Swith cape",waist="Twilight belt",legs="Mavi tayt +2",feet="Qaaxo Leggings"}
- --Utility Sets--
- sets.Utility = {}
- sets.Utility.Stoneskin = {head="Haruspex hat",neck="Stone Gorget",ear1="Loquac. earring",ear2="Earthcry earring",
- body="Assim. jubbah +1",hands="Stone Mufflers",ring1="Prolix ring",
- back="Swith cape",waist="Siegel sash",legs="Haven hose",feet="Iuitl gaiters"}
- sets.Utility.Phalanx = {head="Haruspex hat",neck="Colossus's torque",ear1="Loquac. earring",ear2="Augment. earring",
- body="Assim. jubbah +1",hands="Assim. bazu.",ring1="Prolix ring",
- back="Swith cape",waist="Pythia sash +1",legs="Portent pants",feet="Iuitl gaiters"}
- sets.Utility.Steps = {ammo="Honed tathlum",
- head="Whirlpool mask",ear2="Heartseeker earring",
- body="Thaumas coat",hands="Buremte gloves",
- back="Bleating Mantle",waist="Tarutaru sash",legs="Manibozho brais",feet="Manibozho boots"}
- sets.Utility.PDT = {head="Whirlpool mask",neck="Twilight torque",ear1="Ethereal earring",
- body="Iuitl vest",hands="Umuthi Gloves",ring1="Dark ring",ring2="Defending ring",
- back="Shadow mantle",waist="Flume belt",legs="Iuitl tights +1",feet="Iuitl gaiters"}
- sets.Utility.MDT = {head="Whirlpool mask",neck="Twilight torque",
- body="Assim. jubbah +1",hands="Assim. bazu.",ring1="Shadow ring",ring2="Defending ring",
- back="Engulfer mantle",legs="Quiahuiz trousers",feet="Qaaxo Leggings"}
- --Job Ability Sets--
- sets.JA = {}
- sets.JA.ChainAffinity = {feet="Assim. charuqs +1"}
- sets.JA.BurstAffinity = {legs="Assim. shalwar +1"}
- sets.JA.Efflux = {legs="Mavi tayt +2"}
- sets.JA.AzureLore = {hands="Luhlaza bazubands"}
- sets.JA.Diffusion = {feet="Qaaxo Leggings"}
- --Precast Sets--
- sets.precast = {}
- sets.precast.FC = {}
- sets.precast.FC.Standard = {head="Haruspex hat",neck="Jeweled collar", ear1="Loquac. Earring",
- body="Dread Jupon",hands="Thaumas Gloves", ring1="Prolix Ring",
- back="Swith Cape",waist="Witful Belt",legs="Enif Cosciales",feet="Chelona Boots"}
- sets.precast.FC.Blue = {head="Haruspex hat",neck="Jeweled collar", ear1="Loquac. Earring",
- body="Dread Jupon",hands="Thaumas Gloves", ring1="Prolix Ring",
- back="Swith Cape",waist="Witful Belt",legs="Enif Cosciales",feet="Chelona Boots"}
- end
- function precast(spell)
- if spell.action_type == 'Magic' then
- equip(sets.precast.FC.Standard)
- elseif spell.action_type == 'BlueMagic' then
- equip(sets.precast.FC.Blue)
- end
- if spell.english == 'Azure Lore' then
- equip(sets.JA.AzureLore)
- end
- if spell.english == 'Requiescat' then
- equip(sets.Requiescat[sets.Requiescat.index[Requiescat_ind]])
- end
- if spell.english == 'Chant du Cygne' then
- equip(sets.ChantDuCygne[sets.ChantDuCygne.index[ChantDuCygne_ind]])
- end
- if spell.english == 'Circle Blade' then
- equip(sets.WS.CircleBlade)
- end
- if spell.english == 'Sanguine Blade' then
- equip(sets.WS.SanguineBlade)
- end
- if spell.english == 'Box Step' then
- equip(sets.Utility.Steps)
- end
- end
- function midcast(spell,act)
- if spell.english == 'Vertical Cleave' or spell.english == 'Death Scissors' or spell.english == 'Empty Thrash' or spell.english == 'Dimensional Death' or spell.english == 'Quadrastrike' or spell.english == 'Bloodrake' then
- equip(sets.BlueMagic.STR)
- if buffactive['Chain Affinity'] then
- equip(sets.JA.ChainAffinity)
- end
- if buffactive['Efflux'] then
- equip(sets.JA.Efflux)
- end
- end
- if spell.english == 'Disseverment' or spell.english == "Sinker Drill" or spell.english == 'Hysteric Barrage' or spell.english == 'Frenetic Rip' or spell.english == 'Seedspray' or spell.english == 'Vanity Dive' or spell.english == 'Goblin Rush' or spell.english == 'Paralyzing Triad' then
- equip(sets.BlueMagic.STRDEX)
- if buffactive['Chain Affinity'] then
- equip(sets.JA.ChainAffinity)
- end
- if buffactive['Efflux'] then
- equip(sets.JA.Efflux)
- end
- end
- if spell.english == 'Quad. Continuum' or spell.english == 'Delta Thrust' or spell.english == 'Cannonball' or spell.english == 'Glutinous Dart' then
- equip(sets.BlueMagic.STRVIT)
- if buffactive['Chain Affinity'] then
- equip(sets.JA.ChainAffinity)
- end
- if buffactive['Efflux'] then
- equip(sets.JA.Efflux)
- end
- end
- if spell.english == 'Whirl of Rage' then
- equip(sets.BlueMagic.STRMND)
- if buffactive['Chain Affinity'] then
- equip(sets.JA.ChainAffinity)
- end
- if buffactive['Efflux'] then
- equip(sets.JA.Efflux)
- end
- end
- if spell.english == 'Benthic Typhoon' or spell.english == 'Final Sting' or spell.english == 'Spiral Spin' then
- equip(sets.BlueMagic.AGI)
- if buffactive['Chain Affinity'] then
- equip(sets.JA.ChainAffinity)
- end
- if buffactive['Efflux'] then
- equip(sets.JA.Efflux)
- end
- end
- if spell.english == 'Gates of Hades' or spell.english == 'Subduction' or spell.english == 'Leafstorm' or spell.english == 'Firespit' or spell.english == 'Acrid Stream' or spell.english == 'Regurgitation' or spell.english == 'Corrosive Ooze' or spell.english == 'Thermal Pulse' or spell.english == 'Magic Hammer' or spell.english == 'Evryone. Grudge' or spell.english == 'Water Bomb' or spell.english == 'Dark Orb' or spell.english == 'Thunderbolt' or spell.english == 'Tem. Upheaval' or spell.english == 'Embalming Earth' or spell.english == 'Foul Waters' or spell.english == 'Rending Deluge' or spell.english == 'Droning Whirlwind' then
- equip(sets.BlueMagic.INT)
- if buffactive['Burst Affinity'] then
- equip(sets.JA.BurstAffinity)
- end
- end
- if spell.english == 'Magic Fruit' or spell.english == 'Plenilune Embrace' or spell.english == 'Wild Carrot' or spell.english == 'Pollen' or spell.english == 'Cure IV' or spell.english == "Restoral" then
- equip(sets.BlueMagic.Cures)
- end
- if spell.english == 'White Wind' then
- equip(sets.BlueMagic.WhiteWind)
- end
- if spell.english == 'Head Butt' or spell.english == 'Sudden Lunge' or spell.english == 'Blitzstrahl' then
- equip(sets.BlueMagic.Stun)
- end
- if spell.english == 'Heavy Strike' then
- equip(sets.BlueMagic.HeavyStrike)
- end
- if spell.english == 'Charged Whisker' then
- equip(sets.BlueMagic.ChargedWhisker)
- if buffactive['Burst Affinity'] then
- equip(sets.JA.BurstAffinity)
- end
- end
- if spell.english == 'Frightful Roar' or spell.english == 'Infrasonics' or spell.english == 'Barbed Crescent' or spell.english == 'Tourbillion' or spell.english == 'Cimicine Discharge' or spell.english == 'Sub-zero smash' or spell.english == 'Filamented Hold' or spell.english == 'Mind Blast' or spell.english == 'Sandspin' or spell.english == 'Hecatomb Wave' or spell.english == 'Cold Wave' or spell.english == 'Terror Touch' then
- equip(sets.BlueMagic.MagicAccuracy)
- end
- if spell.english == 'MP Drainkiss' or spell.english == 'Digest' or spell.english == 'Blood Saber' or spell.english == 'Blood Drain' or spell.english == 'Osmosis' or spell.english == 'Occultation' or spell.english == 'Magic Barrier' or spell.english == 'Diamondhide' or spell.english == 'Metallic Body' or spell.english == 'Retinal Glare' then
- equip(sets.BlueMagic.SkillRecast)
- if buffactive['Diffusion'] then
- equip(sets.JA.Diffusion)
- end
- end
- if spell.english == 'Cocoon' or spell.english == 'Harden Shell' or spell.english == 'Animating Wail' or spell.english == 'Battery Charge' or spell.english == 'Nat. Meditation' or spell.english == 'Carcharian Verve' or spell.english == 'O. Counterstance' or spell.english == 'Barrier Tusk' or spell.english == 'Saline Coat' or spell.english == 'Regeneration' then
- if buffactive['Diffusion'] then
- equip(sets.JA.Diffusion)
- end
- end
- end
- function aftercast(spell)
- if player.status == 'Engaged' then
- equip(sets.TP[sets.TP.index[TP_ind]])
- else
- equip(sets.Idle[sets.Idle.index[Idle_ind]])
- end
- end
- function status_change(new,old)
- if new == 'Engaged' then
- equip(sets.TP[sets.TP.index[TP_ind]])
- else
- equip(sets.Idle[sets.Idle.index[Idle_ind]])
- end
- end
- function self_command(command)
- if command == 'toggle TP set' then
- TP_ind = TP_ind +1
- if TP_ind > #sets.TP.index then TP_ind = 1 end
- send_command('@input /echo <----- TP Set changed to '..sets.TP.index[TP_ind]..' ----->')
- equip(sets.TP[sets.TP.index[TP_ind]])
- elseif command == 'toggle Idle set' then
- Idle_ind = Idle_ind +1
- if Idle_ind > #sets.Idle.index then Idle_ind = 1 end
- send_command('@input /echo <----- Idle Set changed to '..sets.Idle.index[Idle_ind]..' ----->')
- equip(sets.Idle[sets.Idle.index[Idle_ind]])
- elseif command == 'toggle Req set' then
- Requiescat_ind = Requiescat_ind +1
- if Requiescat_ind > #sets.Requiescat.index then Requiescat_ind = 1 end
- send_command('@input /echo <----- Requiescat Set changed to '..sets.Requiescat.index[Requiescat_ind]..' ----->')
- elseif command == 'toggle CDC set' then
- ChantDuCygne_ind = ChantDuCygne_ind +1
- if ChantDuCygne_ind > #sets.ChantDuCygne.index then ChantDuCygne_ind = 1 end
- send_command('@input /echo <----- Chant du Cygne Set changed to '..sets.ChantDuCygne.index[ChantDuCygne_ind]..' ----->')
- elseif command == 'equip TP set' then
- equip(sets.TP[sets.TP.index[TP_ind]])
- elseif command == 'equip Idle set' then
- equip(sets.Idle[sets.Idle.index[Idle_ind]])
- end
- end
- windower.register_event('tp change', function(new_tp, old_tp)
- if player.target.name== "Blanched Mandragora" and player.target.hpp >=50 then
- if player.tp >=1000 then
- send_command('input /ws "Sanguine Blade" <t> ')
- end
- end
- end)
- windower.register_event('hp change', function(new, old)
- -- AutoWS on Blanched Mandragora, with FarmBot mostly
- if player.target.name== "Blanched Mandragora" and player.target.hpp >=50 then
- if player.tp >=1000 then
- send_command('input /ws "Sanguine Blade" <t> ')
- end
- end
- end)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement