Thread Tools Display Modes
Prev Previous Post   Next Post Next
05-22-18, 02:43 PM   #1
dsmania
A Defias Bandit
Join Date: May 2018
Posts: 2
BNSendGameData to self

I have an scenario where I want to communicate 2 WoW accounts under the same Battle.net account, on different servers and factions.

I've successfully done it using BNSendGameData with different Battle.net accounts, but when I use it with the self presence ID I get an error message:
Code:
"BNSendGameData(id,prefix,text) id must be a game account presence id."
I've read a bit and seems that at some point this would have worked, but in fact
Code:
/run BNSendWhisper(1, "Aaa")
(1 was the self presence ID in that session, /dump BNIsSelf(1) returned true) now returns a chat message saying
Code:
"<my-battle.net-id> is not online."
Any idea on how to communicate information in this scenario?
  Reply With Quote
 

WoWInterface » Developer Discussions » General Authoring Discussion » BNSendGameData to self


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off