Raw l2c_RequestBypassToServer() and l2c_RequestLinkHtml() functions to send raw bypasses to server

This commit is contained in:
alexey.min
2012-05-13 19:39:14 +00:00
parent 75afe64b36
commit 5be9cb1c61
3 changed files with 33 additions and 0 deletions

View File

@@ -24,6 +24,8 @@ int l2c_sayPm( lua_State *L );
int l2c_npcDlg( lua_State *L );
int l2c_npcDlgClear( lua_State *L );
int l2c_npcDlgExists( lua_State *L );
int l2c_RequestBypassToServer( lua_State *L );
int l2c_RequestLinkHtml( lua_State *L );
// Moving
int l2c_getPos( lua_State *L );
int l2c_moveTo( lua_State *L );