Register for your free account! | Forgot your password?

Go Back   elitepvpers > MMORPGs > Aion > Aion Hacks, Bots, Cheats & Exploits
You last visited: Today at 09:49

  • Please register to post and access all features, it's quick, easy and FREE!

Advertisement



[SHARE] 'JataGatha' Autoit Gathering Bot (major upgrade)

Discussion on [SHARE] 'JataGatha' Autoit Gathering Bot (major upgrade) within the Aion Hacks, Bots, Cheats & Exploits forum part of the Aion category.

Closed Thread
 
Old 01/10/2010, 16:50   #256
 
LOLAHAHS's Avatar
 
elite*gold: 0
Join Date: Jul 2008
Posts: 170
Received Thanks: 1
Quote:
Originally Posted by chefes78 View Post
i dont know java script.. but AutoIt is good for starters:

Check this post .. i put in 2 sources ... my first 2 scripts with
Autoit:

1. is an Anti Afk
2. is an gamelaunch to login last chara in aion (i use it every day ^^ )

To begin with I don't even understand computer language just yet, do you know any sites where I would be able to study that?
LOLAHAHS is offline  
Old 01/11/2010, 01:09   #257
 
elite*gold: 0
Join Date: Dec 2007
Posts: 10
Received Thanks: 1
Can anyone update the offsets in the gathering bot program?
pecskeke is offline  
Old 01/12/2010, 10:48   #258
 
elite*gold: 0
Join Date: Oct 2009
Posts: 3
Received Thanks: 0
memory for 1.5.1.7 (dont know if there are any updates in memory)

playerxpos ------ a24ec8
playerypos ------ a24ecc
playerzpos ------ a24ed0
playerrotation ------ a24b28
playercurrenthp ------ a2f9b0
playermaxhp ------ a2f9ac



targetxcoord ------ ???---(old was 62EB7C offset 0x0028)
targetycoord ------ ???---(old was 62EB7C offset 0x002C)
targetname ------ ???---(old was 62EB7C offset 0x1C4 ; 0x36)
targetstate ------ ???---(old was 62EB7C offset 0x1C4 ; 0x20C)
targethppercent ------ ???---(old was 62EB7C offset 0x1C4 ; 0x34)

skillcasttime ------ a25734
gatherprogressbar ------ ???---(old was "A5D41C")

Dont know the target / skillcasttime / gatherprogressbar anyone else?
(found at )

---
hab die target /skillcasttime /gatherprogressbar nicht gefunden. fals die jemand hat plz posten ^^
afronky is offline  
Old 01/12/2010, 17:29   #259
 
Jatacid's Avatar
 
elite*gold: 0
Join Date: Nov 2008
Posts: 336
Received Thanks: 315
Currently on holidays for 1 more month... Keep the community collaboration going
Jatacid is offline  
Old 01/12/2010, 18:26   #260
 
elite*gold: 0
Join Date: Oct 2009
Posts: 295
Received Thanks: 103
CHeck the offsets Topic... i will post a history there...
chefes78 is offline  
Old 01/13/2010, 14:40   #261
 
elite*gold: 0
Join Date: Nov 2009
Posts: 26
Received Thanks: 2
I've updated the offsets HOWEVER

I cant get it walk the recorded path : / - any help here?

I can upload the updated offsets etc just ask.
supermuffins10 is offline  
Old 01/14/2010, 19:26   #262
 
elite*gold: 0
Join Date: Sep 2008
Posts: 68
Received Thanks: 5
mhm...mine dont go to recorded waipoint and if i have 2 nodes near, the bot just start to walk to a nowhere waypoint!
btw where do i change the offsets? au3 file?
cunhak9 is offline  
Old 01/15/2010, 08:05   #263
 
elite*gold: 0
Join Date: Mar 2008
Posts: 118
Received Thanks: 1
working with IA ????? :P
warpig1984 is offline  
Old 01/15/2010, 17:19   #264
 
elite*gold: 0
Join Date: Sep 2008
Posts: 68
Received Thanks: 5
Quote:
Originally Posted by warpig1984 View Post
working with IA ????? :P
no...the waypoints are all fubar.
cunhak9 is offline  
Old 01/16/2010, 10:02   #265
 
elite*gold: 0
Join Date: Oct 2009
Posts: 2
Received Thanks: 0
Hallo zusammen. Wenn ich das Tool starte und anfange den Weg abzulaufen soll ich ja eigentlich bei einem Sammelpunkt aus einem Menü den Rohstoff aussuchen können. Dieses Menü taucht bei mir nicht auf. Desweiteren zeichnet er keinerlei Wegpunkte auf. Ich hab jetzt 3 tage alles ausprobiert. Nun bin ich mit meinem Latein am Ende bitte um hilfe. Sind die Offsets verändert worden ? Oder was könnte das Problem sein
Laubbaum is offline  
Old 01/21/2010, 08:07   #266
 
elite*gold: 0
Join Date: Oct 2008
Posts: 145
Received Thanks: 2
is this the best free gathering bot? or what would you guys suggest in terms of alternatives? thanks
hoopking is offline  
Old 01/21/2010, 18:09   #267
 
elite*gold: 0
Join Date: Apr 2005
Posts: 58
Received Thanks: 10
JatagathaV.1.9.au3 i change the offset but still dont work can some pro look into it plz?
Attached Files
File Type: rar JatagathaV.1.9.rar (8.5 KB, 56 views)
skyline9394 is offline  
Old 01/28/2010, 14:53   #268
 
elite*gold: 0
Join Date: Dec 2009
Posts: 15
Received Thanks: 1
Is there any other geathering Bot? or could some1 be so kind and update the offsets?
Thx
Heososo is offline  
Old 02/01/2010, 19:23   #269
 
elite*gold: 0
Join Date: Oct 2009
Posts: 295
Received Thanks: 103
update...

i found the Gatherbar Offset... its not the same Jata used but it works
too...

im not releasing the update cause i fear the impact to the Aion Economy ... but heres a guide to update v 2.3 yourself...


Nr. 1
Download and install AutoIt:



Nr. 2
Download Jaga's version 2.3 .zip ... unpack it and open
the .au3 file with AutoIt

use Ctrl + "F" in AutoIt to find the below function...


Nr. 3
"Needed" Values:

Game.dll+636BC4

Value in mem is 0 = No gatherbar
Value in mem is 1 = Gathering in progress


All the offsets in one junk for you to update:
Code:
func playerypos()
	Return calculateoffset("A24EC8",$offsets,"0","float")
	endfunc
func playerxpos()
	Return calculateoffset("A24ECC",$offsets,"0","float")
	endfunc
func playerzpos()
	Return calculateoffset("A24ED0",$offsets,"0","float")
	endfunc
func playerrotation()
	Return calculateoffset("A24B28",$offsets,"0","float")
	endfunc
func playercurrenthp()
	Return calculateoffset("A2F9B0",$offsets,"0","dword")
	endfunc
func playermaxhp()
	Return calculateoffset("A2F9AC",$offsets,"0","dword")
	endfunc
func targetxcoord()
	$offsets[1]="0x0028"
	Return calculateoffset("636bbc",$offsets,"1","float")
	endfunc
func targetycoord()
	$offsets[1]="0x002C"
	Return calculateoffset("636bbc",$offsets,"1","float")
	endfunc
func targetname()
	$offsets[1]="0x1C4"
	$offsets[2]="0x36"
	Return calculateoffset("636bbc",$offsets,"2","wchar[30]")
	endfunc
func targetstate() ;0=normal, 1=mobattacking 3=resting 7=lootable
	$offsets[1]="0x1C4"
	$offsets[2]="0x20C"
	Return calculateoffset("636bbc",$offsets,"2","dword")
	EndFunc
func targethppercent()
	$offsets[1]="0x1C4"
	$offsets[2]="0x34"
	Return calculateoffset("636bbc",$offsets,"2","Byte")
	EndFunc
Func skillcasttime()
	Return calculateoffset("A25734",$offsets,"0","dword")
	EndFunc
func gatherprogressbar() ;0=no gatherprogressbar, 1=gatherprogressbar is present
	$offsets[1]="0x24"
	Return calculateoffset("636BC4",$offsets,"1","Byte")
	EndFunc


Nr. 4

Func i changed:
Code:
func gatherprogressbar()
	$offsets[1]="0x24"
	Return calculateoffset("636BC4",$offsets,"1","Byte")
EndFunc

Edit line 1602 to the right "trigger" value ( change 7 to 0 ... )...
Code:
Line 1602: If gatherprogressbar()=0 Or targetname() == "" Then ExitLoop

all done... takes about 5min maxusminimaximal!



have fun farming...


PS: you prolly noticed that i switched playerX and playerY value ?...
just follow the guide n copy paste ... tested it myself (uncompiled out of AutoIt ... press F5 to test your programm without compiling it... google how to make your own exe with AutoIt...


if someone plans on releasing his updated .exe ... please keep it real!

Jaman..

:Peace

Chefes

PS2: nice code Jata !!! your the man
chefes78 is offline  
Thanks
4 Users
Old 02/02/2010, 01:03   #270
 
elite*gold: 0
Join Date: Nov 2009
Posts: 11
Received Thanks: 1
Quote:
Originally Posted by Laubbaum View Post
Hallo zusammen. Wenn ich das Tool starte und anfange den Weg abzulaufen soll ich ja eigentlich bei einem Sammelpunkt aus einem Menü den Rohstoff aussuchen können. Dieses Menü taucht bei mir nicht auf. Desweiteren zeichnet er keinerlei Wegpunkte auf. Ich hab jetzt 3 tage alles ausprobiert. Nun bin ich mit meinem Latein am Ende bitte um hilfe. Sind die Offsets verändert worden ? Oder was könnte das Problem sein
Habe das gleiche Problem, wäre nett wenn jemand auf deutsch helfen könnte bitte.
- Wegpunkte speichern nicht
- sammelt nur im Testmodus aber dann nicht mehr bei normalen start
Finel is offline  
Closed Thread


Similar Threads Similar Threads
[AutoIt] Resource Gathering Macro with Mana->Stam
08/14/2009 - General Gaming Discussion - 0 Replies
Make sure you have some resin in your bag. Adjust the globals at the top to suit the amount of stam your toon has, your keybindings and if you have a gathering mastery etc.... You can also add or remove calls to the mana->stam routine as needed or break it down into three harvest segments. It's flexible like that. Start it with your gathering tool unsheathed. HotKeySet("`", "Terminate") Global $reps = 41 Global $wait = 10700 Global $rest = "0" Global $sheath = "R"
[AutoIt] Resource Gathering Script w/ Rest
08/14/2009 - General Gaming Discussion - 0 Replies
; Simple Harvesting related AutoIt script by TeabagGus ; This script will equip a weapon first and then your harvesting tool. This makes sure you always have the tool equiped. ; It runs 2 loops of 50 attempts ; Rest is Slot 5 ; Tool is slot 3 ; Weapon is slot 0 Global $Paused HotKeySet("`", "TogglePause") HotKeySet("{DEL}", "Terminate") WinActivate ("Darkfall Online")



All times are GMT +1. The time now is 09:49.


Powered by vBulletin®
Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
SEO by vBSEO ©2011, Crawlability, Inc.
This site is protected by reCAPTCHA and the Google Privacy Policy and Terms of Service apply.

Support | Contact Us | FAQ | Advertising | Privacy Policy | Terms of Service | Abuse
Copyright ©2024 elitepvpers All Rights Reserved.