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


jburch

J.C. Smith - The Repopulation - 0.0.4.3 Build Notes
xapken - Renaming RealmLords
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/11/08 06:46:18 (6 months ago)
Author:
Llarlen
Message:
  • Bringing experimental branch up to date with testing branch.
  • All mission's waterblocks are now prepared for TMK features.
Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • branches/games/minionsofmirth/v1/experimental/new-stuff/genesis/dialog/genericepic.py

    r409 r1614  
    603603item.bitmap = "STUFF/7" 
    604604item.flags = RPG_ITEM_SOULBOUND 
     605item.stackMax = 10 
     606item.stackDefault = 1 
    605607#add to Aquatic Visage  
    606608#add to Shard  
     
    613615item.bitmap = "STUFF/7" 
    614616item.flags = RPG_ITEM_SOULBOUND 
     617item.stackMax = 10 
     618item.stackDefault = 1 
    615619#add to Volt  
    616620#add to Vortex  
     
    675679item = DBItemProto(name = "Mortar and Pestle") 
    676680item.desc = "A well worn mortar and pestle." 
    677 item.bitmap = "STUFF/33
     681item.bitmap = "STUFF/132
    678682item.flags = RPG_ITEM_SOULBOUND 
    679683