What I want it to do is Ganbatine Area Spells, such as Storm Gust, Lord of Vermillion, Pneuma ETC.
The whole code it self works...exept using Ganbatine...
you see $.areaPos return the location of the spell, but also the map name(Example, 103 204 Pay_dun03 )... All I need is the Location
is there any way I could work around this? or another way I could get my character to Ganbatine those spells?
Code: Select all
automacro Ganbatine {
areaSpell Pneuma , Storm Gust , Lord of Vermillion, Meteor Storm , Lord of Vermillion, Meteor Storm , Land Protector , Magnetic Earth , Quagmire
#####Checks for the following characters, if they summoned do not Ganbatine that spell
var .lastMatch1 != *******
var .lastMatch1 != *******
var .lastMatch1 != *******
var .lastMatch1 != *******
var .lastMatch1 != *******
call {
###### ######
##### Help Here #####
###### ######
####do Spell Ganbetine (483) on area ______
do sl 483 $.areaPos
####do Party : Kill ____ players ID so other bots reciver the message through party and kills the player or Monster
do p kill $.areaSourceID
####kill ____ if its a player
do kill $.areaSourceID
####Kill _____ if its a monster
do a $.areaSourceID
}
}