Update of /cvsroot/wpdev/xmlscripts/scripts/wolfpack
In directory sc8-pr-cvs1:/tmp/cvs-serv23794/scripts/wolfpack
Modified Files:
consts.py
Log Message:
EVENT_TRADE* added
Index: consts.py
===================================================================
RCS file: /cvsroot/wpdev/xmlscripts/scripts/wolfpack/consts.py,v
retrieving revision 1.34
retrieving revision 1.35
diff -C2 -d -r1.34 -r1.35
*** consts.py 15 Nov 2003 20:55:13 -0000 1.34
--- consts.py 25 Nov 2003 06:17:50 -0000 1.35
***************
*** 210,214 ****
# Id's for Hooks (not all are hookable though)
! EVENT_USE = 0,
EVENT_SINGLECLICK = 1
EVENT_COLLIDE = 2
--- 210,214 ----
# Id's for Hooks (not all are hookable though)
! EVENT_USE = 0
EVENT_SINGLECLICK = 1
EVENT_COLLIDE = 2
***************
*** 246,250 ****
EVENT_DAMAGE = 34
EVENT_CASTSPELL = 35
! EVENT_COUN = 36
HOUSE = 0
--- 246,252 ----
EVENT_DAMAGE = 34
EVENT_CASTSPELL = 35
! EVENT_TRADE = 36
! EVENT_TRADESTART = 37
! EVENT_COUNT = 38
HOUSE = 0
|