Editing the shop window ROPs

Maple

New member
Messages
84
Points
0
Well, I'm trying to do three things really ..
Sem+t%C3%ADtulo.png

 
1 - What source of these side buttons, because I wanted to edit them (wings, Elmos, Hats, Cards, Equip, Utilities ...)
2 - I wonder how to remove this line that has the window also selected in red, especially the part input field ... I will only use only one currency in @cash server and not @kafrapoint
3 - I've looked all msgstringtable and did not find the part you edit that part which selected in red, in the chat window, because I wanted to edit the text
 
Obs: I'm using hexed 2014-03-05
 
1. I believe you mean the left side button in the Shop Window. They are inside /data/texture/À¯ÀúÀÎÅÍÆäÀ̽º/basic_interface folder
 
pj6bxEA.png

 
2. If i remember correctly the entire line before the input box you highlighted is one string inside msgstringtable (I see you already modified some of it into ROP). For removing the input box it would require some hex modifications - haven't looked into it in detail yet.
 
EDIT:
 
3. Ok like @@evilpuncker said, the string is inside messages.conf . Just search for Cash point change messages.

 
Last edited by a moderator:
3. 

misc.conf

// Whether or not gaining and loosing of cash points is displayed (Note 1).
// Default: no
cashshop_show_points: no
 
 
and the mesage is in messages.conf
 
1 - resolved

2 - resolved

loja.png


3 - already managed to get the message through misc.conf, but now I want to remove that field type in rops shop window

 
Back
Top