Welcome!

Join our community of MMO enthusiasts and game developers! By registering, you'll gain access to discussions on the latest developments in MMO server files and collaborate with like-minded individuals. Join us today and unlock the potential of MMO server development!

Join Today!

How to Configure Thor Patcher Launcher with Auto-Patch.

Junior Spellweaver
Joined
Sep 16, 2012
Messages
101
Reaction score
0
Always Failed to Communicate with Server , I've Tried it 10 times :( my Config.ini is already set to my IP also the Main.ini and my patch that end in .thor is located at htdocs/patch/data and i put the .thor to plist.ini :(
 
Newbie Spellweaver
Joined
Jul 31, 2019
Messages
31
Reaction score
0
How to add or confiq facebbok for put in thor launcher? for any script?
 
Coxiez
Banned
Joined
Aug 31, 2006
Messages
859
Reaction score
67
how can i add button can connect or PopUp the website?



oh... i manage to make a web popup button ^_^
 
Newbie Spellweaver
Joined
Jul 31, 2019
Messages
31
Reaction score
0
how to put facebook button and our website in launcher???
 
Coxiez
Banned
Joined
Aug 31, 2006
Messages
859
Reaction score
67
how to put facebook button and our website in launcher???
this is how to do it
you need to add this

Mode=1 Action='http://http://127.0.0.1/patch/register.php'

under the location of the image button you create
Example:
Code:
[Button:register]
Default='images/register1.png'
OnHover='images/register.png'
OnDown='images/register1.png'

Left=395
Top=351
Mode=1 Action='http://http://127.0.0.1/patch/register.php'
that's it!. good luck for your project!
 
Newbie Spellweaver
Joined
Jul 31, 2019
Messages
31
Reaction score
0
thank you so much for helping me..i apperciate it :-D
 
Back
Top