Ulysses Stuff > Ulysses Release Archives
AutoPromote
Tucker:
For some reason I can't get it to work. Here's my code.
]]
local promoteGroups = {
-- Groups must be listed in decending order.
-- ["hours"] = "group",
["100"] = "dedicatedmember",
["60"] = "highlyrespected",
["40"] = "moderatlyrespected",
["20"] = "lightlyrespected",
["10"] = "regular",
["2"] = "builder"
["0"] = "user"
}
Aaron113:
Unless there was an update on it, that is not even close to how your suppose to do it.
--- Code: ---promotes = {
{ hours =2, group = "builder", name = "Builder" },
{ hours = 10, group = "regular", name = "Regular" },
{ hours = 20, group = "lightlyrespected", name = "Lightly Respected" },
{ hours = 40, group = "moderatlyrespected", name = "Moderately Respected" },
{ hours = 60, group = "highlyrespected", name = "Highly Respected" },
{ hours = 100, group = "dedicatedmember", name = "Dedicated Member" }
}
--- End code ---
And make sure you use the working code that someone920 gave me.
someone920:
it seems Garry's last update broke my autopromote, anyone else have the same problem?
JamminR:
--- Quote from: someone920 on July 09, 2010, 02:24:55 PM ---<clip>anyone else have the same problem?
--- End quote ---
For those that might be, what, other than it not promoting, is the problem?
Errors? Symptoms?
someone920:
I've been watching it all day, but there are no errors so far, but i just remembered, I don't have a cl_utime.lua for my utime, could that cause the problem?
Navigation
[0] Message Index
[#] Next page
[*] Previous page
Go to full version