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

Gesior2012 Looking for few scripts

raf

Active Member
Joined
Jan 10, 2011
Messages
261
Reaction score
38
Location
Warsaw, PL
Hey guys.

I've been trying to add few cool things to my AAC website based on Gesior2012.
My TFS is 1.0 but will be upgrading to 1.2 so any of those two versions will suit my purpose.

I've been also wondering if someone maybe has scripts (php+lua) like:
  1. Powergamers
  2. Onlinetime
  3. "Top outfiters" (people with highest number addons done)
  4. "Top quest makers"
  5. Refer a Friend system
  6. Homepay payment type to buy points.
Community & I would really appreciate it. Thank you for your time!
 
Last edited:
Hey guys.

I've been trying to add few cool things to my AAC website based on Gesior2012.
My TFS is 1.0 but will be upgrading to 1.2 so any of those two versions will suit my purpose.

I've been also wondering if someone maybe has scripts (php+lua) like:
  1. Powergamers
  2. Onlinetime
  3. "Top outfiters" (people with highest number addons done)
  4. "Top quest makers"
  5. Refer a Friend system
  6. Homepay payment type to buy points.
Community & I would really appreciate it. Thank you for your time!
6. Homepay.pl SMS & money transfer systems are already in Gesior2012. You just need to config them:
https://github.com/gesior/Gesior2012/blob/TFS-1.0/pages/buypoints.php#L61

1 & 2. Powergamers & Online Time scripts are already in Gesior2012. Someone could rewrite LUA script for new TFSes [old may work on new TFSes! Test it!]. Old PHP scripts should work in 2012 version and they are already in Gesior2012:
https://github.com/gesior/Gesior2012/blob/TFS-1.0/pages/powergamers.php
https://github.com/gesior/Gesior2012/blob/TFS-1.0/pages/onlinetime.php
LUA script and MySQL database structure is in .php scripts. You just need to edit layout and add links to these pages.
Missing part is online time/exp change on page 'characters'. Someone must make it :)
 
6. Homepay.pl SMS & money transfer systems are already in Gesior2012. You just need to config them:
https://github.com/gesior/Gesior2012/blob/TFS-1.0/pages/buypoints.php#L61

1 & 2. Powergamers & Online Time scripts are already in Gesior2012. Someone could rewrite LUA script for new TFSes [old may work on new TFSes! Test it!]. Old PHP scripts should work in 2012 version and they are already in Gesior2012:
https://github.com/gesior/Gesior2012/blob/TFS-1.0/pages/powergamers.php
https://github.com/gesior/Gesior2012/blob/TFS-1.0/pages/onlinetime.php
LUA script and MySQL database structure is in .php scripts. You just need to edit layout and add links to these pages.
Missing part is online time/exp change on page 'characters'. Someone must make it :)
1 & 2 doesn't work with Gesior2012. Thanks for buypoints.php :) i forgot about it :D
 
Back
Top