Jump to content
Kalimus

Ajuda com Roupinha de GM

Recommended Posts

Ola.

Queria saber onde exatamente no clientinfo.xml eu coloco a ID da conta que eu quero que tenha a roupinha de GM.

Segue meu clientinfo.xml

<?xml version="1.0" encoding="euc-kr" ?>
<clientinfo>
    <desc>Ragnarok Client Information</desc>
    <servicetype>korea</servicetype>
    <servertype>primary</servertype>
    <connection>
        <display>Reload RO</display>
              <address>xxx.xxx.xxx.xxx</address>
              <port>6900</port>
              <version>55</version>
              <langtype>12</langtype>
        <registrationweb></registrationweb>
        <loading>
        
        </loading>
       </connection>
</clientinfo>

 

Obrigado

Link to comment
Share on other sites

Está faltando a aba de "admin" neste clientinfo.

<?xml version="1.0" encoding="euc-kr" ?>
<clientinfo>
    <desc>Ragnarok Client Information</desc>
    <servicetype>korea</servicetype>
    <servertype>primary</servertype>
    <connection>
        <display>Reload RO</display>
              <address>xxx.xxx.xxx.xxx</address>
              <port>6900</port>
              <version>55</version>
              <langtype>12</langtype>
        <registrationweb></registrationweb>
        <loading>
        
        </loading>
      <admin>ID DA CONTA</admin>
      <admin>ID DA CONTA 2</admin>
       </connection>
</clientinfo>

Para adicionar outros, basta seguir a ordem do exemplo acima.

Link to comment
Share on other sites

Eu coloquei isso e continua a msm coisa... O personagem continua igual... 

<?xml version="1.0" encoding="euc-kr" ?>
<clientinfo>
    <desc>Ragnarok Client Information</desc>
    <servicetype>korea</servicetype>
    <servertype>primary</servertype>
    <connection>
        <display>Reload RO</display>
              <address>xxx.xxx.xxx.xxx</address>
              <port>6900</port>
              <version>55</version>
              <langtype>12</langtype>
        <registrationweb></registrationweb>
        <loading>
        
        </loading>
      <admin>2000001</admin>
       </connection>
</clientinfo>

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
Reply to this topic...

×   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...

Important Information

By using this site, you agree to our Terms of Use and Privacy Policy.