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

People cant die!

Extrodus

|| Blazera.net ||
Joined
Dec 22, 2008
Messages
2,692
Solutions
7
Reaction score
550
Location
Canada
Well basically people have stopped being able to die, which isn't normal for a war server. little help people? Im using 3.6.0 pl1.

problemdieing.jpg


problemdieing.jpg
 
Hmmm, mind providing those scripts?
- <creaturescripts>
<event type="login" name="PlayerLogin" event="script" value="login.lua" />
<event type="login" name="FirstItems" event="script" value="firstitems.lua" />
<event type="login" name="StartSkills" event="script" value="startskills.lua" />
<event type="login" name="Lowlevellock" event="script" value="lowlevellock.lua" />
<event type="kill" name="FragReward" event="script" value="fragreward.lua" />
<event type="death" name="Reward" event="script" value="reward.lua" />
<event type="joinchannel" name="GuildMotd" event="script" value="guildmotd.lua" />
<event type="receivemail" name="Mail" event="script" value="mail.lua" />
<event type="reportbug" name="SaveReportBug" script="reportbug.lua" />
<event type="advance" name="AdvanceSave" event="script" value="advancesave.lua" />
<event type="think" name="Idle" event="script" value="idle.lua" />
<event type="think" name="SkullCheck" event="script" value="skullcheck.lua" />
</creaturescripts>
 
Which ever script you added recently, it's the problem.
I would guess the Frag Reward script.
 
Fixed! It was an event/mod i added where you talk to a npc and once you get a full blue team and full red team you get tped to a 3 vs 3 war. Deleted that, and people could die again. I guess its somewhere in that mod that makes it impossible for people to die. Might have to ask for some help on that too.
 
its one of them try commenting each one of them by using <!-- --> for example
Code:
<!-- <event type="think" name="SkullCheck" event="script" value="skullcheck.lua" /> -->

and you will eventually find wich one is giving you problems :P and then you can post the script that is doing that, so we can help you
 
Back
Top