Hi emistry, I've check the emotionlist.lub
Im confusing with the code, because this thing quite new to me.
And I also replace it with other emotionlist.lub which is working at other server, but still the same.
So I also done add on the code in the emotionlist.lub - /desp, /fsh, /spin, /sigh, /dum, /crwd
//---"***" this is where I added
InsertEmotionMsgListTable(ET_SPARK, "/e13")
InsertEmotionMsgListTable(ET_SPARK, "/fsh") ***
InsertEmotionListTable(ET_CONFUSE, MSI_EMOTION_CONFUSE, 52)
InsertEmotionMsgListTable(ET_CONFUSE, c_GetMsgString(MSI_EMOTION_CONFUSE))
InsertEmotionMsgListTable(ET_CONFUSE, "/e14")
InsertEmotionMsgListTable(ET_SPARK, "/spin") ***
InsertEmotionListTable(ET_OHNO, MSI_EMOTION_OHNO, 53)
InsertEmotionMsgListTable(ET_OHNO, c_GetMsgString(MSI_EMOTION_OHNO))
InsertEmotionMsgListTable(ET_OHNO, "/ÇѼû")
InsertEmotionMsgListTable(ET_OHNO, "/e15")
InsertEmotionMsgListTable(ET_SPARK, "/sigh") ***
InsertEmotionListTable(ET_HUM, MSI_EMOTION_HUM, 54)
InsertEmotionMsgListTable(ET_HUM, c_GetMsgString(MSI_EMOTION_HUM))
InsertEmotionMsgListTable(ET_HUM, "/e16")
InsertEmotionMsgListTable(ET_SPARK, "/dum") ***
InsertEmotionListTable(ET_BLABLA, MSI_EMOTION_BLABLA, 55)
InsertEmotionMsgListTable(ET_BLABLA, c_GetMsgString(MSI_EMOTION_BLABLA))
InsertEmotionMsgListTable(ET_BLABLA, "/½Ã²ø½Ã²ø")
InsertEmotionMsgListTable(ET_BLABLA, "/e17")
InsertEmotionMsgListTable(ET_SPARK, "/crwd") ***
InsertEmotionListTable(ET_OTL, MSI_EMOTION_OTL, 56)
InsertEmotionMsgListTable(ET_OTL, c_GetMsgString(MSI_EMOTION_OTL))
InsertEmotionMsgListTable(ET_OTL, "/e18")
InsertEmotionMsgListTable(ET_OTL, "/otl")
InsertEmotionMsgListTable(ET_SPARK, "/desp") ***
But it doesn't working...