Autowalk/cavebot for OTClient

Someone asked me about script that will make character run to given position and after reaching it run to another. I made it for free, so I decided to publish it as it may be interesting for others....

Read more →

Eloth start scripts for GMs

Create fast monster spawn Spawn "Snake" every second (1000 ms) for 5 seconds: Mass spawn around GOD: Spawn temple NPC For FACC towns: For PACC towns: Open Desert Quest Create teleports that allow 20+...

Read more →

Generate big depot

Lua code to generate backpack full of backpacks: Oneliner for !lua debug talkaction: Then put it in parcel and send to depot.

Read more →

Keep 2 folders synchronized

Code to copy all changes from one folder to another. I use it to copy changes from my local folder to development server mounted by SSHFS. In example files are filtered. Only .cpp and .h files are...

Read more →

Limit number of connections per IP

Limit number of incoming concurrent connections per IP to 1. On all ports and IPs of server: On port 80 of server: On port 80 and IP 91.134.189.246 of server (in case when server has more IPs):

Read more →