l2c_getUserItems() done

This commit is contained in:
alexey.min
2012-05-12 19:39:01 +00:00
parent 3f7769292c
commit 0506593508
5 changed files with 71 additions and 4 deletions

View File

@@ -43,6 +43,7 @@ int l2c_getItemCount( lua_State *L );
int l2c_useItem( lua_State *L );
int l2c_useItemByObjectId( lua_State *L );
int l2c_getPaperdollItem( lua_State *L );
int l2c_getUserItems( lua_State *L );
// Skills
int l2c_useSkill( lua_State *L );
int l2c_getSkillLevel( lua_State *L );