• 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] Bootstrap, Metro Blue

Joined
Mar 13, 2015
Messages
165
Reaction score
151
Location
Kraków, Poland
Image: https://i.imgur.com/b5T1fuJ.png

Keep in mind that this layout/gesior folder come 'as is' and has NOT been edited to function for other servers. However, it shouldn't be a problem to set this up for your server and edit the subpages to your liking.

Credits to Ninja for creating this layout, we would also be glad if someone took their time and converted this to work Znote, Dev and pandaac in the future.
 

Attachments

Last edited by a moderator:
great work, I have just one question, how to put mounts and addons in the shop ?
the another things are extremely perfect!
really nice booststrap!
 
great work, I have just one question, how to put mounts and addons in the shop ?
the another things are extremely perfect!
really nice booststrap!
You can take look to the file pages/shop.lua and figure out how to make them work.
Hint:
Code:
$offer_array['mount'][$i_mount]['id'] = $data['id'];
                $offer_array['mount'][$i_mount]['mountid'] = $data['itemid1'];
                $offer_array['mount'][$i_mount]['points'] = $data['points'];
                $offer_array['mount'][$i_mount]['description'] = $data['offer_description'];
                $offer_array['mount'][$i_mount]['name'] = $data['offer_name'];
 
You can take look to the file pages/shop.lua and figure out how to make them work.
Hint:
Code:
$offer_array['mount'][$i_mount]['id'] = $data['id'];
                $offer_array['mount'][$i_mount]['mountid'] = $data['itemid1'];
                $offer_array['mount'][$i_mount]['points'] = $data['points'];
                $offer_array['mount'][$i_mount]['description'] = $data['offer_description'];
                $offer_array['mount'][$i_mount]['name'] = $data['offer_name'];
you have the "z_shop_offers" with items and mounts already done?
 
hey i have this error at create a new character
Error occured!
Error ID: Cannot save ItemsList. Player ID not set.
More info:

File: C:\Program Files\VertrigoServ\www\classes/itemslist.php Line: 67
File: C:\Program Files\VertrigoServ\www\classes/player.php Line: 88
File: C:\Program Files\VertrigoServ\www\pages/account.php Line: 862
File: C:\Program Files\VertrigoServ\www\system/load.page.php Line: 7
File: C:\Program Files\VertrigoServ\www/index.php Line: 37
 
Remove -- comments from config.lua
Such as:
-- loot rate here
-- experience rate

etc
 
Probably this Gesior version is working for higher/lower TFS versions than yours. You should try to copy the layout folder and paste it into your gesior, not sure if it would work, but at least a try worth
 
Probably this Gesior version is working for higher/lower TFS versions than yours. You should try to copy the layout folder and paste it into your gesior, not sure if it would work, but at least a try worth
i'm use to gesior for tfs 1.2.. and so what you said does not work, you have to change some files also
 
Probably this Gesior version is working for higher/lower TFS versions than yours. You should try to copy the layout folder and paste it into your gesior, not sure if it would work, but at least a try worth
It's something weird in the files. The files is being restored as C:\My ot\
And not like C:/my ot/ which is supposed how it should look like.

If it's put like C:\My ot\ the config.php script won't be loaded propely.
 
thats why i cant install it since my config lua dont have nothing wrong and tryed to get the layout only but nothing happends its shows me an error
 
hey i have this error at create a new character
Error occured!
Error ID: Cannot save ItemsList. Player ID not set.
More info:

File: C:\Program Files\VertrigoServ\www\classes/itemslist.php Line: 67
File: C:\Program Files\VertrigoServ\www\classes/player.php Line: 88
File: C:\Program Files\VertrigoServ\www\pages/account.php Line: 862
File: C:\Program Files\VertrigoServ\www\system/load.page.php Line: 7
File: C:\Program Files\VertrigoServ\www/index.php Line: 37
 
Fatal error: Call to a member function fetchAll() on boolean in C:\xampp\htdocs\classes\databaselist.php on line 68
 
Not working.. website is blank.
 
Back
Top