rusek
03-13-2016, 10:29 PM
Like as title at this moment im using this script i hope is possible to make some edit of someone to work perfect exacly i want thanks a lot and im sure many peoples will need it
Jontor DarkstaR
attacks = {}
attacks[#attacks + 1] = { attack = "exori gran", mana = 340, target = true, radius = 1, distance = 1, count = 3, minhp = 10, maxhp = 100, targets = {"Glooth Bandit", "Glooth Brigand", "Glooth Golem", "Devourer", "Glooth Anemone", "Metal Gargoyle", "Rot Elemental", "Rustheap Golem"} }
attacks[#attacks + 1] = { attack = "exori min", mana = 200, target = false, radius = 1, distance = 1, count = 3, minhp = 10, maxhp = 100, targets = {"Glooth Bandit", "Glooth Brigand", "Glooth Golem", "Devourer", "Glooth Anemone", "Metal Gargoyle", "Rot Elemental", "Rustheap Golem"} }
attacks[#attacks + 1] = { attack = "exori", mana = 150, target = true, radius = 1, distance = 1, count = 2, minhp = 0, maxhp = 100, targets = {"Glooth Bandit", "Glooth Brigand", "Glooth Golem", "Devourer", "Glooth Anemone", "Metal Gargoyle", "Rot Elemental", "Rustheap Golem"} }
attacks[#attacks + 1] = { attack = "exori ico", mana = 40, target = true, radius = 7, distance = 1, count = 1, minhp = 0, maxhp = 100, targets = {"Glooth Bandit", "Glooth Brigand", "Glooth Golem", "Devourer", "Glooth Anemone", "Metal Gargoyle", "Rot Elemental", "Rustheap Golem"} }
attacks[#attacks + 1] = { attack = "exori hur", mana = 40, target = true, radius = 7, distance = 5, count = 1, minhp = 0, maxhp = 100, targets = {"Glooth Bandit", "Glooth Brigand", "Glooth Golem", "Devourer", "Glooth Anemone", "Metal Gargoyle", "Rot Elemental", "Rustheap Golem"} }
Jontor DarkstaR
attacks = {}
attacks[#attacks + 1] = { attack = "exori gran", mana = 340, target = true, radius = 1, distance = 1, count = 3, minhp = 10, maxhp = 100, targets = {"Glooth Bandit", "Glooth Brigand", "Glooth Golem", "Devourer", "Glooth Anemone", "Metal Gargoyle", "Rot Elemental", "Rustheap Golem"} }
attacks[#attacks + 1] = { attack = "exori min", mana = 200, target = false, radius = 1, distance = 1, count = 3, minhp = 10, maxhp = 100, targets = {"Glooth Bandit", "Glooth Brigand", "Glooth Golem", "Devourer", "Glooth Anemone", "Metal Gargoyle", "Rot Elemental", "Rustheap Golem"} }
attacks[#attacks + 1] = { attack = "exori", mana = 150, target = true, radius = 1, distance = 1, count = 2, minhp = 0, maxhp = 100, targets = {"Glooth Bandit", "Glooth Brigand", "Glooth Golem", "Devourer", "Glooth Anemone", "Metal Gargoyle", "Rot Elemental", "Rustheap Golem"} }
attacks[#attacks + 1] = { attack = "exori ico", mana = 40, target = true, radius = 7, distance = 1, count = 1, minhp = 0, maxhp = 100, targets = {"Glooth Bandit", "Glooth Brigand", "Glooth Golem", "Devourer", "Glooth Anemone", "Metal Gargoyle", "Rot Elemental", "Rustheap Golem"} }
attacks[#attacks + 1] = { attack = "exori hur", mana = 40, target = true, radius = 7, distance = 5, count = 1, minhp = 0, maxhp = 100, targets = {"Glooth Bandit", "Glooth Brigand", "Glooth Golem", "Devourer", "Glooth Anemone", "Metal Gargoyle", "Rot Elemental", "Rustheap Golem"} }