Search found 12 matches

by Wulfie
Thu Apr 14, 2011 8:03 am
Forum: Support and Development
Topic: What am I doing wrong here?
Replies: 36
Views: 11166

Re: What am I doing wrong here?

Thanks for the feedback. I have worked on some other games and engines in the past just nothing in lua yet. one that I worked on was VB and everything was stored in SQL, mostly due to the fact that it was an Orpg and the info needed to be called from the server to the clients and back again to store...
by Wulfie
Thu Apr 14, 2011 7:01 am
Forum: Support and Development
Topic: What am I doing wrong here?
Replies: 36
Views: 11166

Re: What am I doing wrong here?

Only mildly off topic, however relevant. I am trying to sort out doing something similar. My idea was to create each enemy type in an SQLite table, then have the lua code pull it from there. My reasoning behind this was to be able to code less and pull most of the content for items and enemies from ...