batas Posted April 10, 2006 Posted April 10, 2006 The script to craft ss/bss is good on a server with old style recipes, but when u have a "create" button instead of [Create] text u cant use DLGSEL command. Any ideea how to solve this problem? http://img469.imageshack.us/img469/4707/receptas9lc.jpg Please help me :cry:
MEandME Posted April 11, 2006 Posted April 11, 2006 walker 10.6.4 --> other settings --> auto make ;)
akiko Posted April 12, 2006 Posted April 12, 2006 Automake doesnt work in priv servers and u need a script! Example for ssd is: LABEL(SSD) USEITEM(Recipe: Soulshot: D Grade[iD=1804]) dlgsel([Create]) DELAY(14000) CALL(SSD)
silentone Posted April 12, 2006 Posted April 12, 2006 Everyone says that automake doesnt work on priv servers.. i say that L2Walker 10.2.3's autcraft works perfectly, also 10.2.3's party works, i dont know other versions supporting these 2... :(
pilgrim Posted April 13, 2006 Posted April 13, 2006 autocraft works on private servers that have recipe book support (ie l2j servers) ... it obviously doesn't work on modded official files private servers cause it relies on recipe book and pretty much none have it
metoo Posted April 18, 2006 Posted April 18, 2006 Hm, can you write a script, which would use Recipe book ? Couse this isn't working. My in-game walker doesn't have autocraft, so please help!
marciobbzao Posted June 26, 2006 Posted June 26, 2006 The script to craft ss/bss is good on a server with old style recipes' date=' but when u have a "create" button instead of [Create'] text u cant use DLGSEL command. Any ideea how to solve this problem? http://img469.imageshack.us/img469/4707/receptas9lc.jpg Please help me :cry: I have this problem TOO, I need Help
Jet Posted June 26, 2006 Posted June 26, 2006 Nice crafting macro for Dwarfs with ac tool Smile Crafting macro This macro lets u to craft soulshots, spiritshots and etc. go to this forum: http://www.actool.net/ and download program named Ac tool 5.3.0 Install and open it. create new documents and write this script: //opne l2 before starting a macro //dont forget to set up hotkey //editor -> preferences-> Globalhotkeys /////////////////////////////////////////////////////////////////////// ////////////////////////////////configuration/////////////////////////// // you can change settings here // /////////////////////////////////////////////////////////////////////// Constants Recipe = {F1} Numtime = 10 // how much times you whant to craft Temp = 0 speed = 100 //time to wait till another craft //100 veryfast | 18000 slower for mana recovery End /////////////////////////////////////////////////////////////////////// ////////////////////dont change anything under this line////////////// setconst Temp = 0 While $Temp < $Numtime Keydown $Recipe $speed compute $Temp = $Temp + 1 MousePos 362, 330 LeftClick Delay 900 MousePos 293, 164 LeftMouseDown Delay 100 MousePos 293, 300 LeftMouseUp Delay 100 MousePos 149, 410 delay 100 LeftClick Delay 100 End Mhm.... do what is wrote in script after // And pres start on ac tool..... If have any problems or questions ask _________________
Everythinginbutter Posted September 25, 2007 Posted September 25, 2007 hmm preety cool, but i was always using autocrafter ;D
sltbnjr Posted September 26, 2007 Posted September 26, 2007 that might have to do with the fact this thread is a year old ban sptenn already
Recommended Posts