Thread: [delta]how do i make sM; above head

Results 1 to 7 of 7
  1. #1 [delta]how do i make sM; above head 
    Registered Member
    Join Date
    Jul 2010
    Posts
    14
    Thanks given
    0
    Thanks received
    0
    Rep Power
    1
    Hey was just wondering how to add a sM; above your head im adding weeds to my server cause alot ppl asks for it . .
    Reply With Quote  
     

  2. #2  
    Banned

    Join Date
    Jan 2009
    Age
    31
    Posts
    2,661
    Thanks given
    66
    Thanks received
    207
    Rep Power
    0
    i think its somthing like this

    Code:
    plrText = "Talking Above Head";
    plrTextUpdateRequired = true;
    Reply With Quote  
     

  3. #3  
    Registered Member
    Join Date
    Jul 2010
    Posts
    14
    Thanks given
    0
    Thanks received
    0
    Rep Power
    1
    Thank you so much
    Reply With Quote  
     

  4. #4  
    Donator

    Jason's Avatar
    Join Date
    Aug 2009
    Posts
    6,092
    Thanks given
    2,402
    Thanks received
    2,823
    Rep Power
    4550
    Actually, just putting it out there. My Brother and I thought of a really Cool way of using some actionButtons in clickingMost.java for Delta based servers. Basically, What happens is when you click the runecrafting option it will say your current level over your head. Might make a snippet later for it, it's nothing too insane but kinda interesting i guess. Here would be an example;

    Attack:
    Code:
    	case 33206: //attack
    	c.plrText = "My attack level is "+ c.playerLevel[0] +"";
    	c.plrTextUpdateRequired = true;
    	c.actionInterval = 50000;
    	break;
    Not tooo bad eh?
    Reply With Quote  
     

  5. #5  
    Registered Member
    Joker's Avatar
    Join Date
    Nov 2009
    Age
    28
    Posts
    1,845
    Thanks given
    378
    Thanks received
    1,206
    Rep Power
    5000
    Quote Originally Posted by Jason MacK View Post
    Actually, just putting it out there. My Brother and I thought of a really Cool way of using some actionButtons in clickingMost.java for Delta based servers. Basically, What happens is when you click the runecrafting option it will say your current level over your head. Might make a snippet later for it, it's nothing too insane but kinda interesting i guess. Here would be an example;

    Attack:
    Code:
        case 33206: //attack
        c.plrText = "My attack level is "+ c.playerLevel[0] +"";
        c.plrTextUpdateRequired = true;
        c.actionInterval = 50000;
        break;
    Not tooo bad eh?
    This has been added so many times before.

    Reply With Quote  
     

  6. #6  
    Banned

    Join Date
    Jun 2009
    Posts
    1,963
    Thanks given
    1
    Thanks received
    136
    Rep Power
    0
    First, you go to the main server folder, and you right click the folder, and click 'Delete folder'. Done!
    Reply With Quote  
     

  7. #7  
    Ready for Battle


    Join Date
    Aug 2009
    Age
    28
    Posts
    368
    Thanks given
    87
    Thanks received
    34
    Rep Power
    99
    c.forcePlayerText("MESSAGE HERE");
    Reply With Quote  
     


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
  •