Open GoogleCodeExporter opened 9 years ago
Well it's been a long long time, but maybe someone will find this useful :P
In databasemysql.cpp instead of:
DBResult* res = new MySQLResult(m_res);
return verifyResult(res);
Paste this:
return verifyResult((DBResult*)(m_res));
It compiled for me, wish you luck :D
Original comment by wolkpiot...@gmail.com
on 12 Jan 2015 at 7:38
well i agree about long time :) i did that you say and it worked :D
thanks a lot ^_^
maybe you can say me how to give this distro access to read files and write
content to them ? i tryed lua libraries and io.read io.write... but server
can't recognize this functions...
Or if it cannot possible, can we make sql queries from lua scripts ??
Thanks a lot!! ^_^
Original comment by Ary...@gmail.com
on 12 Jan 2015 at 9:01
Well bro, so far I had fun with Avesta only for couple of days so can't tell
you much. I am making my own server based this distro, so as the time passes I
hope I could answer your questions :P
So you are planning to edit this engine for XML? And if yes, then why? :D
Original comment by wolkpiot...@gmail.com
on 12 Jan 2015 at 10:42
why you think it must be xml?? i asked about sql :D
i need lua scripts what can use sql connections :D so i can implement my ideas
more usebility..
^_^ im owner of tibia76.com and no have time to work on it lol :D
Original comment by Ary...@gmail.com
on 15 Jan 2015 at 10:27
Original issue reported on code.google.com by
Ary...@gmail.com
on 8 Jan 2013 at 6:55