Thread: Easter Basket

Page 1 of 2 12 LastLast
Results 1 to 10 of 12
  1. #1 Easter Basket 
    Banned imsuperman05's Avatar
    Join Date
    May 2011
    Posts
    410
    Thanks given
    21
    Thanks received
    25
    Rep Power
    0
    Well alot of people have been wanting this so here ya go.

    Client.java under process()
    Code:
    if(basket == true) {
                            playerStandIndex = 1836;
                            playerWalkIndex = 1836;
                            playerRunIndex = 1836;
                            }
    then declare this
    Code:
    public boolean basket = false;
    and add this into wearitem.java
    Code:
    		if(c.wearId == 4565) {
    		c.basket = true;
    		} else {
    		c.basket = false;
    		}
    Reply With Quote  
     

  2. #2  
    Extreme Donator

    Jilic-Matt's Avatar
    Join Date
    May 2011
    Age
    29
    Posts
    1,612
    Thanks given
    799
    Thanks received
    494
    Rep Power
    540
    i fuckin luv u

    EASTER BASKET!!
    Reply With Quote  
     

  3. #3  
    Banned

    Join Date
    Mar 2011
    Posts
    4,062
    Thanks given
    194
    Thanks received
    689
    Rep Power
    0
    lol...you can do this in 4 lines...why make it 3 times more,thx for the anims anyway,btw this isnt the way it should be done xD
    Reply With Quote  
     

  4. Thankful user:


  5. #4  
    Banned imsuperman05's Avatar
    Join Date
    May 2011
    Posts
    410
    Thanks given
    21
    Thanks received
    25
    Rep Power
    0
    Quote Originally Posted by relex lawl View Post
    lol...you can do this in 4 lines...why make it 3 times more,thx for the anims anyway,btw this isnt the way it should be done xD
    What you mean 4 lines? and this
    Code:
                            playerStandIndex = 1836;
                            playerWalkIndex = 1836;
                            playerRunIndex = 1836;
    If you read, they can walk and run with the anim.. and how should it be done?
    Reply With Quote  
     

  6. #5  
    Registered Member
    Slay No More's Avatar
    Join Date
    Oct 2008
    Age
    28
    Posts
    2,335
    Thanks given
    696
    Thanks received
    170
    Rep Power
    554
    Why must people repost reposts of a repost that was already reposted 10 times? Lordy lordy please do some searching..
    Add me on skype if you wish to contact me.
    slaynomore
    My Steam Profile (from SteamDB)
    • Worth: $719 ($245 with sales)
    • Games owned: 86
    • Games not played: 27 (31%)
    • Hours on record: 1,851.8h
    Reply With Quote  
     

  7. #6  
    Banned imsuperman05's Avatar
    Join Date
    May 2011
    Posts
    410
    Thanks given
    21
    Thanks received
    25
    Rep Power
    0
    I didn't know it was posted already gosh >.>
    Reply With Quote  
     

  8. #7  
    Banned

    Join Date
    Mar 2011
    Posts
    4,062
    Thanks given
    194
    Thanks received
    689
    Rep Power
    0
    CombatAssistant find :

    public void getPlayerAnimIndex(String weaponName){

    under

    switch(c.playerEquipment[c.playerWeapon]) {

    add

    Code:
    case 4565:
    playerStandIndex = 1836;
    playerWalkIndex = 1836;
    playerRunIndex = 1836;
    break;
    or just put in wearItem class
    Reply With Quote  
     

  9. Thankful user:


  10. #8  
    Registered Member
    Join Date
    Dec 2010
    Age
    29
    Posts
    1,186
    Thanks given
    513
    Thanks received
    340
    Rep Power
    35
    What's so good about this and why would people want it so bad?

    All you have to do is find an animation list and look for things like "hop", "skip"...
    Reply With Quote  
     

  11. #9  
    Banned imsuperman05's Avatar
    Join Date
    May 2011
    Posts
    410
    Thanks given
    21
    Thanks received
    25
    Rep Power
    0
    Quote Originally Posted by vanweele View Post
    What's so good about this and why would people want it so bad?

    All you have to do is find an animation list and look for things like "hop", "skip"...
    Does it look like I care? It helped 1 person, that's all i wanted.
    Reply With Quote  
     

  12. #10  
    Registered Member
    Join Date
    Dec 2010
    Age
    29
    Posts
    1,186
    Thanks given
    513
    Thanks received
    340
    Rep Power
    35
    Yup, thanks for contributing.

    I guess some people don't know how to use ctrl+f, or browse the internet for stuff handed to them.
    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. Replies: 13
    Last Post: 05-30-2013, 07:23 AM
  2. Basket ball course object!
    By Streax in forum Models
    Replies: 9
    Last Post: 07-06-2009, 05:28 AM
  3. My VERY VERY basic easter event+Easter wishes
    By medabi3 in forum Show-off
    Replies: 12
    Last Post: 04-12-2009, 07:17 PM
  4. Basket Case!
    By Trytohaxme in forum Showcase
    Replies: 0
    Last Post: 06-14-2008, 11:17 AM
  5. My Easter gift to Rune-Server, Easter Userbars!
    By 007 Snoop in forum Showcase
    Replies: 18
    Last Post: 04-11-2007, 11:52 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
  •