Auto Skill and Loot
Re: Aran Auto Swing
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
change to 1000 = 1sec
-
- The Great Lord
- Posts: 1036
- Joined: Sun Feb 07, 2010 3:32 am
- Location: Lost WorlD
Re: Aran Auto Swing
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
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
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.
other job maybe can use the skill since they have skill delay...i updated my 1st post about auto skill+loot.
-
- The Great Lord
- Posts: 1036
- Joined: Sun Feb 07, 2010 3:32 am
- Location: Lost WorlD
- xiangloong
- The Great Lord
- Posts: 1794
- Joined: Sat May 15, 2010 6:44 pm
- Location: Kajang,Selangor
Re: Auto Skill and Loot
nice auto skill and loot..
add me on MSN if u need help
xiangloong@xmtmail.tk
Never Be A Hacker when you're Not Talented

Uploaded with ImageShack.us
xiangloong@xmtmail.tk
Never Be A Hacker when you're Not Talented

Uploaded with ImageShack.us
-
- The Great Lord
- Posts: 1036
- Joined: Sun Feb 07, 2010 3:32 am
- Location: Lost WorlD
Re: Auto Skill and Loot
Chotz The Red Colour Is The Coordinate Right?$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)
Re: Auto Skill and Loot
$Button3 = GUICtrlCreateButton("title", left, top, width, height, style)
-
- The Great Lord
- Posts: 1036
- Joined: Sun Feb 07, 2010 3:32 am
- Location: Lost WorlD
Re: Auto Skill and Loot
$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.
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.
-
- The Great Lord
- Posts: 1036
- Joined: Sun Feb 07, 2010 3:32 am
- Location: Lost WorlD
Re: Auto Skill and Loot
thx =) understand it...sry for being noob ><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.
Edit: Forgot...due to auto loot spam faster then other...auto skill cant stack with it