Thread: [317] How can i get rid of this little bug on minimap?

Results 1 to 5 of 5
  1. #1 [317] How can i get rid of this little bug on minimap? 
    Donator


    Join Date
    Jul 2010
    Posts
    748
    Thanks given
    100
    Thanks received
    67
    Rep Power
    116
    Ok well i just added a new minimap for this server. But then this little line above Tabarea. It like copys the background when you log in.

    See the black line above tabarea??
    Reply With Quote  
     

  2. #2  
    Client God

    Join Date
    Aug 2009
    Posts
    3,127
    Thanks given
    3
    Thanks received
    617
    Rep Power
    907
    one of the resetImageProducers has what your looking for
    Reply With Quote  
     

  3. #3  
    Donator


    Join Date
    Jul 2010
    Posts
    748
    Thanks given
    100
    Thanks received
    67
    Rep Power
    116
    hmm i'm not really sure but would i put it in here??

    Code:
    		if(titleStreamLoader != null)
    		{
    			drawLogo();
    			loadTitleScreen();
    		}
    Reply With Quote  
     

  4. #4  
    Registered Member
    Purple's Avatar
    Join Date
    Feb 2010
    Age
    29
    Posts
    2,799
    Thanks given
    467
    Thanks received
    260
    Rep Power
    312
    In resetimageproducers, there shold be a line similar to this one:
    Code:
    aRSImageProducer_1164 = new RSImageProducer(246, 164, getGameComponent());
    Just change the 164 to 168.
    Reply With Quote  
     

  5. #5  
    F*ck the rest join the best, WoR

    sigex's Avatar
    Join Date
    Mar 2008
    Age
    34
    Posts
    2,086
    Thanks given
    123
    Thanks received
    147
    Rep Power
    690
    The mapBack sprite is drawn twice. Once at the end of

    Code:
    drawMinimap
    and

    Code:
    resetImageProducers2
    Gl.


    The wor has begun.

    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. Minimap
    By Infexis in forum Help
    Replies: 7
    Last Post: 12-17-2010, 02:29 AM
  2. Minimap fix pls
    By Shoes in forum Help
    Replies: 19
    Last Post: 08-13-2010, 09:00 PM
  3. Minimap help
    By Sir raxim in forum Help
    Replies: 0
    Last Post: 03-13-2010, 07:13 PM
  4. MiniMap REP++
    By gamerx in forum Help
    Replies: 1
    Last Post: 02-27-2009, 06:52 AM
  5. Minimap
    By Valkyre in forum Help
    Replies: 2
    Last Post: 11-25-2008, 08:58 PM
Posting Permissions
  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •