New version, bug fixes, code changes

Contrast_Picker
Arcidayne 9 years ago
parent eafc45d35f
commit 8a00af2249

@ -15,7 +15,7 @@
save_state="y" save_state="y"
date_written="2015-10-25 12:00:38" date_written="2015-10-25 12:00:38"
requires="4.00" requires="4.00"
version="2.9" version="3.0"
> >
<description trim="y"> <description trim="y">
<![CDATA[ <![CDATA[
@ -101,16 +101,20 @@ EnableTrigger("End_Area", true)</send>
sequence="100" sequence="100"
> >
<send>local group_not_here = {} <send>local group_not_here = {}
require 'tprint' if SetCounterDebug == 1 then
tprint(epicgroup.members) require 'tprint'
tprint(epicgroup.members)
end
for _,v in ipairs(epicgroup.members) do for _,v in ipairs(epicgroup.members) do
if tonumber(v.info.here) == 0 and tonumber(v.info.lvl) > 199 then if tonumber(v.info.here) == 0 and tonumber(v.info.lvl) > 199 then
table.insert(group_not_here, v.name) table.insert(group_not_here, v.name)
print(v.name .. " " .. v.info.here .. " " .. v.info.lvl) if SetCounterDebug == 1 then
print(v.name .. " " .. v.info.here .. " " .. v.info.lvl)
end
end end
end end
Send("echo @Y" .. #group_not_here .. " @CPlayer(s) Missing: @W" .. table.concat(group_not_here, ", ") .. "$C") Send("gt @Y" .. #group_not_here .. " @CPlayer(s) Missing: @W" .. table.concat(group_not_here, ", ") .. "$C")
</send> </send>
</alias> </alias>
<alias <alias

Loading…
Cancel
Save