Thread: god cape emote(noob friendly)

Results 1 to 7 of 7
  1. #1 god cape emote(noob friendly) 
    rukia
    Guest
    Credits: 100% me

    Purpose: to make cool god cape emotes

    Server Base: P16 (should work on all tho)

    Difficulty: 1/10

    Knowledge: copy + paste, how to add/change Gfx's


    this is pretty cool and simple, i was sitting at home one day and thought of the idea, like i said its simple and like a 5 min process.

    to start open up client.java and under neath

    Code:
    public class client extends Player implements Runnable {
    add this

    Code:
    /*God Capes~~Rukia*/
    public void GodCape() {
    if(playerEquipment[playerCape] == 2412) {
    if (actionTimer == 0) {
    txt4 = "Saradomin rain down your power on this world!";
    stillgfx(xxx, absY, absX);
    stillgfx(xxx, absY+1, absX-1);
    stillgfx(xxx, absY-1, absX+1);
    stillgfx(xxx, absY-1, absX-1);
    stillgfx(xxx, absY+1, absX+1);
    actionTimer = 15;
    }
    }
    if(playerEquipment[playerCape] == 2413) {
    if (actionTimer == 0) {
    txt4 = "Guthix you have given the world balance!!";
    stillgfx(xxx, absY, absX);
    stillgfx(xxx, absY+1, absX-1);
    stillgfx(xxx, absY-1, absX+1);
    stillgfx(xxx, absY-1, absX-1);
    stillgfx(xxx, absY+1, absX+1);
    actionTimer = 15;
    }
    }
    if(playerEquipment[playerCape] == 2414) {
    if (actionTimer == 0) {
    txt4 = "Zamorak show no mercy, feel no pain, and burn in hell!";
    stillgfx(xxx, absY, absX);
    stillgfx(xxx, absY+1, absX-1);
    stillgfx(xxx, absY-1, absX+1);
    stillgfx(xxx, absY-1, absX-1);
    stillgfx(xxx, absY+1, absX+1);
    actionTimer = 15;
    }
    }
    }/*End of God capes~~Rukia*/
    after you add that search for

    Code:
    case 169: // no emote
    or something like it, replace that case with mine

    Code:
    				case 169: // god emote
                                    GodCape();
    				break;
    save and your done setting it up, now to edit the code. were the syillgfx(xxx is change the xxx to the gfx's you want so say i want ice barrage it would look like

    Code:
    stillgfx(369, absY+1, absX-1);
    when your done editing/adding/removing gfx's save compile and enjoy

    hope you like it rep is appreciated
     

  2. #2  
    Money
    Guest
    ok then thnx it looks good so ill try it m8
     

  3. #3  
    GoneFishing
    Guest
    Heh, Old now, but Thanks
     

  4. #4  
    Registered Member rip2pac's Avatar
    Join Date
    Oct 2006
    Posts
    54
    Thanks given
    0
    Thanks received
    0
    Rep Power
    19
    awesome.. gatta try them. can you show some pics?
    Every day is always better above ground. -KoRn.

    5 years here an plannin to stay.
     

  5. #5  
    Money
    Guest
    just wanna say how do you make them say something
    is it something like txt4:

    EDIT: wait sorry wrong thing they dont say anything why?
     

  6. #6  
    Str3hitya
    Guest
    make pic of how it looks =P
     

  7. #7  
    rukia
    Guest
    Quote Originally Posted by Money View Post
    just wanna say how do you make them say something
    is it something like txt4:

    EDIT: wait sorry wrong thing they dont say anything why?

    erm sorry bout that

    i added the wrong case so it screwed it up

    but problems fixed so jsut readd everything and yes txt4 is like the d b axe spec to
     


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: 2
    Last Post: 02-18-2010, 01:44 AM
  2. Fishing - Noob friendly.
    By Concious in forum Tutorials
    Replies: 4
    Last Post: 12-14-2008, 07:23 PM
  3. Replies: 1
    Last Post: 08-11-2008, 11:01 AM
  4. Summoning *noob friendly*
    By Unkn0wn in forum Tutorials
    Replies: 8
    Last Post: 04-18-2008, 05:35 PM
  5. Changing npc exp(noob friendly)
    By cyanoob in forum Tutorials
    Replies: 7
    Last Post: 01-25-2008, 12:33 AM
Posting Permissions
  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •