Reading Character Mission Data via Website?

Any discussion not related to the other forum topics
Post Reply
User avatar
evenmonkeys
Posts: 78
Joined: Thu Feb 13, 2014 1:53 am
Location: Midwest, US

Reading Character Mission Data via Website?

Post by evenmonkeys » Mon Mar 18, 2019 4:54 pm

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.

Avatarati
Posts: 53
Joined: Mon Jun 30, 2014 2:51 pm

Re: Reading Character Mission Data via Website?

Post by Avatarati » Thu Apr 11, 2019 2:14 pm

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.

Post Reply