Originally Posted by
roodolfosky
where can I change here to avoid using magic when you see players on my screen ?
I play retror pvp world
this is my file, help me.
not wanna get skull.
attacks = {}
attacks[#attacks + 1] = { attack = "exori gran", mana = 340, target = false, radius = 1, distance = 1, count = 3, minhp = 10, maxhp = 100, targets = {'All'} }
attacks[#attacks + 1] = { attack = "exori min", mana = 200, target = false, radius = 1, distance = 1, count = 2, minhp = 10, maxhp = 100, targets = {'All'} }
attacks[#attacks + 1] = { attack = "exori", mana = 150, target = false, radius = 1, distance = 1, count = 2, minhp = 5, maxhp = 100, targets = {'All'} }
attacks[#attacks + 1] = { attack = "exori ico", mana = 40, target = true, radius = 7, distance = 1, count = 1, minhp = 0, maxhp = 100, targets = {'All'} }
attacks[#attacks + 1] = { attack = "exori hur", mana = 40, target = true, radius = 7, distance = 5, count = 1, minhp = 0, maxhp = 100, targets = {'All'} }