adr.bot first of all, thank you for your fast reply,
I've been searching for all the internet about the code you show me and i found no solution for it :(
i found some other code but i dont think it can work too, maybe you can figure it out how to change it for better working.
while User.Level<15 do begin
Engine.AutoSoulshot(5790, true);
Engine.AutoTarget(2000);
Engine.UseSkill(1177);
if Inventory.Quest.ByName('Hills of Gold Monster Claw', item) then break;
end;
while User.Level<15 do begin
Engine.AutoSoulshot(5790, true); // Thise help to use scroll safely?
Engine.UseSkill(1177);
if User.InCombat=false then break;
end;
Engine.UseItem(12753);
I am not a experienced coder, in fact, i know nothing about delphi or some other codes, but i am a good searcher and a good learner, i started like 5 days ago with thise.
Since i dont know how to code, i am doing a code like thise:
http://www.nameyellow.racing/p2v836eQ
with no procedures and stuff like that, i am just starting :D
meanwhile, i am trying to make a code for thise part of the quest, i must get 5 item from one mob and 10 from another, thise is 1st quest for kamael female soulbreaker, i cant figure out how to do it, forgetting the last post i did about how to safely use scroll, i saw thise thing, the adrenalin window wont show any quest item but the L2 window show them, is thise a bug? is the adrenalin detecting the items but just not showing them? or is thise the reason i cant make the code to work?
Thanks for your attention guys :)