Jump to content

MaxWell1986

Members
  • Posts

    2
  • Credits

  • Joined

  • Last visited

  • Feedback

    0%

About MaxWell1986

Profile Information

  • Gender
    Male
  • Country
    Portugal

MaxWell1986's Achievements

Newbie

Newbie (1/16)

0

Reputation

  1. 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 :)
  2. Hello everyone. I am trying to make a script, so when i get to level 15 for exemple, i'll stop attacking mobs, whait for te toon to get out of combat and use scroll of escape, if i am being attacked when i get the level i need, kill the mob or mobs and whait again to get out of combat and use scroll. i've been trying to work it out but with no success :( begin if user.level<15 then begin engine.autosoulshot(5789, true); engine.autotarget(2500); engine.attack; engine.pickup; end; if (user.target.dead) then begin while user.incombat do delay(1000); engine.autosoulshot(5789, true); engine.autotarget(2500); engine.attack; engine.pickup; end; engine.useitem(12753); delay(20000) end. Hope someone can help me here, Thx
×
×
  • Create New...

AdBlock Extension Detected!

Our website is made possible by displaying online advertisements to our members.

Please disable AdBlock browser extension first, to be able to use our community.

I've Disabled AdBlock