Hmm, how come I can't add any of the DLC items?
The codes are 100% correct;
runscript additem kcc_im_wep_mag_sta_crp.uti (Corrupted Magister's Staff)
runscript additem gwb_im_wep_mel_lsw_stm.uti (Starfang Greatsword)
runscript additem gwb_im_wep_mel_gsw_stm.uti (Starfang Longsword)
I've already checked the designeritems.erf of the Warden's Keep & Return to Ostagar DLC's to compare them, and they match.
Also, they're in the item list, but when I try to add them, the console says "Success", but I don't get the weapons.
Anyone got any clues? I can easily get any item that was with the original game, but NONE of the DLC items work (ofcourse I have them installed).
AddItem Script - Console
Started by
Site Bot
, Apr 25 2010 08:18 PM
208 replies to this topic
#51
Posted 29 June 2010 - 04:01 PM
#52
Posted 29 June 2010 - 07:11 PM
@ShEsHy
Every item had to be hard coded into the script by hdhd since there's no dynamic string-to-resource function. If it isn't in the script then it can't be added. The script will say "SUCCESS" even when the item you specify doesn't exist, because it have successfully added nothing. Only when something goes wrong does it not say that.
Every item had to be hard coded into the script by hdhd since there's no dynamic string-to-resource function. If it isn't in the script then it can't be added. The script will say "SUCCESS" even when the item you specify doesn't exist, because it have successfully added nothing. Only when something goes wrong does it not say that.
#53
Posted 29 June 2010 - 11:43 PM
@KaptenN
From additem.nss:
if (sTemplate == "gwb_im_wep_mel_gsw_stm.uti") return R"gwb_im_wep_mel_gsw_stm.uti";
if (sTemplate == "gwb_im_wep_mel_lsw_stm.uti") return R"gwb_im_wep_mel_lsw_stm.uti";
if (sTemplate == "kcc_im_wep_mag_sta_crp.uti") return R"kcc_im_wep_mag_sta_crp.uti";
They are in the script (and in the item list), but for some reason, it won't give them to me.
Like I said, I can't get ANY of the DLC (WK, RtO, DC, A) items, and I can't figure out why.
From additem.nss:
if (sTemplate == "gwb_im_wep_mel_gsw_stm.uti") return R"gwb_im_wep_mel_gsw_stm.uti";
if (sTemplate == "gwb_im_wep_mel_lsw_stm.uti") return R"gwb_im_wep_mel_lsw_stm.uti";
if (sTemplate == "kcc_im_wep_mag_sta_crp.uti") return R"kcc_im_wep_mag_sta_crp.uti";
They are in the script (and in the item list), but for some reason, it won't give them to me.
Like I said, I can't get ANY of the DLC (WK, RtO, DC, A) items, and I can't figure out why.
#54
Posted 07 July 2010 - 08:14 AM
What's the name for Morrigan's mirror for the console?
#55
Posted 10 July 2010 - 12:34 PM
Great mod, but I'm having a little trouble adding the other official DLC items as the tags do not appear in the toolset. Is it possible for someone to paste all DLC links (including leliana's song) in its entirety?
#56
Posted 10 July 2010 - 09:12 PM
I've have found the codes to get the GW Runic Black Edition, but no matter what, I still can't get the items. Is there something I must do in the toolset first?
#57
Posted 18 July 2010 - 09:35 PM
Any news as to what to do about the dlc problem?
#58
Posted 19 July 2010 - 06:09 PM
Hey, thanks for your work, but I can't get it working with the "final" Versions from Mord Sith. Is this a General issue or am I the only one experiencing this?
#59
Posted 23 July 2010 - 09:42 PM
Nice script, I encountered no problems using it so far. But I have one question: what's the item code for Chasind Great Maul? I looked for it over and over again, but could not locate it in the Item List file.
#60
Posted 30 July 2010 - 02:04 AM
Downloading file
Your file is being prepared for download ...
If you do not receive an error, and the page continues to load, please be patient. Your file is being transferred to this server for downloading.
I keep getting the page displaying this when i download this file
Your file is being prepared for download ...
If you do not receive an error, and the page continues to load, please be patient. Your file is being transferred to this server for downloading.
I keep getting the page displaying this when i download this file



Sign In
Create Account
Back to top









