Jump to content

fAkeN

Members
  • Posts

    277
  • Credits

  • Joined

  • Last visited

  • Feedback

    100%

Everything posted by fAkeN

  1. begin if (user.dead) then begin delay(555); Engine.GoHome(rtCastle); print('User dead, going to castle..') end; end.
  2. 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;
  3. In cracked version you cannot do that. Paid version have database corrector.
  4. https://www.l2soft.eu/#purchase
  5. PM by contacts, can sell bot for that server https://www.l2soft.eu/#contacts
  6. PM by contacts, can sell bot for that server https://www.l2soft.eu/#contacts
  7. Thats impossible.
  8. Adrenaline Bot for Lineage 2 | Official website
  9. Adrenaline Bot for Lineage 2 | Official website - https://l2soft.eu

    •  
  10. begin while delay(2000) do begin if user.dead then begin Engine.SendToServer('7D 1600000045590000'); delay(1111); end; end; end.
  11. disable antivirus/win. defender
  12. Use WaitAction instead. var id , p : integer; begin while (true) do begin Engine.WaitAction([laSysMsg],id,p); print(id); end; end.
  13. Boot your OS from default version
  14. 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.
  15. https://l2.zhumarin.ru/? will work for interlude as well
  16. no.
  17. 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.
  18. .teach me master, how did u do that ps. later such monkeys spaming why my bot not working
  19. Good server. First one which blocked adrenaline bot.
  20. Party heal-buff > Condition for target 1 > target dead
×
×
  • 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