Thread: [503] Energy Setting.

Page 1 of 4 123 ... LastLast
Results 1 to 10 of 39
  1. #1 [503] Energy Setting. 
    Ian...
    Guest
    Ok...

    Go into Frames.java

    Add this method.

    Code:
    	public void setEnergy(Player p, int fatigue)
    	{
            if(p == null || p.outStream == null || p.disconnected[0]) 
    		{
                return;
            }
    		p.outStream.createFrame(222);
    		p.outStream.writeByte(fatigue);
    	}
    Now Go into PlayerLogin.java

    and add this to the login method.

    Code:
    p.frame.setEnergy(p, p.energy);
    Now in PlayerInstances.java

    Add this variable;
    Code:
    public int energy = 100;
    Save Compile Done.
    Reply With Quote  
     

  2. #2  
    Community Veteran

    WH:II:DOW's Avatar
    Join Date
    Dec 2007
    Age
    34
    Posts
    2,017
    Thanks given
    145
    Thanks received
    872
    Rep Power
    4275
    Ian... i u
    hella titties
    Reply With Quote  
     

  3. #3  
    Registered Member NaikBoi's Avatar
    Join Date
    Feb 2007
    Posts
    83
    Thanks given
    0
    Thanks received
    0
    Rep Power
    1
    and ... we still can not run right ....
    Reply With Quote  
     

  4. #4  
    cakeordeath2
    Guest
    Thanks, :?)
    Reply With Quote  
     

  5. #5  
    Registered Member
    psyhoman's Avatar
    Join Date
    Sep 2007
    Age
    30
    Posts
    2,781
    Thanks given
    56
    Thanks received
    58
    Rep Power
    2774
    Thx will use
    Circumstances don't matter, only state of being matters!
    Reply With Quote  
     

  6. #6  
    Registered Member
    Hotyute's Avatar
    Join Date
    Jan 2008
    Posts
    2,016
    Thanks given
    7
    Thanks received
    92
    Rep Power
    1482
    rep ++!!!!!!!!


    Reply With Quote  
     

  7. #7  
    cakeordeath2
    Guest
    I think i know how to run. Im just looking into it now. (darn double)
    Reply With Quote  
     

  8. #8  
    Expert Programmer


    Join Date
    Dec 2007
    Posts
    2,018
    Thanks given
    52
    Thanks received
    84
    Rep Power
    986
    tested and dont work(dont let me log in)

    edit: something wrong with the base i am using
    Reply With Quote  
     

  9. #9  
    Registered Member NaikBoi's Avatar
    Join Date
    Feb 2007
    Posts
    83
    Thanks given
    0
    Thanks received
    0
    Rep Power
    1
    i got running , now i cant stop running ... ii need the case for switching it off
    Reply With Quote  
     

  10. #10  
    Registered Member Swaid's Avatar
    Join Date
    Sep 2007
    Age
    29
    Posts
    48
    Thanks given
    0
    Thanks received
    0
    Rep Power
    11
    I just started running by editing the Player.java lol, But anyways good luck finding a way to turn it off
    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
  •