Page 2 of 5
Re: Aran Auto Swing
Posted: Sat Oct 02, 2010 3:00 am
by Chotz
LOL auto loot..nice 1 haha..i didnt think bout it to click 1 key and loot all...bcoz my pet can auto loot already...
change to 1000 = 1sec
Re: Aran Auto Swing
Posted: Sat Oct 02, 2010 3:22 am
by SoullessSoul
i mean the script is base on milliesecond..can set it too sec?
coz sometimes in hurry can str8 chg too sec without coverting second to milliesec (simple way to say LAZY)
Edit : CHotz mind teach me how to combine 2 script??like auto loot + auto attack
Re: Aran Auto Swing
Posted: Sat Oct 02, 2010 11:02 am
by Chotz
If auto loot and attack used in the same time, aran cannot using double and triple swing,
other job maybe can use the skill since they have skill delay...i updated my 1st post about auto skill+loot.
Re: Auto Skill and Loot
Posted: Sun Oct 03, 2010 3:16 pm
by SoullessSoul
thx for the auto skill and loot script =)
Re: Auto Skill and Loot
Posted: Sun Oct 03, 2010 4:01 pm
by xiangloong
nice auto skill and loot..
Re: Auto Skill and Loot
Posted: Sun Oct 03, 2010 5:12 pm
by SoullessSoul
$Form1 = GUICreate("Auto Skill and Loot 1.0 by Chotz", 330, 120)
$Button1 = GUICtrlCreateButton($var3, 10, 10, 150, 70, 0)
$Button2 = GUICtrlCreateButton($loot, 170, 10, 150, 70, 0)
$Button3 = GUICtrlCreateButton("Info", 10, 90, 70, 20, 0)
Chotz The Red Colour Is The Coordinate Right?
Re: Auto Skill and Loot
Posted: Sun Oct 03, 2010 6:12 pm
by Chotz
$Button3 = GUICtrlCreateButton("title", left, top, width, height, style)
Re: Auto Skill and Loot
Posted: Sun Oct 03, 2010 6:17 pm
by SoullessSoul
so how can i know whats the value i should put?
Re: Auto Skill and Loot
Posted: Sun Oct 03, 2010 6:48 pm
by Chotz
$Form1 = GUICreate("Auto Skill and Loot 1.0 by Chotz", 330, 120)
330 = the width of form.
120 = the height of form.
$Button1 = GUICtrlCreateButton($var3, 10, 10, 150, 70, 0)
10 = the gap between left form's border from button.
10 = the gap between top form's border from button.
150 = the button width.
70 = the button height.
soo if want add anther button next to 1st button
u need sum the gap and the width the 1st button + the gap between buttons.
soo the next button with the same size should be like this
$Button2 = GUICtrlCreateButton($loot, 170, 10, 150, 70, 0)
170 = 10(gap border - 1st button) + 150(1st button's width) + 10( gap between buttons)
10 = still same from top since this button next to 1st button...not below
150 = same size width
70 = same size height.
Re: Auto Skill and Loot
Posted: Sun Oct 03, 2010 7:05 pm
by SoullessSoul
Chotz wrote:$Form1 = GUICreate("Auto Skill and Loot 1.0 by Chotz", 330, 120)
330 = the width of form.
120 = the height of form.
$Button1 = GUICtrlCreateButton($var3, 10, 10, 150, 70, 0)
10 = the gap between left form's border from button.
10 = the gap between top form's border from button.
150 = the button width.
70 = the button height.
soo if want add anther button next to 1st button
u need sum the gap and the width the 1st button + the gap between buttons.
soo the next button with the same size should be like this
$Button2 = GUICtrlCreateButton($loot, 170, 10, 150, 70, 0)
170 = 10(gap border - 1st button) + 150(1st button's width) + 10( gap between buttons)
10 = still same from top since this button next to 1st button...not below
150 = same size width
70 = same size height.
thx =) understand it...sry for being noob ><
Edit: Forgot...due to auto loot spam faster then other...auto skill cant stack with it