Bloodrose Family Forums Archive


Public Board

-

Scripts

-

Simple targetting plugin for Mushclient

Poted by Broly on 13 Nov 2005 15:22 -
<?xml version="1.0" encoding="iso-8859-1" ?>
 <!DOCTYPE muclient (View Source for full doctype...)>
- <!--  Saved on Tuesday, October 04, 2005, 10:55 AM
 -->
- <!--  MuClient version 3.66
 -->
- <!--  Plugin "targetting" generated by Plugin Wizard
 -->
- <muclient>
 <plugin name="targetting" author="EOD / UCF" id="af244cfdcac0b7c46385dc06" language="VBscript" purpose="targettting" save_state="y" date_written="2005-10-04 10:54:05" requires="3.66" version="1.0" />
- <!--   Get our standard constants
 -->
 <include name="constants.vbs" />
- <!--   Aliases    -->
- <aliases>
- <alias match="ma" enabled="y" expand_variables="y" sequence="100">
 <send>@attack @tar</send>
 </alias>
- <alias match="st *" enabled="y" send_to="12" sequence="100">
 <send>set_target "%1"</send>
 </alias>
- <alias match="seta *" enabled="y" send_to="12" sequence="100">
 <send>set_attack "%1"</send>
 </alias>
 </aliases>
- <!--   Variables   -->
- <variables>
 <variable name="tar">soldier</variable>
 <variable name="attack">maul</variable>
 </variables>
- <!--   Script    -->
- <script>
- <![CDATA[

'----------------------------Targgeting System------------------------------

Sub set_target(a)

 World.SetVariable "tar", a
 
End Sub

Sub set_attack(a)

 World.SetVariable "attack", a
 
End Sub

'---------------------------end Targgeting-------------------------------------

]]>
 </script>
 </muclient>


Here, with this one you can use seta <attack> to set your default attack. For example: seta dsl, st orc; you type ma and you get dsl orc. Haven't tested it, but should work.Doesn't work for monks, since their attack consists of three commands.
Poted by Broly on 13 Nov 2005 15:07 -
<?xml version="1.0" encoding="iso-8859-1" ?>
 <!DOCTYPE muclient (View Source for full doctype...)>
- <!--  Saved on Tuesday, October 04, 2005, 10:55 AM   -->
- <!--  MuClient version 3.66   -->
- <!--  Plugin "targetting" generated by Plugin Wizard   -->
- <muclient>
 <plugin name="targetting" author="EOD / UCF" id="af244cfdcac0b7c46385dc06" language="VBscript" purpose="targettting" save_state="y" date_written="2005-10-04 10:54:05" requires="3.66" version="1.0" />
- <!--   Get our standard constants   -->
 <include name="constants.vbs" />
- <!--   Aliases    -->
- <aliases>
+ <alias match="ma" enabled="y" expand_variables="y" sequence="100">
 <send>maul @tar</send>
 </alias>
- <alias match="st *" enabled="y" send_to="12" sequence="100">
 <send>set_target "%1"</send>
 </alias>
 </aliases>
- <!--   Variables    -->
- <variables>
 <variable name="tar">soldier</variable>
 </variables>
- <!--   Script    -->
- <script>
- <![CDATA[

'----------------------------Targgeting System------------------------------

Sub set_target(a)

 World.SetVariable "tar", a
 
End Sub

'---------------------------end Targgeting-------------------------------------
 ]]>
 </script>
 </muclient>


And i have no idea where the blank post came from.
Poted by Indiana on 13 Nov 2005 15:09 -
You might want to change "maul" to you type of attack.
Poted by Broly on 13 Nov 2005 15:10 -
umm, right, i forgot about that. And you should have the scripting language set to VBScript. st <tar> will set the target, ma is the alias to attack.
Poted by Avian on 13 Nov 2005 21:28 -
...god that's complicated...

Mine doesn't even use a system.

setalias m maul &t


Then just...

st t <target>
m
Poted by Arynn on 14 Nov 2005 05:13 -
I've always used Avian's idea for attacking...usually though, 1 is my main attack, 2 is getting the corpse, and 3 and 4 or health and mana.
Poted by Avian on 14 Nov 2005 05:31 -
M: maul &t
SH: sip health

Only stuff I use for bashing. Oh and if I'm super lazy, I macro-mash-bash.

F1: M
F2: sip health
Poted by Sarkis on 15 Nov 2005 14:01 -
most of my combos are macro, and also, my sipping system is exceedingly simple, though I need to change my alias for mana.
Poted by Avian on 15 Nov 2005 18:43 -
Macro combos r t3h suXXORS.
Poted by Kealiock on 15 Nov 2005 20:00 -
not as bad as the system im bluiding for the lumi skillsets... the horror... im only on aliases.... *grumble*
Poted by Avian on 15 Nov 2005 20:59 -
What is there to do? You turn on abilities and smite/sap away.
Poted by Kealiock on 16 Nov 2005 04:22 -
do you want me to post the varibles i have done.... there is about 50 of them so far...
Poted by Avian on 16 Nov 2005 04:41 -
...

...

...how...?
Poted by Kealiock on 16 Nov 2005 19:58 -
hrm... rites... angel stuff... attacks... targets....ect....
Poted by Avian on 17 Nov 2005 00:34 -
if(Kealiock.hasTooManyVariables())
    Avian.pointlaugh(Kealiock);
Poted by Kealiock on 17 Nov 2005 03:31 -
not too many, just too many for you pathtic head....
Poted by Indiana on 17 Nov 2005 06:18 -
Actually .. on this matter I agree with Avi .. you should have lots of variables and stuff for curing, but .. for devotion and angel stuff???    
Poted by Broly on 17 Nov 2005 08:36 -
But you can use them to keep track of your rites...like, what rites you have active, where you have them, how much time left on them...though i don't see the use of any of that...
Poted by Indiana on 17 Nov 2005 09:28 -
Since rites can be in ANY room and you can also MOVE it's not exactly easy nor very useful from my point of view.
Poted by Broly on 17 Nov 2005 09:40 -
but that's the idea...you move and the rites stay in that room...for example, you can use it to check what rites you have up at NoT, while you're in Enorian. And i didn't say it is easy to do
Poted by Avian on 17 Nov 2005 18:40 -
And I could keep track of my grove abilities and all that crap but... it just doesn't make any sense.
Poted by Kealiock on 18 Nov 2005 20:07 -
not to mention i can lay out what my next 5 attackes are before one attack passes... it will be worth it... and i have a present for magis soon... if they want to use it... its sorta... funny

Back to main forum archive

View normal forum version