• 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

Kedor

New Member
Joined
Mar 3, 2008
Messages
263
Reaction score
0
Location
Poland, Gdynia
i dont know if its good section but i want to know how to make raid in TFS 0.2.10 :P
do i need to write any script or somethink?
where i need to write what :D?
and how can i make the raid when i am on GM char :P
thats all :)

thx in advance ^^
 
If u still don't know PM me, Ill help you out.
 
<?xml version="1.0" encoding="UTF-8"?>
<raids>
<!--
<raid name="Testraid" file="testraid.xml" interval2="30" margin="0"/>
executed on average once every 30 minutes
-->
</raids>


do i need to add any sript somewhere? where i can see what monsters it will spawn? what mean that it will be executed every 30 minutes? :o and if it says it will be every 30 mins so why its not spawning anythink? :P


i found somethink like that

add this to raids.xml

<raid name="santa" file="santar.xml" event="warning" type="22" chance="50" interval="60" margin="0" />

Each 60 minutes there is a 50% chance that the raid is executed...

and i want make raid when i want it.. not when it will randomly come :S :P
 
Last edited:
Back
Top