Results 1 to 7 of 7

Thread: IfSeePlayer Tele + logout

  1. #1
    Join Date
    Sep 2015
    Posts
    4
    Mentioned
    0 Post(s)
    Quoted
    2 Post(s)

    Question IfSeePlayer Tele + logout

    Need help with logging out when seeing a player.

    Would it be best to use a DTM or a findcolor? Open to suggestions, if something else would be better.
    I think using the minimap and if dot=true or something then execute said command. Keep in mind that it may not always be a "white dot" I think some are purple dots and possibly more, can't check at the moment as I am at work on lunch. But will check thread when I get home.

  2. #2
    Join Date
    Sep 2014
    Location
    C:\Simba\
    Posts
    565
    Mentioned
    9 Post(s)
    Quoted
    71 Post(s)

    Default

    What revision is this runescape private server? (if you posted in correct section) preferably post name of server.

    I can probably figure it out, atleast on 07 i have a neat trick to count the players on minimap just with color (including ones standing ontop of own character).

  3. #3
    Join Date
    Sep 2015
    Posts
    4
    Mentioned
    0 Post(s)
    Quoted
    2 Post(s)

    Default

    Quote Originally Posted by YouPee View Post
    What revision is this runescape private server? (if you posted in correct section) preferably post name of server.

    I can probably figure it out, atleast on 07 i have a neat trick to count the players on minimap just with color (including ones standing ontop of own character).



    Oh that's awesome, and sorry I wasn't sure of the name of server at first, but it is
    OS-Veldahar

  4. #4
    Join Date
    Sep 2014
    Location
    C:\Simba\
    Posts
    565
    Mentioned
    9 Post(s)
    Quoted
    71 Post(s)

    Default

    Quote Originally Posted by DryIcicle View Post
    Oh that's awesome, and sorry I wasn't sure of the name of server at first, but it is
    OS-Veldahar
    Ill give it a try tomorrow and see if I can write the function over there.
    The colors might change slightly but I assume it works fine.

  5. #5
    Join Date
    Sep 2015
    Posts
    4
    Mentioned
    0 Post(s)
    Quoted
    2 Post(s)

    Default

    Quote Originally Posted by YouPee View Post
    Ill give it a try tomorrow and see if I can write the function over there.
    The colors might change slightly but I assume it works fine.
    Oh ok cool, also I wouldn't mind knowing which server that your function was originally made for if you don't mind saying. Possibly in PM if not wanting to say, perhaps not at all lol that is ok too. Just curious because I only just started this sever, but would be open to another OSRS private server.

  6. #6
    Join Date
    Sep 2014
    Location
    C:\Simba\
    Posts
    565
    Mentioned
    9 Post(s)
    Quoted
    71 Post(s)

    Default

    Im all for the sharing and that.
    It's on oldschool runescape.
    The white dots are actually (stupidly) made so that other players dots have 2 extra colors.
    These 2 extra colors are actually static, and never change even after client restart.
    If someone else is standing under you, you can see their dot on the map but not own.
    This is just stupid on jagex part, which makes it easy to make a player detecter.

    I assume they havent done anything to change those colors (if any for that matter).
    You can add me on skype if you are interested in making scripts for this private server, I might actually give it a try

  7. #7
    Join Date
    May 2012
    Posts
    16
    Mentioned
    1 Post(s)
    Quoted
    0 Post(s)

    Default

    Code:
    procedure checkForPlayer;
    begin
      if( length(getMiniMapDots('white')) > 0 ) then
        begin
        writeln(intToStr( length(getMiniMapDots('white')))+ ' player has been spotted');
        end;
    end;

Thread Information

Users Browsing this Thread

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

Tags for this Thread

Posting Permissions

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