Raiding Forums Navigation Leftovers Information

Fix for Identity with Guilded

Camryn
Avatar
Member
Some folks in VR were having problems with a mod called Identity, while having Guilded enabled.
This is a fix for that problem. You can do it yourself, or just download my modified file. It's fairly simple.


DIY solution:
1. Open up the "Identity.lua" file. It's in the Identity directory, in your addons folder.

2. Go to line 82 (+/- two lines..); it should say "if (system == "GUILD" or system == "OFFICER") then".

3. Immediately before that line, add a new line with the following:
if(string.sub(msg,0,1) ~= '\29') then


3. Go to line 126 (or thereabout). It should say "else", followed by "Identity_OrginalSendChatMessage(msg,system,language,channel)" on the following line.

4. Insert a line before the one that says "else". Put the following in it:
else
  Identity_OrginalSendChatMessage(msg,system,language,channel)
end


5. You're done. Yar.



Alternatively, just replace that file with the one attached to this post. Not quite as satisfying, but it works.


Blah, board won't let me attach Lua files. Here's a link instead.
     
Camryn
Avatar
Member
Whoops. Just discovered a bug introduced with that previous fix. Nothing game-breaking, but more than mildly annoying. I'd highly recommend a do-over.

I edited the original post with updated instructions (step 4 is where it's at), and updated the file as well. Probably best to just download the file, now, or at least double-check with it.

It's not a beautiful solution, but it's the least intrusive. And it works. At least until I discover the next bug Wink