forums/book/158/1
It's possible that the GUID format and decoding have changed, thanks for the report.
View Articleforums/book/158/2
Actually this code works properly for me, I can't reproduce your issue. What are you unable to identify?
View Articleforums/book/158/3
Actually when i ran it in WoWLua, targeted a player or used UnitGUID("player") it did not print anything when i put 0, when i put 8 it returned "... is a player" when targeting a player. Not sure how...
View Articleforums/book/158/4
> Actually when i ran it in WoWLua, targeted a player or used UnitGUID("player") it did not print anything when i put 0, when i put 8 it returned "... is a player" when targeting a player. > Not...
View Articleforums/book/158/5
/dump UnitGUID("player") says : Dump: value=UnitGUID("player") [1]="0x048000000315C320"
View Articleforums/book/158/6
I believe the typeMask actually needs to be 0x007, not 0x00F. I will update the errata, thanks.
View Article