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

Raids

Blizny

New Member
Joined
Jun 26, 2012
Messages
106
Reaction score
0
Location
Poland / Bydgoszcz
Mam problem z rajdami ... :/ wszystko wg poradnika robiłem i mam dobrze a jednak czekam 5 minut i nic...

Code:
<?xml version="1.0" encoding="UTF-8"?>
<raids>
<raid name="Punish" file="Mr.Punish.xml" interval2="1" margin="100000" ref="no" reftype="single" enabled="yes"/> 



	<!--
		executed on average once every 2 minutes

		<raid name="Example" file="example.xml" interval2="2" margin="0" reftype="single" ref="no"/>
			won't be executed again till Cave Rat gets killed

		<raid name="Example2" file="example.xml" interval2="2" margin="0" reftype="block" ref="no"/>
			will stay as 'running' until Cave Rat gets killed
	-->
</raids>

Code:
<?xml version="1.0" encoding="utf-8"?>
<raid>
<areaspawn delay="0" fromx="989" fromy="1021" fromz="4" tox="994" toy="1023" toz="4">
<monster name="Mr. Punish" amount="1" />
</areaspawn>
</raid>
 
<monster name="Mr. Punish" amount="1" />

spacja? po .?
Dodałeś w globalevents wgl ?
 
<monster name="Mr. Punish" amount="1" />

spacja? po .?
Dodałeś w globalevents wgl ?

on korzysta z tfs'owego systemu raidów, więc po co ma coś niby dodawać do globaleventsów? bo nie rozumiem

dam Ci mój ;s

do raids.xml:
Code:
<raid name="Mr. Punish" file="SingleBossesRaids/PoI/Mr. Punish.xml" interval2="120" margin="240" chance="15" enabled="yes"/>

a do Mr. Punish.xml :

Code:
<?xml version="1.0" encoding="utf-8"?>
<raid>
  <singlespawn delay="1000" name="Mr. Punish" x="32762" y="32243" z="15" />
</raid>
 

Similar threads

Back
Top