Thread: [508] emote + gfx & both tester

Page 1 of 2 12 LastLast
Results 1 to 10 of 16
  1. #1 [508] emote + gfx & both tester 
    Registered Member

    Join Date
    Dec 2007
    Age
    25
    Posts
    318
    Thanks given
    3
    Thanks received
    5
    Rep Power
    88
    eazy as pie to add, i was bored and searching for emotes and GFX'es so i made these

    1.open commands.java

    1.1 - emote tester

    Code:
    if (cmd[0].equals("emote")) {
    int emote = Integer.parseInt(cmd[1]);
    p.requestAnim(emote, 1);
    }
    1.2 - GFX tester

    Code:
    if (cmd[0].equals("gfx")) {
    int gfx = Integer.parseInt(cmd[1]);
    p.requestGFX(gfx,1);
    }
    1.3 - emote + GFX tester

    Code:
    if (cmd[0].equals("star")) {
    int gfx = Integer.parseInt(cmd[2]);
    int emote = Integer.parseInt(cmd[1]);
    p.requestGFX(gfx,1);
    p.requestAnim(emote, 1);
    }
    there ya go:woot:
    credits - 100% me

    EDIT: found a funny interface
    :howinterface 137
    LOL
    [spoil]
    Quote Originally Posted by Archspire View Post
    class9.disabledText = setMessage(j);

    Hmm having an error with this line, I added disabledText has a public int but its still not reading it as a variable.
    [/spoil]
    Reply With Quote  
     

  2. #2  
    You only get one shot.

    `Lubricant's Avatar
    Join Date
    Jun 2008
    Age
    26
    Posts
    1,611
    Thanks given
    96
    Thanks received
    86
    Rep Power
    126
    And this is why we have already ::emote and ::gfx. we can do any.


    [Only registered and activated users can see links. ]
    Neuro-X Supporter
    Helios Supporter
    Matrix RSPS Supporter
    Reply With Quote  
     

  3. #3  
    Xx God xX
    Guest
    lol nice 2 replies and 19 views...i smell some one is gonna leech ;d
    Reply With Quote  
     

  4. #4  
    iLL-ViZi0N
    Guest
    Fudge nub, he made one thats both put together, as in :tar GFX ANIM, so it does both you moron learn 2 read code.
    Reply With Quote  
     

  5. #5  
    You only get one shot.

    `Lubricant's Avatar
    Join Date
    Jun 2008
    Age
    26
    Posts
    1,611
    Thanks given
    96
    Thanks received
    86
    Rep Power
    126
    Moron, are you retarted? i was talking about ::emote and ::gfx


    [Only registered and activated users can see links. ]
    Neuro-X Supporter
    Helios Supporter
    Matrix RSPS Supporter
    Reply With Quote  
     

  6. #6 Mrorrrrrrrrrrroooooonnnnn 
    You only get one shot.

    `Lubricant's Avatar
    Join Date
    Jun 2008
    Age
    26
    Posts
    1,611
    Thanks given
    96
    Thanks received
    86
    Rep Power
    126
    Moron, are you retarted? i was talking about ::emote and ::gfx


    [Only registered and activated users can see links. ]
    Neuro-X Supporter
    Helios Supporter
    Matrix RSPS Supporter
    Reply With Quote  
     

  7. #7  
    killer75230
    Guest
    Quote Originally Posted by fudge View Post
    Moron, are you retarted? i was talking about ::emote and ::gfx
    lol, fudge owned the stupid kid
    Reply With Quote  
     

  8. #8  
    iLL-ViZi0N
    Guest
    Stupid kid ? again tell me what you did for this community that was so productive? and fudge, no need to flame new comers to 508. You learned to type in showinterface, thats all. so Learn 2 live u worthless garbage
    Reply With Quote  
     

  9. #9  
    Banned
    Join Date
    Mar 2008
    Age
    52
    Posts
    782
    Thanks given
    0
    Thanks received
    9
    Rep Power
    0
    fudge was new comer to 508 everyone was spamming him...
    Reply With Quote  
     

  10. #10  
    Officially Retired

    Huey's Avatar
    Join Date
    Jan 2008
    Age
    19
    Posts
    16,489
    Thanks given
    3,387
    Thanks received
    7,726
    Rep Power
    5000
    pointless :O

    Listen children don't become this guy.
    Quote Originally Posted by Owner Spikey View Post
    Why can I attack lower level npc's in a matter of a mouse hover but for a higher level npc the only choice to attack is by right clicking option attack?

    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

Posting Permissions
  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •