Changeset 1570
- Timestamp:
- 06/01/08 14:36:37 (6 months ago)
- Files:
-
- branches/community/torque/mmo/v1/talentraspel_development/applied_patches.txt (modified) (2 diffs)
- branches/community/torque/mmo/v1/talentraspel_development/mud/world/defines.py (modified) (1 diff)
- branches/community/torque/mmo/v1/talentraspel_development/pytge.pyd (modified) (previous)
- branches/community/torque/mmo/v1/talentraspel_development/testgame.mmo/data/missions/base.mis (modified) (1 diff)
- branches/community/torque/mmo/v1/talentraspel_development/testgame.mmo/data/missions/landone.mis (modified) (1 diff)
- branches/community/torque/mmo/v1/talentraspel_development/testgame.mmo/data/missions/landtwo.mis (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
branches/community/torque/mmo/v1/talentraspel_development/applied_patches.txt
r1550 r1570 191 191 - FIX_0065: 192 192 > MoM Changeset 1540. 193 - FIX_0066: 194 > MoM Changeset 1556. 195 > New pytge.pyd+pytge.so: 196 - Removed water block reordering again, the fix doesn't work with multiple water blocks in a zone. 197 - waterblock fix 198 - fix for scaled DTS objects not getting lighted correctly 199 - fix for scaled DTS objects not clipped correctly 200 - fix for correct function of RenderBans 193 201 194 202 MoM SVN changesets: … … 445 453 > Guild chat should now work across servers. 446 454 > Added a GM chat channel with /gc or /gmchat, should work across servers and with GM Tool. 455 - 1556 456 > Fixed item stat percent lookup. branches/community/torque/mmo/v1/talentraspel_development/mud/world/defines.py
r1549 r1570 717 717 718 718 RPG_STATS = ("STR","BDY","REF","AGI","DEX","MND","WIS","MYS") 719 RPG_STAT_PERCENTLOOKUP = ("HASTE","MOVE","SWIMMOVE","SLOW","FLYING","DMGBONUSPRIMARY", 720 "DMGBONUSOFFHAND","MELEEDMGMOD","CRITICAL","CASTHASTE","INNATEHASTE","CASTHEALMOD","CASTDMGMOD","AGGRORANGE","SIZE","REGENCOMBAT","VISIBILITY","SEEINVISIBLE","SNEAK") 721 RPG_DERIVEDSTATS = ("maxHealth","maxMana","maxStamina","offense","defense","primaryAttackRate","secondaryAttackRate","critical") 719 RPG_STAT_PERCENTLOOKUP = ("haste","move","swimMove","slow","flying", 720 "dmgBonusPrimary","dmgBonusOffhand","meleeDmgMod","critical","castHaste", 721 "innateHaste","castHealMod","castDmgMod","aggroRange","size","regenCombat", 722 "visibility","seeInvisible","sneak") 723 RPG_DERIVEDSTATS = ("maxHealth","maxMana","maxStamina","offense","defense", 724 "primaryAttackRate","secondaryAttackRate","critical") 722 725 RPG_RESISTSTATS = ("resistPhysical","resistMagical","resistAcid","resistElectrical","resistDisease","resistFire","resistCold","resistPoison") 723 726 RPG_RESISTLOOKUP = {"resistPhysical":RPG_RESIST_PHYSICAL,"resistMagical":RPG_RESIST_MAGICAL,"resistAcid":RPG_RESIST_ACID,"resistElectrical":RPG_RESIST_ELECTRICAL, branches/community/torque/mmo/v1/talentraspel_development/testgame.mmo/data/missions/base.mis
r1530 r1570 53 53 useSkyTextures = "1"; 54 54 renderBottomTexture = "0"; 55 noRenderBans = " 0";55 noRenderBans = "1"; 56 56 windEffectPrecipitation = "1"; 57 57 locked = "true"; branches/community/torque/mmo/v1/talentraspel_development/testgame.mmo/data/missions/landone.mis
r821 r1570 53 53 useSkyTextures = "1"; 54 54 renderBottomTexture = "0"; 55 noRenderBans = " 0";55 noRenderBans = "1"; 56 56 locked = "true"; 57 57 windEffectPrecipitation = "1"; branches/community/torque/mmo/v1/talentraspel_development/testgame.mmo/data/missions/landtwo.mis
r1530 r1570 53 53 useSkyTextures = "1"; 54 54 renderBottomTexture = "0"; 55 noRenderBans = " 0";55 noRenderBans = "1"; 56 56 windEffectPrecipitation = "1"; 57 57 locked = "true";

