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

[HELP]Remove ITEM from all MONSTERS -- yet remain in the game?

supomglol

Member
Joined
Jan 29, 2012
Messages
195
Reaction score
10
Okay, so basically I want to know if it is possible to remove an item from all the monsters in my server, without having to go through each one and doing it manually?

For example

I used the haunted blade as a edited quest reward

yet a handful of monsters still drop this as random loot.
The reasoning behind this is, I have about 15 items that are like this, and I am trying to take a shortcut.

Any Info at all is appreciated!

Thanks!
 
I think there isn't any shortcut for that, if the monster script tells it to drop it, then it will.
And it really isn't that much work when you type in the ID in your map it shows all the monsters that drop that item, just go by every one of them that you use in your server and delete it from the droplist.
 
You could do it with notepad++
Just go to:
CTRL+F --> Find in files.
In "find what" type the item id and in the "replace", just type "2148", for example.
The directory need to be "data/monsters/"
And then press on the "replace in files"

Then just wait until itself shows the result.

Its done!
 
You could do it with notepad++
Just go to:
CTRL+F --> Find in files.
In "find what" type the item id and in the "replace", just type "2148", for example.
The directory need to be "data/monsters/"
And then press on the "replace in files"

Then just wait until itself shows the result.

Its done!

Yeah, I ended up doing this. It was easier than I thought, I was just being lazy.

Haha thanks guys!
 
Back
Top