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

Clone Monster

Thial

New Member
Joined
Jul 7, 2009
Messages
17
Reaction score
0
Does anyone know how to create monster with same nick, outfit and statistics as me ? Or if it's impossible how to create lua function that is making xml file with monster with my name and other stuff on my harddrive. Please help me if you can.
 
You can summon a rat and rename it and change it's looktype to yours, I believe there was an example of this script as a "Shadow Clone Jutsu" script that did the exact thing I'm explaining.
 
Actually, I spent a week on making this exact script. It's not nearly as easy as it sounds, also setCreatureName isn't a function. The only things I can tell you is that you will either need to source it, or if you're gonna Lua script it, you will need to basically create the monster.xml every time the creature is created. Even if you lua it, you will still need to source the text sent when you're attacked.

I'd say the easiest thing you can do if you're not skilled in Lua is to just use the Shadow Clone Jutsu. I apologize for not being able to release the script, but I spent way too much time on making it, and I'd rather it be unique.
 
Back
Top