07-26-2012, 05:14 PM
To use explosion in the target, try this:
To use explosion in itself, try this way (Not sure ir it's works):
Code:
2000 {explosion } Self.Mana>=0 Self.Attacking Creatures.Beside>=4 Creatures.PlayersOnScreen=01 Target.Shoot(3200)
To use explosion in itself, try this way (Not sure ir it's works):
Code:
2000 {explosion } Self.Mana>=0 Self.Attacking Creatures.Beside>=4 Creatures.PlayersOnScreen=01 Target.Self Target.Shoot(3200)