Jump to content

cookie19

Members
  • Posts

    3
  • Credits

  • Joined

  • Last visited

  • Feedback

    0%

Everything posted by cookie19

  1. Im making simple cap script. Its working only with bypass but doesn’t close cap window. Is there any posibility to close dlgtext window ? Sending key esc doesnt work either
  2. if there is a .htm at the end of the bypass, then the second parameter is true: so Engine.bypasstoserver('link data/html/scripts/quests/Q799_ObtainIcarus/orim_start_answer2.htm', true);
  3. Hi i need help with FindPath (function FindPath(StartX, StartY, EndX, EndY: integer; PathList: TList): boolean; StartX, StartY - start point coordinates EndX, EndY - end point coordinates PathList - list where path will be written I want my char to go to specyfic location (x,y) using combat zone map to avoid obstacles. the script should check current loc using getloc put startx and starty from it, endx endy are constant Any help ?
×
×
  • Create New...