Thread: Client side objects

Page 1 of 4 123 ... LastLast
Results 1 to 10 of 34
  1. #1 Client side objects 
    Registered Member

    Join Date
    Feb 2007
    Posts
    994
    Thanks given
    25
    Thanks received
    47
    Rep Power
    604
    I only had a quick look at this if someone wants to improve on this.

    Code:
    public void spawnobjects(int coordx,int coordy,int objectid){
    
    	        int mapRegionX = (coordx >> 3) - 6;
    	        int mapRegionY = (coordy >> 3) - 6;
    	        int convertcoordx = (coordx - (mapRegionX * 8));
    	        int convertcoordy = (coordy - (mapRegionY * 8));
               	int i2 = 0;
               	int l4 = convertcoordx  + (i2 >> 4 & 7);
                	int k7 = convertcoordy + (i2 & 7);
               	int i15 = 40 >> 2;
                	int k16 = 40 & 3;
               	int l17 = anIntArray1177[i15];
    
    
            if(l4 >= 0 && k7 >= 0 && l4 < 104 && k7 < 104) {
    	         method130(404, -1, objectid, k16, l17, k7, i15, anInt918, l4, 0);
    	}
    
    }



    Reply With Quote  
     

  2. #2  
    Brown
    Guest
    About time.
    Reply With Quote  
     

  3. #3  
    Registered Member
    Warlock 999's Avatar
    Join Date
    Jul 2008
    Age
    28
    Posts
    1,407
    Thanks given
    7
    Thanks received
    29
    Discord
    View profile
    Rep Power
    927
    Code:
    int x = (aClass30_Sub2_Sub4_Sub1_Sub2_1126.anInt1550 - 6 >> 7);
    int y = (aClass30_Sub2_Sub4_Sub1_Sub2_1126.anInt1551 - 6 >> 7) - 1;
    method130(404, -1, ObjectID, 0, 2, y, 10, anInt918, x, 0);
    If anyone needs help with java questions or errors I will try and help with what I can/know
    my discord is Perkaholic feel free to add me with questions or to chat!

    "There is always one more thing you can do to increase your odds of success." -Hal Moore
    Reply With Quote  
     

  4. #4  
    SERGEANT OF THE MASTER SERGEANTS MOST IMPORTANT PERSON OF EXTREME SERGEANTS TO THE MAX!

    cube's Avatar
    Join Date
    Jun 2007
    Posts
    8,881
    Thanks given
    1,854
    Thanks received
    4,741
    Rep Power
    5000
    Nice



    Reply With Quote  
     

  5. #5  
    Registered Member
    Swarfega's Avatar
    Join Date
    Sep 2007
    Age
    26
    Posts
    873
    Thanks given
    0
    Thanks received
    1
    Rep Power
    373
    Pretty awesome Chris. Works:

    [Only registered and activated users can see links. ]
    Reply With Quote  
     

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

    sigex's Avatar
    Join Date
    Mar 2008
    Age
    31
    Posts
    2,088
    Thanks given
    122
    Thanks received
    146
    Rep Power
    690
    I made this little script to draw objects around you so i could like stand in a blank space and spawn a city of all the diff trees mining rocks stalls ect. so i can auto with my auto script


    The wor has begun.

    Reply With Quote  
     

  7. #7  
    pvp pker
    Guest
    nice but can u help me to add donaters sign please
    Reply With Quote  
     

  8. #8  
    Respected Member


    Luke132's Avatar
    Join Date
    Dec 2007
    Age
    32
    Posts
    12,549
    Thanks given
    177
    Thanks received
    5,784
    Discord
    View profile
    Rep Power
    5000
    I used to do this on DeltaScape lulz

    Reply With Quote  
     

  9. #9  
    Registered Member
    Josh™'s Avatar
    Join Date
    Nov 2008
    Posts
    692
    Thanks given
    5
    Thanks received
    9
    Rep Power
    266
    Can someone make a Cmd Command out of this?
    Reply With Quote  
     

  10. #10  
    Banned
    Join Date
    Jul 2008
    Posts
    458
    Thanks given
    5
    Thanks received
    11
    Rep Power
    0
    This is sexy.
    Reply With Quote  
     

Page 1 of 4 123 ... 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
  •