Jump to content

Recommended Posts

Posted

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:

Posted

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)

Posted

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... :(

Posted

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

Posted

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!

  • 2 months later...
Posted
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

Posted

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

 

_________________

  • 1 year later...
Guest
This topic is now closed to further replies.


×
×
  • Create New...