Jump to content
  • 0

Questions How


iramenous

Question


  • Group:  Members
  • Topic Count:  5
  • Topics Per Day:  0.00
  • Content Count:  10
  • Reputation:   0
  • Joined:  05/28/14
  • Last Seen:  

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


  • Group:  Members
  • Topic Count:  17
  • Topics Per Day:  0.00
  • Content Count:  179
  • Reputation:   17
  • Joined:  04/24/14
  • Last Seen:  

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>
Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  5
  • Topics Per Day:  0.00
  • Content Count:  10
  • Reputation:   0
  • Joined:  05/28/14
  • Last Seen:  

Can you tell me WHERE can I find the idnumdesctable.txt etc.?

And the GRF for the PvP?

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  22
  • Topics Per Day:  0.00
  • Content Count:  1479
  • Reputation:   172
  • Joined:  12/14/11
  • Last Seen:  

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

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  17
  • Topics Per Day:  0.00
  • Content Count:  179
  • Reputation:   17
  • Joined:  04/24/14
  • Last Seen:  

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

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  5
  • Topics Per Day:  0.00
  • Content Count:  10
  • Reputation:   0
  • Joined:  05/28/14
  • Last Seen:  

 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.

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  17
  • Topics Per Day:  0.00
  • Content Count:  179
  • Reputation:   17
  • Joined:  04/24/14
  • Last Seen:  

 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?

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  5
  • Topics Per Day:  0.00
  • Content Count:  10
  • Reputation:   0
  • Joined:  05/28/14
  • Last Seen:  

Both if possible :)

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  17
  • Topics Per Day:  0.00
  • Content Count:  179
  • Reputation:   17
  • Joined:  04/24/14
  • Last Seen:  

Both if possible :)

 

Have you made your server's grf?

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Answer this question...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...