heRO-Server Forum
Population Record - Printable Version

+- heRO-Server Forum (https://www.pandoraonline.net/forum)
+-- Forum: Game Related (https://www.pandoraonline.net/forum/forumdisplay.php?fid=1)
+--- Forum: General (https://www.pandoraonline.net/forum/forumdisplay.php?fid=2)
+--- Thread: Population Record (/showthread.php?tid=2643)

Pages: 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34


RE: Population Record - Former-GM-Circe - 06-26-2010

It still involves counting, then. Just of every merchant, alche, smith, SN, etc that isn't vending. Icon_sad


(I still volunteer LoU)


RE: Population Record - TPC - 06-26-2010

Well I was bored, so here it is:

Code:
chars = {}
count = 0
prevcount = 0
function AI(myid)
    local actors = GetActors()
    prevcount = count
    for i,v in ipairs(actors) do
        local type = GetV(7, v)
        if ( (type >=0 and type <=25) or (type >= 4001 and type <= 4049) ) then
            if (chars[v] == nil) then
                chars[v] = true
                count = count + 1
            end
        end
    end
    if (count > prevcount) then
        TraceAI("I have seen " .. count .. " players.")
    end
    MoveToOwner(myid)
end

Put it as AI.lua in your USER_AI folder (don't try it unless you know how to restore your current AI), type /traceai in game to enable logging from homun AIs (and /hoai if you don't have an AI activated already) then call the homunculus and walk around the venders. The results will appear in TraceAI.txt in your ro folder.

I made it count every player rather than just vending classes, since I figured it would be easier to just count every non-vender you see rather than @who2:ing them to figure out what classes they are if you don't recognize all possible sprites (male/female of non-trans/trans of all possible merch classes + sn).

And right now there are 198 vender in pront. I didn't bother checking other towns.

Edit: hm.. I thought the [ code ] type quote should preserve formatting, but it removed all my tabs Icon_cry oh well, should still work.


RE: Population Record - Former-GM-Circe - 06-27-2010

Getting close to 500. :D

[Image: 471.jpg]


RE: Population Record - Icey - 06-27-2010

Yays~ :3


RE: Population Record - Landon - 07-10-2010

Thats odd because the server seems more quiet than ever.


RE: Population Record - Psithief - 07-11-2010

Yes..500, all autotrading. That'll be the day.

When will they learn that nobody wants to buy their craaaap?


RE: Population Record - Zaratus - 07-13-2010

Win.

[Image: newrecord.jpg]

Wow and a few minutes later, 477 players.


RE: Population Record - GM-Azote - 07-14-2010

478, still growing
[Image: 24wgfo5.jpg]


RE: Population Record - Herman - 07-15-2010

if i autotraded all my vends we'd be at 500 @_@


RE: Population Record - mahawirasd - 07-15-2010

lol srsly you have 22 accounts?


-w-

PS: did ya read my pm Herman?