Full map= CLUAConsole:ExploreArea() Set experience points for selected character or group= CLUAConsole:SetCurrentXP("number") Set gold amount= CLUAConsole:AddGold("number") Spawn item= CLUAConsole:CreateItem("item file name") Spawn monster= CLUAConsole:CreateCreature("monster file name") Spawn multiple item= CLUAConsole:CreateItem("item file name", number) Teleport to location= CLUAConsole:MoveToArea("location number")
You also don't need to type in "CLUAConsole" into cheats anymore. Instead using just "C" will work. So
C:CreateCreature("Baeloth") will work just as well as CLUAConsole:CreateCreature("Baeloth")
There is also Ctrl+R, which heals the target (including resurrecting them), Ctrl+J (moves highlighted party members to where your cursor is), Ctrl+Y (kill target), and Ctrl+T (advances time by one hour). Even though you are using a mac these still use ctrl (rather than command).
ok thanks but what do i put in: "mosnter file name" and "item file name" There was a thread with all the codes for all the items, iwch is the one im looking for
It's almost an year that I'm trying to find the time to compile and post an exhaustive thread with all the codes for the EEs, but I'm unable to find it (it hides so well...)
Comments
Set experience points for selected character or group= CLUAConsole:SetCurrentXP("number")
Set gold amount= CLUAConsole:AddGold("number")
Spawn item= CLUAConsole:CreateItem("item file name")
Spawn monster= CLUAConsole:CreateCreature("monster file name")
Spawn multiple item= CLUAConsole:CreateItem("item file name", number)
Teleport to location= CLUAConsole:MoveToArea("location number")
You also don't need to type in "CLUAConsole" into cheats anymore. Instead using just "C" will work. So
C:CreateCreature("Baeloth") will work just as well as CLUAConsole:CreateCreature("Baeloth")
There is also Ctrl+R, which heals the target (including resurrecting them), Ctrl+J (moves highlighted party members to where your cursor is), Ctrl+Y (kill target), and Ctrl+T (advances time by one hour). Even though you are using a mac these still use ctrl (rather than command).
There was a thread with all the codes for all the items, iwch is the one im looking for
As far as I know there isn't a thread here that details all the item codes, but there is a list for the new items found in BGEE
http://forum.baldursgate.com/discussion/8110/a-guide-to-new-magic-items-in-bg-ee-spoilers/p1
and BG2EE
http://forum.baldursgate.com/discussion/23853/a-guide-to-new-magic-items-in-bg2ee-spoilers/p1
You can find the item codes within the spoiler in the initial posts of these threads.