Jump to content

fAkeN

Members
  • Posts

    279
  • Joined

  • Last visited

  • Feedback

    100%

Everything posted by fAkeN

  1. DM me, I can check it https://www.l2soft.eu/#contacts
  2. I doubt that anyone will do that for l2tower
  3. begin if (user.dead) then begin delay(555); Engine.GoHome(rtCastle); print('User dead, going to castle..') end; end.
  4. if (user.DistTo(Char2) < radius_max) and not (char2.ismember) and not (char2.dead) and not (user.clanid = char2.clanid) and not ((char2.ClassID = 27) or (char2.ClassID = 103)) // Changed from User to char2 and (char2.pvp) then begin // Your code to target char2 end;
  5. In cracked version you cannot do that. Paid version have database corrector.
  6. https://www.l2soft.eu/#purchase
  7. PM by contacts, can sell bot for that server https://www.l2soft.eu/#contacts
  8. PM by contacts, can sell bot for that server https://www.l2soft.eu/#contacts
  9. Thats impossible.
  10. Adrenaline Bot for Lineage 2 | Official website
  11. Adrenaline Bot for Lineage 2 | Official website - https://l2soft.eu

    •  
  12. begin while delay(2000) do begin if user.dead then begin Engine.SendToServer('7D 1600000045590000'); delay(1111); end; end; end.
  13. disable antivirus/win. defender
  14. Use WaitAction instead. var id , p : integer; begin while (true) do begin Engine.WaitAction([laSysMsg],id,p); print(id); end; end.
  15. Boot your OS from default version
  16. var PURCHASE_DIALOGS: array of string = ['1st Dialog name','2nd Dialog name']; StaffID : integer = 189; StaffCount : int64 = 1; StaffPrice : int64 = 1800000; function ItemCounting(id: integer): int64; var i: integer; begin result:= 0; for i:= 0 to Inventory.User.Count-1 do begin if (Inventory.User.Items(i).ID = id) then Inc(result, Inventory.User.Items(i).Count); end; end; procedure OpenStore(); var i: integer; begin for i:= Low(PURCHASE_DIALOGS) to High(PURCHASE_DIALOGS) do if Engine.DlgSel(PURCHASE_DIALOGS[i]) then delay(500); end; procedure PurchaseCrystallize(); var i: integer; begin while delay(100) do begin if (Engine.Status = lsOnline) and (ItemCounting(57) > (StaffPrice*StaffCount)) then begin OpenStore(); Engine.NpcExchange(StaffID, StaffCount); for i:= 1 to StaffCount do begin if Engine.CrystalItem(StaffID) then delay(200); end; end else begin Print('Havent enough adena for purchase!'); Engine.BlinkWindow(true); Script.Stop; end; end; end; begin PurchaseCrystallize; end.
  17. https://l2.zhumarin.ru/? will work for interlude as well
  18. no.
  19. Firstly you have to check html dialog begin print(Engine.DlgText); end. Let's say you have <html><body><a action="bypass -h npc_268477783_Quest Q362_BardsMandolin">[Bard's Mandolin (In Progress)]</a><br> correct code will be this begin Engine.BypassToServer('npc_268477783_Quest Q362_BardsMandolin'); end.
  20. .teach me master, how did u do that ps. later such monkeys spaming why my bot not working
  21. Good server. First one which blocked adrenaline bot.
×
×
  • Create New...

Important Information

This community uses essential cookies to function properly. Non-essential cookies and third-party services are used only with your consent. Read our Privacy Policy and We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue..