3.1 PTR mod fixes
 
Post new topic   Reply to topic    Horizon Forum Index -> Public Discussion
View previous topic :: View next topic  
Camwyn
Member
Frequent Poster



Joined: 10 Jul 2007
Posts: 218

Send private message
Reply with quote

re: 3.1 PTR mod fixes

Postby Camwyn on Tue Mar 17, 2009 11:07 am
Xperl right click menu fix: Open Xperl.lua, search for 'not anchor' and change the line to this:

if (not anchor or anchor == "menu") then

Xperl big buffs: A bit more involved. In Xperl.lua, there is a place at line 2739 (in my copy) where 'isMine' is set by calling Xperl_UnitBuff. To fix the problem, replace 'isMine' in this line with 'caster', then add another line below it to properly set 'isMine'.

local name, rank, buff, count, _, duration, endTime, caster, isStealable = XPerl_UnitBuff(partyid, buffnum, castableOnly and "RAID")
local isMine = caster == "player";

This same basic methodology works in any other mods that try and detect which buffs are yours, such as DoTimer.

If you use Chatter, simply type '/chatter' to open the config window, scroll down to 'URL Copy', and disable it. Everything else should work fine.
Back to top
Display posts from previous:   
Post new topic   Reply to topic    Horizon Forum Index -> Public Discussion All times are GMT - 6 Hours
Page 1 of 1

 
Jump to:  
You can post new topics in this forum
You can reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum