Jump to content

Recommended Posts

Posted

Yes,i will protect your bots from PKers for 60% of the daily collected adena(you keep items).I think that way it's win/win.

for sure hes frand with me, i can give him 24/7 afk script even with tp back,

 

 

gg wp cze&sk song best 
Posted (edited)
var
item: TL2Item;
buff: TL2Buff;

function buffCheck: Boolean;
begin
    if not User.Buffs.ByID(1323, buff) then begin
        Result:=true;
        Print('Tem que buffar, buffando...');
        Delay(2000);
      Engine.bypasstoserver('_bbsbuffer'); 
                Delay(2000);
                      Engine.bypasstoserver('_bbsbufferbypass_giveBuffSet mage 0 0'); 
                Delay(2000);
                      Engine.bypasstoserver('_bbsbufferbypass_heal 0 0 0'); 
                Delay(2000);
                      Engine.bypasstoserver('_bbsbufferbypass_redirect view_special 0 0'); 
                Delay(2000);
                      Engine.bypasstoserver('_bbsbufferbypass_giveBuffs 1363 1 special'); 
                Delay(2000);
                          
    end;
Result:=false;
end;

function deadCheck: Boolean;
begin
Result := false;
    if User.Dead then begin
        Result := true;
        Print('Morto. To village.');
        Delay(2000);
        Engine.FaceControl(0,false);
        Engine.GoHome;
        Delay(10000);
    end;
end;

begin 

begin
while true do begin
delay(150);

    if not inventory.user.byid(8599, item) or (item.count<1) then begin 
      Delay(1000);
      Engine.bypasstoserver('_bbsfile:smallNpcs/gmshop'); 
      Delay(1000);
      Engine.bypasstoserver('115'); 
      Delay(1000);
      Engine.NPCExchange(8599, 15); 
      Print('PENALTY OK');
      delay(1000);
end;

    if not inventory.user.byid(728, item) or (item.count<300) then begin 
      Delay(1000);
      Engine.bypasstoserver('_bbsfile:smallNpcs/gmshop'); 
      Delay(1000);
      Engine.bypasstoserver('115'); 
      Delay(1000);
      Engine.NPCExchange(728, 800); 
      Print('MANA OK');
      delay(1000);
end;

    if not inventory.user.byid(3952, item) or (item.count<3000) then begin
      Delay(1000);
      Engine.bypasstoserver('_bbsfile:smallNpcs/gmshop'); 
      Delay(1000);
      Engine.bypasstoserver('116'); 
      Delay(1000);
      Engine.NPCExchange(3952, 8000);
      Print('SSS OK');
      delay(1000);
end;

    if user.inrange(116499, 76299, -2720, 5000) then begin  
  Print('Voltando para hunter.');
  Engine.bypasstoserver('_bbsgatekeeper'); 
  Delay(1000);
  Engine.bypasstoserver('1e');
  Delay(1000);
  end;

        if user.inrange(116635, 76236, -2720, 5000) and user.buffs.byid(1323, buffCheck) then begin
  Print('Voltando ao spot.');
  Engine.MoveTo(117144, 76792, -2672);
  delay(1000);
  engine.settarget(32864);
  delay(1000);
  engine.dlgopen;
  delay(1000);
  engine.dlgsel(4);

  Delay(3000);
    end;
    if user.inrange(113160, 121009, -3696, 5000) then begin         
 Engine.MoveTo(114568, 120024, -3704);
 
     
     Delay(2000);
     Engine.FaceControl(0,true);
    while not deadCheck do delay(5000);
         end;
        if user.inrange(114568, 120024, -3704, 5000) then begin         
     Delay(2000);
     Engine.FaceControl(0,true);
    while not deadCheck do delay(5000);

    end;
        if user.inrange(96669, 109714, -3616, 5000) then begin         
     Delay(2000);
     Engine.FaceControl(0,true);
    while not deadCheck do delay(5000);
         end;
    
    end;


end;
end.

edit by yourself

go to village if dead

back to spot

buy supplys

Edited by arturo134
Posted

At this point im more interested in creating and testing my own scripts rather than playing.But i dont know much about bot files or botting in general,although i understood most of the mentioned code above.

Can you have a script on adrenaline writen in C++(flawless syntax) and still be functionable with the rest of the components?

Posted (edited)

wtf, not even hard for retard like me  

 

probably you friends share scripts with you :(( unlucky i have no friends for it

Edited by Anitah
Posted (edited)

L2 RedMoon BETA Opening TODAY!


Don't miss the New Adventure on L2 RedMoon!


 


giphy_zps9gum2qef.png


 


High Five x20, many Clans & alot of Players awaiting, Unique events, weekly Sieges & weekly Heroes.


We are waiting for you!


 


http://l2redmoon.com


http://l2redmoon.com/forum/


https://www.facebook.com/l2redmoon/


Edited by L2RedMoon
Posted (edited)
3 Hours left for the Open BETA on Redmoon x20! 

System is uploaded and you can now create your accounts.

 

bNIIcdC.png


 




Edited by L2RedMoon
Posted (edited)

 

 

3 Hours left for the Open BETA on Redmoon x20!

System is uploaded and you can now create your accounts.

beta%20opening%20timer_zpsruegchta.png

http://l2redmoon.com/downloads.php

Web: http://www.l2redmoon.com

Forum: http://www.l2redmoon.com/forum

gift me items in you srv, i bump you post all time :/ Edited by Anitah

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 account

Sign in

Already have an account? Sign in here.

Sign In Now



  • Posts

    • L2 Editor is a desktop tool for editing Lineage 2 server and client data side by side. It opens L2J Mobius server XML (NPCs, skills, classes, zones, drops, experience), reads and writes the encrypted client data files for skills, NPC names, hunting zones, the minimap, and more, and renders the world map by stitching the client's radar textures and overlaying real zone polygons and NPC spawn points — both of which you can edit by dragging on the map. The NPC editor exposes every field as a structured form with enum dropdowns and includes a 3D point-cloud viewer of the NPC's model decoded straight from the client. The editor is chronicle-aware across 42 builds from Prelude to Orc Village: it decrypts every supported client format, derives which client files exist per chronicle at runtime, and shows a structured drift indicator that names exactly which fields disagree when server and client data drift apart. Built with Tauri, Rust, and React.   I am open to adding support for other server packs as well, if you are interested, send me a message on discord and send me the xml & xsd files   https://github.com/RumDum3/l2-editor    
    • I tried it, very neat work. Just keep improving it, there's potential.
    • 🔥 Grand Opening: 29 May 2026 – 19:00 Germany Time Website: https://l2-lorena.com/ Discord: https://discord.gg/TYZ88Tgx4b ━━━━━━━━━━━━━━━━━━━━━━ General Information • Chronicle: Interlude • Server Type: PvP Rates • EXP/SP: x5000 • Adena: x500 • Drop: x500 Premium Account • 2x EXP / Drop / Adena ━━━━━━━━━━━━━━━━━━━━━━ Starting Setup • Starting Town: Aden • Starting Level: 76 • Starting Gear: S-Grade ━━━━━━━━━━━━━━━━━━━━━━ Enchant System • Safe Enchant: +4 • Normal Scroll: 50% • Blessed Scroll: 70% • Crystal Scroll: 100% ━━━━━━━━━━━━━━━━━━━━━━ Subclass System • All classes available • Dominator subclass enabled • Dominator subclass cost: 20 Donate Coins ━━━━━━━━━━━━━━━━━━━━━━ Items Balance • Custom items • Elegia Armor added as Custom Set • Rare S-Grade items with boosted stats • Balanced PvP gameplay ━━━━━━━━━━━━━━━━━━━━━━ Siege & PvP Rewards • Aden Castle special reward: 200 Donate Coins • Competitive PvP and siege-focused gameplay ━━━━━━━━━━━━━━━━━━━━━━ Epic Bosses • All Epic Bosses available up to Valakas ━━━━━━━━━━━━━━━━━━━━━━ Augmentation Rates • Top LS: 100% skill chance • High LS: 7% skill chance • Mid LS: 3% skill chance ━━━━━━━━━━━━━━━━━━━━━━ Perfect For Players Who Want ✔ Fast progression ✔ Clean Interlude gameplay without custom chaos ✔ Active PvP action ✔ Competitive sieges ✔ Long-term fun
  • Topics

×
×
  • 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..