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

Znote AAC 1.4 - [TFS 0.2.13+] & [TFS 0.3.6+/0.4]

i use otx server version 2.2 and my config.php i set this

$config['TFSVersion'] = 'TFS_03';
 
tested and works on:
- tfs 0.2.14 (with war system, tfs 0.2 in config.php)
- tfs 0.2.13pl1 (with war system, tfs_02 in config.php)
- tfs 0.2.14 mystic spirit
- tfs 0.3.6pl1 crying damson (without war system, with tfs_03 in config.php, and config['salt'] = false) (fixed on znote aac 1.2)
- tfs 0.3.7_svn_5772 (with war system, with tfs_03 in config.php)
- tfs 0.3.7_svn_3777 (with war system, with tfs_03 in config.php)
- tfs 0.3.7_svn_3884 (with war system, with tfs_03 in config.php)
- tfs 0.3.7_svn_3952 (with war system, with tfs_03 in config.php)

tfs != otx,
 
When is the new update :p?
 
yeah it worls when the player die by a monster is ok show the info well but when the player die by another player dont show the name of the killer

Code:
Death List:
[05 November 2012 (04:58)] Killed at level 90 by player:
[05 November 2012 (04:01)] Killed at level 86 by a frost dragon
[05 November 2012 (03:18)] Killed at level 82 by a frost dragon
[05 November 2012 (00:58)] Killed at level 82 by a frost dragon
[03 November 2012 (07:11)] Killed at level 65 by a mounted black knight
[02 November 2012 (03:39)] Killed at level 53 by a hero
[01 November 2012 (18:18)] Killed at level 48 by a mounted black knight
[01 November 2012 (04:06)] Killed at level 39 by a dragon lord hatchling
[01 November 2012 (03:50)] Killed at level 38 by a dragon lord hatchling
[28 October 2012 (21:50)] Killed at level 33 by a dragon
 
gRvbVp.jpg
 

Attachments

greetings i made a layout but i cant create a new thread i dont know why well i post sorry for my bad english

thump_8105067web.jpg


Layout
 
you have to write the acc name in config.php when you log in admin page appear in your account options
 
Thanks for the feedback. I'm very busy these days so don't have much spare time, but will continue on Znote AAC later this month.

yeah it worls when the player die by a monster is ok show the info well but when the player die by another player dont show the name of the killer

Code:
Death List:
[05 November 2012 (04:58)] Killed at level 90 by player:
[05 November 2012 (04:01)] Killed at level 86 by a frost dragon
[05 November 2012 (03:18)] Killed at level 82 by a frost dragon
[05 November 2012 (00:58)] Killed at level 82 by a frost dragon
[03 November 2012 (07:11)] Killed at level 65 by a mounted black knight
[02 November 2012 (03:39)] Killed at level 53 by a hero
[01 November 2012 (18:18)] Killed at level 48 by a mounted black knight
[01 November 2012 (04:06)] Killed at level 39 by a dragon lord hatchling
[01 November 2012 (03:50)] Killed at level 38 by a dragon lord hatchling
[28 October 2012 (21:50)] Killed at level 33 by a dragon

Weird, what TFS version are you using?
 
As far as I know otx is based on TFS 0.3. If I could get a db dump of it I could check it out, its prolly just a small modification to make it work.
 
Download: https://dl.dropbox.com/u/12304631/znoteaac/znoteAACv1.3public.zip

To sum it up:
  • Paygol SMS shop system
  • Storage value functions
  • You can now give free shop points to character name in admin panel.
  • Sub page system. (Allows layouts to have special sub pages).
  • Admin panel has a twitter news
    [*] News system
  • Item image systme to display item images in shop!

Changelog Znote AAC 1.2b --> 1.3
Code:
- config.php, connect.php, init.php, shop.php
** Added default item image server, and fixed so items will display
*- in shop. (Images to shop, yaay)!
** Removed old devlayout.
** Tagged version 1.3_PUBLIC

- users.php, menu.php, support.php:
** Cached support list page.

- highscores.php, users.php:
** Recoded highscores.php a bit, reducing server load alot.

- config.php, users.php, TFS_0X/talkaction*/*:
** Default position is possible to set in-case you don't want players 
*- to spawn at their temple.
** Shop system LUA scripts should work better now thanks to sn4ake.
*- http://otland.net/members/sn4ake/

- admin_news.php, config.php, connect.php, users.php, index.php, houses.php, loggedin.php
** Integrated sweet news system. :)

- firstitems.lua:
** TFS 0.2 firstitems LUA script.

- users.php, houses.php, aside.php:
** TFS 0.3 house list added.

- admin.php, twtrNews.php:
** Admin panel has a twitter news connected to Znote AAC,
*- so OT admins can view latest Znote AAC news when they access admin panel.

- config.php, sub.php:
** Sub page system. (Allows layouts to have special sub pages).

- users.php:
** TFS storage value functions
** - getPlayerStorageValue($player_id, $storage)
** - setPlayerStorageValue($player_id, $storage, $value)
** - getGlobalStorageValue($storage)
** - setGlobalStorageValue($storage, $value)

- admin.php:
** You can now give free shop points to character name.

- buypoints.php, config.php, connect.php, paygol_ipn.php:
** Paygol SMS buypoints system created and works.
 
Last edited:
Back
Top