Skip to content

How to spawn items using debug?

I have this copied and pasted into my .ini file

'Program Options', 'Debug Mode', '1',

In game I press both ctrl+space to open the debug console yes?

To spawn the Chaos sword from Irenicus dungeon I should then type: CreateItem("sw2h16")

The sword is not spawning when I do this, so what am I doing incorrectly?

Comments

  • JalilyJalily Member Posts: 4,681
    edited November 2013
    You need to include "C:" in front of all console commands, like this:
    C:CreateItem("sw2h16")
  • toonutoonu Member Posts: 15
    Here is what I've tried actually:

    CreateItem("sw2h16")
    CreateItem: ("sw2h16")
    CreateItem:("sw2h16")
    CreateItem:(sw2h16)
    CreateItem(sw2h16)
    CreateItem(sw2h16,1)
    CLUAConsole:CreateItem("sw2h16",1)
    CreateItem("sw2h16",1)
    CreateItem("sw2h16")
    CLUAConsole:CreateItem("sw2h16")
  • toonutoonu Member Posts: 15
    HAH. Ok so you have to type the SW and H in caps like this:

    CLUAConsole:CreateItem("SW2H16")


    Trial and error sometimes pays off. I hope this helps others.
  • toonutoonu Member Posts: 15
    Jalily said:

    You need to include "C:" in front of all console commands, like this:

    C:CreateItem("sw2h16")
    Not tried this but I will when I need to spawn something again :)

Sign In or Register to comment.