Thread: Custom Crowns Question

Results 1 to 9 of 9
  1. #1 Custom Crowns Question 
    Banned

    Join Date
    Oct 2008
    Posts
    157
    Thanks given
    0
    Thanks received
    2
    Rep Power
    0
    How would i set up a crown so its for the owner only?
    Reply With Quote  
     

  2. #2  
    Bot
    Bot is offline
    You're My Favourite!

    Join Date
    Aug 2007
    Posts
    1,282
    Thanks given
    485
    Thanks received
    72
    Rep Power
    1397
    [Only registered and activated users can see links. ] look for galkon's tutorial.


    [Only registered and activated users can see links. ]

    With Love, Bot.
    Reply With Quote  
     

  3. #3  
    Banned

    Join Date
    Oct 2008
    Posts
    157
    Thanks given
    0
    Thanks received
    2
    Rep Power
    0
    Quote Originally Posted by Fusion View Post
    [Only registered and activated users can see links. ] look for galkon's tutorial.
    Last time i looked at it, it was for mod and admin crowns, not a certian crown for the owner.
    Reply With Quote  
     

  4. #4  
    Registered Member
    Hunter's Avatar
    Join Date
    Jun 2009
    Age
    30
    Posts
    857
    Thanks given
    3
    Thanks received
    23
    Rep Power
    216
    Find where you setup crowns:

    Code:
    if(playerRights >= 3) {
    if(playerName.equalsIgnoreCase("OwnerNamehere")) {
    out.write(8); // player crown number here
    }
    }
    Un-tested.
    Reply With Quote  
     

  5. #5  
    Banned

    Join Date
    Oct 2008
    Posts
    157
    Thanks given
    0
    Thanks received
    2
    Rep Power
    0
    Quote Originally Posted by Hunter- View Post
    Find where you setup crowns:

    Code:
    if(playerRights >= 3) {
    if(playerName.equalsIgnoreCase("OwnerNamehere")) {
    out.write(8); // player crown number here
    }
    }
    Un-tested.

    Edit: Would it be something like this?


    else if (s.equalsIgnoreCase("mod_icons") && i == 3) && (playerName.equalsIgnoreCase("austin"))
    {
    try
    {
    Image image = Toolkit.getDefaultToolkit().getImage("./sprites/"+s+" "+i+".png"); //System.getProperty("user.dir") + "\\"+i+".png");
    anIntArray1439 = new int[anInt1440 * anInt1441];
    PixelGrabber pixelgrabber = new PixelGrabber(image, 0, 0, anInt1440, anInt1441, anIntArray1439, 0, anInt1440);
    pixelgrabber.grabPixels();
    //System.out.println(s+" "+i+".png"+ " hopefully loaded");
    }
    catch (Exception exception)
    {
    System.out.println(((Object) (exception)));
    }
    }

    Wouldn't let me put it in code.
    Reply With Quote  
     

  6. #6  
    Registered Member
    Hunter's Avatar
    Join Date
    Jun 2009
    Age
    30
    Posts
    857
    Thanks given
    3
    Thanks received
    23
    Rep Power
    216
    No, the code I posted is server-sided..I assumed that by your post.

    Client sided you can create the sprite for use..but you have to call it being made for crown use server-sided.
    Reply With Quote  
     

  7. #7  
    Fuck yeah!
    Mergim's Avatar
    Join Date
    May 2009
    Age
    28
    Posts
    2,309
    Thanks given
    218
    Thanks received
    187
    Rep Power
    1619
    You using bluurr?
    Reply With Quote  
     

  8. #8  
    Super Donator

    Sydney's Avatar
    Join Date
    Jul 2009
    Age
    28
    Posts
    560
    Thanks given
    184
    Thanks received
    175
    Rep Power
    867
    Would there be a way to add custom crowns to a 508?


    Spoiler for lulz:








    Reply With Quote  
     

  9. #9  
    Member Market Banned Market Banned

    Robin Spud's Avatar
    Join Date
    Aug 2008
    Age
    28
    Posts
    2,338
    Thanks given
    46
    Thanks received
    73
    Rep Power
    1068
    i can add custom crowns. you do it via player riights. so if you want a custom crank make playerrights 4 have its own crown and use that. if you want me to do it got for you i will. i got college in 40 mins tho. so ile help u when i get back at 2pm england time
    ILY Stewie.
    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
  •