Reading Character Mission Data via Website?
- evenmonkeys
- Posts: 78
- Joined: Thu Feb 13, 2014 1:53 am
- Location: Midwest, US
Reading Character Mission Data via Website?
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?
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.