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

[ZnoteAAC] TibiaCOM layout. Proceed or waste of time?

Cornex

Web Developer
Staff member
Global Moderator
Joined
Jun 15, 2008
Messages
3,444
Solutions
5
Reaction score
1,166
Location
Sweden
Hello there, I have started fix the currently TibiaCOM layout to look more like tibia.com.. I've adding achievements system and such.

So, should I keep work on this. Or are TibiaCOM outdated? :)
Some screens:

IMowRmsn.png

EjPCyGf.png


achievements configuration looks like:
PHP:
$config['achievements'] = array(
    'enable' => true,
    array(
        'name' => 'Achievement name',
        'stars' => 4,
        'storage' => 33123,
        'secret' => true
    ),
    array(
        'name' => 'Achievement name - Not secret',
        'stars' => 2,
        'storage' => 33123,
        'secret' => false
    ),
);
 
I think this will boost the usage of znote so I would say proceed!

If the interest is there, I will proceed and release it to an github repo in a few days.
 
There is alot of rl map servers so i say proceed :)
 
There is alot of rl map servers so i say proceed :)

Thanks for the motivation! And yes, the fact there is a lot of RL maps are true, haha. :)

Proceed for sure!
Everything done to encourage more people to use ZnoteAAC is awesome.

Thanks for the motivation as well! ;)

Well, seems like i getting positive response on this so I will probably continue it. :)
Will try to post any progress here! :)
 
Proceed! Or just send me the achivement code ;D
Spend hours and hours fixing achivements for my rlmap and the code I use for the aac isen't the best id say :p
 
Thanks everyone!

Not to big update, but anyhow. The real tibia.com login box is there now:

OvBDwFdq.png
ALFeLFih.png
 
In fact that tibia.com's codes are dirty as hell we're gonna remake all the div's.. There is going to be multiply and not needed divs, but that is an long term fixer. For now, if someone is wanna help me rename the divs, send me an PM.

EZ-nwRfw.png
 
It is by far the best layout out there, even if its a copy/paste from the original Tibia. IMO this layout looks really well, whoever disigned it, did a great job.

If you are up for it, don't think about giving this up!
 
It is by far the best layout out there, even if its a copy/paste from the original Tibia. IMO this layout looks really well, whoever disigned it, did a great job.

If you are up for it, don't think about giving this up!

Thanks a lot sir! =)

Well, we're also gonna add a very useful CSS class for most of common tibiaCOM things. For an example:

PHP:
echo $css->content('Title!','Content');

Turns out to:

5pAGKj8z.png
 
Login page kinda done :) (I don't include the facebook thing as real tibia has..)

Edit: Don't mind the title's, just forgot to change them before screen lol.. :)

7cD0lNvi.png
 
Guilds and Guilds Wars with logo please please <3 <3
 
Looks awesome, btw gotta change the (font(<b>?)), color on "players online"

Got thoughts about uploading on github? -> So more ppl can help.
/ With ZnoteAcc included, so it would function more similar as tibia.com does.
 
Looks awesome, btw gotta change the (font(<b>?)), color on "players online"

Got thoughts about uploading on github? -> So more ppl can help.
/ With ZnoteAcc included, so it would function more similar as tibia.com does.

As it is now, way to messy to include other in the development. I want to complete the classes structure before I upload it. :)
Sure it can be changed, didn't thought about it yet since it is an very small fix :)
 
As it is now, way to messy to include other in the development. I want to complete the classes structure before I upload it. :)
Sure it can be changed, didn't thought about it yet since it is an very small fix :)
Yeah, true.
Better to fix the layout first and then focus on those functions that need to be changed.
 
Back
Top