Jump to content

bombellos

Members
  • Posts

    15
  • Credits

  • Joined

  • Last visited

  • Feedback

    0%

About bombellos

Contact Methods

  • Website URL
    http://google.com

Profile Information

  • Gender
    Not Telling
  • Country
    Poland

Recent Profile Visitors

761 profile views

bombellos's Achievements

Newbie

Newbie (1/16)

0

Reputation

  1. Hi, I want to buy Light Crossbow on Giran NCSOFT Server. Either paypal or trade for adena in game (make me an offer).
  2. 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.
  3. Check if you don't have assist option checked also in combat zone put it to manual and set radius.
  4. Try this: var i : Integer; begin For i := 0 to 8 do engine.SetTarget(Party.Chars.Items(i).name); delay(1000); end.
  5. 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;
  6. Engine.GameClose(); This is what you're looking for. Unfortunately it will not save you from jail - tested :)
  7. 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.
×
×
  • Create New...