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

Solved Create Monster with Talkaction

Bill3000

New Member
Joined
Jul 26, 2010
Messages
106
Reaction score
1
Hello OTLanders!

I need to make a Talkaction Script that only creates 1 monster named Tortoise Anti-Botter when a Gamemaster write: /antibot and the monster appears in front of him.

How can I do it???

Thanks ^_^
 
Why dont you just create a monster named "Tortoise Anti-Botter" and use the /m talkaction.

Example: /m Tortoise Anti-Botter
 
data\talkactions\talkactions.xml
XML:
	<talkaction log="yes" words="/antibot" access="5" event="buffer" value="doCreateMonster('Tortoise Anti-Botter', getCreatureLookPosition(cid))"/>
 
I will test then edit here.

But anyway, thanks!

--- Edited ---

It worked as it should, thanks! REP+ for you :D
 
Last edited:
Back
Top