Developer Store
Support
Member Forums

Screenshots
FAQ
Documentation
License
Known Issues
Downloads

MMOWorkshop.com Store Opened!
Torque MMO Kit - Open Sourced!
Torque MMO Kit - 1.5.2 Port Alpha Test
Torque MMO Kit - OSX Status

GarageGames.com irc.prairiegames.com
#mmoworkshop

PyTorque
TGB Web Browser


randelreiss

xapken - Renaming RealmLords
J.C. Smith - The Repopulation - FAQ
Wolf Dreamer - Vista users how to do it
mpratt - MMO Game
foodstamp - Another Day Another Step Accomplished
hallsofvalhalla - After a long epiphany
Leathel - FoHO pre-Alpha 2.42
OldRod - More Musings on the MMO Industry
... MORE BLOGS!

Making a singleplayer map access...
Indoor environments
How to make a pet spell, as requ...
Atlas, Legacy, Megaterrains, Get...
Quest Remnants of Chaos
making a database call for a pla...
TGEA kit GuiControlProfile issue...
Followed the tutorials, but no s...
fxShapeReplicator (how much is t...
TGEA 1.7.1 kit
Show
Ignore:
Timestamp:
07/26/07 12:27:40 (1 year ago)
Author:
prairiegames
Message:

merging to trunk for Minions of Mirth 1.24.4

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/games/minionsofmirth/v1/genesis/zone/desertofmohrum/spawns.py

    r6 r196  
    176176spawn.radius = 2 
    177177spawn.scale = 1 
    178 spawn.move = 1 
     178spawn.move = 1.2 
    179179spawn.flags = 0 
    180180spawn.aggroRange = 20 
     
    184184loot = DBLootProto() 
    185185loot.addItem("Beetle Pincers", RPG_FREQ_ALWAYS) 
     186loot.addItem("Frenzied Spine Ring", RPG_FREQ_RARE) 
    186187 
    187188spawn.loot = loot 
     
    299300spawn = DBSpawn() 
    300301spawn.name = "Desert Mongrella" 
    301 spawn.pclass = "Warrior
     302spawn.pclass = "Shaman
    302303spawn.plevel = 23 
    303304spawn.race = "Animal" 
     
    313314loot = DBLootProto() 
    314315loot.addItem("Mongrell Fur", RPG_FREQ_COMMON) 
     316loot.addItem("Mongrell Meat", RPG_FREQ_COMMON) 
    315317spawn.loot = loot 
    316318 
     
    472474loot.addItem("Scimitar",RPG_FREQ_COMMON) 
    473475loot.addItem("Shield of Deflection", RPG_FREQ_UNCOMMON) 
     476loot.addItem("Scroll of Battle March", RPG_FREQ_UNCOMMON) 
    474477loot.addItem("Skullrot Helm", RPG_FREQ_UNCOMMON) 
    475478spawn.loot = loot