[2006/10/26 22:10:58-920]: Babble-Class\Babble-Class-2.2.lua:20: attempt to perform arithmetic on local `MINOR_VERSION' (a nil value)
Babble-Class\Babble-Class-2.2.lua:20: in main chunk
Well I took it upon myself to get this baby working for my guild to use (even though I am a noob coder) and its actually working!
Fixes:
-frybid window will pop up to every person in the raid now
-frybid window only pops up for the classes that you specify
-looting dkp now works so when an item is looted frylist automatically removes the dkp from the correct player
New Features:
-ability to load 3 separate DKP raids ie MC1/MC2/BWL
-ability to add alts in game and they will be saved under the appropriate raid so next time you load DKP it will load the alts as well
-ability to set the name of master looter/disenchanter so that DKP wont be removed everytime they loot something
-toggle for MLmode to allow the above so that DKP will be recorded if they really loot something
-ability to add/remove DKP in game
-ability to assign a BOE to a player in game and remove DKP accordingly
-menu command for scan raid
-if a person has received loot in the current raid their DKP will be yellow instead of green on the status tab
-can click the status tab to output bid results to raid
-right click and choose detach to close bid window
Todo:
-figure out why if i try to close the bid tablet with the same click i use for outputting results I get a tablet error (like the tablet isn't registered?)
-improve formatting for output to raid channel (did the best I could why can't tab commands just work? lol)
-add perl script to read all 3 DKP files at once
-debug im sure there are some in there:P
I think that is about it I am trying to get Fryguy a .diff so he can check it out:)
Thanks Frylistdkp clicks work now:) I notice that sometimes the bag frame seems to go all wonky and kind of spread out and go to the right of my screen...hard to describe just like 2 border lines about 1/2 the screen apart that move with the mouse. Tiny tip issue maybe?
Yes you are right it does remember the item DKP and the classes who are eligible. So it will still work that way i was just frustrated that frybid didnt work at all lol
Well I found out why this mod isnt more popular lol. It doesn't work at all:( It only send the frybid window to people in your actual party. not the rest of the raid...or maybe 1 or 2 of them. It also doesnt use the class filter. Even if I only check pally it displays everyone on the DKP list. Now I am sad lol.
I think nukepuppy explained it pretty well. If alt-shift-left click on an item in your inv or a loot window is NOT working then a mod is interfering. As I said EngBags interferes, so possibly other bagmods would. Try turning off all your mods except frybid and frylistdkp and see if it works then? Oh and it needs to be the SVN version.
Well I think I got by the problem of DKP convergence by adding this to points.lua line 12:
for i,v in self.db.account.info do
self.db.account.info[i].points = 0
end
Basically just to 0 all the point values before it loads the new DKP in that I want loaded without erasing all the saved data and scans. Still not sure how to handle twinks though.
Answered my own question they need frybid. Couple probs I have thought of though. In my guild we have 3 different DKP lists (MC1/MC2/BWL) so the DKP per char is being saved in the wtf folder and intermingling the 3 DKP types. ie do MC1 sun and it saves all the DKP. Do BWL mon and char X comes who has never been with us in BWL but he ends up having 400 DKP because he was in MC. Only workaround I see for this atm is deleting the frylistdkp file from wtf folder before every run...but then of course it doesnt remember DKP values or what people are wearing:(
Other problem is handling twinks. I think could do this by manually editing the DKP file though.
I am probably just stupid but I can't figure out how to get this working? I can type /dkp command and see the list of possible commands but if I shift click on a BOE epic in my inventory nothing at all happens. I tried doing /dkp standby to disable it and then reanabled it and got an error: "SetItemRef" already has an active hook from this source. If I type /dkp scan or anyother command they dont seem to do anything. Could another mod be conflicting with it's shift-click hook? Oh I also tried alt-click.
0
[2006/10/26 22:10:58-920]: Babble-Class\Babble-Class-2.2.lua:20: attempt to perform arithmetic on local `MINOR_VERSION' (a nil value)
Babble-Class\Babble-Class-2.2.lua:20: in main chunk
0
I also wrote the perl script for downloading 3 different raids DKP in one click.
0
Fixes:
-frybid window will pop up to every person in the raid now
-frybid window only pops up for the classes that you specify
-looting dkp now works so when an item is looted frylist automatically removes the dkp from the correct player
New Features:
-ability to load 3 separate DKP raids ie MC1/MC2/BWL
-ability to add alts in game and they will be saved under the appropriate raid so next time you load DKP it will load the alts as well
-ability to set the name of master looter/disenchanter so that DKP wont be removed everytime they loot something
-toggle for MLmode to allow the above so that DKP will be recorded if they really loot something
-ability to add/remove DKP in game
-ability to assign a BOE to a player in game and remove DKP accordingly
-menu command for scan raid
-if a person has received loot in the current raid their DKP will be yellow instead of green on the status tab
-can click the status tab to output bid results to raid
-right click and choose detach to close bid window
Todo:
-figure out why if i try to close the bid tablet with the same click i use for outputting results I get a tablet error (like the tablet isn't registered?)
-improve formatting for output to raid channel (did the best I could why can't tab commands just work? lol)
-add perl script to read all 3 DKP files at once
-debug im sure there are some in there:P
I think that is about it I am trying to get Fryguy a .diff so he can check it out:)
0
0
0
0
0
0
0
0
Basically just to 0 all the point values before it loads the new DKP in that I want loaded without erasing all the saved data and scans. Still not sure how to handle twinks though.
0
Other problem is handling twinks. I think could do this by manually editing the DKP file though.
Any thoughts?
0
One other question...in order for the query popup to work does everyone in the raid need to be running FryBid or FryListDKP, or both?
Thanks alot and this thing looks awesome!
0
Thanks for any help.