Khet Posted October 28, 2010 Posted October 28, 2010 Use the idtor id and not the. Item id. The item id is the string of numbers, the editor is the name (MyPerkName). The ingame console uses the item (hex) id, but scripts made in the geck use the editor id
Madae Posted October 28, 2010 Posted October 28, 2010 I've had this issue in the past - like I spent 2 hours trying to get it working. It eventually fixed itself somehow, but then I tried doing it again in an update and had the same issue. That time I had forgotten to put an important line in the script, which is probably what is happening with yours - you're missing something, or something is off just a tiny bit that causes it to error, and it won't tell you what this is. I can post the script I used that worked for me when I get home so you can use it as a reference - if you haven't fixed it by then.
JustynThyme Posted October 28, 2010 Posted October 28, 2010 On 10/28/2010 at 12:59 AM, Khet said: Use the idtor id and not the. Item id. The item id is the string of numbers, the editor is the name (MyPerkName). The ingame console uses the item (hex) id, but scripts made in the geck use the editor id As I mentioned, I am using the hex ID (item ID) and not the editor ID. Thanks, though.
Khet Posted October 28, 2010 Posted October 28, 2010 Yes, you DON'T use the hex in a script. The hex ID is for use in the CONSOLE only. Use the perk name (LadyKiller) rather than the string of numbers in the script and it'll work. Again, you do NOT use the hex string in a script. It should look like this in the script. Player.addperk LadyKiller
JustynThyme Posted October 28, 2010 Posted October 28, 2010 On 10/28/2010 at 1:17 AM, Khet said: Yes, you DON'T use the hex in a script. The hex ID is for use in the CONSOLE only. Use the perk name (LadyKiller) rather than the string of numbers in the script and it'll work. Again, you do NOT use the hex string in a script. Sorry, I misread your post. Thanks, I'll try it. Edit: Tried it. That may be one thing that was wrong, but it still doesn't work. I appreciate the assistance, and I'm sorry again for misreading your earlier post.
Khet Posted October 28, 2010 Posted October 28, 2010 That and I'm on my phone, can't explain things nearly as well as I could if I had a normal keyboard.
Khet Posted October 28, 2010 Posted October 28, 2010 What's the script now? Might be a small error somewhere that was added.
JustynThyme Posted October 28, 2010 Posted October 28, 2010 On 10/28/2010 at 1:30 AM, Khet said: What's the script now? Might be a small error somewhere that was added. The script now reads: scn PerkUpQuestScript Begin GameMode player.AddPerk MitchellsMonster StopQuest PerkUpQuest End
Khet Posted October 28, 2010 Posted October 28, 2010 Is that because of my phone or do you have a space between player and the .Addperk? If so, remove it.
JustynThyme Posted October 28, 2010 Posted October 28, 2010 On 10/28/2010 at 1:41 AM, Khet said: Is that because of my phone or do you have a space between player and the .Addperk? If so, remove it. That's your phone. [i checked after you asked. :) ]
Recommended Posts