BatClient triggers/scripts

Here you'll find some trigs for BatMUDs own client, BatClient, that are made by Cielgi

Update 26.8.2009! Since the show effects tune, I made a (not so) simple party effects script. Idea is that it shows all the effects (prots etc) are affecting each party member. Simple usage works with just "$partyEffects" but it can be customized also. You can change the prefixed columns with $partyEffects.setColumns eff1,eff2,etc and so. Probably still has some bugs which will be fixed if they'll be reported to me... I have some plans on development but please tell me if you have some ideas. Next think I'll probably do some sort of help file. The script file can be found here.

The file triggers.bcs contains some generic triggers for camping, combat damage analysis and the like. mage.bcs contains some generic caster triggers but main purpose for it has been to serve as a spell resist analyser.

NEW since 29.07.2008! Did a dicescript that keeps some simple statistics about your dicing stats in parties. Check $dice.help for usage. Stores a file named "dice.saved" to users home directory under "batclient" dir. This can be customed from the script file if needed. The script is located here. Made just for fun. :)

Some word about magetrigs. First of, to have it report stuff to party, you need to excute $mage.toggle_report or change the variable party_report to have default value of true. Next up, if you want to report rounds and hastes/ghastes, do the same for $mage.toggle_rounds or spell_rounds. I use macros for this: "/macro /tr = $mage.toggle_report" and "/macro /trr = $mage.toggle_rounds". Resists are reported automatically to the generic-window. Change this if you want to.

If you have questions, comments or anything about these scripts, don't be afraid to give me a tell or mail or something. I can't be held responsible for any damage that these triggers might cause to the user but I use them and haven't run into any problems yet. Feel free to modify, use or redistribute them if you want to. Some credit would be nice but not mandatory.