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

cloning look

WiLDTuRTLE

Member
Joined
Feb 26, 2011
Messages
478
Reaction score
5
How could i make 5x the same item but with diff name/actions ?

Exemple, Hydra Egg, on use spawn an hydra [hydra egg id]
--------- Giant Spider Egg, on use spawn an giant spider. [hydra egg look]~
~~~
 
if you want diff id but same look you're out of luck unless you wanna do some editing outside lua. this will just allow it to say

LUA:
 if getItemName(xxx) == 'name' then
doSummonMonster(hydra, position)
 

Similar threads

Back
Top