• 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!

[TFS][8.22] Start with Pacc

ScorpiOOn93

etherno.net
Joined
Jun 19, 2008
Messages
662
Reaction score
1
Location
CookieLand :DDD
Hello. I have a little problem.
I want to give new players about 2 days of free premium account, im using tfs 0.2.13 rev. 1073 and gesior acc maker. I know that its in character Sample, but premiumdays are in account, not in player, then i dont know how to configure acc maker by gesior to give 2 premium days on start. Maybe some onlogin function on OT?
 
Hello,
Add this in createaccount.php at line 206
Code:
$reg_account->setCustomField("premdays", 2);
$reg_account->setCustomField('lastday', time());
You must click ctrl + g in notepad or notepad++ and write 206
 
Back
Top