warriorfrog
Active Member
- Joined
- Jul 29, 2015
- Messages
- 334
- Reaction score
- 35
How to change this func
To this msg dont show on default channel, show only on loot channel (channel id = <channel id="20" name="Loot"/>)
Code:
doPlayerSendTextMessage(cid, MESSAGE_STATUS_CONSOLE_RED,'Loot of ' .. monster .. ': ' .. (ret ~= '' and ret or 'nothing') )
To this msg dont show on default channel, show only on loot channel (channel id = <channel id="20" name="Loot"/>)