Advanced script, fix needed. menu

User Tag List

Results 1 to 2 of 2
  1. #1
    Freefall552's Avatar Former Staff
    Reputation
    515
    Join Date
    Sep 2009
    Posts
    1,682
    Thanks G/R
    16/25
    Trade Feedback
    1 (100%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Advanced script, fix needed.

    Hello there,

    I used to have this script that would place my debuffs on the right side of the party frames, and the buff underneath them. However, as of patch 4.0.1, the script has broke. (debuffs are working, but the buffs are not showing underneath the party frames)

    The script is taken from ArenaJunkies, but it hasn't been updated yet.

    Code:
    for i=1,4 do
    	local f = _G["PartyMemberFrame"..i]
    	f:UnregisterEvent("UNIT_AURA")
    	local g = CreateFrame("Frame")
    	g:RegisterEvent("UNIT_AURA")
    	g:SetScript("OnEvent",function(self,event,a1)
    		if a1 == f.unit then
    			RefreshDebuffs(f,a1,20,nil,1)
    		else
    			if a1 == f.unit.."pet" then
    				PartyMemberFrame_RefreshPetDebuffs(f)
    			end
    		end
    	end)
    	local b = _G[f:GetName().."Debuff1"]
    	b:ClearAllPoints()
    	b:SetPoint("LEFT",f,"RIGHT",-7,5)
    	for j=5,20 do
    		local l = f:GetName().."Debuff"
    		local n = l..j
    		local c = CreateFrame("Frame",n,f,"PartyDebuffFrameTemplate")
    		c:SetPoint("LEFT",_G[l..(j-1)],"RIGHT")
    	end
    end
    
    for i=1,4 do
    	local f = _G["PartyMemberFrame"..i]
    	f:UnregisterEvent("UNIT_AURA")
    	local g = CreateFrame("Frame")
    	g:RegisterEvent("UNIT_AURA")
    	g:SetScript("OnEvent",function(self,event,a1)
    		if a1 == f.unit then
    			RefreshBuffs(f,a1,20,nil,1)
    		end
    	end)
    	for j=1,20 do
    		local l = f:GetName().."Buff"
    		local n = l..j
    		local c = CreateFrame("Frame",n,f,"TargetBuffFrameTemplate")
    		c:EnableMouse(false)
    		if j == 1 then
    			c:SetPoint("TOPLEFT",48,-32)
    		else
    			c:SetPoint("LEFT",_G[l..(j-1)],"RIGHT",1,0)
    		end
    	end
    end
    If anyone could help me out, I would be truly grateful, and you shall be rewarded. (with rep)
    Molested myself and got convicted.

    Advanced script, fix needed.
  2. #2
    Freefall552's Avatar Former Staff
    Reputation
    515
    Join Date
    Sep 2009
    Posts
    1,682
    Thanks G/R
    16/25
    Trade Feedback
    1 (100%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Bump for righteousness.
    Molested myself and got convicted.

Similar Threads

  1. Quick Scripting Fix needed... (I'm not the best scripter)
    By adarant_dru in forum World of Warcraft Emulator Servers
    Replies: 8
    Last Post: 06-04-2008, 09:15 PM
  2. No fix needed?
    By Rujiji in forum WoW ME Questions and Requests
    Replies: 2
    Last Post: 03-24-2008, 12:39 PM
  3. [REQUEST] script pros need your assistance
    By Rouslan in forum World of Warcraft Emulator Servers
    Replies: 0
    Last Post: 01-30-2008, 12:11 AM
  4. A script/fixes section for ascent etc?
    By latruwski in forum Suggestions
    Replies: 14
    Last Post: 10-17-2007, 09:50 PM
  5. ME fix (needed) /Y Glynbeard, or anyone else.!
    By hanid in forum WoW ME Questions and Requests
    Replies: 3
    Last Post: 09-17-2007, 05:04 PM
All times are GMT -5. The time now is 07:32 PM. Powered by vBulletin® Version 4.2.3
Copyright © 2025 vBulletin Solutions, Inc. All rights reserved. User Alert System provided by Advanced User Tagging (Pro) - vBulletin Mods & Addons Copyright © 2025 DragonByte Technologies Ltd.
Google Authenticator verification provided by Two-Factor Authentication (Free) - vBulletin Mods & Addons Copyright © 2025 DragonByte Technologies Ltd.
Digital Point modules: Sphinx-based search