Results 1 to 2 of 2

Thread: fflag?

  1. #1
    Join Date
    Feb 2009
    Posts
    2,155
    Mentioned
    4 Post(s)
    Quoted
    42 Post(s)

    Default fflag?

    whats does the parenthasees in fflag do

    example

    fflag(20)


    also totaly offtopic

    is tehre a find draynor word procedure like the find varrock road
    Last edited by JPHamlett; 04-06-2009 at 01:46 AM.

  2. #2
    Join Date
    Feb 2007
    Location
    Alberta,Canada
    Posts
    2,358
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Quote Originally Posted by jpizzle View Post
    whats does the parenthasees in fflag do

    example

    fflag(20)


    also totaly offtopic

    is tehre a find draynor word procedure like the find varrock road
    FFlag(FlagDistance); Flag distance being the distance away (in Pixels) that your character is from the flag before it breaks and continues on with the script. As for draynor autocoloring,

    SCAR Code:
    // * function FindDraynorRoadColor(var RoadColor : Integer; RX1, RY1, RX2, RY2: Integer): Boolean; // * by WT-Fakawi and modified by Ron
    // * function FindDraynorLadderColor(var LadderColor : Integer): Boolean; // * by WT-Fakawi and modified by Ron
    // * function FindDraynorHouseColor(var HouseColor : Integer): Boolean; // * by WT-Fakawi and modified by Ron
    // * function IsRoad(RX1, RY1, RX2, RY2: Integer): Boolean;            // * by WT-Fakawi and modified by Ron
    // * function FindDraynorWaterColor(var WaterColor : Integer): Boolean; // * by WT-Fakawi and modified by Ron
    // * function WaterFound(WX1, WY1, WX2, WY2: Integer): Boolean;        // * by WT-Fakawi and modified by Ron
    // * function FindDraynorRockColor(var RockColor : Integer): Boolean;  // * by WT-Fakawi and modified by Ron
    // * function RockFound(var RockColor : Integer; WX1, WY1, WX2, WY2: Integer): Boolean; // * by WT-Fakawi and modified by Ron
    // * function FindDraynorDoorColor(var DoorColor : Integer): Boolean;  // * by WT-Fakawi and modified by Ron
    // * function FindDraynorColors(var RoadColor, WaterColor, BankColor, RockColor, DoorColor, LadderColor, HouseColor : Integer; DraynorMiscColor :

    those are what you would be looking for I think. That can be found in SRL/SRL/Misc/DraynorColorFinder.
    “Ignorance, the root and the stem of every evil.”

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •