I added almost all the outfits and mounts, but I can't make the auras and wings work even after following the tutorials.
If I remmeber correctly
There was two lines like
wingsId should have changed to wingsClientId or something like this
I forgot
I added almost all the outfits and mounts, but I can't make the auras and wings work even after following the tutorials.
oh man... i'll try the version 8.0... probably thats why it is not workingusing version 8.0??
If I remmeber correctly
There was two lines like
wingsId should have changed to wingsClientId or something like this
I forgot
Would this change be made to the server's xml/wings.xml or to the otclient modules? do you remember?
I already followed Gesior tutorial and it still didn't work, it could be that you're missing a lineTo the server source
I already followed Gesior tutorial and it still didn't work, it could be that you're missing a line
Wing* wing = wings.getWingByID(outfit.lookWings);
Wing* wing = wings.getWingByClientID(outfit.lookWings);
Aura* aura = auras.getAuraByID(outfit.lookAura);
Aura* aura = auras.getAuraByClientID(outfit.lookAura);
u need edit ban, its using a invalid player to put in "banned by".error mysql (character no receive ban)
after kill any player many errors creaturescripts getMonster
error isinWar playerguild kill player other guild.
View attachment 79390
sorry is this server side or client side?no
go game.cpp and change
this:
toLUA:Wing* wing = wings.getWingByID(outfit.lookWings);
LUA:Wing* wing = wings.getWingByClientID(outfit.lookWings);
and
toLUA:Aura* aura = auras.getAuraByID(outfit.lookAura);
LUA:Aura* aura = auras.getAuraByClientID(outfit.lookAura);





Just add that new column activekey to that table which is required. Probably latest znoteaac introduced new columns in schema so my old schema in repo doesn't have that column.Hello everyone,
I've been trying to set up this server on my local virtual machine, but I'm encountering a few problems. I suspect that they might be related to ZNote AAC, but I'm not entirely sure. I've been trying to learn and find tutorials related to it, but I've had no luck, so, I'm creating this post in the hopes that someone can assist me. Any tips or suggestions would be greatly appreciated.
To give more context: I am using ubuntu and I have compiled the server by going inside the folder /SabrehavenServer-master/cmake and opening a terminal and using the command cmake .. , then I moved the tfs.exe to /SabrehavenServer-master and I have been running the sorver from there since then [See Image 1]. My server seem to be running fine, my main problem is that I CANNOT create an account to login.
IMAGE 1: Server master folder
View attachment 79690
I have my SQL and Apache running fine, and I have the Znote folder inside my /var/www as you can see on image 2
IMAGE 2:
View attachment 79686
Now, I believe that the root of my problem lies here. According to most tutorials I've seen related to Znote, I should be able to log on the Znote website, create a new account, and have it automatically added to my SQL database. However, this is not happening, likely due to one of my settings in the config.php file (located inside the Znote folder) or in my server config.lua. Could someone please let me know if I've missed something or if I've entered the wrong information in those files?
IMAGE 3: config.php
View attachment 79687
IMAGE 4: config.lua:
View attachment 79688
Finally I will leave some images showing my sql database for my server and the website utilized by Znote showing the error message that I get when I try to create a new account (I am able to login using the admin account that i have set in my config.php)
IMAGE 5:
View attachment 79689
Again any help or tip is appreciated, my only plan with this server is to play by myself so all I need is to be able to create an account or if anyone has a sql schema with some account already created and feel like sharing it, I think it would fix my problem.
Sorry for the long post and I hope my question may help others in the future as well xD.
Hi, sorry I am new to SQL/Znote, which table exactly should I add that new column? Because the znote_accounts table inside phpmyAdmin already has the activekey column.Just add that new column activekey to that table which is required. Probably latest znoteaac introduced new columns in schema so my old schema in repo doesn't have that column.

Well that is something i wasn't sure actually, I will try running everything on localhost to see if there is any difference.Then idk whats the problem, but it looks fishy that your url is demo.znote.eu shouldn't you play in localhost?

[Error - mysql_real_query] Query: UPDATE `znote_players` SET `onlinetimetoday` = `onlinetimetoday` + 60, `onlinetimeall` = `onlinetimeall` + 60 WHERE `player_id` IN (SELECT `player_id` FROM `players_online` WHERE `players_online`.`player_id` = `znote_players`.`player_id`)
Message: Unknown column 'onlinetimeall' in 'field list'
8.0 works nicely but cant brake my head around making it 7.4
LUA:[Error - mysql_real_query] Query: UPDATE `znote_players` SET `onlinetimetoday` = `onlinetimetoday` + 60, `onlinetimeall` = `onlinetimeall` + 60 WHERE `player_id` IN (SELECT `player_id` FROM `players_online` WHERE `players_online`.`player_id` = `znote_players`.`player_id`) Message: Unknown column 'onlinetimeall' in 'field list'
got this error but this doesnt affect gameplay i guess
also is there a way to play it on raw 8.0 client with ipchanger somehow? it says protocols 8.0 only on 8.0 cip client