Jump to content

gemisiz1

Members
  • Posts

    28
  • Credits

  • Joined

  • Last visited

  • Feedback

    0%

About gemisiz1

Profile Information

  • Gender
    Male
  • Country
    Turkey

gemisiz1's Achievements

Newbie

Newbie (1/16)

  • Week One Done Rare
  • One Month Later Rare
  • One Year In Rare

Recent Badges

0

Reputation

  1. bro how make not waching movies for all boss valakas,antharas, freya , tezza bla bla
  2. pls make oly door all time open and auto shoul shot
  3. hi ppl. how do I run it for the party. I can not run function isHaveBuff(BuffArray : array of cardinal) : boolean; var i:integer; buff : tl2buff; begin result := true; for i := 0 to high(BuffArray) do begin if not party.chars.byid(BuffArray[i], buff) then begin result := false; exit; end; end; end; function getItem(id : cardinal) : tl2item; var item : tl2item; begin inventory.user.byid(id, item); result := item; end; var item : tl2item; ItemID_1, ItemID_2: cardinal; begin ItemID_1 :=6313; ItemID_2 :=11101; while delay(555) do begin if not isHaveBuff([1397]) then begin if (getItem(ItemID_1) <> nil) and (not getItem(ItemID_1).equipped) then begin engine.useItem(ItemID_1); end; end else begin if (getItem(ItemID_2) <> nil) and (not getItem(ItemID_2).equipped) then begin engine.useItem(ItemID_2); end; end; end; end.
  4. unfortunately i dont know that much code
  5. function isHaveBuff(BuffArray : array of cardinal) : boolean; var i:integer; buff : tl2buff; begin result := true; for i := 0 to high(BuffArray) do begin if not party.chars.items(Index).byid(id, tl2buff) then begin result := false; exit; end; end; end; not working :(
×
×
  • Create New...