Thread: game frame (map)

Page 1 of 2 12 LastLast
Results 1 to 10 of 12
  1. #1 game frame (map) 
    Banned

    Join Date
    Apr 2009
    Posts
    988
    Thanks given
    12
    Thanks received
    22
    Rep Power
    0
    hello rune server today i decided to add a 508 mini map to my renamed deob, i loaded the mini map threw my cache (377) and this is what happen



    does anyone know how to make the mini map so i dont have that black stuff and the composs to be in its place
     

  2. #2  
    Officially Retired

    Huey's Avatar
    Join Date
    Jan 2008
    Age
    19
    Posts
    16,489
    Thanks given
    3,387
    Thanks received
    7,726
    Rep Power
    5000
    its not loading the sprites correctly.

    Listen children don't become this guy.
    Quote Originally Posted by Owner Spikey View Post
    Why can I attack lower level npc's in a matter of a mouse hover but for a higher level npc the only choice to attack is by right clicking option attack?

     

  3. #3  
    Registered Member
    Jammy780's Avatar
    Join Date
    May 2008
    Posts
    1,320
    Thanks given
    13
    Thanks received
    47
    Rep Power
    619
    You need to move it over, find:
    Code:
            aClass30_Sub2_Sub1_Sub1_1263.method352(151, i, anIntArray1229, 256 + minimapInt3, anIntArray1052, l2, #5, 25, 146, j);
            compass.method352(33, minimapInt1, anIntArray1057, 256, anIntArray968, 25, 0, 0, 33, 25);
    To move the minimap change where i've put the "#" sign, the first 5 is how far down the minimap is and the 25 is how far it is from the left.

    To move the compass, look on the second line, change the first 25 for up and down, and the second 25 for left and right.
     

  4. #4  
    Banned

    Join Date
    Apr 2009
    Posts
    988
    Thanks given
    12
    Thanks received
    22
    Rep Power
    0
    how do i make it load it right ?
     

  5. #5  
    Member Market Banned Market Banned

    Robin Spud's Avatar
    Join Date
    Aug 2008
    Age
    28
    Posts
    2,338
    Thanks given
    46
    Thanks received
    73
    Rep Power
    1068
    Quote Originally Posted by gurlz View Post
    how do i make it load it right ?
    in client.java
    replace

    Code:
            aClass30_Sub2_Sub1_Sub1_1263.method352(151, i, anIntArray1229, 256 + minimapInt3, anIntArray1052, l2, 5, 25, 146, j);
            compass.method352(33, minimapInt1, anIntArray1057, 256, anIntArray968, 25, 0, 0, 33, 25);
    with
    Code:
            aClass30_Sub2_Sub1_Sub1_1263.method352(151, i, anIntArray1229, 256 + minimapInt3, anIntArray1052, l2, 5, 12, 146, j);
            compass.method352(33, minimapInt1, anIntArray1057, 256, anIntArray968, 25, 0, 0, 33, 12);
    just a try of the post above by jammy
    ILY Stewie.
     

  6. #6  
    Banned

    Join Date
    Apr 2009
    Posts
    988
    Thanks given
    12
    Thanks received
    22
    Rep Power
    0
    nope that didnt work zylem
     

  7. #7  
    Registered Member
    Jammy780's Avatar
    Join Date
    May 2008
    Posts
    1,320
    Thanks given
    13
    Thanks received
    47
    Rep Power
    619
    Try and do it yourself, i tried to help you, just move the X and Y positions, like i said.

    Good luck.
     

  8. #8  
    Registered Member
    psyhoman's Avatar
    Join Date
    Sep 2007
    Age
    27
    Posts
    2,781
    Thanks given
    56
    Thanks received
    58
    Rep Power
    2774
    Looks weird, because of the rest of the client, except that nice work...
    Circumstances don't matter, only state of being matters!
     

  9. #9  
    Banned

    Join Date
    Apr 2009
    Posts
    988
    Thanks given
    12
    Thanks received
    22
    Rep Power
    0
    jimmy even when i do that it gets more black i even put -236 before the ,25 it nothing works :\
     

  10. #10  
    Registered Member

    Join Date
    Mar 2009
    Posts
    1,012
    Thanks given
    70
    Thanks received
    178
    Rep Power
    436
    Code:
            aClass30_Sub2_Sub1_Sub1_1263.method352(151, i, anIntArray1229, 256 + anInt1170, 
    
    anIntArray1052, -236, l, 5, 25, 146, j);
    
    
            aClass30_Sub2_Sub1_Sub1_1122.method352(33, anInt1185, anIntArray1057, 256, anIntArray968, -
    
    236, 25, 4, 1, 33, 25);
    
    //4, 1 is X and Y for compass
    Try that.

    and Stewie_ did make a tutorial in tutorial section on custom mapback's
    he also explains how to move the mapback there ;]
     

Page 1 of 2 12 LastLast

Thread Information
Users Browsing this Thread

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


User Tag List

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