Page 2 of 2 FirstFirst 12
Results 26 to 30 of 30

Thread: [Reflection] Resizable Mode 2015-06-04

  1. #26
    Join Date
    May 2015
    Posts
    12
    Mentioned
    0 Post(s)
    Quoted
    2 Post(s)

    Default

    Ive got the same error as Yat, when running includes.simba ( with the lape function). They said somewhere in this topic, that they had some issues with the includes so that might be the problem, Or did you fix it already?

    Running the include.simba gives me this error:
    reflection/lib/internal/Includes.simba' not found.

    WHILE its there...
    Last edited by Jurre007; 06-05-2015 at 09:41 PM.

  2. #27
    Join Date
    May 2013
    Posts
    75
    Mentioned
    3 Post(s)
    Quoted
    48 Post(s)

    Default

    Quote Originally Posted by Fitta View Post
    [IMG]
    To let people know, we're going to fix the minimap problem that might occur. For people not aware already, you can no longer click the outside of the minimap(now it has to be INSIDE the circle). Just give me a moment, it's been a long day
    Can we expect any update regarding this one?

  3. #28
    Join Date
    Feb 2013
    Location
    Rimmington
    Posts
    319
    Mentioned
    33 Post(s)
    Quoted
    183 Post(s)

    Default

    Simba Code:
    function TReflectionMap.TileOnMM(Tile: TTile): Boolean;
    var
      Temp: TPointArray;
    begin
      SetLength(Temp, 1);
      Temp[0] := Reflect.Tiles.TileToMM(Tile);
      FilterPointsPie(Temp, 0.0, 360.0, 0.0, 63.0, MMCX, MMCY);
      Result := Length(Temp) = 1;
    end;

    That's all I did, found in MapWalk.simba





  4. #29
    Join Date
    Sep 2008
    Location
    Not here.
    Posts
    5,422
    Mentioned
    13 Post(s)
    Quoted
    242 Post(s)

    Default

    Quote Originally Posted by Fitta View Post
    Simba Code:
    function TReflectionMap.TileOnMM(Tile: TTile): Boolean;
    var
      Temp: TPointArray;
    begin
      SetLength(Temp, 1);
      Temp[0] := Reflect.Tiles.TileToMM(Tile);
      FilterPointsPie(Temp, 0.0, 360.0, 0.0, 63.0, MMCX, MMCY);
      Result := Length(Temp) = 1;
    end;

    That's all I did, found in MapWalk.simba
    Just use distance.

  5. #30
    Join Date
    Jul 2012
    Location
    Estonia, dont try to find it from the map its a cave!
    Posts
    60
    Mentioned
    0 Post(s)
    Quoted
    8 Post(s)

    Default

    Any chance u will update pascalscript reflection?

Page 2 of 2 FirstFirst 12

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
  •