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

summon demons

lolazo tremendo

New Member
Joined
Jan 1, 2009
Messages
13
Reaction score
0
hi I want to make it possible to summon demons and strong monsters on my ot, and also make possible summoning more than 2 monsters
 
Last edited:
go to demon.xml in data monsters and change where it says summoneable,m and to make possible to summon more than 2 its in config.lua
 
go to your monster folder and then open the monster file what u want to make it summoneble then find the Flags.
Code:
  <flags>
    <flag summonable="0"/>
  </flags>
change the 0 to 1 and then save it

for summon more then 2 monster go open ur config.lua and find this line
Code:
	-- Summons
	maxPlayerSummons = 2
	teleportAllSummons = "no"
	teleportPlayerSummons = "no"

change there how manny monsters a player can summon it.
 
Back
Top