Thread: »»The Ultimate AdminGlow! *Newb Friendly & Includes Pictures!*««

Page 1 of 8 123 ... LastLast
Results 1 to 10 of 76
  1. #1 »»The Ultimate AdminGlow! *Newb Friendly & Includes Pictures!*«« 
    V 3 N Ø M™
    Guest
    »»!Zee Ultimate AdminGlow!««
    If you read this please give feedback and comments... Thanks.

    RESULTS:

    Front View

    Top View Walking

    Front View After shot

    Top View

    Front View Walking Towards

    Front View Turned Off


    Introduction:
    Hey, I wasn't thinking about releasing this since it then it wouldn't be "special" anymore, but I thought that you should get a taste of it... , I have made a simple command that'll make a huge impact on admins.... I think you love it and they'll too. I not sure if something like this has been posted... But so far I haven't seen one so I'm going to post this...

    Purpose:
    To add a ::adminglow command to you server...

    Credits:
    All to me, V 3 N Ø M™

    Difficulty:
    -10/10 (If you couldn't add it, then... I don't know what to say...)

    Assumed Knowledge:
    • Copy and Pasting
    • Common Sense
    • Basic Java Knowledge
    • Patience
    • Reading Skills
    Class Modified:
    Client.java

    Notes:
    Make sure to read the bolded parts! It's the key words and it'll help!

    Warning: This may lag your server because of all the gfx that it uses...

    Procedures:

    Step 1:
    Open you Client.java...

    Step 2:
    Search for:
    Code:
     public class client extends Player implements Runnable {
    And add this under it:
    Code:
     public boolean aGlow = false;
    Step 3:
    Search for this: (Or, just find where you usually add all your commands)
    Code:
     command.replaceAll("no-ip", "imgay");
    command.replaceAll("servegame", "imgay");
    command.trim();
    And under the:
    Code:
     command.trim();
    Add this:
    Code:
     if (command.equalsIgnoreCase("adminglow") && playerRights >= 2)//created by V 3 N 0 M
    {
    startAnimation(1499);
    stillgfxz2(451, absY, absX, 1, 0);
    stillgfxz2(451, absY, absX-1, 1, 0);
    stillgfxz2(451, absY-1, absX, 1, 0);
    stillgfxz2(451, absY+1, absX, 1, 0);
    stillgfxz2(451, absY, absX+1, 1, 0);
    stillgfx(437, absY, absX);
    stillgfx(293, absY, absX);
    stillgfx(379, absY, absX);
    sendMessage("Everything starts to burn around you!!");
    aGlow = true;
    }
    else if (command.equalsIgnoreCase("aglowoff") && playerRights >= 2){
    sendMessage("All the fire and destruction goes away...");
    aGlow = false;
    }
    Step 4:
    Now search for this:
    Code:
     public boolean process() {
    Under that add:
    Code:
     if(aGlow == true) {//By V 3 N 0 M
    {
    stillgfx(76, absY, absX-1);
    stillgfx(76, absY, absX+1);
    stillgfx(76, absY-1, absX);
    stillgfx(76, absY+1, absX);
    stillgfx(246, absY, absX);
    stillgfx(327, absY, absX);
    stillgfxz2(310, absY, absX+1, 3, 2);
    stillgfxz2(310, absY, absX-1, 3, 2);
    stillgfxz2(310, absY+1, absX, 3, 2);
    stillgfxz2(310, absY-1, absX, 3, 2);
    stillgfx(197, absY, absX+1);
    stillgfx(197, absY+1, absX);
    stillgfx(197, absY-1, absX);
    stillgfx(197, absY, absX-1);
    stillgfx(78, absY, absX+2);
    stillgfx(78, absY+2, absX);
    stillgfx(78, absY-2, absX);
    stillgfx(78, absY, absX-2);
    stillgfx(78, absY+1, absX+1);
    stillgfx(78, absY-1, absX-1);
    stillgfx(78, absY-1, absX+1);
    stillgfx(78, absY+1, absX-1);
    updateRequired = true;
    appearanceUpdateRequired = true;
                            }
                }
    Step 5:
    Save, Compile and Run your server! Well Done!

    PLEASE POST FEEDBACK, QUESTIONS, AND ERRORS! THANKS!!


    Thanks,
    ~ V 3 N Ø M™ ~
     

  2. #2  
    Turbo
    Guest
    A Dam The Cool Im A Adding It Lmao Owner's Glow For Me Thanks
     

  3. #3  
    Registered Member

    Join Date
    May 2007
    Posts
    696
    Thanks given
    0
    Thanks received
    0
    Rep Power
    154
    Erm... this would cause unecessary lag...
    Anybody remember me?
     

  4. #4  
    Registered Member SourDeeez's Avatar
    Join Date
    Nov 2007
    Posts
    409
    Thanks given
    0
    Thanks received
    8
    Rep Power
    50
    This looks like it would lag the server like hell;But it does look pretty sweet.
     

  5. #5  
    Thecowman
    Guest
    Nice looks preet sweet. If I decide to code a bit I will add to server.

    Thanks,
    >TCM
     

  6. #6  
    Renown Programmer
    Harha's Avatar
    Join Date
    Jul 2006
    Age
    30
    Posts
    433
    Thanks given
    3
    Thanks received
    31
    Rep Power
    339
    It looks stupid, it laggs and it will put the framerate to about 5-20 per second. Sry for my negative comment but this is useless. :/
     

  7. #7  
    kilermage
    Guest
    This will cause alot of lagg in the server. It really is unnecerresary.
     

  8. #8  
    Registered Member
    Oblakastouf's Avatar
    Join Date
    Mar 2007
    Age
    32
    Posts
    1,194
    Thanks given
    0
    Thanks received
    1
    Rep Power
    274
    Wow U R Have Make Gee Fix!!!! Teech Me Gee Fix Ploxoxox!!!
    Um... Bored.
     

  9. #9  
    Jadscape
    Guest
    woah, I just had ALOT of lagg on my server
     

  10. #10  
    V 3 N Ø M™
    Guest
    Quote Originally Posted by oblakastouf.php View Post
    Wow U R Have Make Gee Fix!!!! Teech Me Gee Fix Ploxoxox!!!
    Uh... What?

    Yeh, it does lag the server for those that don't have fast servers... But mine it's fine...


    I'll put that on...
     

Page 1 of 8 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
  •