Developer Store
Support
Member Forums

Screenshots
FAQ
Documentation
License
Known Issues
Downloads

MMOWorkshop BACK!

PyTorque
TGB Web Browser


jburch

hallsofvalhalla - Been A while
xapken - Wizards and Champions
J.C. Smith - The Repopulation - 0.5.2 Build Notes
EmpireGames - Elementals in Rise of Heroes
Empire Games - WarPath.
jaidurn - Warcall 0.0.1.0 build notes
medafor - Final detailing of models
Thamior - Presence system GONE! [May 25th 2009)]
... MORE BLOGS!

Building a MMO
Wow I had no idea....
Quest Remnants of Chaos
Checking to see if anyone is sti...
Well here I am again :)
T3D and MMOKit
afx 2.0
Terrain specularity [video]
Torque T3D MMO Kit
[3dFoin] Dragon Bug

/mud/world/immortalcommand.py

Add the following function

def CmdResurrect(mob,args):
    c = mob.character
    if c.dead:
        c.resurrect(0)

In the command array near the bottom add the new command

COMMANDS['RESURRECT']=CmdResurrect

That is it...type /imm resurrect and the selected character will be rezed. The command doesn't restore any EXP, but you can gain that back if needed...