• 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!
  • 2026 staff recruitment is open! Check it out and consider applying!

Monster Death

Lava Titan

Developer
Joined
Jul 25, 2009
Messages
1,571
Solutions
3
Reaction score
98
Location
Portugal
Hello, I'm looking for a script for TFS 1.1 that when monster dies if he drops X item, the SQM where monster died will show an effect for example (poff)

Check the SPOILER for example of config (doesnt have to be like that, the config design is chosen by who creates the script :p

Code:
local items = {
-- item id / effect shown if item dropped
1111,32;
2222,33;
3333;65;
4444,12;
}
 
Back
Top