Jump to content

Crafting scripts


batas

Recommended Posts

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:

Link to comment
Share on other sites

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

Link to comment
Share on other sites

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

Link to comment
Share on other sites

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

 

_________________

Link to comment
Share on other sites

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


  • Posts

    • Welcome to my store :  https://topestore.mysellix.io/fr/ 2015-2022 Aged Discord Account 2015 Discord Account : 50.99 $ 2016 Discord Account : 10$ 2017 Discord Account :3.99 $ 2018 Discord Account : 3.50$ 2019 Discord Account : 2.70 $ 2020 Discord Account :1.50$ 2021 Discord Account :0.99$ 2022 Discord Account :0.70$ Warranty :Lifetime Payment Methods : Crypto/ PayPal Contact Me On Discord Or Telegram Discord : @ultrasstore11 Telegram : https://t.me/ultrastore1 Welcome to my store :  https://topestore.mysellix.io/fr/ 2015-2022 Aged Discord Account 2015 Discord Account : 50.99 $ 2016 Discord Account : 10$ 2017 Discord Account :3.99 $ 2018 Discord Account : 3.50$ 2019 Discord Account : 2.70 $ 2020 Discord Account :1.50$ 2021 Discord Account :0.99$ 2022 Discord Account :0.70$ Warranty :Lifetime Payment Methods : Crypto/ PayPal Contact Me On Discord Or Telegram Discord : @ultrasstore11
    • L2 ArenaWar: Low Rate PvP Server with Free Buffs & Autofarm [PVP]⚔️ [Free]🆓 Classic Interlude with  3x XP rates! Free starter pack(no grade) to kickstart your adventure! Autofarm for convenient grinding! Free buffs to keep you fighting fit! (2 job buffs) No experience loss on death! (Except with Karma) Clear Karma system to keep things fair! ⚖️ Active community of 800-1k players! Join our Discord to learn more! >> Discord <<     Server website: https://l2arenawar.com/en/    
    • This is dedication! 2 years working on a problem. Congratulations!
    • You indeed have to save player position over Enterworld to properly clean it up later (if you don't, even trying to delete packet content would eventually keep it up), that's what we do with debug packet (which is a reusable Map of ExServerPrimitive packets) on aCis.   It doesn't solve the FPS stuttering - more you draw/delete lines, more your client becomes laggy. It's like if client wasn't deleting drawn points/lines properly, but instead simply hide them and redrawn content above.   If you got a solution, I would happy to integrate it.   You should check aCis#Player _debug packet integration, it allows very big amount of lines/points to be drawn, it is also reusable.   https://gitlab.com/Tryskell/acis_public/-/blob/master/aCis_gameserver/java/net/sf/l2j/gameserver/model/actor/Player.java?ref_type=heads https://gitlab.com/Tryskell/acis_public/-/blob/master/aCis_gameserver/java/net/sf/l2j/gameserver/network/clientpackets/EnterWorld.java?ref_type=heads  
    • we sell website templates, make websites to order. Great selection at very good prices. My contacts discord : advert1231 telegram : https://t.me/ggwpins  
  • Topics

×
×
  • Create New...