Thread: [PI] tile npc clipping compile errors

Results 1 to 4 of 4
  1. #1 [PI] tile npc clipping compile errors 
    Registered Member
    Join Date
    Jul 2012
    Posts
    15
    Thanks given
    0
    Thanks received
    0
    Rep Power
    11
    edit: fixed it. if anybody else has these problems you need to go into the tile.java file and add
    package server.world;

    at the top.


    so i followed this guide http://www.rune-server.org/runescape...-clipping.html

    and i managed to reduce the errors to two


    Code:
    src\server\model\npcs\NPC.java:11: cannot find symbol
    symbol  : class Tile
    location: class server.model.npcs.NPC
            private Tile currentTile;
                    ^
    src\server\model\npcs\NPC.java:199: cannot find symbol
    symbol  : class Tile
    location: class server.model.npcs.NPC
                    currentTile = new Tile(absX + moveX, absY + moveY, heightLevel);
    
                                      ^
    Note: Some input files use unchecked or unsafe operations.
    Note: Recompile with -Xlint:unchecked for details.
    2 errors
    Press any key to continue . . .
    can anybody tell me how to fix that, i think i have to declare it but im not sure.
    Reply With Quote  
     

  2. #2  
    Registered Member

    Join Date
    Mar 2011
    Posts
    1,226
    Thanks given
    245
    Thanks received
    475
    Rep Power
    294
    import server.world.*;
    Reply With Quote  
     

  3. #3  
    Registered Member
    Join Date
    Jul 2012
    Posts
    15
    Thanks given
    0
    Thanks received
    0
    Rep Power
    11
    Quote Originally Posted by TheLife View Post
    import server.world.*;
    didnt fix anything :/ thanks though
    Reply With Quote  
     

  4. #4  
    Registered Member

    Join Date
    Mar 2011
    Posts
    1,226
    Thanks given
    245
    Thanks received
    475
    Rep Power
    294
    Where is Tile located?
    Reply With Quote  
     


Thread Information
Users Browsing this Thread

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


User Tag List

Similar Threads

  1. Added Tile Clipping 3 Errors
    By Red Bull in forum Help
    Replies: 2
    Last Post: 07-23-2012, 10:11 PM
  2. Tile clipping masks?
    By Furor in forum Help
    Replies: 0
    Last Post: 03-01-2012, 04:18 PM
  3. [PI]Tile Npc Clipping
    By Arithium in forum Tutorials
    Replies: 40
    Last Post: 12-14-2011, 07:18 PM
  4. Tile clipping flags
    By craig903 in forum Configuration
    Replies: 49
    Last Post: 10-04-2011, 05:35 PM
  5. NPC Clipping Tile Dump Command
    By Flux in forum Help
    Replies: 1
    Last Post: 07-29-2010, 03:11 AM
Posting Permissions
  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •