View Single Post
  #4  
Old 04-09-2005, 10:31 AM
Cisyouc
Demi-God
 
Join Date: Jun 2004
Location: Heaven.
Posts: 1,260
Default

Quote:
Originally Posted by Lexen1
You dont have to be rude about it cisyouc, and also I found this after I posted, just didn't update it... Also, type body types, or bodytypes or bodytype or bodytypes in search and tell me if you get this link... I didn't... This tutorial is not specifically on "bodytypes", it just has a section that gives you a list of them therefore I didn't get this in my search so please.. do not ridicule me on using search.. kktks
In the npc_types table, the column is 'bodytype'.
Quote:
| bodytype | int(11) | YES | | NULL | |
A search for bodytype easily brings it up.
[Edit: In fact, if you direct the search to the database forum, it is the ONLY result with the keyword 'bodytype', so dont tell me it didnt come up]

And I'm not trying to be rude, I'm just making a suggestion for you and others.
__________________
namespace retval { template <class T> class ReturnValueGen { private: T x; public: ReturnValueGen() { x = 0; }; T& Generator() { return x; }; }; } int main() { retval::ReturnValueGen<int> retvalue; return retvalue.Generator(); }
C++ is wonderful.

Last edited by Cisyouc; 04-09-2005 at 06:33 PM..