Jump to content

bombellos

Members
  • Posts

    15
  • Credits

  • Joined

  • Last visited

  • Feedback

    0%

Posts posted by bombellos

  1. Correct me if I'm wrong, but where do you call functions: buyShot, buyMp and buffCheck in your loop???

     

     

    At first: put Result:= false after "begin" in each function. Change range from 5000 to like 15000(if still won't work make path to get closer to the teleport NPC).

     

    Also I recommend to put this:

    delay(150);
                        //town coordinates     range                 //buff id wich check                        //shot id                              //mp id
        if user.inrange(144925, -56215, -2974, 5000) and User.Buffs.ByID(1062, buffCheck) and Inventory.User.ByID(1463, BuyShot) and Inventory.User.ByID(728, BuyMP) then begin
            Print('Teleport.');
            delay(1000);
      Engine.SetTarget('Marianne');                                      ///gatekeeper
       engine.dlgopen;
            delay(1000);
      Engine.DlgSel('Towns Areas');
            delay(1000);
      Engine.DlgSel('Goddard Area');
            delay(1000);
      Engine.DlgSel('Imperial Tomb');
            delay(1000);
        end;   
    

    in a function, and call this function after rbf or shopping is done.

  2.  

    Anyone can help me linking auto return +buff with tts quest. I get the logic but not too sure on syntax how to link deadcheck function it that.

     

     if user.inrange(147936, -55368, -2760, 250) and User.Buffs.ByID(1204, buffCheck) then begin
            Print('Teleport to HS');
            Engine.SetTarget(31275);
            Engine.DlgOpen;
            Delay(500);
            Engine.DlgSel(1);
            Delay(500);
            Engine.DlgSel(11);  //teleports to hs
            Delay(5000);
        end;    
                              
        if user.inrange(149600, -112707, -2060, 250) then begin   //hs spawn location
          
          Engine.MoveTo(149526, -112683, -2090);  // moves close to jeremy 
           while not User.Dead  do       // and while not dead I want to start cycle to run arround.. cant get to work..    function called  deadCheck
      Engine.SetTarget(31521);                                      ///jeremy
      Engine.DlgOpen;
      Engine.DlgSel('Quest');
      Delay(500);
      Engine.DlgSel('Egg Delivery');
      Delay(500);
      Engine.bypasstoserver('Quest 621_EggDelivery 31521-1.htm');
      Engine.MoveTo(149722,-112600,-2090);
      Engine.MoveTo(150404,-113188,-2141);

     

     

    Correct syntax of "while" is:

    while not User.Dead do
     begin
    
       delay(150);
       
        //your code here
        //your code here
        //your code here
        //your code here
    
     end;
    
  3. Adrenaline script for farming on Greater Evils

     

    Hello! I have a script for all of you for sale. It's 100% made by me and fully working on L2Tales server.

    All you need is Bishop/EE/SE on lvl 76 and with Turn Undead on +3 at least.

     

    Features:

    • Autobuff and rebuff (using normal mage scheme or Custom one)
    • Our character comes back to the farming spot when killed.
    • Our character goes to the city to resupply(s.ore/BSSC)
    • Our character goes to the city in order to send mail(to the given name) with items we farmed (in this case is Holy Stones and Adena)
    • Script also includes AutoCaptcha alert - your game window will pop up and you will hear a sound of an alert.

     

     

    How to buy:

        

            Interested people please write on my email: l2scriptme@gmail.com with your main character name(need for sending the emails by script) and your HWID (you can read it when       clickin on the Lock icon(see the attached image).

     

     

            I'm accepting only PayPal.

      Price: 5€

     

     

     

    PS. Soon I will post a video while using the script.

    post-135566-0-46565100-1439210242_thumb.png

×
×
  • Create New...