mobmap更新器框架图
[attach]2851[/attach] wdb 方面信息可以参考[url=http://bbs.cwowaddon.com/thread-1749-1-1.html]http://bbs.cwowaddon.com/thread-1749-1-1.html[/url]
[code]
read "id current version" from site
read wdb head and get "id wdb version"
while (1)
{
read wdb id
read entry size
if (id wdb version > id current version)
{
read full entry and append to upload file
}
else
{
seek to next wdb entry
}
}
[/code]
页:
[1]