RE: ChatWnd.SendMessage stops
What you're experiencing is the flood protection mechanism. It prevents scripts to send more than 15 messages within 20 seconds. If you add a timer to send your messages one after the other in a short interval( let's say 1 second) then it should work fine.
|