Use Emotions

Use Emotions

Postby HelloWorldCool » 24 Nov 2011, 03:14

Here is just a brief list that i found out by testing.

Text: Emotion
:D: :D
(sun): *
(right): >
(left): <
(up): ^
(down): v
Download fCraft maps! - viewtopic.php?f=25&t=3012!



Note: The Developer(s) of MCDzienny have resigned and the software is no longer supported.
Errors are bound to occur and Mojang has not attempted to resolve them.
User avatar
HelloWorldCool
 
Posts: 867
Joined: 18 Oct 2011, 00:19
Location: MCDzienny Forums, HelloWorldCool Forums

Re: Use Emotions

Postby HelloWorldCool » 25 Nov 2011, 23:11

<3 = heart
Download fCraft maps! - viewtopic.php?f=25&t=3012!



Note: The Developer(s) of MCDzienny have resigned and the software is no longer supported.
Errors are bound to occur and Mojang has not attempted to resolve them.
User avatar
HelloWorldCool
 
Posts: 867
Joined: 18 Oct 2011, 00:19
Location: MCDzienny Forums, HelloWorldCool Forums

Re: Use Emotions

Postby HelloWorldCool » 25 Nov 2011, 23:54

I was just doing some surfing and i found this!
Hope this helps!

Credit to: sillyboyization

Whole List: http://forums.mcstorm.com/showthread.php?tid=1109

(Here is what is on the url):

(changed to MCDzienny)
Code: Select all
using System;

namespace MCDzienny
{
    public class CmdEmotelist : Command
    {
        public override string name { get { return "emotelist"; } }
        public override string shortcut { get { return ""; } }
        public override string type { get { return "other"; } }
        public override bool museumUsable { get { return false; } }
        public override LevelPermission defaultRank { get { return LevelPermission.Banned; } }
       
        public override void Use(Player p, string message)
        {
            if (message == "")
            {
                Player.SendMessage(p, " Please choose a page 1 or 2");
            }
            else if (message == "1")
            {
                Player.SendMessage(p, " smile - (smile)");
                Player.SendMessage(p, " darksmile - (darksmile)");
                Player.SendMessage(p, " heart - (heart)");
                Player.SendMessage(p, " diamond - (diamond)");
                Player.SendMessage(p, " bullet - (bullet)");
                Player.SendMessage(p, " hole - (hole)");
                Player.SendMessage(p, " male - (male)");
                Player.SendMessage(p, " female - (female)");
                //This is my personal fav emote xD
                Player.SendMessage(p, " sun - (sun)");
            }
            else if (message == "2")
            {
                Player.SendMessage(p, " right - (right)");
                Player.SendMessage(p, " left - (left)");
                Player.SendMessage(p, " double - (double)");
                Player.SendMessage(p, " half - (half)");
                Player.SendMessage(p, " uparrow - (uparrow)");
                Player.SendMessage(p, " downarrow - (downarrow)");
                Player.SendMessage(p, " rightarrow - (rightarrow)");
                Player.SendMessage(p, " up - (up)");
                Player.SendMessage(p, " down - (down)");
            }
        }
       
        public override void Help(Player p)
        {
            Player.SendMessage(p, "/emotelist [page] - show emotions");
            Player.SendMessage(p, " pages: 1, 2");
        }
    }
}
Download fCraft maps! - viewtopic.php?f=25&t=3012!



Note: The Developer(s) of MCDzienny have resigned and the software is no longer supported.
Errors are bound to occur and Mojang has not attempted to resolve them.
User avatar
HelloWorldCool
 
Posts: 867
Joined: 18 Oct 2011, 00:19
Location: MCDzienny Forums, HelloWorldCool Forums

Re: Use Emotions

Postby dzienny » 08 Dec 2011, 15:52

There are also additional special signs, which don't have any special names:
(sign1)...(sign15)

If you want you can think up names for some of them and post in suggestions.
User avatar
dzienny
Administrator
 
Posts: 1181
Joined: 23 Jan 2011, 14:27

Re: Use Emotions

Postby Ultima » 08 Dec 2011, 20:37

(sign15) gives a java outofboud error.
User avatar
Ultima
 
Posts: 953
Joined: 19 Aug 2011, 23:45

Re: Use Emotions

Postby TheOneMeg » 18 Apr 2012, 21:08

Here are all of the smileys:

Image = (bullet)
Image = (darksmile)
Image = (diamond)
Image = (double)
Image = (down)
Image = (downarrow)
Image = (female)
Image = (half)
Image = (heart)
Image = (hole)
Image = (left)
Image = (male)
Image = (right)
Image = (rightarrow)
Image = (smile)
Image = (sun)
Image = (up)
Image = (uparrow)


(copied from our website)
Image
TheOneMeg
 
Posts: 28
Joined: 20 Mar 2012, 18:42

Re: Use Emotions

Postby dzienny » 19 Apr 2012, 20:02

Nice. There are even more emots. You should check these out -> (sing1), (sign2) ... (sign15).
User avatar
dzienny
Administrator
 
Posts: 1181
Joined: 23 Jan 2011, 14:27

Re: Use Emotions

Postby TheOneMeg » 19 Apr 2012, 20:11

Thx, I will try them later on. :D
Image
TheOneMeg
 
Posts: 28
Joined: 20 Mar 2012, 18:42

Re: Use Emotions

Postby HelloWorldCool » 19 Sep 2012, 02:05

Update 9/18/2012.

Kind of hidden stuff but I'm sure this can be denoted some day.

Image
Download fCraft maps! - viewtopic.php?f=25&t=3012!



Note: The Developer(s) of MCDzienny have resigned and the software is no longer supported.
Errors are bound to occur and Mojang has not attempted to resolve them.
User avatar
HelloWorldCool
 
Posts: 867
Joined: 18 Oct 2011, 00:19
Location: MCDzienny Forums, HelloWorldCool Forums

Re: Use Emotions

Postby dryfly21 » 22 Sep 2012, 00:18

lol wow...whats denoted?
dryfly21
 
Posts: 135
Joined: 07 Apr 2012, 03:27

Next

Return to How-To

Who is online

Users browsing this forum: No registered users and 1 guest

cron