Thread: nearby codes

Results 1 to 8 of 8
  1. #1 nearby codes 
    Crysis
    Guest
    in your clients client.java look for


    Code:
            if(anInt1104 != 0)
            {
                int j = anInt1104 / 50;
                int l = j / 60;
                j %= 60;
                if(j < 10)
                    aClass30_Sub2_Sub1_Sub4_1271.method385(0xFF3333, "System update in: " + l + ":0" + j, 329, 822, 4);
                else
                    aClass30_Sub2_Sub1_Sub4_1271.method385(0xFF3333, "System update in: " + l + ":" + j, 329, 822, 4);
                anInt849++;
                if(anInt849 > 75)
                {
                    anInt849 = 0;
                    aClass30_Sub2_Sub2_1192.method397((byte)6, 148);
                }
            }
        }
    above
    Code:
        if(anInt1104 != 0)
    add
    Code:
    		if(nearby) //by pk3r
    		{
    		        int pplnearby = anInt891; // players nearby
    			int npcsnearby = anInt836; // monsters nearby
    			aClass30_Sub2_Sub1_Sub4_1271.method385(0xFF3333, "Players Nearby: " + pplnearby, 297, 822, 4);
    			aClass30_Sub2_Sub1_Sub4_1271.method385(0xFFFFFF, "Monsters Nearby: " + npcsnearby, 313, 822, 4);
    		}
    next find
    Code:
                        
                {       
                    int i1 = c / 2 - 80;
                    int l1 = c1 / 2 + 50;
                    aClass30_Sub2_Sub1_Sub2_967.method361(i1 - 73, 16083, l1 - 20);
                    aClass30_Sub2_Sub1_Sub4_1272.method382(0xffffff, i1, anInt939, "Login", l1 + 5, true);
    make it look like this
    Code:
                    int i1 = c / 2 - 80;
                    int l1 = c1 / 2 + 50;
                    aClass30_Sub2_Sub1_Sub2_967.method361(i1 - 73, 16083, l1 - 20);
                    aClass30_Sub2_Sub1_Sub4_1272.method382(0xffffff, i1, anInt939, "Login", l1 + 5, true);
    nearby = true;
    final look for
    Code:
        private int anInt822;
        private static byte aByte823 = 77;
        private long aLong824;
        private int anIntArrayArray825[][];
    add
    Code:
    public static boolean nearby;
    to that list and your done =p
     

  2. #2  
    Registered Member
    Join Date
    Jun 2007
    Posts
    276
    Thanks given
    0
    Thanks received
    2
    Rep Power
    14
    Ripped from Zachera
     

  3. #3  
    Puff Puff Pass

    Blizz's Avatar
    Join Date
    Oct 2006
    Age
    27
    Posts
    1,503
    Thanks given
    102
    Thanks received
    133
    Rep Power
    476
    Quote Originally Posted by Brett` View Post
    Ripped from Zachera
    Haven't seen his, but thank you very much for this.
     

  4. #4  
    Crysis
    Guest
    np (mts)
     

  5. #5  
    Pablo...
    Guest
    aye works perfect thankyou
     

  6. #6  
    Crysis
    Guest
    np, and bret no it isnt leeched
     

  7. #7  
    RuneCasino


    Join Date
    Jul 2007
    Posts
    1,618
    Thanks given
    170
    Thanks received
    228
    Rep Power
    326
    Thanks pk3r kyle im useing
     

  8. #8  
    Xx Unholy xX
    Guest
    Nice worked for me ++
     


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
  •