[wpdev-commits] xmlscripts/definitions scripts.xml,1.74,1.75
Brought to you by:
rip,
thiagocorrea
|
From: <dr...@pr...> - 2004-01-26 13:49:50
|
Update of /cvsroot/wpdev/xmlscripts/definitions In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv27237/definitions Modified Files: scripts.xml Log Message: Slight tweaks, updates, syncs, etc. Split the lumberjacking code from weapons.blades to skills.lumberjacking. Later today I'll work on the rest of the potions. Index: scripts.xml =================================================================== RCS file: /cvsroot/wpdev/xmlscripts/definitions/scripts.xml,v retrieving revision 1.74 retrieving revision 1.75 diff -C2 -d -r1.74 -r1.75 *** scripts.xml 26 Jan 2004 03:21:07 -0000 1.74 --- scripts.xml 26 Jan 2004 13:48:49 -0000 1.75 *************** *** 6,9 **** --- 6,10 ---- --> <definitions> + <definitions> <script>trading</script> <script>npc.healer</script> *************** *** 33,38 **** <script>equipment</script> <script>bandages</script> ! <script>key</script> ! <script>keyring</script> <script>ore</script> --- 34,39 ---- <script>equipment</script> <script>bandages</script> ! <script>key</script> ! <script>keyring</script> <script>ore</script> *************** *** 130,133 **** --- 131,135 ---- <script>skills.provocation</script> <script>skills.mining</script> + <script>skills.lumberjacking</script> </definitions> |