| The Effect of the Command |
Cut and Paste into console |
| Add 50 Gold |
Cheats:Midas(); |
| All the nesercery items |
Cheats:CriticalItems(); |
| Summon Drizzt for a hard fight |
Cheats:DrizztAttacks(); |
| To add Healing potions antidote and stone to flesh scroll |
Cheats:FirstAid(); |
| To add an item (replace xxx with item code) |
CLUAConsole:CreateItem("xxx") |
| To summon a monster (replace xxx with monster code) |
CLUAConsole:CreateCreature("yyy") |
| Set experiance points for selected charecter(s) |
CLUAConsole:SetCurrentXP("insert a number") |