Jump to content
  • 0

How to make GM sprite and yellow name


xanber21

Question


  • Group:  Members
  • Topic Count:  6
  • Topics Per Day:  0.00
  • Content Count:  10
  • Reputation:   0
  • Joined:  04/17/15
  • Last Seen:  

how to make my gm looks like gm with yellow name..i edited it on sql make lvl 99 but still look the same as normal character. can anyone help me plss

 

im new

Link to comment
Share on other sites

7 answers to this question

Recommended Posts


  • Group:  Members
  • Topic Count:  38
  • Topics Per Day:  0.01
  • Content Count:  236
  • Reputation:   12
  • Joined:  03/07/12
  • Last Seen:  

clientinfo.xml on your clientside 

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  39
  • Topics Per Day:  0.01
  • Content Count:  386
  • Reputation:   15
  • Joined:  11/17/11
  • Last Seen:  

how to make my gm looks like gm with yellow name..i edited it on sql make lvl 99 but still look the same as normal character. can anyone help me plss

 

im new

<?xml version="1.0" encoding="euc-kr" ?>
<clientinfo>
    <servicetype>korea</servicetype>
    <servertype>primary</servertype>
    <connection>
        <display>YourRO Server</display>
        <desc>YourRO Ragexe</desc>
        <address>127.0.0.1</address>
        <port>6900</port>
        <version>46</version>
        <langtype>0</langtype>
        <balloon>YourRO Ragexe</balloon>
        <aid>
<admin>2000000</admin>
<loading>
<image>loading04.jpg</image>
<image>loading05.jpg</image>
<image>loading06.jpg</image>
<image>loading07.jpg</image>
<image>loading08.jpg</image>
</loading>
        </aid>
    </connection>
</clientinfo>

 

how to make my gm looks like gm with yellow name..i edited it on sql make lvl 99 but still look the same as normal character. can anyone help me plss

 

im new

<?xml version="1.0" encoding="euc-kr" ?>
<clientinfo>
    <servicetype>korea</servicetype>
    <servertype>primary</servertype>
    <connection>
        <display>YourRO Server</display>
        <desc>YourRO Ragexe</desc>
        <address>127.0.0.1</address>
        <port>6900</port>
        <version>46</version>
        <langtype>0</langtype>
        <balloon>YourRO Ragexe</balloon>
        <aid>
<admin>2000000</admin>
<loading>
<image>loading04.jpg</image>
<image>loading05.jpg</image>
<image>loading06.jpg</image>
<image>loading07.jpg</image>
<image>loading08.jpg</image>
</loading>
        </aid>
    </connection>
</clientinfo>

 

 

<admin>2000000</admin> (Admin / Yellow Name)

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  6
  • Topics Per Day:  0.00
  • Content Count:  10
  • Reputation:   0
  • Joined:  04/17/15
  • Last Seen:  

sir i try it but it nothning happen i open myro.grf using grf builder edited the clieninfo..and save..but nothing happen should i make a patch to make it appear

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  23
  • Topics Per Day:  0.01
  • Content Count:  387
  • Reputation:   60
  • Joined:  10/08/13
  • Last Seen:  

sir i try it but it nothning happen i open myro.grf using grf builder edited the clieninfo..and save..but nothing happen should i make a patch to make it appear

 

add this to your data/clientinfo.mxl

 

find this 

        <aid>
<admin>2000000</admin>
<loading>
<image>loading04.jpg</image>
<image>loading05.jpg</image>
<image>loading06.jpg</image>
<image>loading07.jpg</image>
<image>loading08.jpg</image>
</loading>
        </aid>
    </connection>
</clientinfo>

replace with this

        <aid>
                        <admin>2000000</admin>
			<admin>2000001</admin>
			<admin>2000002</admin>
			<admin>2000003</admin>
			<admin>2000004</admin>
			<admin>2000005</admin>
        </aid>
        <loading>
                        <image>loadingscreen01.jpg</image>
			<image>loadingscreen02.jpg</image>
			<image>loadingscreen03.jpg</image>
			<image>loadingscreen04.jpg</image>
        </loading>
   </connection>
</clientinfo>
Edited by Elsa Mist
Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  6
  • Topics Per Day:  0.00
  • Content Count:  10
  • Reputation:   0
  • Joined:  04/17/15
  • Last Seen:  

you mean myro/data folder?? ill add clientinfo xml or should i edit it on myro.grf

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  22
  • Topics Per Day:  0.01
  • Content Count:  806
  • Reputation:   220
  • Joined:  03/13/12
  • Last Seen:  

basically the Account IDs that you want to be shown as GM must be included in those <admin> tags inside your clientinfo.xml - the one with your server's information already present, wherever you have kept it

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  3
  • Topics Per Day:  0.00
  • Content Count:  71
  • Reputation:   3
  • Joined:  12/31/11
  • Last Seen:  

You must add them in clientinfo.xml like Elsa Mist tell u and put it inside of your myro.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...