Malmis
03-03-2012, 19:36
Exiva functions
exiva cavebot XXX - Calls the function in the cavebot. For example calling setLootOff with a conditional on low cap.
exiva newconditional XX#number>#YY 0 1000 0 ZZ - Create this conditional
exiva loadconditional a/r:XXX - Loads this conditional textfile append/replace
exiva loadcavebot a/r:XXX - Loads this cavebot textfile append/replace
$Variables$
$hex-inrange:HEX:X$ - Is this creature-hex in range X
$mounted$ - Returns 1 if mounted 0 if not
$hex-x:HEX$,$hex-y:HEX$,$hex-z:HEX$ - Pos of hex (PLEASE?!)
$monstersinrange:X$ - Monsters in range, a circle like spells not square. Finally add it?
$hex-monstersinrangeof:HEX:X$ - Monsters in range of that HEX; can be used to use AOE runes when blocker is surrounded or alot of mobs around target.
$hex-level:HEX$,$hex-vocation:HEX$ - Getting information about players
$hex-partylowesthp$ - HEX of lowest hitpoint partymember
$membersinparty$ - Number of players in party
$name-partymember:X$,$hex-partymember:X$,$hp-partymember:X$ - Info on partymember X (Perfect for making healbot)
Cavebot Functions
openDoor X,Y,Z - Simply open the door, gate, whatever. Use item on that slot until it changes pretty much.
setLootON/setLootOFF - Like the others ON/OFF switches? :p
That's it for now, a few of them should be real easy and I hope Hans Henrik can take a look.
exiva cavebot XXX - Calls the function in the cavebot. For example calling setLootOff with a conditional on low cap.
exiva newconditional XX#number>#YY 0 1000 0 ZZ - Create this conditional
exiva loadconditional a/r:XXX - Loads this conditional textfile append/replace
exiva loadcavebot a/r:XXX - Loads this cavebot textfile append/replace
$Variables$
$hex-inrange:HEX:X$ - Is this creature-hex in range X
$mounted$ - Returns 1 if mounted 0 if not
$hex-x:HEX$,$hex-y:HEX$,$hex-z:HEX$ - Pos of hex (PLEASE?!)
$monstersinrange:X$ - Monsters in range, a circle like spells not square. Finally add it?
$hex-monstersinrangeof:HEX:X$ - Monsters in range of that HEX; can be used to use AOE runes when blocker is surrounded or alot of mobs around target.
$hex-level:HEX$,$hex-vocation:HEX$ - Getting information about players
$hex-partylowesthp$ - HEX of lowest hitpoint partymember
$membersinparty$ - Number of players in party
$name-partymember:X$,$hex-partymember:X$,$hp-partymember:X$ - Info on partymember X (Perfect for making healbot)
Cavebot Functions
openDoor X,Y,Z - Simply open the door, gate, whatever. Use item on that slot until it changes pretty much.
setLootON/setLootOFF - Like the others ON/OFF switches? :p
That's it for now, a few of them should be real easy and I hope Hans Henrik can take a look.