Jump to content

L2 Adrenaline Scripts.


Recommended Posts

hello, i want to share augment script for adrenalin wich working with smart guard for interlude and h5

http://rgho.st/7TZhfKXFl

all problems please report to pm or skype, have a good night xd

Link to comment
Share on other sites

  • 2 weeks later...

hello, i want to share augment script for adrenalin wich working with smart guard for interlude and h5

http://rgho.st/7TZhfKXFl

all problems please report to pm or skype, have a good night xd

Hello mate the file is deleted could you please upload it again?

Link to comment
Share on other sites

  • 3 weeks later...
  • 2 weeks later...

Hello guys, i need some help with an script for andrenaline bot.

 

There is an anti cheat system in the server im playing which one in a while a window appears and it shows an image for example adena and there are some options down of the image like (Blessed Enchant weapon S, Ancient Adena, Gold bar, Adena) and you should choose the right one. I need a script that when this window appears, i want to play a sound just to alt tab and choose the right answer. Is this possible?

 

Thank you very much guys

Link to comment
Share on other sites

Hello guys, i need some help with an script for andrenaline bot.

 

There is an anti cheat system in the server im playing which one in a while a window appears and it shows an image for example adena and there are some options down of the image like (Blessed Enchant weapon S, Ancient Adena, Gold bar, Adena) and you should choose the right one. I need a script that when this window appears, i want to play a sound just to alt tab and choose the right answer. Is this possible?

 

Thank you very much guys

posible with paid bot

Link to comment
Share on other sites

  • 3 weeks later...

Hi! 

 

I need a bit help with dmg counter. Is it posible to read chat msg and convert it to bot so it will calculate dmg i made. I tried with 

Action := Engine.WaitAction([laSysMsg], p1,p2); but this i cant figure it out what it does xD . i also tried to run free scripts but it doesnt work. 

 

So all i want if you coud make/share/help me how to get dmg you made from chat. 

Link to comment
Share on other sites

  • 2 weeks later...

 

edit it just for pm
 
uses sysutils, dialogs;
 
function StringInArray(const Value: string; Strings: array of string): Boolean;
var I: Integer;
begin
  Result := True;
  for I := Low(Strings) to High(Strings) do
    if Strings = Value then Exit;
  Result := False;
end;
 
const numberOfNames = 10000;
var i,j: integer = 0;    
    usedNames: array[0..numberOfNames] of string;
    currentName,sName,fName: string;
    mailSubj: string = 'http://www.lineage2tales.com/ 15x H5 start 2.1.! ';
    textToWrite: string = 'http://www.lineage2tales.com/ 15x H5 start 2.1.!';
    messageDelay: integer = 5000;
begin
  //InputQuery('Spam bot', 'Enter the mail subject', mailSubj);
  //InputQuery('Spam bot', 'Enter the mail and PM text', textToWrite);
  while true do begin
    currentName:= CharList.Items(i).Name;
    if not (currentName = '') then begin
      if not (StringInArray(currentName,usedNames)) then begin
        Engine.Say(textToWrite,2,currentName);
        //Engine.SendMail(currentName,mailSubj,textToWrite,[57,1]);
        usedNames[j]:= currentName;
        inc(i);
        inc(j);
        delay(messageDelay);      
      end else begin
        print('Char already used!');
        inc(i);
        delay(1000);
      end;
    end else begin
      print('No chars to pm!');
      i:= 0;
      delay(1000);
    end;
delay(200);
    Engine.Say(textToWrite,1,'');
delay(200);
    Engine.Say(textToWrite,8,'');
  end;
end.

 

Hi Adr.bot, u mean this?, this is send pm to anyone, how can i modify it to reply if someone pm me ?

Thanks !!

Link to comment
Share on other sites

Please see my recent post, plus my server's using CliExt, not smartguard.

well as i said, somewhere i see it, that means i just see, but i dont have it, if good remember i see it ~2year ago at l2bot.eu (now lineage2bot.com)

Link to comment
Share on other sites

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now



×
×
  • Create New...