Thread: [NON]Mapclicking off by 6 spaces to the right!!!

Page 1 of 2 12 LastLast
Results 1 to 10 of 11
  1. #1 [NON]Mapclicking off by 6 spaces to the right!!! 
    Registered Member
    Join Date
    May 2013
    Posts
    47
    Thanks given
    0
    Thanks received
    0
    Rep Power
    11
    How do I fix this? I click on the minimap and the flag goes 6 spaces to the left of where i clicked at.
    Reply With Quote  
     

  2. #2  
    Registered Member
    Emnesty's Avatar
    Join Date
    Jan 2012
    Posts
    1,809
    Thanks given
    441
    Thanks received
    340
    Rep Power
    211
    method81, drawMinimap, markMinimap




    Reply With Quote  
     

  3. #3  
    Registered Member
    Join Date
    May 2013
    Posts
    47
    Thanks given
    0
    Thanks received
    0
    Rep Power
    11
    Quote Originally Posted by Emnesty View Post
    method81, drawMinimap, markMinimap
    What in method81 do i change?
    Code:
    public final void method81(Class30_Sub2_Sub1_Sub1 class30_sub2_sub1_sub1, int i, int j, int k)
    {
    int l = k * k + j * j;
    if(i >= 0)
    method6();
    if(l > 4225 && l < 0x15f90)
    {
    int i1 = anInt1185 + anInt1209 & 0x7ff;
    int j1 = Class30_Sub2_Sub4_Sub6.anIntArray1689[i1];
    int k1 = Class30_Sub2_Sub4_Sub6.anIntArray1690[i1];
    j1 = (j1 * 256) / (anInt1170 + 256);
    k1 = (k1 * 256) / (anInt1170 + 256);
    int l1 = j * j1 + k * k1 >> 16;
    int i2 = j * k1 - k * j1 >> 16;
    double d = Math.atan2(l1, i2);
    int j2 = (int)(Math.sin(d) * 63D);
    int k2 = (int)(Math.cos(d) * 57D);
    aClass30_Sub2_Sub1_Sub1_1001.method353(83 - k2 - 20, 15, 20, 15, 41960, 256, 20, d, (94 + j2 + 4) - 10);
    return;
    } else
    {
    method141(class30_sub2_sub1_sub1, k, j, false);
    return;
    }
    }
    bump
    Reply With Quote  
     

  4. #4  
    Seven Lions

    Yvne's Avatar
    Join Date
    Sep 2012
    Posts
    1,204
    Thanks given
    164
    Thanks received
    173
    Rep Power
    81
    Quote Originally Posted by linknet1 View Post
    What in method81 do i change?
    Code:
    public final void method81(Class30_Sub2_Sub1_Sub1 class30_sub2_sub1_sub1, int i, int j, int k)
    {
    int l = k * k + j * j;
    if(i >= 0)
    method6();
    if(l > 4225 && l < 0x15f90)
    {
    int i1 = anInt1185 + anInt1209 & 0x7ff;
    int j1 = Class30_Sub2_Sub4_Sub6.anIntArray1689[i1];
    int k1 = Class30_Sub2_Sub4_Sub6.anIntArray1690[i1];
    j1 = (j1 * 256) / (anInt1170 + 256);
    k1 = (k1 * 256) / (anInt1170 + 256);
    int l1 = j * j1 + k * k1 >> 16;
    int i2 = j * k1 - k * j1 >> 16;
    double d = Math.atan2(l1, i2);
    int j2 = (int)(Math.sin(d) * 63D);
    int k2 = (int)(Math.cos(d) * 57D);
    aClass30_Sub2_Sub1_Sub1_1001.method353(83 - k2 - 20, 15, 20, 15, 41960, 256, 20, d, (94 + j2 + 4) - 10);
    return;
    } else
    {
    method141(class30_sub2_sub1_sub1, k, j, false);
    return;
    }
    }
    bump
    It's renamed but look at my snippet, it's 100% perfect minimap. http://www.rune-server.org/runescape...-clicking.html
    Reply With Quote  
     

  5. #5  
    Registered Member
    Join Date
    May 2013
    Posts
    47
    Thanks given
    0
    Thanks received
    0
    Rep Power
    11
    Quote Originally Posted by Yvne View Post
    It's renamed but look at my snippet, it's 100% perfect minimap. http://www.rune-server.org/runescape...-clicking.html
    yea i just want too know where I can +6 to the x coord to the mini map clicking...I click on one spot of the map and it goes 6 spaces to the left. How do I change this? And why would I need to look at pi code for a non code help?

    *bump*
    Reply With Quote  
     

  6. #6  
    Seven Lions

    Yvne's Avatar
    Join Date
    Sep 2012
    Posts
    1,204
    Thanks given
    164
    Thanks received
    173
    Rep Power
    81
    Quote Originally Posted by linknet1 View Post
    yea i just want too know where I can +6 to the x coord to the mini map clicking...I click on one spot of the map and it goes 6 spaces to the left. How do I change this? And why would I need to look at pi code for a non code help?

    *bump*
    Because it has that method somewhere in there...
    Reply With Quote  
     

  7. #7  
    Registered Member
    Join Date
    Oct 2013
    Age
    30
    Posts
    363
    Thanks given
    54
    Thanks received
    84
    Rep Power
    54
    Quote Originally Posted by linknet1 View Post
    yea i just want too know where I can +6 to the x coord to the mini map clicking...I click on one spot of the map and it goes 6 spaces to the left. How do I change this? And why would I need to look at pi code for a non code help?

    *bump*
    You need to find the method, once you find it edit it.
    Education is what survives when what has been learned has been forgotten. - B. F. Skinner
    Reply With Quote  
     

  8. #8  
    Registered Member
    Join Date
    May 2013
    Posts
    47
    Thanks given
    0
    Thanks received
    0
    Rep Power
    11
    Quote Originally Posted by Yvne View Post
    Because it has that method somewhere in there...

    I looked through your methods and found nada that helped



    Quote Originally Posted by Enviat View Post
    You need to find the method, once you find it edit it.
    Thats what im trying too do lol


    *bump*
    Reply With Quote  
     

  9. #9  
    Seven Lions

    Yvne's Avatar
    Join Date
    Sep 2012
    Posts
    1,204
    Thanks given
    164
    Thanks received
    173
    Rep Power
    81
    Quote Originally Posted by Enviat View Post
    You need to find the method, once you find it edit it.


    Quote Originally Posted by linknet1 View Post
    I looked through your methods and found nada that helped





    Thats what im trying too do lol


    *bump*
    I gave you everything you could possibly ****ing need.
    I dunno markMinimap maybe??
    Reply With Quote  
     

  10. #10  
    Registered Member
    Join Date
    Oct 2013
    Age
    30
    Posts
    363
    Thanks given
    54
    Thanks received
    84
    Rep Power
    54
    Quote Originally Posted by Yvne View Post




    I gave you everything you could possibly ****ing need.
    I dunno markMinimap maybe??
    That's all I know.
    Education is what survives when what has been learned has been forgotten. - B. F. Skinner
    Reply With Quote  
     

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

Similar Threads

  1. [NON]Make An Item Go In The Right Place.
    By -SP- in forum Configuration
    Replies: 19
    Last Post: 10-05-2010, 10:23 PM
  2. Replies: 19
    Last Post: 04-26-2010, 07:43 PM
  3. [NON]Make An Item Go In The Right Place.
    By -SP- in forum Tutorials
    Replies: 1
    Last Post: 08-21-2009, 05:41 AM
  4. Replies: 5
    Last Post: 04-09-2008, 11:46 PM
  5. Replies: 10
    Last Post: 09-21-2007, 02:40 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
  •