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

Solved Show reborn instead of experience ( highscore list )

Marko999x

999x era
Premium User
Joined
Dec 14, 2017
Messages
2,749
Solutions
80
Reaction score
1,887
Location
Germany
Hey I have no really any clue how php works at all so im asking for help :(

1639587620611.png

I want to show up reborn on the experience part ( highscore list ) what exactly do I have to edit to get that result?

Im using gesior 2012 and TFS 1.5 ( without the 12.x support )
and I have a reborn function in my server if its needed as information
-- > player:getReborn() < --

king regards and thanks everyone whos helping :D
Post automatically merged:

Fixed by myself

edited classes/player.php
edited pages/highscores.php
 

Attachments

  • 1639587588750.png
    1639587588750.png
    189.6 KB · Views: 19 · VirusTotal
Last edited:
Solution
Well, thanks to Slaw (Creator of MyAcc) I managed to get this up:
bb908a3478f7d2614ca2087cc30d660c.png


The idea of this is that it counts from tile positions in-game, updated the database table "bridge" with INT (numbers, non decimal) and from there the website prints out the top guilds by the points.
I use Reborn system aswell which is pretty nice for high-exp ot servers, so if anyone gets onto this. I'll try to convert it onto MyAcc or if it already works for that. my PHP knowledge is non-existent.

Let me try something here, for example:
Highscores takes "Level" and "Experience", so can't you check the file and add a table check for the table where Rebirths are taken from and print it out?

Hey I...
Hey I have no really any clue how php works at all so im asking for help :(

View attachment 64000

I want to show up reborn on the experience part ( highscore list ) what exactly do I have to edit to get that result?

Im using gesior 2012 and TFS 1.5 ( without the 12.x support )
and I have a reborn function in my server if its needed as information
-- > player:getReborn() < --

king regards and thanks everyone whos helping :D
Well, thanks to Slaw (Creator of MyAcc) I managed to get this up:
bb908a3478f7d2614ca2087cc30d660c.png


The idea of this is that it counts from tile positions in-game, updated the database table "bridge" with INT (numbers, non decimal) and from there the website prints out the top guilds by the points.
I use Reborn system aswell which is pretty nice for high-exp ot servers, so if anyone gets onto this. I'll try to convert it onto MyAcc or if it already works for that. my PHP knowledge is non-existent.

Let me try something here, for example:
Highscores takes "Level" and "Experience", so can't you check the file and add a table check for the table where Rebirths are taken from and print it out?
 
Well, thanks to Slaw (Creator of MyAcc) I managed to get this up:
bb908a3478f7d2614ca2087cc30d660c.png


The idea of this is that it counts from tile positions in-game, updated the database table "bridge" with INT (numbers, non decimal) and from there the website prints out the top guilds by the points.
I use Reborn system aswell which is pretty nice for high-exp ot servers, so if anyone gets onto this. I'll try to convert it onto MyAcc or if it already works for that. my PHP knowledge is non-existent.

Let me try something here, for example:
Highscores takes "Level" and "Experience", so can't you check the file and add a table check for the table where Rebirths are taken from and print it out?

Hey I have solved it alredy
read the first message :D, thanks for the help
Fixed by myself

edited classes/player.php
edited pages/highscores.php
 
Solution
Hey I have no really any clue how php works at all so im asking for help :(

View attachment 64000

I want to show up reborn on the experience part ( highscore list ) what exactly do I have to edit to get that result?

Im using gesior 2012 and TFS 1.5 ( without the 12.x support )
and I have a reborn function in my server if its needed as information
-- > player:getReborn() < --

king regards and thanks everyone whos helping :D
Post automatically merged:

Fixed by myself

edited classes/player.php
edited pages/highscores.php

Now I understand why you are spamming my thread xD
 
Back
Top