Stefan A. Brannfjell
Stefan A. Brannfjell
Replace: https://github.com/Znote/ZnoteAAC/blob/88a13e6d1053884536017173aa98289b97c8a81f/Lua/TFS_10/revscriptsys/playerdeath.lua#L5-L8 With: ```lua local guild = Guild(guildId) local enemyGuild = Guild(enemyGuildId) if not guild then print("sendWarStatus: Error: Failed to load guild data from id: ".. guildId) return end if...
That is very weird, do you have any data associated to guild id 2 in SQL? In the guilds table? Which server distro are you using, which version? If there...
@Raggaer I'll have a look at your gist code, I think you may be on to something. (anyting to avoid big messy sdk libs). Cornex has sponsored me with a...
Got a working prototype now: https://gist.github.com/Znote/515e96a0de55ba44998fe88053033964 Gotta do some more testing, add/update some of th admin pages, and create a payment history page for users, so they can view their...
Shop history for the logged in account:  I hope this will also help new owners discover issues and reduce amount of debugging. Gist testing files updated: https://gist.github.com/Znote/515e96a0de55ba44998fe88053033964 Also want...
https://github.com/Znote/ZnoteAAC/blob/81288040217209c1c55d3a3a8f69866b3e8c8ba2/index.php#L13-L39 In line 27, change the value 5 to 3. This determines the amount of rows it will loop through in the changelogs cache.
With Markdown being more and more prevalent (Markdown is being used on Github, otland forum, Discord etc), I think we can start to look into implementing news in Markdown for...
This is weird, is `$_POST['username']` an array? What PHP version are you using? Are you using a custom layout? Normally, the $_POST data is validated before getting to this step....
Which query parameters would fit nicely? I don't have time to dig to deep into the code and try various things, but if you can fix some samples it should...
Live search: too query demanding. Why use imgland.net? - Service was created primary for the purpose of image sharing in the OT community. - The images will be downloaded from...