• There is NO official Otland's Discord server and NO official Otland's server list. The Otland's Staff does not manage any Discord server or server list. Moderators or administrator of any Discord server or server lists have NO connection to the Otland's Staff. Do not get scammed!

[Gesior acc. maker][TFS 0.3]Powergamers and online time stats

Correct me if I'm wrong, but is it in polish?
When you look a char, all of it is in pol.

Is there avalible in english version?

/Limannen
 
I think the problem is in historyPage but I dont have any idea what should I do with it, how you made it work?
 
I think the problem is somewhere in lua scripts. I mean beta 2 release of course. At older releases it was worked.
 
All my scripts work on tfs 0.3 beta2. I make war server based on tfs 0.3 beta2 with 90% of war scripted in LUA. I didn't check power gamers script on 0.3b2, but it should work.
 
Yes mate, it should work, but it doesn't. Could you help us to fix it on TFS 3 beta 2? I've added all sql things and added
Code:
InitHistory = 0
to global.lua and changed login file as well. But I have no idea what with historyPage. Online script doesn't work at all for me, and the powergamers script is only adding xp to table 'today', even after 24h.
 
I only get it in polish!
I want it in English.

Anyone has it?
Cuz I know every comment on "great gesior! it works!"
Can't be polish poeple all.

/Limannen
 
The whole script?
No, but...the results are in polish and...damnet.
Pictures, the pics are in polish with pol text.

/Limannen
 
The whole script?
No, but...the results are in polish and...damnet.
Pictures, the pics are in polish with pol text.

/Limannen
'pictures' are generated by flash script with data from php script:
charinfo.php:
PHP:
...
		$player_exp[5] = (int) $player_exp[4] - $player->getCustomField("exphist4");
		$player_exp[6] = (int) $player_exp[5] - $player->getCustomField("exphist5");
		$player_exp[7] = (int) $player_exp[6] - $player->getCustomField("exphist6");
		$chart [ 'chart_data' ] = array ( array ( "", "7 dni temu", "","6 dni temu", "", "5 dni temu", "", "4 dni temu", "", "3 dni temu", "", "2 dni temu", "", "1 dni temu", "", "Dzisiaj"),
										  array ( "Experience danego dnia", $player_exp[7],"",$player_exp[6], "",$player_exp[5], "",$player_exp[4], "",$player_exp[3], "", $player_exp[2], "", $player_exp[1], "", $player_exp[0]));
	}
}
...
$chart [ 'chart_data' ] = array ( array ( "", "7 dni temu", "","6 dni temu", "", "5 dni temu", "", "4 dni temu", "", "3 dni temu", "", "2 dni temu", "", "1 dni temu", "", "Dzisiaj"),
dni temu = days ago
dzisiaj = today
you can change it
 
'pictures' are generated by flash script with data from php script:
charinfo.php:
PHP:
...
		$player_exp[5] = (int) $player_exp[4] - $player->getCustomField("exphist4");
		$player_exp[6] = (int) $player_exp[5] - $player->getCustomField("exphist5");
		$player_exp[7] = (int) $player_exp[6] - $player->getCustomField("exphist6");
		$chart [ 'chart_data' ] = array ( array ( "", "7 dni temu", "","6 dni temu", "", "5 dni temu", "", "4 dni temu", "", "3 dni temu", "", "2 dni temu", "", "1 dni temu", "", "Dzisiaj"),
										  array ( "Experience danego dnia", $player_exp[7],"",$player_exp[6], "",$player_exp[5], "",$player_exp[4], "",$player_exp[3], "", $player_exp[2], "", $player_exp[1], "", $player_exp[0]));
	}
}
...

dni temu = days ago
dzisiaj = today
you can change it

Holy crap :p ty
 
'pictures' are generated by flash script with data from php script:
charinfo.php:
PHP:
...
		$player_exp[5] = (int) $player_exp[4] - $player->getCustomField("exphist4");
		$player_exp[6] = (int) $player_exp[5] - $player->getCustomField("exphist5");
		$player_exp[7] = (int) $player_exp[6] - $player->getCustomField("exphist6");
		$chart [ 'chart_data' ] = array ( array ( "", "7 dni temu", "","6 dni temu", "", "5 dni temu", "", "4 dni temu", "", "3 dni temu", "", "2 dni temu", "", "1 dni temu", "", "Dzisiaj"),
										  array ( "Experience danego dnia", $player_exp[7],"",$player_exp[6], "",$player_exp[5], "",$player_exp[4], "",$player_exp[3], "", $player_exp[2], "", $player_exp[1], "", $player_exp[0]));
	}
}
...

dni temu = days ago
dzisiaj = today
you can change it

One thing tho...what does "danego dnia" mean?
Thanks for the rest anyway, works great.

/Limannen

EDIT:

I've fixed it :p
It meant "Experince given today" right?
Translation at http://www.poltran.com/pl.php4
 
Back
Top