Jump to content

marleey777

Members
  • Posts

    5
  • Joined

  • Last visited

  • Feedback

    0%

Everything posted by marleey777

  1. How do I invite CVS x Engine.InviteParty (nameofmytoon); Not working what is the way to invite someone with a script
  2. var item: TL2Item; function buffCheck: Boolean; var buff: TL2Buff; begin if not User.Buffs.ByID(15653, buff) then begin Result:=true; Print('Buffs are needed. Buffing...'); Engine.UseItem(736); Delay(65000); Engine.MoveTo(207208, 86855, -1053); Delay(5000); Engine.SetTarget(32327); // NPC ID Delay(500); Engine.DlgOpen; Delay(500); Engine.DlgSel(1); Delay(500); Engine.DlgSel(2); Print('Buffed.'); Engine.MoveTo(207448, 86909, -1041); Engine.MoveTo(207474, 86590, -1032); end; Result:=false; end; function deadCheck: Boolean; begin Result := false; if User.Dead then begin Result := true; Print('Dead. Pressing to village.'); Delay(1000); Engine.FaceControl(0,false); Engine.GoHome; Delay(10000); end; end; begin while true do begin delay(150); if User.Buffs.ByID(15653, buffCheck) then begin Engine.MoveTo(207526, 86582, -1032); Delay(2400); Print('Teleport to Apostate.'); Engine.SetTarget(32912); Engine.DlgOpen; Delay(500); Engine.DlgSel(1); Delay(5000); end; if User.Buffs.ByID(15653, buffCheck) then begin Print('Apostate. Moving to spot'); Engine.MoveTo(215609, 79801, 800); Engine.MoveTo(215640, 79803, 800); Engine.MoveTo(215551, 79888, 800); Engine.MoveTo(217136, 78632, 901); Engine.MoveTo(217274, 78575, 933); Engine.MoveTo(217654, 78308, 1016); Engine.MoveTo(217611, 77029, 979); Engine.MoveTo(-13736,-247848,-8160); Print('AA farm: ON!'); Delay(500); Engine.FaceControl(0, true); while not deadCheck do delay(1000); //while not dead, do nothing and wait. end; end; end. this is what i have so far
  3. What does Engine.bypasstoserver mean
  4. what is old talesky and what is alt + b lol?
  5. This is my script so far to buff in fairy village and to tp to hunting zone.... how would i make it so it checks buffs? and then starts this script once in town and to repeat? thanks I have a present for someone who hels me $$$ 5USD begin Engine.MoveTo(207024, 87179, -1068); Engine.MoveTo(207175, 86858, -1053); Engine.SetTarget (32327); Engine.DlgOpen; Delay (500); Engine.DlgSel(1); Delay (500); Engine.DlgSel(2); Engine.MoveTo(207463, 86894, -1035); Engine.MoveTo(207487, 86556, -1032); Engine.SetTarget (32912); Engine.DlgOpen; Engine.DlgSel(1); end.
×
×
  • 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..

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