Bloodrose Emporium
Index > Login
Name: Password: Remember:

» Forums » Public Board » Scripts » Simple targetting plugin for Mushclient


Broly
Broly
Family Member

Joined: 12.12.2004
Posts: 61
Posted: 13 Nov 2005 15:07     Subject:
<?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.

Up View profile :: Send message
Indiana
Indiana
Council Member

Joined: 06.12.2004
Posts: 867
Posted: 13 Nov 2005 15:09     Subject:
You might want to change "maul" to you type of attack.
Up View profile :: Send message
Broly
Broly
Family Member

Joined: 12.12.2004
Posts: 61
Posted: 13 Nov 2005 15:10     Subject:
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.
Up View profile :: Send message
Broly
Broly
Family Member

Joined: 12.12.2004
Posts: 61
Posted: 13 Nov 2005 15:22     Subject:
<?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.

Up View profile :: Send message
Avian

Council Member

Joined: 12.12.2004
Posts: 1124
Posted: 13 Nov 2005 21:28     Subject:
...god that's complicated...

Mine doesn't even use a system.

setalias m maul &t


Then just...

st t <target>
m

Up View profile :: Send message
Arynn
Arynn
Family Friend

Joined: 31.07.2005
Posts: 413
Posted: 14 Nov 2005 05:13     Subject:
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.
Up View profile :: Send message
Avian

Council Member

Joined: 12.12.2004
Posts: 1124
Posted: 14 Nov 2005 05:31     Subject:
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

Up View profile :: Send message
Sarkis
Sarkis
Council Member

Joined: 13.04.2005
Posts: 1627
Posted: 15 Nov 2005 14:01     Subject:
most of my combos are macro, and also, my sipping system is exceedingly simple, though I need to change my alias for mana.
Up View profile :: Send message
Avian

Council Member

Joined: 12.12.2004
Posts: 1124
Posted: 15 Nov 2005 18:43     Subject:
Macro combos r t3h suXXORS.
Up View profile :: Send message
Kealiock
Family Friend

Joined: 11.09.2005
Posts: 210
Posted: 15 Nov 2005 20:00     Subject:
not as bad as the system im bluiding for the lumi skillsets... the horror... im only on aliases.... *grumble*
Up View profile :: Send message

Pag: 1 2 3
Advertising
© Copyright 2001-2015 iNDY Design. Contact - About