Page 1 of 1

Reading Character Mission Data via Website?

Posted: Mon Mar 18, 2019 4:54 pm
by evenmonkeys
I have seriously been trying to figure out how to read the mission data for characters to output it onto my website for weeks.. and I have no hair left to pull out. Does anyone have any help they could send my way? I see that there is mission data in the char table, but I have absolutely no idea how to read it. Any help would be appreciated. Thank you.

Re: Reading Character Mission Data via Website?

Posted: Thu Apr 11, 2019 2:14 pm
by Avatarati
Look into json and serialize/unserialize via php and javascript. Also, look at how the mission data is structured in mmo.h (src/common). This will help when processing the incoming data to your web server.