/*
* VGPally Version: 0.62 -- 03/07/2007
*
* Modification of Shaman script originally by Zeek for Paladin solo use
* This modded version maintained by Tsumari (Tsumari2 on forums)
*
* Description: This is a camp-based paladin script. Currently the script is
* tuned for a level 13 to 16 paladin. Run the script with your paladin in a fairly
* predictable solo spot and he will select enemies, attack, and loot them.
*
* Thanks to Amadeus for ISXVG and the original code examples for the extension.
*
* I have adapted code from Xeon's combat shaman script for looting and some combat logic.
*
* Scanning logic in FindTarget function adapted from Anti-add by Kram and using his add checking
technology =)
*
* Overall this is a significant improvement over the previous versions. This release
* recognizes adds, is more intelligent at looting, and should be a real pain in the ass to the mobs.
*
* Campspot is now automatically selected when you start the script. You no longer have to manually
* set the level range you are hunting in...the bot will pick that for you.
*
* To-do: This script is not very group friendly. I'll need to add some follow code
* if you are not main tank, assist code, etc.
*
* Once the core of the bot (the basic logic) is all together, I'll separate out the class file from
* the core logic so you'll have a vgbot that loads up ${Me.Class}.iss.
*
*
**********************************************
*
* Please report all bugs. I've cleared most of them but there can still be a few game breakers in
there.
*
* Requires moveto.iss and antiadd.iss from the forums. I have changed my script to look in the
common folder for them.
*
*/
* Overall this is a significant improvement over the previous versions. This release
* recognizes adds, is more intelligent at looting, and should be a real pain in the ass to the mobs.
*
* Campspot is now automatically selected when you start the script. You no longer have to manually
* set the level range you are hunting in...the bot will pick that for you.
*
* To-do: This script is not very group friendly. I'll need to add some follow code
* if you are not main tank, assist code, etc.
*
* Once the core of the bot (the basic logic) is all together, I'll separate out the class file from
* the core logic so you'll have a vgbot that loads up ${Me.Class}.iss.
*
*
**********************************************
*
* Please report all bugs. I've cleared most of them but there can still be a few game breakers in there.
*
* Requires moveto.iss and antiadd.iss from the forums. I have changed my script to look in the common folder for them.
*
*/
Bugfix release, I could not get adds targeted properly using me.encounter[1] so I went to a pawn search for short range aggro mobs.
* VGPally Version: 0.62 -- 03/07/2007
*
* Modification of Shaman script originally by Zeek for Paladin solo use
* This modded version maintained by Tsumari (Tsumari2 on forums)
*
* Description: This is a camp-based paladin script. Currently the script is
* tuned for a level 13 to 16 paladin. Run the script with your paladin in a fairly
* predictable solo spot and he will select enemies, attack, and loot them.
*
* Thanks to Amadeus for ISXVG and the original code examples for the extension.
*
* I have adapted code from Xeon's combat shaman script for looting and some combat logic.
*
* Scanning logic in FindTarget function adapted from Anti-add by Kram and using his add checking
technology =)
*
* Overall this is a significant improvement over the previous versions. This release
* recognizes adds, is more intelligent at looting, and should be a real pain in the ass to the mobs.
*
* Campspot is now automatically selected when you start the script. You no longer have to manually
* set the level range you are hunting in...the bot will pick that for you.
*
* To-do: This script is not very group friendly. I'll need to add some follow code
* if you are not main tank, assist code, etc.
*
* Once the core of the bot (the basic logic) is all together, I'll separate out the class file from
* the core logic so you'll have a vgbot that loads up ${Me.Class}.iss.
*
*
**********************************************
*
* Please report all bugs. I've cleared most of them but there can still be a few game breakers in
there.
*
* Requires moveto.iss and antiadd.iss from the forums. I have changed my script to look in the
common folder for them.
*
*/
* Overall this is a significant improvement over the previous versions. This release
* recognizes adds, is more intelligent at looting, and should be a real pain in the ass to the mobs.
*
* Campspot is now automatically selected when you start the script. You no longer have to manually
* set the level range you are hunting in...the bot will pick that for you.
*
* To-do: This script is not very group friendly. I'll need to add some follow code
* if you are not main tank, assist code, etc.
*
* Once the core of the bot (the basic logic) is all together, I'll separate out the class file from
* the core logic so you'll have a vgbot that loads up ${Me.Class}.iss.
*
*
**********************************************
*
* Please report all bugs. I've cleared most of them but there can still be a few game breakers in there.
*
* Requires moveto.iss and antiadd.iss from the forums. I have changed my script to look in the common folder for them.
*
*/
Bugfix release, I could not get adds targeted properly using me.encounter[1] so I went to a pawn search for short range aggro mobs.
Attachments
-
13.2 KB Views: 305
Last edited: