[wpdev-commits] xmlscripts/definitions/npcs/humans/vendors healer.xml,1.3,1.4
Brought to you by:
rip,
thiagocorrea
From: Richard M. <dr...@us...> - 2004-08-12 00:57:23
|
Update of /cvsroot/wpdev/xmlscripts/definitions/npcs/humans/vendors In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv27363/npcs/humans/vendors Modified Files: healer.xml Log Message: A fix by Incanus that should make healers work! Index: healer.xml =================================================================== RCS file: /cvsroot/wpdev/xmlscripts/definitions/npcs/humans/vendors/healer.xml,v retrieving revision 1.3 retrieving revision 1.4 diff -C2 -d -r1.3 -r1.4 *** healer.xml 4 Feb 2004 03:04:09 -0000 1.3 --- healer.xml 12 Aug 2004 00:57:13 -0000 1.4 *************** *** 12,16 **** <npc id="healer_male"> <inherit>vendor_male</inherit> ! <bindmenu>healer_menu</bindmenu> <title>the Healer</title> <shopkeeper> --- 12,16 ---- <npc id="healer_male"> <inherit>vendor_male</inherit> ! <bindmenu>vendor_menu,train_menu,healer_menu</bindmenu> <title>the Healer</title> <shopkeeper> *************** *** 52,62 **** <swordsmanship><random min="800" max="1000" /></swordsmanship> <category>Vendors\Healer (Male)</category> - <events>npc.healer</events> </npc> ! <npc id="healer_female"> <inherit>vendor_female</inherit> <title>the Healer</title> ! <bindmenu>healer_menu</bindmenu> <shopkeeper> <restockable> --- 52,61 ---- <swordsmanship><random min="800" max="1000" /></swordsmanship> <category>Vendors\Healer (Male)</category> </npc> ! <npc id="healer_female"> <inherit>vendor_female</inherit> <title>the Healer</title> ! <bindmenu>vendor_menu,train_menu,healer_menu</bindmenu> <shopkeeper> <restockable> *************** *** 97,101 **** <swordsmanship><random min="800" max="1000" /></swordsmanship> <category>Vendors\Healer (Female)</category> - <events>npc.healer</events> </npc> --- 96,99 ---- |