Quote:
Originally Posted by miszczuuuuu
This spam block only work if players use oryginal and not modified client, if players remove block from uichat.py or play on mod. client then can spam effect ;)
Normal player can write on chat /buff1 and have effect.
I prefer swap oryginal effects (not used - example, effect 14/15), change command (effect) and unlock it for players - this is the best way on this moment.
|
you can use this ;)
chrmgr.RegisterEffect(chrmgr.EFFECT_EMOTICON+12, "", BuffStr+"buff_item1.mse")
net.RegisterEmoticonString("(¾ÆÇÏ1)")
chrmgr.RegisterEffect(chrmgr.EFFECT_EMOTICON+13, "", BuffStr+"buff_item2.mse")
net.RegisterEmoticonString("(¾ÆÇÏ2)")
chrmgr.RegisterEffect(chrmgr.EFFECT_EMOTICON+14, "", BuffStr+"buff_item3.mse")
net.RegisterEmoticonString("(¾ÆÇÏ3)")
chrmgr.RegisterEffect(chrmgr.EFFECT_EMOTICON+15, "", "d:/ymir work/effect/etc/recuperation/drugup_green.mse")
net.RegisterEmoticonString("(¿ì¿ï1)")
chrmgr.RegisterEffect(chrmgr.EFFECT_EMOTICON+16, "", "d:/ymir work/effect/etc/recuperation/drugup_purple.mse")
net.RegisterEmoticonString("(¿ì¿ï2)")