Update of /cvsroot/wpdev/xmlscripts/scripts/wolfpack
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv12394/scripts/wolfpack
Modified Files:
consts.py
Log Message:
- Changed the semantics of onLogin/onLogout.
- Added onConnect/onDisconnect (exported to python).
- It's no longer possible to login with a char if another char in the same account is still online.
- Fixed a bug that would cause onLogout not to be called.
Index: consts.py
===================================================================
RCS file: /cvsroot/wpdev/xmlscripts/scripts/wolfpack/consts.py,v
retrieving revision 1.91
retrieving revision 1.92
diff -C2 -d -r1.91 -r1.92
*** consts.py 27 Oct 2004 14:06:34 -0000 1.91
--- consts.py 5 Nov 2004 07:27:26 -0000 1.92
***************
*** 420,424 ****
EVENT_CHECKVICTIM = 49
EVENT_DODAMAGE = 50
! EVENT_COUNT = 51
"""
\end
--- 420,426 ----
EVENT_CHECKVICTIM = 49
EVENT_DODAMAGE = 50
! EVENT_CONNECT = 51
! EVENT_DISCONNECT = 52
! EVENT_COUNT = 53
"""
\end
|