phpBB Forum

It is currently Tue 22. May 2012, 13:34

All times are UTC + 1 hour

Forum rules


Hello dearest user and welcome to our EQDKP-Plus support forum.

Please read the following rules and terms before posting anything! Failure in doing so will result in being ignored or being banned. Posting in our boards means you have read, understood and accepted those rules.

English Board Rules – Click here



Post new topic Reply to topic  [ 3 posts ] 
Author Message
Offline
 Post subject: DKP Only shows up in ML gdb window?
PostPosted: Mon 25. May 2009, 17:36 

Joined: Thu 2. Apr 2009, 23:24
Posts: 13
We have a couple officers running getdkp but when we do the need/greed countdown the dkp for the people only show up in the Master Looters gdb window but we still see the items in our windows. But if an officer starts the countdown then only that officer will see the members dkp and not the master looter, is there a way that everyone would be able to see it no matter who starts the countdown.



Top
 Profile  
 
Offline
 Post subject: Re: DKP Only shows up in ML gdb window?
PostPosted: Tue 26. May 2009, 18:11 

Joined: Thu 2. Apr 2009, 23:24
Posts: 13
Okay so I found the code that needs to be modified.

GetDKP\GetDKPAdmin\GetDKPAdmin.lua

~ line 310 where it starts
Code:
-----------------------------------------------------------------------------------
   -------------------------------- Rule 2 ------------------------------------------
   elseif (GDKPvar_save.GDA_Rule == 2) then
      if (((event == "CHAT_MSG_WHISPER" and GDKPvar_save.GDA_Chatlook_Rule2 == 1 ) or (event == "CHAT_MSG_GUILD" and GDKPvar_save.GDA_Chatlook_Rule2 == 3 ) or (event =="CHAT_MSG_RAID" and GDKPvar_save.GDA_Chatlook_Rule2 == 2 ) or ( event =="CHAT_MSG_RAID_LEADER" and GDKPvar_save.GDA_Chatlook_Rule2 == 2))  ) then
         if (GetDKPAdmin_List ~= nil and gdkp.players ~= nil and GDKPvar_save.GDA_OnOff == 1 and ((string.upper(arg1) == string.upper(GDKPvar_save.GDA_BetWord)) or (string.upper(arg1) == string.upper(GDKPvar_save.GDA_GreedWord))) and IsRaidOfficer() and GDA_CD_Stop == false) then
            if (string.upper(arg1) == string.upper(GDKPvar_save.GDA_GreedWord)) then
               greedroll = true;
            else
               greedroll = false;
            end;
            find = 0;
            if (GDA_Countdown == 1 and GDA_CD_StartTime == nil) then
               GDA_CD_StartTime = time();
               GetDKPAdmin_CD_Button:SetText(GDA_CD_OFF)
            end;


How would I modify this so if someone else starts the count down it will register on my screen as well.



Top
 Profile  
 
Offline
 Post subject: Re: DKP Only shows up in ML gdb window?
PostPosted: Sun 7. Jun 2009, 19:42 
Developer
User avatar

Joined: Thu 23. Aug 2007, 18:48
Posts: 413
this feature whould be based on addon2addon-communication and will perhaps come in the future.



Top
 Profile  
 
Display posts from previous:  Sort by  
Post new topic Reply to topic  [ 3 posts ] 

All times are UTC + 1 hour


Who is online

Users browsing this forum: No registered users and 1 guest


You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot post attachments in this forum

Search for:
Jump to:  
cron

(C) The EQdkp-Plus Developer Team
EQdkp Plus Template by Ramon Kaes