Thread: Anti-Aliasing

Page 3 of 3 FirstFirst 123
Results 21 to 29 of 29
  1. #21  
    Banned

    Join Date
    Dec 2016
    Posts
    181
    Thanks given
    61
    Thanks received
    52
    Rep Power
    0
    Quote Originally Posted by vBurr View Post
    You sound retarded.
    Ok bro. You all can enjoy the current pursuit to slander my name over this... lol

    That doesn't change how this all came about.
     

  2. #22  
    Registered Member

    Join Date
    Nov 2014
    Posts
    120
    Thanks given
    1
    Thanks received
    32
    Rep Power
    80
    Quote Originally Posted by snowman5069 View Post
    Ok bro. You all can enjoy the current pursuit to slander my name over this... lol

    That doesn't change how this all came about.
    u are literally using the exact same code from this snippet u cheeky cunt
    and i have proof
     

  3. #23  
    true

    DerekH's Avatar
    Join Date
    Dec 2011
    Age
    19
    Posts
    1,183
    Thanks given
    590
    Thanks received
    261
    Rep Power
    164
    Yeah actually I figured out where exactly you got this from. Very simple to rip (if need be). You're trying to over exaggerate anything you had to 'fix'.

    Attached image
     

  4. #24  
    Registered Member

    Join Date
    Nov 2014
    Posts
    120
    Thanks given
    1
    Thanks received
    32
    Rep Power
    80
    finally, someone else who can vouch for that
    also forgot this, to fix the clicking when walking:

    Code:
    		if (l == 519) {
    			if (!menuOpen) {
    				j = super.saveClickX - 4;
    				k = super.saveClickY - 4;
    			} else {
    				j = j - 4;
    				k = k - 4;
    			}
    			if (antiAliasing) {
    				j <<= 1;
    				k <<= 1;
    			}
    			worldController.method312(k, j);
    		}
     

  5. #25  
    Rune-Server Affiliate
    Genesis's Avatar
    Join Date
    Sep 2010
    Posts
    4,149
    Thanks given
    1,508
    Thanks received
    1,980
    Rep Power
    4944
    Don't let anyone try and bring down your release, you did a great thing putting this out there for the community (whether it's been done or not).
     

  6. #26  
    Registered Member

    Join Date
    Nov 2014
    Posts
    120
    Thanks given
    1
    Thanks received
    32
    Rep Power
    80
    Quote Originally Posted by Genesis View Post
    Don't let anyone try and bring down your release, you did a great thing putting this out there for the community (whether it's been done or not).
    thanks,appreciate it.
     

  7. #27  
    Registered Member
    Join Date
    Dec 2009
    Age
    23
    Posts
    408
    Thanks given
    193
    Thanks received
    39
    Rep Power
    10
    This has never worked for me, so could any of you give me instructions on how to add this correctly?
     

  8. #28  
    Rune-Server Affiliate

    Join Date
    Apr 2014
    Posts
    1,761
    Thanks given
    75
    Thanks received
    714
    Rep Power
    1073
    Quote Originally Posted by Zakawer2 View Post
    This has never worked for me, so could any of you give me instructions on how to add this correctly?
    yes. dont add it. it's not worth it.
     

  9. #29  
    Banned
    Join Date
    Aug 2017
    Posts
    98
    Thanks given
    21
    Thanks received
    33
    Rep Power
    0
    Quote Originally Posted by Zion View Post
    yes. dont add it. it's not worth it.
    Is adding anti aliasing at all for an osrs 317 client worth it? Was thinking about doing this with my client until I read most of the comments.
     

Page 3 of 3 FirstFirst 123

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. Anti aliasing
    By Severus in forum Help
    Replies: 0
    Last Post: 09-01-2016, 11:15 PM
  2. 718 Matrix Client Anti-Aliasing Not Working
    By CamperScape in forum Help
    Replies: 1
    Last Post: 12-03-2012, 02:23 PM
  3. java Flood Fill method with anti aliasing
    By Thee Interface Guy in forum Application Development
    Replies: 3
    Last Post: 08-14-2012, 06:29 AM
  4. Anti aliasing on 317
    By Dust R I P in forum RS2 Client
    Replies: 16
    Last Post: 01-22-2010, 04:27 PM
  5. HD anti-aliasing
    By Ed in forum Snippets
    Replies: 9
    Last Post: 10-27-2009, 03:07 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
  •