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

guidance on the way.

Elaney

Member
Joined
Jan 1, 2009
Messages
1,561
Reaction score
12
Location
Sweden
what im looking for is some guidance on how to make an script. I just want guidance so you dont have to help me with the script itself if u dont wanna.

guidance could be something like where i should start and so on.

the script will be something like this =

http://otland.net/f485/random-item-stats-creatures-can-drop-boosted-items-111028/

but what i want is that only some monsters drop "random item stats" or you can get it from an chest or something.

/Elaney
 
only some monsters drop
if it's not too many different monsters, you could use onDeath aswell and it's safer since you get the corpse parameter

basically you'd have to iterate through all container and subcontainer items, check if they're a weapon/armor etc.
 
Back
Top