Ulysses Stuff > Ulysses Release Archives

AutoPromote

<< < (21/29) > >>

Warstories:

--- Quote from: Aaron113 on June 17, 2010, 01:17:49 PM ---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.

--- End quote ---


Can i have the group.txt file for this and also the uteam.txt file for this please and thank you

Aaron113:

--- Quote from: Warstories on July 10, 2010, 09:28:12 AM ---
Can i have the group.txt file for this and also the uteam.txt file for this please and thank you

--- End quote ---

You either have to ask tucker on the previous page for these or make them yourself.  Unless he just didn't respond I think tucker never came back, which means he probably won't come back.  I find these really easy but am not going to make it when I'm not going to use it.

If you PM tucker (I'm not sure if he gets emailed) he may respond.




EDIT: You do not need UTeam to have this if that is why you asked for both.  UTeam would be really simple and easy to set up.  Especially with the new built in UTime, which I should use on my server instead of the separate addon.

MKServers:
hey umm i DO see an error in my console (i run my own server yes, yes i do) and it is this...
addons\autopromote\lua\ulx\modules\autopromote.lua:75: '<eof>' expected near 'end'
please help

JamminR:

--- Quote from: MKServers on August 18, 2010, 02:50:58 PM ---'<eof>' expected near 'end'

--- End quote ---

This usually means you're either missing a " or , or { or } in your promotions table, or have one too many of any, or combo of all the above.

Tucker:
This is what I got. Still nothing. Help would be nice. Thanks.


local promoteGroups = {
--   Groups must be listed in decending order.
--   ["hours"] = "group",
   ["100"] = "dedicatedmember",
   ["60"] = "highlyrespected",
   ["40"] = "moderatelyrespected",
   ["20"] = "lightlyrespected",
   ["10"] = "regular",
   ["2"] = "builder"
}

Navigation

[0] Message Index

[#] Next page

[*] Previous page

Go to full version