|
Alpha and Pro Stats before the merge of scripts
|
| Vulture |
Posted on 01/24/2013 20:48:03
|

Newbie

Posts: 0
Joined: 25.08.12
|
Post all your accomplishments (ranks, stats, commendations, highest cR), funny pictures, best moments, etc that you had in ZA Alpha and Pro Stats before the script merge. Make sure you use the [img] [/img] tags.
I'll start with mine:
(Pro Stats)
My Best KDR for being in top 5. (4.07)
Edited by Vulture on 01/25/2013 18:12:41

Proud to be in the Jajaja group! |
| |
|
|
| AT Zero |
Posted on 01/24/2013 21:13:10
|

Member

Posts: 90
Joined: 27.11.12
|
i only have alpha stats rank before i was officially usurped by herc and char
If nothing can be something, then Zero is always inevitable.
**Team Althor**
 |
| |
|
|
| Vulture |
Posted on 01/24/2013 21:22:05
|

Newbie

Posts: 0
Joined: 25.08.12
|
AT Zero wrote:
i only have alpha stats rank before i was officially usurped by herc and char 
Agghh, okay, I'll change the title then to both Alpha and Pro Stats. But make sure you type which server it was from when you put the images.

Proud to be in the Jajaja group! |
| |
|
|
| FC_SlimJim |
Posted on 01/24/2013 21:39:19
|
Super Admin

Posts: 4725
Joined: 14.11.10
|
fyi, all the stats data is not gone. it will be merged into the new global system in the coming weeks after i make a merge script |
| |
|
|
| Vulture |
Posted on 01/24/2013 21:54:07
|

Newbie

Posts: 0
Joined: 25.08.12
|
FC_SlimJim wrote:
fyi, all the stats data is not gone. it will be merged into the new global system in the coming weeks after i make a merge script
Aggh, I see, so should I change the title just to Alpha and Pro Stats achievements/accomplishments/funny pics?

Proud to be in the Jajaja group! |
| |
|
|
| SpartanJaz |
Posted on 01/25/2013 00:57:12
|

Junior Member

Posts: 34
Joined: 13.08.12
|
Wait, Pro Stats is going?!
O:
Why was I not personally informed of this disaster? Now I might lose my rank 32! |
| |
|
|
| Link |
Posted on 01/25/2013 01:31:50
|

ShawnPeezy

Posts: 2519
Joined: 20.09.12
|
2.2m cR just went poof


I WILL BREAK YOUR POTS AND STEAL YOUR RUPEES
 |
| |
|
|
| Vulture |
Posted on 01/25/2013 01:40:12
|

Newbie

Posts: 0
Joined: 25.08.12
|
Link93 wrote:
2.2m cR just went poof 

Proud to be in the Jajaja group! |
| |
|
|
| Joshkl2013 |
Posted on 01/25/2013 08:40:26
|

Numpty

Posts: 1443
Joined: 26.05.12
|
Lol I can't wait till we see MasterA's stats.. I mean from all the times he has suicided to prevent LMS LOL
I wanna be like RAZ!!! [ZÅ]Paradox

Need a shotgun to protect you while you snipe? Call
1-800-SHOTGUN today!
Need a nuke? Call 1-800-NUKE-ALL
Take advantage of this limited offer now!
Offer expires in 3..2..1...

 |
| |
|
|
| Vulture |
Posted on 01/25/2013 08:57:27
|

Newbie

Posts: 0
Joined: 25.08.12
|
Joshkl2013 wrote:
Lol I can't wait till we see MasterA's stats.. I mean from all the times he has suicided to prevent LMS LOL
I can't wait till I see Link's KDR. 1.01 maybe with 50,000 kills and 49,000 deaths? LOL

Proud to be in the Jajaja group! |
| |
|
|
| The Hat of Love |
Posted on 01/25/2013 11:15:02
|

ShawnPeezy

Posts: 9035
Joined: 31.07.11
|
just in case you didn't see.
FC_SlimJim wrote:
fyi, all the stats data is not gone. it will be merged into the new global system in the coming weeks after i make a merge script
my signature broke, here is a fox snek:
 |
| |
|
|
| FC_SlimJim |
Posted on 01/25/2013 12:38:37
|
Super Admin

Posts: 4725
Joined: 14.11.10
|
The Merge script is nearing Completion.
all major functions are outlined, aswell as the save settings. i expect it to be done within a day or so. however some testing will be needed before i apply it, as i dont want to corrupt the data.
below is some random data:
Codefunction MergeStats()
local file = io.open(load_dir .. "//index.txt", "a+")
for line in file:lines() do
for word in line:gmatch(".+") do
if Checkhash(hash) == 1 then
local file = io.open(load_dir .. "" .. hash .. "//credits.txt", "w+")
file:write(ReadAccount_old(hash, "credits") + ReadAccount(hash, "credits"))
file:close()
file = io.open(load_dir .. "" .. hash .. "//rank.txt", "w+")
file:write(0)
file:close()
file = io.open(load_dir .. "" .. hash .. "//server rank.txt", "w+")
file:write(0)
file:close()
file = io.open(load_dir .. "" .. hash .. "//kills.txt", "w+")
file:write(ReadAccount_old(hash, "kills") + ReadAccount(hash, "kills"))
file:close()
file = io.open(load_dir .. "" .. hash .. "//deaths.txt", "w+")
file:write(ReadAccount_old(hash, "deaths") + ReadAccount(hash, "deaths"))
file:close()
file = io.open(load_dir .. "" .. hash .. "//assists.txt", "w+")
file:write(ReadAccount_old(hash, "assists") + ReadAccount(hash, "assists"))
file:close()
file = io.open(load_dir .. "" .. hash .. "//betrays.txt", "w+")
file:write(ReadAccount_old(hash, "betrays") + ReadAccount(hash, "betrays"))
file:close()
file = io.open(load_dir .. "" .. hash .. "//suicides.txt", "w+")
file:write(ReadAccount_old(hash, "suicides") + ReadAccount(hash, "suicides"))
file:close()
file = io.open(load_dir .. "" .. hash .. "//time played.txt", "w+")
file:write(ReadAccount_old(hash, "time played") + ReadAccount(hash, "time played"))
file:close()
file = io.open(load_dir .. "" .. hash .. "//best spree.txt", "w+")
if ReadAccount_old(hash, "best spree") > ReadAccount(hash, "best spree") then
file:write(ReadAccount_old(hash, "best spree"))
else
file:write(ReadAccount(hash, "best spree"))
end
file:close()
file = io.open(load_dir .. "" .. hash .. "//best multikill.txt", "w+")
if ReadAccount_old(hash, "best multikill") > ReadAccount(hash, "best multikill") then
file:write(ReadAccount_old(hash, "best multikill"))
else
file:write(ReadAccount(hash, "best multikill"))
end
|
| |
|
|
| soulcyon |
Posted on 01/25/2013 12:57:23
|

Senior Member

Posts: 301
Joined: 13.08.12
|
viva Node.js
 |
| |
|
|
| FC_SlimJim |
Posted on 01/25/2013 13:02:07
|
Super Admin

Posts: 4725
Joined: 14.11.10
|
Lua actually |
| |
|
|
| Vulture |
Posted on 01/25/2013 18:13:03
|

Newbie

Posts: 0
Joined: 25.08.12
|
There. Changed the thread title.

Proud to be in the Jajaja group! |
| |
|
|
| MasterA |
Posted on 01/25/2013 18:48:34
|

Super Admin

Posts: 2582
Joined: 21.07.11
|
I previously made a thread for any high scores in the server. You can post things such as best kdr like in the op in this thread:
http://foodclan.c...ad_id=5180



 |
| |
|
|
| Hercules |
Posted on 01/25/2013 23:59:38
|
Numpty

Posts: 1334
Joined: 18.09.12
|
Sorry servers were reset and didn't have my SS of this as rank 8 in pro stats.  |
| |
|
|
| soulcyon |
Posted on 01/26/2013 10:48:41
|

Senior Member

Posts: 301
Joined: 13.08.12
|
I'm sure the ranks will come back
 |
| |
|
|
| AT Zero |
Posted on 01/26/2013 11:48:37
|

Member

Posts: 90
Joined: 27.11.12
|
It looks sound Slim however out of context i wouldnt know if it would work in harmony with everything else you have scripted.
If nothing can be something, then Zero is always inevitable.
**Team Althor**
 |
| |
|
|
| Vulture |
Posted on 01/26/2013 17:00:59
|

Newbie

Posts: 0
Joined: 25.08.12
|
Zero, please stay on topic and post them screenshots.
I'll post a funny one this time:
(Pro Stats)

This was when all the humans froze when the Chillout game had started, and few seconds later, they lagged out of the server.

Proud to be in the Jajaja group! |
| |
|