PDA

Archiv verlassen und diese Seite im Standarddesign anzeigen : console commands not working.



r3mot3control
06.05.2010, 17:57
I can type in a command like:

give gold 1000
give money 1000
give It_Gold 1000

...all these say gold x1000 is placed into players inventory after I hit enter, but it never DOES put anything in my inventory. Just to see, I typed it in wrong, like :

gibe gold 1000

and it says error, so it knows right and wrong commands. The right commands are not being done, stuff is not being put in my inventory.

I tried both (testmode true) in the ini and the (MARVIN mode) console routes, both have the exact same problem.





:dnuhr:...I could not find ANYTHING about this particular problem anywhere on the net, so please help.

Tratos
06.05.2010, 19:16
---> Moved to Gothic 3 Help Section.

WernerTWC
06.05.2010, 20:09
try it with "spawn" instead of "give".

Dimus
07.05.2010, 06:06
WernerTWC was right: use of 'spawn' command is too the quite good decision. If you try to enter code of non-existent item then you should receive an error message. It seems that after input 'give' command this check for some reason doesn't occur. Don't forget that in Gothic 3 codes of items are case sensitive!

Larisa
07.05.2010, 08:03
In the case with give It_Gold xx, I've seen that you can still receive a success message, even if you use a parameter in lowercase (it_gold), but the money won't be in the inventory. (at least users reported this, don't know if some CP corrected this)

So, it's very important to use the correct UPPER and lower case, as the code is written. Example:

give It_Gold 1000

r3mot3control
07.05.2010, 18:05
In the case with give It_Gold xx, I've seen that you can still receive a success message, even if you use a parameter in lowercase (it_gold), but the money won't be in the inventory. (at least users reported this, don't know if some CP corrected this)

So, it's very important to use the correct UPPER and lower case, as the code is written. Example:

give It_Gold 1000

I got the right caps in the right places and everything... it's just not delivering my needed ...very needed gold.

Also I tried

spawn gold 1000
spawn money 1000
spawn It_Gold_1000


and now all of them says something about a template not existing or error or something (by the time I get to the boards I forgot what it says exactly). Does that mean that gold isn't recognized?

Larisa
07.05.2010, 18:21
Forget about the 'money' parameter, 'cause in the same line, you could use "credit_card", "cash", "dough", "loan_with_low_interest" :p

All of them complain about template something? :dnuhr: Maybe you should write down exactly what it says and paste it here.
I only get a template error with spawn gold; spawn It_Gold (with or without a number after) just spawns a single coin.

Try this: spawn It_Gold_Stack_03
a treasure should appear in front of your character.

And are you surely sure that what you enter is correct? You even used the /? key to make the _ character in the console? Suggestion, copy the code from here and paste it in the console.

What patch do you use?

Another method:
spawn sh
and talk with the newly spawn character. Choose "Give me" and then "Money" or "Gold", don't remember exactly.

r3mot3control
07.05.2010, 19:27
Forget about the 'money' parameter, 'cause in the same line, you could use "credit_card", "cash", "dough", "loan_with_low_interest" :p

All of them complain about template something? :dnuhr: Maybe you should write down exactly what it says and paste it here.
I only get a template error with spawn gold; spawn It_Gold (with or without a number after) just spawns a single coin.

Try this: spawn It_Gold_Stack_03
a treasure should appear in front of your character.

And are you surely sure that what you enter is correct? You even used the /? key to make the _ character in the console? Suggestion, copy the code from here and paste it in the console.

What patch do you use?

Another method:
spawn sh
and talk with the newly spawn character. Choose "Give me" and then "Money" or "Gold", don't remember exactly.

yeah, it says "template entity It_Gold_15000 does not exist spawn It_Gold_15000"


I don't care anymore, I used the "spawn sh" command in MARVIN mode to get my gold... and therefor got my bow... and in correlation to that am not wasting a silly amount of arrows to kill something now.

Larisa
07.05.2010, 19:40
yeah, it says "template entity It_Gold_15000 does not exist spawn It_Gold_15000"

That's because you have a wrong underscore there: spawn It_Gold_15000