560 Commits

Author SHA1 Message Date
The Dejwww :)
a75e2c015e
small visual style fix in admin page (#455)
![enter image description here](https://i.imgur.com/A1YpZml.png)
2020-12-30 04:20:56 +01:00
Mina
93384c2375
php 7.4+ compatibility fix (#454) 2020-12-29 05:00:38 +01:00
Znote
48d1dd5712 Fix #263 gallery system using imgur
setup tutorial: https://github.com/Znote/ZnoteAAC/wiki/IMGUR-powered-Gallery-page
2020-12-13 22:20:54 +00:00
Znote
8128804021 Fix schema.sql syntax 2020-11-13 01:07:35 +00:00
Znote
824874e390 Fix #448 TFS 0.3/4 Guild House support
Guildhalls that have an owner now shows the Guild Name, which you can click to view the guild.
Before it would consider the owner to be player id instead of guild id, and load the player which was completely wrong.
Not all TFS 0.3 servers support this, so added a check to see if the guild column declaration was available in town data.
Also fixed a bug where it tries to load a sub page if you enter without posting selected town data to it.
And added town selection to the top of the list.
2020-11-12 17:33:32 +00:00
Znote
32b474b9be TFS 0.3 - Fix user_data declaration in init 2020-11-11 21:30:04 +00:00
Znote
a54d001e77 Fix schema import warning
Warning: #1681 Integer display width is deprecated and will be removed in a future release.
2020-11-11 20:01:04 +00:00
Znote
c2b261544d Removed unused variable 2020-11-05 02:11:53 +01:00
Znote
a2dea09163 otbr: client12: Event Schedule
Implements support for https://github.com/opentibiabr/otservbr-global/pull/1932
2020-11-05 01:54:59 +01:00
Znote
0b5fc15a41 Fix #311 OtservBR Premium lastday
When adding premium account through webshop, update both premdays and lastday column on otservbr based servers.
2020-10-31 19:38:28 +01:00
Znote
fa5fac75a7 Fix #446 TFS 1.3 premium time
which was implemented here: https://github.com/otland/forgottenserver/pull/2813
and merged 28th october 2020.
2020-10-31 14:29:29 +01:00
Evil Puncker
a88d3710fb
fix #445 (#447)
fix by @milbradt
2020-10-30 07:21:20 +01:00
Evil Puncker
a00dbcfabd
bye bye trailing whitespaces (#442) 2020-08-02 14:48:13 +02:00
Evil Puncker
aa016fc0b1
Removed unnecessary check (#441) 2020-07-19 17:25:19 +02:00
Evil Puncker
17f1ffee95
Making mounts order available only for 8.7 and above (#440)
* mounts only 8.7 and up
2020-07-19 00:05:00 +02:00
Znote
1ae01ee342 Character auction: Fixed points transfer to seller. 2020-07-18 23:51:26 +02:00
Znote
e61e5a85ce formatting 2020-07-18 23:44:34 +02:00
Znote
297db6029d char profile: Dont show other chars on account if searched char is hidden 2020-07-08 02:40:24 +02:00
Znote
4b0db861d5 Fix #429 Various warnings
Rewrote other characters on this account list in characterprofile
Added hash_equal() backport for low PHP versions
Fixed some warnings
2020-07-08 00:35:45 +02:00
Evil Puncker
5d9b0f3d00
Update myaccount.php (#436) 2020-07-07 02:38:09 +02:00
Evil Puncker
26af5066db
Fixed pagseguro path comment (#435)
closes #434
2020-07-06 19:03:20 +02:00
Evil Puncker
34f9b51f8f
A few Lua scripts updates, converted Lua scripts to RevScriptSys (#431)
- changed folder name from LUA to Lua
- Added installation instructions
- fixed playerdeath variables (fixes #430)
- Added outfit IDs up to Jouster outfit to the sync outfit script
- Removed unecessary instruction
- Added revscriptsys version of all scripts
2020-07-03 19:31:44 +02:00
Znote
3c8b1eb0aa Client 12.20+ support (email login)
Fix #424
2020-06-27 04:56:55 +02:00
Stefan A. Brannfjell
26628602b2
Players online in client 12, fix #425 2020-06-24 13:21:31 +02:00
Evil Puncker
5f87fd2376
Added result.free to getEternalStorage (#422) 2020-06-23 11:56:06 +02:00
Znote
529abad19c Lua file: RevScriptSys LoginWebService for protocol 11, 12+
Move file to this location: data/scripts/znote_login.lua
And restart OT server, it should auto load script.
This script will help Znote AAC connect players to your game server.
2020-06-17 03:18:35 +02:00
Znote
203fe3d5ae New layout (Znote AAC AtomIO)
Layout is primarily changed to this because the old layout had obsolete javascript dependencies.
I still want to make another default layout eventually, which is mobile friendly.
This layout has a very nice character search widget though
that looks for names realtime and displays them in a list beside the search.
2020-06-12 22:14:50 +02:00
Znote
e3c3b766be Remove old layout 2020-06-12 22:04:31 +02:00
Znote
0d3940a0e6 loginWebService type handler
Fix #380
2020-06-12 01:45:55 +02:00
Znote
9c9941e292 Fix client 12 login on OtservBR
Fix #419
2020-06-09 14:12:38 +02:00
Evil Puncker
0fae6d6e5f
Tabs instead of spaces (#416)
* Tabs instead of spaces
2020-06-02 17:50:52 +02:00
Znote
5a80034915 Toggle guild nick feature in config.php
Fix #407
TFS 1.3 has a potential unresolved crash bug related to guild nicks.
You can check out the details here: https://github.com/otland/forgottenserver/issues/2561#issuecomment-633101435
2020-06-01 23:32:09 +02:00
Znote
31c233d559 editorconfig and gitattributes changes 2020-06-01 23:25:42 +02:00
Evil Puncker
8d959350d3
Added client 11 and above restriction to login webservice (#414)
* Added client 11 and above restriction to login webservice
2020-06-01 22:41:31 +02:00
Evil Puncker
b99cf6fd3e
Removed duplicated entry on function user_create_character (#413)
* Removed duplicated entry on function user_create_character
2020-06-01 22:35:36 +02:00
Evil Puncker
f1a3dd7f1c
Update default items.xml (#415) 2020-06-01 19:01:26 +02:00
Evil Puncker
ada8e470d8
Fix label spelling in serverinfo.php
Fix #411
2020-05-29 21:42:08 +02:00
Evil Puncker
e056898f31
Various optimization to config.php and LUA scripts
* Update config.php
* spaces to tabs and new line at eof
* updated playerdeath.lua to match latest one from master
2020-05-29 21:40:28 +02:00
Eduardo Dantas
a78d26b103
Fix for wrong mana, correct is 90 and not 40 (#406)
In update 10.50 ~~ more or less, the base mana increased by 55 points. (the correct would be 35)
2020-05-29 21:00:36 +02:00
Evil Puncker
bb60bfbf83
Removed bomberman highscore function (#400)
It doesn't seems to be used anywhere
2020-05-19 23:01:41 +02:00
Stefan A. Brannfjell
cba8097d7d
Small fix to achievements.php
Fix #390 
Default image medal for achievements without configured image. 
Secret key set to default if it hasn't been configured already.
2020-05-18 09:51:06 +02:00
Evil Puncker
4068f42ac4
Enabled SSL where applicable (#396)
Enabled SSL where aplicable
2020-05-18 09:17:47 +02:00
Evil Puncker
6eb50966fb
Updated clients download link (#397) 2020-05-13 17:06:14 +02:00
Evil Puncker
5316852875
Fixed some typos in Readme (#392) 2020-05-13 17:03:03 +02:00
Evil Puncker
b0947041ce
Small fixes imgland to imgur, achievement images and link (#391)
Removed dead imgland links and changed them to imgur
Changed the example achievements image links with proper ones
Changed Achievements link to tfs repo
2020-05-13 17:01:29 +02:00
Znote
d5749700fc Fix #386 - Warnings in support list. 2020-03-22 20:29:55 +01:00
Znote
35e2ff7f43 update to znote_schema.sql
Turns out inline comments is a big no-no.
2020-03-22 00:31:12 +01:00
Znote
0eb2972e30 LUA - More stable shopsystem
When working with custom types.
2020-03-19 22:38:51 +01:00
Znote
0c64adb55e Fix #375 You cannot invite own guild to guildwar. 2020-02-29 15:56:08 +01:00
Znote
d4538f0f1f Support list works on TFS 0.3.6 again. 2020-02-29 14:56:24 +01:00