Thread: [PI] Clan Dicing

Page 1 of 2 12 LastLast
Results 1 to 10 of 20
  1. #1 [PI] Clan Dicing 
    Learner

    Kaiser Btw's Avatar
    Join Date
    Dec 2010
    Posts
    2,420
    Thanks given
    509
    Thanks received
    445
    Rep Power
    209
    Iv seen to many people request this and to many people who dont know how.

    Itemclick2.java

    Code:
    			case 15098:
    			if (c.clanId >= 0) {
    				Server.clanChat.playerMessageToClan(c.playerId, "I have rolled a "+ Misc.random(100) +" on the percentile dice", c.clanId);
    				c.startAnimation(11900);
    				c.gfx0(2075);
    			} else {
    				if (c.clanId != -1)
    				c.clanId = -1;
    				c.sendMessage("You are not in a clan.");
    			}
    			break;
    Push those 2 nice buttons
    Reply With Quote  
     

  2. #2  
    Community Veteran


    Join Date
    Jun 2007
    Posts
    1,683
    Thanks given
    302
    Thanks received
    309
    Rep Power
    481
    Already posted, and all you did here was supply the anim, gfx, and a chat responder of a number 1-100...
    Reply With Quote  
     

  3. #3  
    Registered Member
    IngeniousPentaSquid's Avatar
    Join Date
    Jun 2011
    Age
    28
    Posts
    993
    Thanks given
    47
    Thanks received
    140
    Rep Power
    79
    To genuinly add it you need a forceText for player only, and add like <img=2> so no scams
    ©®
    Reply With Quote  
     

  4. #4  
    Mysteria Developer

    DatguyJay's Avatar
    Join Date
    Mar 2011
    Age
    28
    Posts
    2,139
    Thanks given
    302
    Thanks received
    161
    Rep Power
    212
    LOL error?
    Code:
    src\server\model\players\packets\ItemClick2.java:27: package Server does not exi
    st
                                    Server.clanChat.playerMessageToClan(c.playerId,
    "I have rolled a "+ Misc.random(100) +" on the percentile dice", c.clanId);
                                          ^
    Note: Some input files use unchecked or unsafe operations.
    Note: Recompile with -Xlint:unchecked for details.
    1 error
    Press any key to continue . . .
    Reply With Quote  
     

  5. #5  
    Learner

    Kaiser Btw's Avatar
    Join Date
    Dec 2010
    Posts
    2,420
    Thanks given
    509
    Thanks received
    445
    Rep Power
    209
    Quote Originally Posted by cry 4 merci View Post
    LOL error?
    Code:
    src\server\model\players\packets\ItemClick2.java:27: package Server does not exi
    st
                                    Server.clanChat.playerMessageToClan(c.playerId,
    "I have rolled a "+ Misc.random(100) +" on the percentile dice", c.clanId);
                                          ^
    Note: Some input files use unchecked or unsafe operations.
    Note: Recompile with -Xlint:unchecked for details.
    1 error
    Press any key to continue . . .
    LOL import

    guys iv never seen clan chat dicing been released..
    Reply With Quote  
     

  6. #6  
    Registered Member
    Join Date
    Dec 2010
    Age
    29
    Posts
    1,186
    Thanks given
    513
    Thanks received
    340
    Rep Power
    35
    This wasn't already released, there was forcedchat snippets released, nothing clanchat related, there's kickyamoms or w/e and panda's and one more, still not a single one to do with clan chat.

    but cool I guess.
    Reply With Quote  
     

  7. #7  
    Registered Member Azurite's Avatar
    Join Date
    Apr 2009
    Posts
    689
    Thanks given
    256
    Thanks received
    81
    Rep Power
    55
    Now do gfx on coord
    Reply With Quote  
     

  8. #8  
    IGFXS!
    Join Date
    Apr 2011
    Posts
    403
    Thanks given
    82
    Thanks received
    34
    Rep Power
    22
    Code:
    src\server\model\players\packets\ClickItem.java:24: package Server does not exis
    t
                                    Server.clanChat.playerMessageToClan(c.playerId,
    "<img=1>I have rolled a "+ Misc.random(10) +" on the dice.", c.clanId);
                                          ^
    Note: Some input files use unchecked or unsafe operations.
    Note: Recompile with -Xlint:unchecked for details.
    1 error
    Press any key to continue . . .
    o.o
    I specialize in logos, send me a PM if you would like to give your company a more professional feel.
    Reply With Quote  
     

  9. #9  
    Registered Member Azurite's Avatar
    Join Date
    Apr 2009
    Posts
    689
    Thanks given
    256
    Thanks received
    81
    Rep Power
    55
    Quote Originally Posted by Keat View Post
    Code:
    src\server\model\players\packets\ClickItem.java:24: package Server does not exis
    t
                                    Server.clanChat.playerMessageToClan(c.playerId,
    "<img=1>I have rolled a "+ Misc.random(10) +" on the dice.", c.clanId);
                                          ^
    Note: Some input files use unchecked or unsafe operations.
    Note: Recompile with -Xlint:unchecked for details.
    1 error
    Press any key to continue . . .
    o.o
    Import Server.java.
    Reply With Quote  
     

  10. #10  
    IGFXS!
    Join Date
    Apr 2011
    Posts
    403
    Thanks given
    82
    Thanks received
    34
    Rep Power
    22
    Code:
    src\server\model\players\packets\ClickItem.java:25: playerMessageToClan(server.m
    odel.players.Client,int,java.lang.String,int) in server.world.ClanChatHandler ca
    nnot be applied to (int,java.lang.String,int)
                                    Server.clanChat.playerMessageToClan(c.playerId,
    "<img=1>I have rolled a "+ Misc.random(10) +" on the dice.", c.clanId);
                                                   ^
    Note: Some input files use unchecked or unsafe operations.
    Note: Recompile with -Xlint:unchecked for details.
    1 error
    Press any key to continue . . .
    o.o
    I specialize in logos, send me a PM if you would like to give your company a more professional feel.
    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

Similar Threads

  1. Rune-Server Dicing
    By Galkon in forum Chat
    Replies: 48
    Last Post: 09-27-2011, 08:56 PM
  2. [Pi] 60% Dicing
    By Kickyamom in forum Snippets
    Replies: 21
    Last Post: 08-20-2011, 02:46 AM
  3. gfx for dicing?
    By `Michael in forum Requests
    Replies: 2
    Last Post: 07-12-2011, 10:26 PM
  4. Dic3Mania - The new dicing generation
    By Dunhel in forum Chat
    Replies: 2
    Last Post: 06-13-2011, 01:23 PM
  5. [Dyce Duel] Legit 1vs1 Dicing [Looking for hosters]
    By Rune-Exclusion in forum Chat
    Replies: 2
    Last Post: 06-10-2011, 06:29 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
  •