iramenous Posted June 2, 2014 Group: Members Topic Count: 5 Topics Per Day: 0.00 Content Count: 10 Reputation: 0 Joined: 05/28/14 Last Seen: June 21, 2024 Share Posted June 2, 2014 Hello guys! I have a problem... I changed Thanatos's Card effects and of course it went well but my problem is I don't know how to change the description and the item name... Instead of Memory of Thanatos Card I would like to make it Thanatos Card... Anyway I'll just list down my questions... 1. How to remove the PvP Map Rank on Maps? (The timer and rank) 2. How to change the item's description and its name... 3. How to let a GM sprite visible... Quote Link to comment Share on other sites More sharing options...
Veracious Posted June 2, 2014 Group: Members Topic Count: 17 Topics Per Day: 0.00 Content Count: 179 Reputation: 17 Joined: 04/24/14 Last Seen: February 17, 2024 Share Posted June 2, 2014 1. How to remove the PvP Map Rank on Maps? (The timer and rank) 2. How to change the item's description and its name... 3. How to let a GM sprite visible... 1) @pvpoff will disable pvp If you wish to have PVP ON on those maps without the Map Rank/Timer then @pvpoff is not the solution it can be done through GRF editing. 2) make changes in the following files :- idnum2itemdesctable.txt idnum2itemdisplaynametable.txt num2itemdesctable.txt num2itemdisplaynametable.txt desctable - Description of your items displaynametable - Display Name of your items If you also want to change the name which is displayed when you type @ii thanatos - 'Thanatos_Card'/'Memory of Thanatos Card'[0] (4399) Open trunk\db\re\item_db.txt if renewal or trunk\db\pre-re\item_db.txt if pre-renewal Find 4399,Thanatos_Card,Memory of Thanatos Card Replace with 4399,Thanatos_Card,Thanatos Card 3) search for clientinfo.xml in your grf/data files Find <aid> <admin>2000000</admin> <admin>2000001</admin> <admin>2000002</admin> </aid> <aid> - Admin ID, it contains the number of Admin suits the client will display. <admin>2000000-2000002</admin> - Admin ID list, you can expand it to 2000003, 20000004, 20000005 depending upon your requirement. If you want to add one Admin just do as show below. Also, make sure you add it above </aid> or else it won't work. <aid> <admin>2000000</admin> <admin>2000001</admin> <admin>2000002</admin> <admin>2000003</admin> </aid> Quote Link to comment Share on other sites More sharing options...
iramenous Posted June 2, 2014 Group: Members Topic Count: 5 Topics Per Day: 0.00 Content Count: 10 Reputation: 0 Joined: 05/28/14 Last Seen: June 21, 2024 Author Share Posted June 2, 2014 Can you tell me WHERE can I find the idnumdesctable.txt etc.?And the GRF for the PvP? Quote Link to comment Share on other sites More sharing options...
Winz Posted June 3, 2014 Group: Members Topic Count: 22 Topics Per Day: 0.00 Content Count: 1479 Reputation: 174 Joined: 12/14/11 Last Seen: November 21, 2016 Share Posted June 3, 2014 For no. 2, if your client is later than 2013 client, you can find the txt files inside the data folder. If you can't find them, check system/iteminfo.lua lub Quote Link to comment Share on other sites More sharing options...
Veracious Posted June 3, 2014 Group: Members Topic Count: 17 Topics Per Day: 0.00 Content Count: 179 Reputation: 17 Joined: 04/24/14 Last Seen: February 17, 2024 Share Posted June 3, 2014 Can you tell me WHERE can I find the idnumdesctable.txt etc.? And the GRF for the PvP? It must be in your server's GRF. Location - data\idnumdesctable.txt If it does't work even after making changes in the above mentioned location, then do what Winz said. Regarding GRF for PVP, you have to make it on your own if you want the Timer & Rank removed. If you remove these from GRF then all your PVP maps won't display them. If you want to remove them completely(from all maps) then search for the files given below and edit them with magenta(R:255 G:0 B:255/FF00FF) color all over the images & save. Timer/Counter in the top-mid - data\sprite\ÀÌÆÑÆ®\timefont.spr & data\sprite\ÀÌÆÑÆ®\timefont.act Time Attack once entering PVP Map - data\sprite\ÀÌÆÑÆ®\timeattack.spr & data\sprite\ÀÌÆÑÆ®\timeattack.act Rank at the bottom right - data\sprite\ÀÌÆÑÆ®\rankfont.spr & data\sprite\ÀÌÆÑÆ®\rankfont.act Quote Link to comment Share on other sites More sharing options...
iramenous Posted June 3, 2014 Group: Members Topic Count: 5 Topics Per Day: 0.00 Content Count: 10 Reputation: 0 Joined: 05/28/14 Last Seen: June 21, 2024 Author Share Posted June 3, 2014 don't really know where to find them Can you please be more specific? (Newbie on this one)Like Where to find Data - Here YourRO/trunk/etc./etc. Quote Link to comment Share on other sites More sharing options...
Veracious Posted June 3, 2014 Group: Members Topic Count: 17 Topics Per Day: 0.00 Content Count: 179 Reputation: 17 Joined: 04/24/14 Last Seen: February 17, 2024 Share Posted June 3, 2014 don't really know where to find them Can you please be more specific? (Newbie on this one) Like Where to find Data - Here YourRO/trunk/etc./etc. What do you want to search? idnumdesctable.txt? OR Timer/Rank,etc? OR Both? Quote Link to comment Share on other sites More sharing options...
iramenous Posted June 3, 2014 Group: Members Topic Count: 5 Topics Per Day: 0.00 Content Count: 10 Reputation: 0 Joined: 05/28/14 Last Seen: June 21, 2024 Author Share Posted June 3, 2014 Both if possible Quote Link to comment Share on other sites More sharing options...
Veracious Posted June 3, 2014 Group: Members Topic Count: 17 Topics Per Day: 0.00 Content Count: 179 Reputation: 17 Joined: 04/24/14 Last Seen: February 17, 2024 Share Posted June 3, 2014 Both if possible Have you made your server's grf? Quote Link to comment Share on other sites More sharing options...
Question
iramenous
Hello guys!
I have a problem...
I changed Thanatos's Card effects and of course it went well but my problem is
I don't know how to change the description and the item name...
Instead of Memory of Thanatos Card I would like to make it Thanatos Card...
Anyway I'll just list down my questions...
1. How to remove the PvP Map Rank on Maps? (The timer and rank)
2. How to change the item's description and its name...
3. How to let a GM sprite visible...
Link to comment
Share on other sites
8 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.