Jump to content
  • 0

changing emotion icon list chat when click like /no1


hakuren

Question


  • Group:  Members
  • Topic Count:  120
  • Topics Per Day:  0.03
  • Content Count:  295
  • Reputation:   6
  • Joined:  12/02/11
  • Last Seen:  

hi is there a way to change emotion chat in the emotion icon list

example ./no1 -> /like

1.jpg.ca9f25c10b936009bdac6300958195cd.jpg

Edited by hakuren
Link to comment
Share on other sites

4 answers to this question

Recommended Posts

  • 0

  • Group:  Members
  • Topic Count:  13
  • Topics Per Day:  0.00
  • Content Count:  255
  • Reputation:   232
  • Joined:  07/24/13
  • Last Seen:  

1 hour ago, hakuren said:

hi is there a way to change emotion chat in the emotion icon list

example /no1 -> /like

1.jpg.ca9f25c10b936009bdac6300958195cd.jpg

try to change smile order here: data\luafiles514\lua files\emotion\emotionlist.lub

EMOTION_ORDERLIST = {
	ET_SURPRISE,
	ET_QUESTION,
	ET_DELIGHT,
	ET_THROB,
	ET_BIGTHROB,
	ET_SWEAT,
	ET_AHA,
	ET_FRET,
	ET_ANGER,
	ET_MONEY,
	ET_THINK,
	ET_ROCK,
	ET_SCISSOR,
	ET_WRAP,
	ET_THANKS,
	ET_KEK,
	ET_SORRY,
	ET_SMILE,
	ET_PROFUSELY_SWEAT,
	ET_SCRATCH,
	ET_BEST,
	ET_STARE_ABOUT,
	ET_HUK,
	ET_O,
	ET_X,
	ET_HELP,
	ET_GO,
	ET_CRY,
	ET_KIK,
	ET_CHUP,
	ET_CHUPCHUP,
	ET_HNG,
	ET_OK,
	ET_STARE,
	ET_HUNGRY,
	ET_COOL,
	ET_MERONG,
	ET_SHY,
	ET_GOODBOY,
	ET_SPTIME,
	ET_SEXY,
	ET_COMEON,
	ET_SLEEPY,
	ET_CONGRATULATION,
	ET_HPTIME,
	ET_SPARK,
	ET_CONFUSE,
	ET_OHNO,
	ET_HUM,
	ET_BLABLA,
	ET_OTL,
	ET_LUV,
	ET_MOBILE,
	ET_MAIL,
	ET_ANTENNA1,
	ET_ANTENNA2,
	ET_ANTENNA3,
	ET_HUM2,
	ET_ABS,
	ET_OOPS,
	ET_SPIT,
	ET_ENE,
	ET_PANIC,
	ET_WHISP
}

 

Link to comment
Share on other sites

  • 0

  • Group:  Members
  • Topic Count:  120
  • Topics Per Day:  0.03
  • Content Count:  295
  • Reputation:   6
  • Joined:  12/02/11
  • Last Seen:  

3 hours ago, Balfear said:

try to change smile order here: data\luafiles514\lua files\emotion\emotionlist.lub


EMOTION_ORDERLIST = {
	ET_SURPRISE,
	ET_QUESTION,
	ET_DELIGHT,
	ET_THROB,
	ET_BIGTHROB,
	ET_SWEAT,
	ET_AHA,
	ET_FRET,
	ET_ANGER,
	ET_MONEY,
	ET_THINK,
	ET_ROCK,
	ET_SCISSOR,
	ET_WRAP,
	ET_THANKS,
	ET_KEK,
	ET_SORRY,
	ET_SMILE,
	ET_PROFUSELY_SWEAT,
	ET_SCRATCH,
	ET_BEST,
	ET_STARE_ABOUT,
	ET_HUK,
	ET_O,
	ET_X,
	ET_HELP,
	ET_GO,
	ET_CRY,
	ET_KIK,
	ET_CHUP,
	ET_CHUPCHUP,
	ET_HNG,
	ET_OK,
	ET_STARE,
	ET_HUNGRY,
	ET_COOL,
	ET_MERONG,
	ET_SHY,
	ET_GOODBOY,
	ET_SPTIME,
	ET_SEXY,
	ET_COMEON,
	ET_SLEEPY,
	ET_CONGRATULATION,
	ET_HPTIME,
	ET_SPARK,
	ET_CONFUSE,
	ET_OHNO,
	ET_HUM,
	ET_BLABLA,
	ET_OTL,
	ET_LUV,
	ET_MOBILE,
	ET_MAIL,
	ET_ANTENNA1,
	ET_ANTENNA2,
	ET_ANTENNA3,
	ET_HUM2,
	ET_ABS,
	ET_OOPS,
	ET_SPIT,
	ET_ENE,
	ET_PANIC,
	ET_WHISP
}

 

i already did that but still i cant find ./no1 to change /like

Edited by hakuren
Link to comment
Share on other sites

  • 0

  • Group:  Members
  • Topic Count:  13
  • Topics Per Day:  0.00
  • Content Count:  255
  • Reputation:   232
  • Joined:  07/24/13
  • Last Seen:  

3 hours ago, hakuren said:

i already did that but still i cant find ./no1 to change /like

add after

InsertEmotionListTable(ET_BEST, MSI_EMOTION_BEST, 21)
InsertEmotionMsgListTable(ET_BEST, c_GetMsgString(MSI_EMOTION_BEST))

this

InsertEmotionMsgListTable(ET_BEST, "/like")

 

Link to comment
Share on other sites

  • 0

  • Group:  Members
  • Topic Count:  120
  • Topics Per Day:  0.03
  • Content Count:  295
  • Reputation:   6
  • Joined:  12/02/11
  • Last Seen:  

12 hours ago, Balfear said:

add after


InsertEmotionListTable(ET_BEST, MSI_EMOTION_BEST, 21)
InsertEmotionMsgListTable(ET_BEST, c_GetMsgString(MSI_EMOTION_BEST))

this


InsertEmotionMsgListTable(ET_BEST, "/like")

 

yea i did that but still when you click it in emotion icon list(alt+L), in the chat box still ./no1 not /like

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Answer this question...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...