Jump to content
  • 0

Thor Patcher


seifman123

Question


  • Group:  Members
  • Topic Count:  56
  • Topics Per Day:  0.01
  • Content Count:  181
  • Reputation:   0
  • Joined:  08/03/13
  • Last Seen:  

how can i make Thor patcher works and upload files for  the players ??? and if the client info writen in it (admin 1 and 2 and 3 and 4)

 

and i uploaded the game how can i add an extra GM ??

 should i upload the hole data again ??

 

and the last question how can i make the NPC wich can give the player some gifts

 

THNX all ^^

Link to comment
Share on other sites

1 answer to this question

Recommended Posts


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

how can i make Thor patcher works and upload files for  the players ??? and if the client info writen in it (admin 1 and 2 and 3 and 4)

 

and i uploaded the game how can i add an extra GM ??

 should i upload the hole data again ??

 

and the last question how can i make the NPC wich can give the player some gifts

 

THNX all ^^

 

2 and 3 (and i uploaded the game how can i add an extra GM ?? should i upload the hole data again ??):

When you have the game distributed and added another GM, simply send a new file of your "clientinfo.xml" (send a patch) which inside will be like:

 

clientinfo.xml

...
<addresss>your.address</address>
        <aid>
            <admin>2000000</admin>
            <admin>2000001</admin>
            <admin>2000002</admin>
            <admin>2000352</admin>
        </aid>
...

 

where 2000352 is the new admin (GM)'s ID.

 

4. how can i make the NPC wich can give the player some gifts?:

 

getitem 505,1;

 

this will give players item# 505 with an ammount of 1.

 

getitem

 

sorry, I don't answer no. 1. I haven't used Thor (I did, but it gives me headache that time.)

Edited by Winz
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...