Register for your free account! | Forgot your password?

Go Back   elitepvpers > MMORPGs > Aion
You last visited: Today at 09:55

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

Advertisement



Crafting Bot

Discussion on Crafting Bot within the Aion forum part of the MMORPGs category.

Reply
 
Old   #1
 
elite*gold: 0
Join Date: May 2005
Posts: 99
Received Thanks: 3
Crafting Bot

Cause the other thread is only in german i want to ask if there's a bot which can improve my crafting skill by doing Workorder Quests or something. At the moment its very boring and a waste of time cause i have to level.
Sadly, the SZBot cant do it.
finrod is offline  
Old 10/17/2009, 17:09   #2
 
FreaKzzz's Avatar
 
elite*gold: 0
Join Date: Apr 2006
Posts: 6,547
Received Thanks: 808
Aion Hacks, Bots, Cheats & Exploits
Do you need Aion Hacks, Bots, Cheats or anything else?
Take a look here [no questions]


aionninja
FreaKzzz is offline  
Old 10/17/2009, 17:50   #3
 
Kinu's Avatar
 
elite*gold: 10
Join Date: May 2006
Posts: 2,786
Received Thanks: 773
#moved
Kinu is offline  
Old 10/17/2009, 19:07   #4
 
elite*gold: 0
Join Date: May 2005
Posts: 99
Received Thanks: 3
/push?
finrod is offline  
Old 10/17/2009, 19:38   #5
 
elite*gold: 360
Join Date: Jan 2008
Posts: 1,127
Received Thanks: 522
There is no such bot yet.
D00MR4ZR is offline  
Old 10/17/2009, 19:58   #6
 
FreaKzzz's Avatar
 
elite*gold: 0
Join Date: Apr 2006
Posts: 6,547
Received Thanks: 808
Quote:
Originally Posted by FreaKzzz View Post
Aion Hacks, Bots, Cheats & Exploits
Do you need Aion Hacks, Bots, Cheats or anything else?
Take a look here [no questions]


aionninja
hello? hello? 1 2, hello? look up!

Quote:
Originally Posted by http://www.aionninja.com/work/crafting.html
Smart NINJA even learn the scroll automatically & sell out the already learned scrolls
1. To achieve 399 crafting skill, you simply click F7 at the desired crafting room.
2. NINJA gets the quest from the appropriated Master
3. NINJA buys needed materials from the merchant (NINJA determines what and how many, isn't it incredible?)
4. NINJA complete the quest at the table and return it to the Master
5. If user set NINJA to learn the skill, NINJA automatically learn the scroll
6. If user set NINJA to sell out learned scroll, NINJA does it so
7. NINJA do this process over and over until your character reaches to the specified Crafting skill.(usually 399)

aaah, got it now!? -.-"
FreaKzzz is offline  
Old 10/18/2009, 00:33   #7
 
elite*gold: 0
Join Date: Apr 2009
Posts: 41
Received Thanks: 1
it is easy writing this with autoit using:
"mousemove", "mouseclick" and "mouseclickdrag" and if needed some "sleep"

cause its everytime the same he has to do.. putting it into a "While True" will never end this, until you say he has to
PHP Code:
Global $Paused
HotKeySet
("{PAUSE}""TogglePause")
HotKeySet("{ESC}""myExit")

While 
True
    
;; <YOUR CODE HERE> ;;
WEnd



Func TogglePause
()
    
$Paused NOT $Paused
    
While $Paused
        sleep
(100)
        
ToolTip('Script is "Paused"',0,0)
    
WEnd
    ToolTip
("")
EndFunc    

Func MyExit
()
    Exit 
EndFunc 
only thing you have to do getting in position where you can click the npc and you are able to craft and making a screenshot with the crafting window and the npc window opened .. now look in paint for the coordinates and write it using the commands i wrote ..

now you only need to now the ingredient, buy it and start botting
blun0r is offline  
Old 10/18/2009, 19:02   #8
 
elite*gold: 0
Join Date: Mar 2009
Posts: 2,748
Received Thanks: 2,010
Aion... Ninja

, expensive tho
Nezekan is offline  
Old 10/19/2009, 22:41   #9
 
elite*gold: 0
Join Date: Aug 2005
Posts: 30
Received Thanks: 0
Quote:
Originally Posted by blun0r View Post
it is easy writing this with autoit using:
"mousemove", "mouseclick" and "mouseclickdrag" and if needed some "sleep"

cause its everytime the same he has to do.. putting it into a "While True" will never end this, until you say he has to
PHP Code:
Global $Paused
HotKeySet
("{PAUSE}""TogglePause")
HotKeySet("{ESC}""myExit")

While 
True
    
;; <YOUR CODE HERE> ;;
WEnd



Func TogglePause
()
    
$Paused NOT $Paused
    
While $Paused
        sleep
(100)
        
ToolTip('Script is "Paused"',0,0)
    
WEnd
    ToolTip
("")
EndFunc    

Func MyExit
()
    Exit 
EndFunc 
only thing you have to do getting in position where you can click the npc and you are able to craft and making a screenshot with the crafting window and the npc window opened .. now look in paint for the coordinates and write it using the commands i wrote ..

now you only need to now the ingredient, buy it and start botting

Yoo tks for share ur repeat code...

im trying to do something like this, but the part where i stuck is how to select craft machine, coz i cant use /Select (craftmachine i dont remember the name)and then another issue is when u get the workorder u have to roll quest page down to enable accept button.
if u have anyideas plz share it...

Thanks
W4r3z is offline  
Old 10/20/2009, 14:29   #10
 
elite*gold: 0
Join Date: Feb 2007
Posts: 56
Received Thanks: 1
If you can't remember the name of the machine just select it and do /wave it should say in chat that you waved at [full correct name of machine].
XxpxX is offline  
Old 10/21/2009, 11:36   #11
 
elite*gold: 0
Join Date: Oct 2008
Posts: 109
Received Thanks: 19
you cant get the maschine name because it has no name.

For scroll use:
MouseWheel("down",20)

I had coded also such a bot^^
my is not the best but it works^^

I coded it with mem read. It works but i cant check if the quest is ready with the minimum.
Mely is offline  
Old 10/22/2009, 17:50   #12
 
elite*gold: 0
Join Date: Aug 2005
Posts: 30
Received Thanks: 0
it have a name, when u put mouse over it that pop up window, at bottom of screeen shows a name but isnt selectable.
craft window should have a shortcut ill lf it then share with comunity


thanks
W4r3z is offline  
Old 10/22/2009, 19:01   #13
 
elite*gold: 0
Join Date: Mar 2009
Posts: 45
Received Thanks: 4
Can someone make me a macro for Tailoring "Centurion's Leather Belt Mend [390p]"
Repeat 10times. I buy all mats, the macro need spam 15or20 crafts. Get the quest, crafts, deliver the quest and get the reward ;p

Missing design last craft for exam -.-
Choppy23 is offline  
Old 10/22/2009, 23:58   #14
 
elite*gold: 0
Join Date: Oct 2008
Posts: 109
Received Thanks: 19
in the offset of the target there is now value if u target the machine... i don't know how the name is....
Mely is offline  
Old 10/23/2009, 01:27   #15
 
elite*gold: 0
Join Date: Apr 2009
Posts: 41
Received Thanks: 1
I dont had to use /select "machine" .. there was a position where i could talk to the npc and had the machine window opened and useable (alchemy)
blun0r is offline  
Reply


Similar Threads Similar Threads
Crafting...
10/26/2009 - Aion - 0 Replies
Has anyone been able to make a crafting macro of some form? im sure it cant be TOO hard but having no programming experience i really dont know lol. if anyone has a macro or bot which does do crafting please let me know. mmoguider apparently had crafting macro in it now, but i dont want to fork out £25 just for that when i already have and am happy with aionsz. plus i couldnt get trial of mmoguider to work on mine lol.
need crafting help
06/27/2008 - Cabal Online - 4 Replies
hey yah i need some crafting help XD any mind telling me the best place to get some level 1 discs at? and how to get port luxs map
Crafting
09/14/2006 - Lineage 2 - 1 Replies
Hello how i can craft in the new L2Walker 10.7.2 i try all at auto make but he dont wanna start i even cant open my recipe book.
afk Crafting [ENG]
11/29/2004 - General Gaming Discussion - 0 Replies
;This code needs to be run with the AUTOIT V3 'run script' program ; ; User needs to update these values accordingly ; &#036;eq = &#34;EverQuest II &#40;Nov 22 2004 16&#58;37&#58;19&#41; USER OPTIMIZED&#58; SOEBuild=1526T&#34; &#036;mX = 1038&#59; Mouse X coordinate for the Begin/Repeat button &#036;mY = 626&#59; Mouse Y coordinate for the Begin/Repeat button &#036;stacks = 100&#59; Number of complete products you have the ingredients for
Crafting [ENG]
11/22/2004 - General Gaming Discussion - 0 Replies
When you start off crafting in EQ2 it can be very confusing. I made the mistake of not doing any crafting while on the IoR, but the game still makes you a lvl 3 crafter by the time you get the your home city if you do crafting or not. Once you are on the mainland in each starting zone there is a cellar door that leads to the basic crafting zone. Here there is almost everything you will need to get started crafting. Hhowever before you get overzealous and try to start crafting right away I...



All times are GMT +2. The time now is 09:55.


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.