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

Materia Vip Monster maker

pizza88

New Member
Joined
Jan 11, 2009
Messages
51
Reaction score
0
Location
Germany
hi

can everyone says me the script for the lever, who create a monster how in Materia (ip: materia-rpg.com)
 
simple ;d

Code:
function onUse(cid, item, fromPosition, itemEx, toPosition)
	local monster = "Dragon"
	local position = {x =, y =, z =}
	doSummonCreature(monster, position)
	return TRUE
end
 
There is also a time you have to wait if you used..
But only you another player can summon another monster.

Maybe you should know that.
 
Back
Top