Jump to content

Recommended Posts

  • 2 weeks later...
Posted

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?

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

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

Posted

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

Posted (edited)

Hi i need script for enchanting items. If some1 can give me code bcs i cant found it in previous pages. Thanks guys!

 

h5 client

Edited by Kimosabe
  • 3 weeks later...
Posted

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. 

  • 2 weeks later...
Posted

Hi Adr.bot, can you share auto reply pm script please !

a while ago i see "random pm reply" but as i know engine.say doesnt work on smart guard

Posted

 

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 !!

Posted

a while ago i see "random pm reply" but as i know engine.say doesnt work on smart guard

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

Posted

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)

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



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