[wpdev-commits] xmlscripts/scripts/wolfpack consts.py,1.37,1.38
Brought to you by:
rip,
thiagocorrea
|
From: <dr...@pr...> - 2004-01-26 12:07:46
|
Update of /cvsroot/wpdev/xmlscripts/scripts/wolfpack In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv22468/scripts/wolfpack Modified Files: consts.py Log Message: Slight tweak for mining. Updates for potions. The following potions work now: Greater Heal, Heal, and Lesser Heal Agility and Greater Agility Strength and Greater Strength Index: consts.py =================================================================== RCS file: /cvsroot/wpdev/xmlscripts/scripts/wolfpack/consts.py,v retrieving revision 1.37 retrieving revision 1.38 diff -C2 -d -r1.37 -r1.38 *** consts.py 25 Jan 2004 03:47:21 -0000 1.37 --- consts.py 26 Jan 2004 03:23:40 -0000 1.38 *************** *** 107,163 **** skillnamesids = \ ! { ! 'alchemy' : ALCHEMY, ! 'anatomy' : ANATOMY, ! 'animallore' : ANIMALLORE, ! 'itemid' : ITEMID, ! 'armslore' : ARMSLORE, 'parrying' : PARRYING, ! 'begging' : BEGGING, ! 'blacksmithing' : BLACKSMITHING, ! 'bowcraft' : BOWCRAFT, ! 'peacemaking' : PEACEMAKING, ! 'camping' : CAMPING, 'carpentry' : CARPENTRY, ! 'cartography' : CARTOGRAPHY, ! 'cooking' : COOKING, ! 'detectinghidden' : DETECTINGHIDDEN, ! 'enticement' : ENTICEMENT, 'evaluatingintel' : EVALUATINGINTEL, ! 'healing' : HEALING, ! 'fishing' : FISHING, ! 'forensics' : FORENSICS, ! 'herding' : HERDING, ! 'hiding' : HIDING, 'provocation' : PROVOCATION, ! 'inscription' : INSCRIPTION, ! 'lockpicking' : LOCKPICKING, ! 'magery' : MAGERY, ! 'magicresistance' : MAGICRESISTANCE, ! 'tactics' : TACTICS, 'snooping' : SNOOPING, ! 'musicianship' : MUSICIANSHIP, ! 'poisoning' : POISONING, ! 'archery' : ARCHERY, ! 'spiritspeak' : SPIRITSPEAK, ! 'stealing' : STEALING, 'tailoring' : TAILORING, ! 'taming' : TAMING, ! 'tasteid' : TASTEID, ! 'tinkering' : TINKERING, ! 'tracking' : TRACKING, ! 'veterinary' : VETERINARY, 'swordsmanship' : SWORDSMANSHIP, ! 'macefighting' : MACEFIGHTING, ! 'fencing' : FENCING, ! 'wrestling' : WRESTLING, ! 'lumberjacking' : LUMBERJACKING, ! 'mining' : MINING, 'meditation' : MEDITATION, ! 'stealth' : STEALTH, ! 'removetraps' : REMOVETRAPS, ! 'necromancy' : NECROMANCY, ! 'focus' : FOCUS, ! 'chivalry' : CHIVALRY } --- 107,163 ---- skillnamesids = \ ! { ! 'alchemy' : ALCHEMY, ! 'anatomy' : ANATOMY, ! 'animallore' : ANIMALLORE, ! 'itemid' : ITEMID, ! 'armslore' : ARMSLORE, 'parrying' : PARRYING, ! 'begging' : BEGGING, ! 'blacksmithing' : BLACKSMITHING, ! 'bowcraft' : BOWCRAFT, ! 'peacemaking' : PEACEMAKING, ! 'camping' : CAMPING, 'carpentry' : CARPENTRY, ! 'cartography' : CARTOGRAPHY, ! 'cooking' : COOKING, ! 'detectinghidden' : DETECTINGHIDDEN, ! 'enticement' : ENTICEMENT, 'evaluatingintel' : EVALUATINGINTEL, ! 'healing' : HEALING, ! 'fishing' : FISHING, ! 'forensics' : FORENSICS, ! 'herding' : HERDING, ! 'hiding' : HIDING, 'provocation' : PROVOCATION, ! 'inscription' : INSCRIPTION, ! 'lockpicking' : LOCKPICKING, ! 'magery' : MAGERY, ! 'magicresistance' : MAGICRESISTANCE, ! 'tactics' : TACTICS, 'snooping' : SNOOPING, ! 'musicianship' : MUSICIANSHIP, ! 'poisoning' : POISONING, ! 'archery' : ARCHERY, ! 'spiritspeak' : SPIRITSPEAK, ! 'stealing' : STEALING, 'tailoring' : TAILORING, ! 'taming' : TAMING, ! 'tasteid' : TASTEID, ! 'tinkering' : TINKERING, ! 'tracking' : TRACKING, ! 'veterinary' : VETERINARY, 'swordsmanship' : SWORDSMANSHIP, ! 'macefighting' : MACEFIGHTING, ! 'fencing' : FENCING, ! 'wrestling' : WRESTLING, ! 'lumberjacking' : LUMBERJACKING, ! 'mining' : MINING, 'meditation' : MEDITATION, ! 'stealth' : STEALTH, ! 'removetraps' : REMOVETRAPS, ! 'necromancy' : NECROMANCY, ! 'focus' : FOCUS, ! 'chivalry' : CHIVALRY } *************** *** 344,347 **** --- 344,353 ---- ANIM_FIDGET3=0x22 + # Some Sounds + SOUND_DRINK1 = 0x50 + SOUND_AGILITY_DOWN = 0x1ee + SOUND_AGILITY_UP = 0x1ed + SOUND_STRENGTH_UP = 0x1e7 + # Definitions for the Sextant SEXTANT_CENTER_X = 5936 |