max65 Posted October 10, 2018 Group: Members Topic Count: 46 Topics Per Day: 0.02 Content Count: 120 Reputation: 1 Joined: 10/02/18 Last Seen: February 18, 2022 Share Posted October 10, 2018 Hi all , I need your help for two question if you can help me , your strong men!! ahah ^^. 1. How Remove or Change Text. 2. I don't understand what I need here (screen) for remove the icon on the mini-card = s. Thx for your reply and help. and sorry for my bad english... Quote Link to comment Share on other sites More sharing options...
0 Start_ Posted October 10, 2018 Group: Members Topic Count: 26 Topics Per Day: 0.01 Content Count: 950 Reputation: 180 Joined: 04/05/13 Last Seen: Yesterday at 02:57 AM Share Posted October 10, 2018 Right side Client > System > towninfo.lub -- type 0 = Tool Dealer -- type 1 = Weapon Dealer -- type 2 = Armor Dealer -- type 3 = Smith -- type 4 = Guide -- type 5 = Inn -- type 6 = Kafra Employee -- For additional type support, please contact the programmer team if there any resource issues mapNPCInfoTable = {} --function function main() for mapName, info in pairs(mapNPCInfoTable) do for k, v in pairs(info) do result, msg = AddTownInfo(mapName, v.name, v.X, v.Y, v.TYPE) if not result then return false, msg end end end return true, "good" end Left side Server > Disable VIP System or change text in src. 1 Quote Link to comment Share on other sites More sharing options...
0 max65 Posted October 10, 2018 Group: Members Topic Count: 46 Topics Per Day: 0.02 Content Count: 120 Reputation: 1 Joined: 10/02/18 Last Seen: February 18, 2022 Author Share Posted October 10, 2018 Thx guys =p Quote Link to comment Share on other sites More sharing options...
0 max65 Posted October 10, 2018 Group: Members Topic Count: 46 Topics Per Day: 0.02 Content Count: 120 Reputation: 1 Joined: 10/02/18 Last Seen: February 18, 2022 Author Share Posted October 10, 2018 (edited) hello, I change everything except (look screen) someone could tell me how to do? ^^ Edited October 11, 2018 by max65 Quote Link to comment Share on other sites More sharing options...
0 hendra814 Posted October 11, 2018 Group: Members Topic Count: 59 Topics Per Day: 0.01 Content Count: 1281 Reputation: 170 Joined: 06/12/12 Last Seen: 14 hours ago Share Posted October 11, 2018 4 hours ago, max65 said: hello, I change everything except (look screen) someone could tell me how to do? ^^ src\config\core.hpp disable this /// Uncomment to enable VIP system. #define VIP_ENABLE Quote Link to comment Share on other sites More sharing options...
0 max65 Posted October 11, 2018 Group: Members Topic Count: 46 Topics Per Day: 0.02 Content Count: 120 Reputation: 1 Joined: 10/02/18 Last Seen: February 18, 2022 Author Share Posted October 11, 2018 Thx All ^^, for those who want , you need to turn of ( See conf/battle/player.conf for general VIP settings. ) Quote // Will display rate information (EXP, Drop, and Death penalty message)? (Note 1) vip_disp_rate: no Quote Link to comment Share on other sites More sharing options...
Question
max65
Hi all , I need your help for two question if you can help me , your strong men!! ahah ^^.
1. How Remove or Change Text.
2. I don't understand what I need here (screen) for remove the icon on the mini-card = s.
Thx for your reply and help.
and sorry for my bad english...
Link to comment
Share on other sites
5 answers 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.