ChaosMaster Posted October 8, 2016 Posted October 8, 2016 Hello guys, I need some help with Interface.u modification. I want to replace the Adena word with my own item name: Any ideas? Thanks
Reborn12 Posted October 8, 2016 Posted October 8, 2016 I would preffer to add a msg when they open one shop that the price is based on your item :D
ChaosMaster Posted October 8, 2016 Author Posted October 8, 2016 I would preffer to add a msg when they open one shop that the price is based on your item :D Thanks for the reply but that's an alternative! I wanna change this from client!
UgliBiBagli Posted October 8, 2016 Posted October 8, 2016 actually you dont have to mess with the script file at all privateshopwnd takes that string from sysstring-e.dat so i would suggest you one of these options:1) edit sysstring file and change id 134 - Adena - to the text you want BUT this probably will also replace Adena string in inventory and some other places - so i rather wouldnt do that2) edit sysstring file and add your currency name for one of the IDs that arent used, then edit interface.xdat and change id to the one you just created http://prntscr.com/crhaj3
ChaosMaster Posted October 8, 2016 Author Posted October 8, 2016 actually you dont have to mess with the script file at all privateshopwnd takes that string from sysstring-e.dat so i would suggest you one of these options: 1) edit sysstring file and change id 134 - Adena - to the text you want BUT this probably will also replace Adena string in inventory and some other places - so i rather wouldnt do that 2) edit sysstring file and add your currency name for one of the IDs that arent used, then edit interface.xdat and change id to the one you just created http://prntscr.com/crhaj3 Worked! I finally did it! Please check your PMs!
Recommended Posts