CLUAConsole:ExploreArea() - Reveals map of the current area
CLUAConsole:SetCurrentXP( x ) - Sets the experience points of the currently selected characters to x. You can't go higher than the experience cap of 2950000, however.
CLUAConsole:MoveToArea( x ) - Teleports selected characters to the area x. x must be in quotation marks. (see Area Codes below)
CLUAConsole:AddGold( x ) - Adds x gold to your party total
CLUAConsole:CreateItem( x, y ) - Creates y number of item x. If y is ommited, one x will be created. x must be in quotation marks.
CLUAConsole:CreateCreature( x ) - Creates the monster x. x must be in quotation marks. (see Creature Codes below)
CLUAConsole:EnableCheatKeys()
I got this from
Mike`s RPG Center