lordas12346 Posted April 9, 2015 Posted April 9, 2015 Hello everyone, i looking for adrenaline auto enchant, auto atributte script +guide how it use it pay 5-10eu for that.
AchYlek Posted April 9, 2015 Posted April 9, 2015 From tower scripts :) -- EDIT THIS TWO LINES WITH ITEM AND STONE NAME. itemname = "Vesper Shoes" stonename = "Wind Stone" delay = 1000 -- Delay (in ms) between actions, lower if you want it faster, 1s seems ok tho. -- DONT EDIT ANYTHING BELOW THIS LINE IF YOU DON'T KNOW WHAT YOU'RE DOING. itemid = nil stoneid = nil stonecount = 0 invList = GetInventory(); for item in invList.list do if tostring(item.Name) == itemname then itemid = item.objectId ShowToClient("Item Found",tostring(item.Name)) end if tostring(item.Name) == stonename then stoneid = item.displayId stonecount = item.ItemNum ShowToClient("Stone Found",tostring(item.Name)) end end; repeat if itemid ~= nil then if stoneid ~= nil then if stonecount > 0 then stonecount = stonecount - 1 UseItem(stoneid) Sleep(delay) packet = PacketBuilder(); packet:AppendInt(0xD0,1); packet:AppendInt(0x35,2); packet:AppendInt(itemid,4); SendPacket(packet); else ShowToClient("AutoElement","Out of stones!") break end else ShowToClient("AutoElement","Stone not found") break end else ShowToClient("AutoElement","Item not found.") break end until false
fizikas Posted April 10, 2015 Posted April 10, 2015 -- EDIT THIS TWO LINES WITH ITEM AND STONE NAME. itemname = "Vesper Shoes" stonename = "Wind Stone" delay = 1000 -- Delay (in ms) between actions, lower if you want it faster, 1s seems ok tho. -- DONT EDIT ANYTHING BELOW THIS LINE IF YOU DON'T KNOW WHAT YOU'RE DOING. itemid = nil stoneid = nil stonecount = 0 invList = GetInventory(); for item in invList.list do if tostring(item.Name) == itemname then itemid = item.objectId ShowToClient("Item Found",tostring(item.Name)) end if tostring(item.Name) == stonename then stoneid = item.displayId stonecount = item.ItemNum ShowToClient("Stone Found",tostring(item.Name)) end end; repeat if itemid ~= nil then if stoneid ~= nil then if stonecount > 0 then stonecount = stonecount - 1 UseItem(stoneid) Sleep(delay) packet = PacketBuilder(); packet:AppendInt(0xD0,1); packet:AppendInt(0x35,2); packet:AppendInt(itemid,4); SendPacket(packet); else ShowToClient("AutoElement","Out of stones!") break end else ShowToClient("AutoElement","Stone not found") break end else ShowToClient("AutoElement","Item not found.") break end until false What about enchant script? :)
sakunivan1 Posted April 10, 2015 Posted April 10, 2015 script always "red" its all script? dont work(
SSnakEE Posted April 10, 2015 Posted April 10, 2015 script always "red" its all script? dont work( Script posted by Achylek is for L2Tower version 1.4.1.129 or more (Trial License).
AchYlek Posted April 10, 2015 Posted April 10, 2015 What about enchant script? :) enchant scripts got every tower.
lordas12346 Posted April 13, 2015 Author Posted April 13, 2015 Yaah, because adrenalin does not support auto scripts, [augment, enchant or some]
Eagle_Eye Posted April 13, 2015 Posted April 13, 2015 I see many tards buy botting programs,maybe i'll start creating some myself.
adr.bot Posted April 13, 2015 Posted April 13, 2015 Yaah, because adrenalin does not support auto scripts, [augment, enchant or some] auto augment ofc dont detect +1str int and etc
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now