Books
I have a question for the server devs out there: what is the best way to handle books ingame? Currently you can't read anything in SimpleClient because I'm not sure how best to handle it. I don't know if things have changed since, but my 0.5.5 test server uses a books table in the DB for book text. Apparently the way the protocol worked then was the client would send a request to the server with a particular title, and the server would return the text in the book. I can make SC work this way, but it wouldn't be localizable. This being the case, I figure I should ask if we want to do anything else before taking this route.
|