Thread: ::settag yell Donator command

Page 1 of 3 123 LastLast
Results 1 to 10 of 29
  1. #1 ::settag yell Donator command 
    Banned
    Join Date
    Mar 2012
    Posts
    157
    Thanks given
    5
    Thanks received
    16
    Rep Power
    0

    95% credits to [Only registered and activated users can see links. ]
    5% credits to [Only registered and activated users can see links. ]



    Commands.java

    Add:
    Code:
        if (playerCommand.startsWith("settag") && playerCommand.length() > 7) {
    			if (c.isDonator < 1) {
    				c.sendMessage("Only special donators may use this feature.");
    				return;
    			}
    			String tag = playerCommand.substring(7);
    			if (tag.length() < 1 || tag.length() > 12) {
    				c.sendMessage("Yell tag must be 1-12 characters long!");
    				return;
    			}
    			String[] blocked = {"owner", "mod", "moderator", "admin"};
    			for (int i = 0; i < blocked.length; i++) {
    				if (tag.toLowerCase().contains(blocked[i])) {
    					c.sendMessage("Tag Blocked: Abuse = Ban");
    					return;
    				}
    			}
    			c.customYellTag = playerCommand.substring(7);
    			c.sendMessage("You changed your YellTag to: " + c.customYellTag);
    			return;
            }
    Player.java

    Add this under one of the "public int" :
    Code:
    public String customYellTag = "Donator";
    Playersave.java

    Add under one of the "} else if ("

    Code:
    } else if (token.equals("character-yellTag")) {
    						p.customYellTag = token2;
    Add under one of the "characterfile.write"

    Code:
    characterfile.write("character-yellTag = ", 0, 20);
    			characterfile.write(p.customYellTag, 0, p.customYellTag.length());
    Reply With Quote  
     

  2. Thankful users:


  3. #2  
    GANGNAM STYLE!

    Ohad's Avatar
    Join Date
    Aug 2011
    Posts
    3,182
    Thanks given
    152
    Thanks received
    352
    Rep Power
    1671
    thats cool
    [Only registered and activated users can see links. ]
    Reply With Quote  
     

  4. #3  
    Banned
    TrustedDealer's Avatar
    Join Date
    Jan 2011
    Posts
    915
    Thanks given
    98
    Thanks received
    241
    Rep Power
    0
    Nice work
    Reply With Quote  
     

  5. #4  
    Banned
    Join Date
    Feb 2012
    Posts
    631
    Thanks given
    201
    Thanks received
    59
    Rep Power
    0
    Pretty cool, love it. Might add it in the future.
    Reply With Quote  
     

  6. #5  
    Registered Member

    Join Date
    Sep 2011
    Posts
    1,140
    Thanks given
    385
    Thanks received
    398
    Rep Power
    474
    Code:
    c.customYellTag = playerCommand.substring(7);
    Should be
    Code:
    c.customYellTag = tag;
    Reply With Quote  
     

  7. #6  
    Member
    Join Date
    Aug 2011
    Posts
    275
    Thanks given
    29
    Thanks received
    23
    Rep Power
    0
    Anyreasons you fags never Thanked him?

    I did.

    Love you.
    [Only registered and activated users can see links. ]
    Reply With Quote  
     

  8. #7  
    Registered Member wuperr's Avatar
    Join Date
    Dec 2009
    Posts
    268
    Thanks given
    193
    Thanks received
    12
    Rep Power
    27
    :ettag this server is shit,join [Only registered and activated users can see links. ]
    What then?
    Reply With Quote  
     

  9. #8  
    Tantalizing

    Join Date
    Apr 2011
    Posts
    447
    Thanks given
    106
    Thanks received
    123
    Rep Power
    66
    Quote Originally Posted by wuperr View Post
    What then?
    Code:
    if (tag.length() < 1 || tag.length() > 12) {
    				c.sendMessage("Yell tag must be 1-12 characters long!");
    				return;
    			}
    Reply With Quote  
     

  10. #9  
    Member
    Join Date
    Aug 2011
    Posts
    275
    Thanks given
    29
    Thanks received
    23
    Rep Power
    0
    Quote Originally Posted by wuperr View Post
    What then?
    l2 read java.
    [Only registered and activated users can see links. ]
    Reply With Quote  
     

  11. Thankful user:


  12. #10  
    Registered Member wuperr's Avatar
    Join Date
    Dec 2009
    Posts
    268
    Thanks given
    193
    Thanks received
    12
    Rep Power
    27
    Quote Originally Posted by The1'N'Only View Post
    l2 read java.
    Thing is I didn't read.
    Reply With Quote  
     

Page 1 of 3 123 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: 50
    Last Post: 04-17-2014, 02:19 PM
  2. Adding Donator In Yell
    By PrataKosong in forum Help
    Replies: 2
    Last Post: 09-07-2011, 01:32 PM
  3. [PI] Donator yell
    By Faqqot Jr in forum Help
    Replies: 2
    Last Post: 07-24-2011, 03:50 PM
  4. donator in ::yell
    By Ninja assassin in forum Help
    Replies: 7
    Last Post: 03-28-2010, 09:17 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
  •