Talaysen Posted August 13, 2013 Group: Members Topic Count: 27 Topics Per Day: 0.01 Content Count: 161 Reputation: 5 Joined: 02/07/13 Last Seen: March 25, 2016 Share Posted August 13, 2013 My client uses the data from the 'Client SVN project' updated to the latest revision. (http://svn6.assembla.com/svn/ClientSide/) In item_cash_db2.txt, the order is: // type: // 0: New // 1: Hot // 2: Limited // 3: Rental // 4: Gear // 5: Buff // 6: Heal // 7: Other But in my 2013-07-17 client, the order is: New (Mouseover shows 'New' in tooltip) Hot (Mouseover shows 'Popular' in tooltip) Rental (Mouseover shows 'Limited' in tooltip) Limited (Mouseover shows 'Rental' in tooltip) Buff (Mouseover shows 'Equipment' in tooltip) Hats (Mouseover shows 'Buffs' in tooltip) Gears (Mouseover shows 'Heal' in tooltip) Others (Mouseover shows 'Other' in tooltip) I have to assume the client images provided must be incorrect, since the tooltips match the information in the item_cash_db2.txt. I also have '1' cash point. In the window, it shows "Used cache: 1 C", "Free cache: 0 C" Anyone know who maintains that SVN? Can't recall how I stumbled across it. I plan on correcting these for my own client, but I'd still like to let them know it's incorrect, and maybe share my corrections. Quote Link to comment Share on other sites More sharing options...
reigneil Posted August 13, 2013 Group: Members Topic Count: 6 Topics Per Day: 0.00 Content Count: 139 Reputation: 24 Joined: 09/02/12 Last Seen: July 11, 2024 Share Posted August 13, 2013 you can edit it yourself its either texture or msgstringtable.txt . but i prefer msgstringtable.txt.... open it with notepad ctrl+G goto line 1847 starting from there replace all the info with the correct order. hope that would help you. 1 Quote Link to comment Share on other sites More sharing options...
Question
Talaysen
My client uses the data from the 'Client SVN project' updated to the latest revision.
(http://svn6.assembla.com/svn/ClientSide/)
In item_cash_db2.txt, the order is:
But in my 2013-07-17 client, the order is:
New (Mouseover shows 'New' in tooltip)
Hot (Mouseover shows 'Popular' in tooltip)
Rental (Mouseover shows 'Limited' in tooltip)
Limited (Mouseover shows 'Rental' in tooltip)
Buff (Mouseover shows 'Equipment' in tooltip)
Hats (Mouseover shows 'Buffs' in tooltip)
Gears (Mouseover shows 'Heal' in tooltip)
Others (Mouseover shows 'Other' in tooltip)
I have to assume the client images provided must be incorrect, since the tooltips match the information in the item_cash_db2.txt.
I also have '1' cash point. In the window, it shows "Used cache: 1 C", "Free cache: 0 C"
Anyone know who maintains that SVN? Can't recall how I stumbled across it.
I plan on correcting these for my own client, but I'd still like to let them know it's incorrect, and maybe share my corrections.
Link to comment
Share on other sites
1 answer to this question
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.