Hey !
I'm trying to send chat message on the Trade channel. This is how I supplied the information to send in the bot and the error I got in-game once sent:
Despite I specified the parameter 2 in the right field, it seems this value is not properly passed to the lua function SendChatMessage.
The documentation of the function states:
Quote
SendChatMessage("text"
[,
"chatType"
[,
languageIndex
[,
"channel"]]])
[...]
channel
- IfchatType
isWHISPER
, name of the target character; ifchatType
isCHANNEL
, number identifying the target channel; ignored otherwise (string
)
When whispering, the name of the target character is properly set and works. Nevertheless, it doesn't seem to be the case using Channel.
Could you please take a look to it ?
Thanks !
Cheers
Recommended Comments
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now