• 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!

OpenTibia Empty SpawnCleaner [Java]

Mummrik

Hey!
Joined
Oct 22, 2007
Messages
707
Solutions
28
Reaction score
126
Location
Sweden
So i made a simple program that cleans all empty spawn points in the map.
I had 5k+ empty spawn point in my map :O

Info can be found in Readme file
Source is included

It just scan your existing spawn file for info and make a new one whitout the empty spawn points.
So you old spawn file wont be changed at all, it can be used as an backup if you run in to problems.

here are some images to show you what is does
before:
before.jpg

after:
after.jpg
 

Attachments

Last edited by a moderator:
Im away from my home, so i cant reupload it. but as soon i get home i will reupload it to an other host.
should upload it to mediafire
mediafire uploads dont get removed unless you do it yourself
or otland cloud :^)
 
should upload it to mediafire
mediafire uploads dont get removed unless you do it yourself
or otland cloud :^)
I will use one of those, i just googled file uploader.
Filedropper was the first match so i didnt know if it was good or not, seems like i wont use it again :p
 
seems that in my computer it don't work, or my file is too big, have limit of size ?
 
Hey, i tried run your programm, but it won't run :( I have latest java version, but when i try run SpawnCleaner.jar, then nothing happens.
Do you know maybe what i can do? :)

//Edit
Nvm, i found faster option.
Download sublime text 3, CTRL+F past "radius="1" />", click button "Find All", next step - go to menu "Edit", find option "Line" and use option "Delete Line", it remove all founded lines.
(radius="1" /> - is only if any monster is in spawn range of this position)
 
Last edited:
Hey, i tried run your programm, but it won't run :( I have latest java version, but when i try run SpawnCleaner.jar, then nothing happens.
Do you know maybe what i can do? :)

//Edit
Nvm, i found faster option.
Download sublime text 3, CTRL+F past "radius="1" />", click button "Find All", next step - go to menu "Edit", find option "Line" and use option "Delete Line", it remove all founded lines.
(radius="1" /> - is only if any monster is in spawn range of this position)
radius="([0-9]{1,3})" /
 
Back
Top