Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Population Record
Former-GM-Circe Offline
Thank you, all. <3
*****

Posts: 2,414
Threads: 111
Joined: Sep 2009
RE: Population Record
It still involves counting, then. Just of every merchant, alche, smith, SN, etc that isn't vending. Icon_sad


(I still volunteer LoU)
Gone! Thanks for the memories.
<333

06-26-2010, 08:03 AM
Website Find Reply
TPC Offline
I like pie
****

Posts: 588
Threads: 40
Joined: Jan 2007
RE: Population Record
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.
My chars: TPC / Tjuven / Dansare / Sinne / Magiker / Byracka / Krigare / Andreas
(This post was last modified: 06-26-2010, 08:29 AM by TPC.)
06-26-2010, 08:25 AM
Find Reply
Former-GM-Circe Offline
Thank you, all. <3
*****

Posts: 2,414
Threads: 111
Joined: Sep 2009
RE: Population Record
Getting close to 500. :D

[Image: 471.jpg]
Gone! Thanks for the memories.
<333

06-27-2010, 09:08 PM
Website Find Reply
Icey Offline
How 'bout no?
****

Posts: 370
Threads: 12
Joined: Dec 2008
RE: Population Record
Yays~ :3
Icey-Tea~ | 7x/4x | Sniper
Amelia Windrunner | 9x/50 | Hunter
Scarlet Heartstrings | 4x/3x | Merch

Find 'Jez' on main if you need me.
06-27-2010, 09:29 PM
Find Reply
Landon Offline
Snappin necks, Cashin Checks
*****

Posts: 758
Threads: 63
Joined: Jul 2009
RE: Population Record
Thats odd because the server seems more quiet than ever.
Hercules 97 High Priest
Shepard 99 Whitesmith
Hawk 98 Clown
Barossa 97 Professor
07-10-2010, 08:02 PM
Find Reply
Psithief Offline
Member
***

Posts: 68
Threads: 1
Joined: Jun 2010
RE: Population Record
Yes..500, all autotrading. That'll be the day.

When will they learn that nobody wants to buy their craaaap?
I used to play here a long time ago.
07-11-2010, 12:16 PM
Find Reply
Zaratus Away
Bastard
*****

Posts: 1,046
Threads: 46
Joined: Nov 2008
RE: Population Record
Win.

[Image: newrecord.jpg]

Wow and a few minutes later, 477 players.
Ayantis 99/70 High Priest
Draven 99/70 Sniper
Mordred 99/70 Whitesmith
Yuugi Hoshiguma 99/70 Champ

Shop closed due to HeRO being uninstalled.
Feel free to ask me for MSN or stuff.
(This post was last modified: 07-13-2010, 04:20 PM by Zaratus.)
07-13-2010, 04:16 PM
Find Reply
GM-Azote Offline
The Ban GM
****

Posts: 546
Threads: 63
Joined: Feb 2010
RE: Population Record
478, still growing
[Image: 24wgfo5.jpg]
07-14-2010, 09:31 PM
Website Find Reply
Herman Offline
Tank of your Dreams
*****

Posts: 1,078
Threads: 111
Joined: Jan 2008
RE: Population Record
if i autotraded all my vends we'd be at 500 @_@
retired except for..

the Herman Zeny Sink event of 2011.. 3.5b drained and
counting..
07-15-2010, 01:26 AM
Find Reply
mahawirasd Offline
Posting Freak
*****

Posts: 3,839
Threads: 50
Joined: Jul 2008
RE: Population Record
lol srsly you have 22 accounts?


-w-

PS: did ya read my pm Herman?
07-15-2010, 09:14 AM
Find Reply


Forum Jump: