The Empire
The Empire
The Empire
Would you like to react to this message? Create an account in a few clicks or log in to continue.

The Empire


 
HomeLatest imagesSearchRegisterLog in
~~~http://www.empire-uw.com NEW OFFICIAL WEBSITE http://www.empire-uw.com~~~
~~~http://www.empire-uw.com NEW OFFICIAL WEBSITE http://www.empire-uw.com~~~

 

 1 computer 2 accounts. melee swing/parry macro

Go down 
3 posters
AuthorMessage
Zaraki
Supreme General
Supreme General
Zaraki


Posts : 13
Join date : 2010-12-20
Age : 104

1 computer 2 accounts. melee swing/parry macro Empty
PostSubject: 1 computer 2 accounts. melee swing/parry macro   1 computer 2 accounts. melee swing/parry macro I_icon_minitimeWed Jun 01, 2011 10:45 pm

Lines 55, 73, 97, and 105 are the commands for unsheathing/sheathing. Mines t, make sure you change it to whatever you use.

This is an autoit script. it will tab between the 2 clients and also rest. instructions in the script are fairly explanatory.

Quote :
#cs ----------------------------------------------------------------------------
Script by: King Zaraki

Both clients should be in window mode.
Weapons and shield should be in slots 2-3.
When starting weapons should be sheathed.
Should start with the weapon and shield that are in slot 3.
Rest should be slot 0.

Pause Key Pauses the Script
Esc Key Ends the Script

#ce-------------------------------------------------------

Dim $a, $b, $c
Dim $Weapon
Global $Paused
$b = InputBox( "Question", "Please enter how many times you would like to swing (1 sec = 1000)", "50" )
$c = InputBox( "Question", "How long would do you want to rest? (1 sec = 1000)", "80000")
HotKeySet("{PAUSE}", "TogglePause")
HotKeySet("{ESC}", "Terminate")
$Weapon = 1
$Shield = 1
$a = 0
Sleep ( 10000 )

while 1
sleep ( 100 )
Call ("EquipAttack")
sleep ( 500 )
Call ("CombatMode")
sleep ( 500 )
Call ("EquipDefense")
sleep ( 500 )
Call ("CombatModeD")
sleep ( 500 )
Call("Attack")
sleep ( 500 )
Call ("Rest")
WEnd

Func EquipAttack()
Sleep(1000)
;send ("{2} - {3}") ; Weapon
Send("{" & $Weapon & "}")
$Weapon = $Weapon + 1
If $Weapon = 5 Then
$Weapon = 1
EndIf
Sleep(1000)
EndFunc ;==>Equip

Func CombatMode()
Sleep (100 )
Send ( "t" )
Sleep ( 1000 )
EndFunc

Func EquipDefense()
send ( "!{TAB}" )
sleep ( 500 )
;send ("{2} - {3}") ; Shield
Send("{" & $Shield & "}")
$Shield = $Shield + 1
If $Shield = 5 Then
$Shield = 1
EndIf
Sleep(1000)
EndFunc

Func CombatModeD()
Sleep (100 )
Send ( "t" )
Sleep ( 1000 )
send ( "!{TAB}" )
EndFunc

Func Attack()
Do
sleep ( 100 )
Mouseclick ( "Left" )
sleep ( 100 )
send ( "!{TAB}" )
sleep ( 100 )
Send ( "{V DOWN}" )
sleep ( 1000 )
Send ( "{V UP}" )
sleep ( 500 )
send ( "!{TAB}" )
sleep ( 1000 )
$a = $a + 1
Until $a = $b
$a = 0
EndFunc

Func Rest()
Send ( "t" )
Sleep ( 1500 )
Send ( "0" )
Sleep ( 1500 )
Mouseclick ( "Left" )
Sleep ( 1500 )
send ( "!{TAB}" )
Sleep ( 1500 )
Send ( "t" )
Sleep ( 1500 )
Send ( "0" )
Sleep ( 1500 )
Mouseclick ( "Left" )
Sleep ( 1500 )
send ( "!{TAB}" )
Sleep ( $c )
Send ( "w" )
Sleep ( 1500 )
send ( "!{TAB}" )
Sleep ( 1500 )
Send ( "w" )
Sleep ( 2000 )
send ( "!{TAB}" )
Sleep ( 1500 )
EndFunc

Func TogglePause()
$Paused = Not $Paused
While $Paused
Sleep(100)
WEnd
EndFunc ;==>TogglePause

Func Terminate( )
Exit 0
EndFunc
Back to top Go down
https://the-empire-dfo.board-directory.net
AAetius Mole
Officer
Officer
AAetius Mole


Posts : 7
Join date : 2010-12-29
Age : 38

1 computer 2 accounts. melee swing/parry macro Empty
PostSubject: Re: 1 computer 2 accounts. melee swing/parry macro   1 computer 2 accounts. melee swing/parry macro I_icon_minitimeThu Jun 02, 2011 1:21 am

I'm gonna get all my masterys to 100 when i get this figured out.

Fortunately, I already use Auto it.
THANKS!
Back to top Go down
Zaraki
Supreme General
Supreme General
Zaraki


Posts : 13
Join date : 2010-12-20
Age : 104

1 computer 2 accounts. melee swing/parry macro Empty
PostSubject: Re: 1 computer 2 accounts. melee swing/parry macro   1 computer 2 accounts. melee swing/parry macro I_icon_minitimeMon Jun 13, 2011 4:29 pm

really easy to set up.. just have 2 different weapons/ shields in slots 2 and 3, and have rest in slot 0 of your hot bar. have both clients opened, and have your account that u want to lvl the weapon with use the weapon in slot 3.. have your parry account use the shield that is in slot 3, and make sure your weapons are sheathed... start the macro. input how many times u want to swing, then put in how long you want to rest, and watch your melee lvl up
Back to top Go down
https://the-empire-dfo.board-directory.net
Solohan50
Supreme General
Supreme General



Posts : 3
Join date : 2010-12-20

1 computer 2 accounts. melee swing/parry macro Empty
PostSubject: Re: 1 computer 2 accounts. melee swing/parry macro   1 computer 2 accounts. melee swing/parry macro I_icon_minitimeMon Jun 13, 2011 4:47 pm

I just saw this post. I'm totally going to set this up. Here I come max GS Mastery, Parry, Dagger Mastery, and Sword Mastery!
Back to top Go down
AAetius Mole
Officer
Officer
AAetius Mole


Posts : 7
Join date : 2010-12-29
Age : 38

1 computer 2 accounts. melee swing/parry macro Empty
PostSubject: Re: 1 computer 2 accounts. melee swing/parry macro   1 computer 2 accounts. melee swing/parry macro I_icon_minitimeTue Jun 14, 2011 1:29 am

I still gotta get this set up
Back to top Go down
AAetius Mole
Officer
Officer
AAetius Mole


Posts : 7
Join date : 2010-12-29
Age : 38

1 computer 2 accounts. melee swing/parry macro Empty
PostSubject: Re: 1 computer 2 accounts. melee swing/parry macro   1 computer 2 accounts. melee swing/parry macro I_icon_minitimeFri Jun 17, 2011 2:26 pm

I'm having trouble getting my alt to block.


I have my block key set to '0'.

Had to switch my alts parry back to V and the script that i had changed to 0 back to V. Got it working with 80% success to Blocks.
Back to top Go down
AAetius Mole
Officer
Officer
AAetius Mole


Posts : 7
Join date : 2010-12-29
Age : 38

1 computer 2 accounts. melee swing/parry macro Empty
PostSubject: Re: 1 computer 2 accounts. melee swing/parry macro   1 computer 2 accounts. melee swing/parry macro I_icon_minitimeSat Jun 18, 2011 6:04 am

my alt is only blocking about 1/3 tonight and idk why

After the rest cycle, my main failed to get up. . . . .i think ill reset the script tomorrow. maybe something went haywire... fail
Back to top Go down
Sponsored content





1 computer 2 accounts. melee swing/parry macro Empty
PostSubject: Re: 1 computer 2 accounts. melee swing/parry macro   1 computer 2 accounts. melee swing/parry macro I_icon_minitime

Back to top Go down
 
1 computer 2 accounts. melee swing/parry macro
Back to top 
Page 1 of 1
 Similar topics
-
» Macro'in 101. With AcTool.
» witchcraft macro
» Auto Click Macro
» Sprint Toggle(not a macro)
» Malik's Magic Macro! (AutoIT)

Permissions in this forum:You cannot reply to topics in this forum
The Empire :: Empire Members :: Guides-
Jump to: