Stefan A. Brannfjell
Stefan A. Brannfjell
Its on 1.6 todo list. I can use SSH and send status commands to control the state of the server.
Which server, version and client do you use?
Try this, let me know if it works: ```lua -- -- Znote Auto Shop v2.1 for Znote AAC on TFS 1.2+ function onThink(interval, lastExecution) local shopTypes = {1,7} local orderQuery...
> Got this error after copy your new script: > > Lua Script Error: [GlobalEvent Interface] > data/globalevents/scripts/znoteShop.lua:onThink > data/globalevents/scripts/znoteShop.lua:106: attempt to concatenate global 'player_id' (a nil value) > stack...
Wouldn't it be more organized to use a prefix instead of a suffix? Could you link me the code for this proxy system?
Well the function list is messy indeed. :p I must have written two different functions that works the same way. Perhaps I wrote for the guild master and for the...
I have always been very hesitant to multi world. There arent many OTs out there that are using it, and I really hate the way multi world has been implemented...
You can disable IP validation in config.php: https://github.com/Znote/ZnoteAAC/blob/855c889568e9f07f5413837cf4ee4ad8f8df3e01/config.php#L569 Your lines in general.php doesn't seem to quite match the latest version either, are you using old/custom version of Znote AAC? Might...
I will consider using data tables on the new layout in the next version. Znote AAC 1.5 is without jQuery dependency, even though the default layout has it. Edit: When...
Which web server are you using? What does the latest messages in error.log say?