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. I cannot relocate the system message window
  2. bro how make not waching movies for all boss valakas,antharas, freya , tezza bla bla
  3. pls make oly door all time open and auto shoul shot
  4. he script have for bishop cleanse?
  5. how make for mob? :)
  6. 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.
  7. im need other h5 server bro
  8. adrenaline have nobles quest script?
  9. unfortunately i dont know that much code
  10. 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 :(
  11. how to change which code
×
×
  • 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