• There is NO official Otland's Discord server and NO official Otland's server list. The Otland's Staff does not manage any Discord server or server list. Moderators or administrator of any Discord server or server lists have NO connection to the Otland's Staff. Do not get scammed!

Windows Does someone know any auto-patcher programs to the tibia client?

Printer

if Printer then print("LUA") end
Senator
Premium User
Joined
Dec 27, 2009
Messages
5,782
Solutions
31
Reaction score
2,286
Location
Sweden?
Does someone know any auto-patcher programs to the tibia client?

Rep!
 
If its possible to make auto -updater with dll injecton, then im curious to xD
 
@Drifter

Depends which otserver you are playing ^^ Some servers have custom client including sprs :p Then it will good to have a auto patcher
 
1. Select you files, rightclick, "Add to archive" with winrar.

2.



3.



At step number 3, insert this code
Code:
;The comment below contains SFX script commands
Silent=2
Overwrite=1
Update=U
Title= [COLOR=Red]title here

Try something like that! :)
 

Attachments

There's a patch file so why dont you use a simple batch code? idk if it will work though but its worth a try
this one will startup "Patch" every 24 hours
Code:
@echo off 
start patch.exe
:a
echo 24 hours left till next patch
ping localhost -n 3600 >nul
cls
echo 23 hours left till next patch
ping localhost -n 3600 >nul
cls
echo 22 hours left till next patch
ping localhost -n 3600 >nul
cls
echo 21 hours left till next patch
ping localhost -n 3600 >nul
cls
echo 20 hours left till next patch
ping localhost -n 3600 >nul
cls
echo 19 hours left till next patch
ping localhost -n 3600 >nul
cls
echo 18 hours left till next patch
ping localhost -n 3600 >nul
cls
echo 17 hours left till next patch NOTE: when 10 hours left, will send a message
ping localhost -n 3600 >nul
cls
echo 10 hours left till next patch NOTE: when 2 hours left, will send a message
ping localhost -n 25200 >nul
cls
echo 2 hours left, last message 
ping localhost -n 7200
cls
echo Patch now starting
start patch.exe
goto:a
pause
 
1. Select you files, rightclick, "Add to archive" with winrar.

2.



3.



At step number 3, insert this code
Code:
;The comment below contains SFX script commands
Silent=2
Overwrite=1
Update=U
Title= [COLOR=Red]title here

Try something like that! :)

Hmm, i dont looking for this :p i need a real patcher xD But thx anyway.

got a better way, that I was looking today, maybe tomorrow I will post it :)

I hope you post it :)
 
I have pokemon client and since my spr editor edit spirites i want auto-updater, half of my players doesnt understand that they need download the new client :p
 
Back
Top