• 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!
  • 2026 staff recruitment is open! Check it out and consider applying!

Lua How to put rook pvp

Sigoles

Discord: @sigoles
Joined
Nov 20, 2015
Messages
1,209
Solutions
2
Reaction score
154
How to put rook in pvp? I removed the non-pvp in rme but I cant kill no vocations
 
You will need to provide more information for anyone to be able to help you properly - specifically the server and client version. You can find all of the post rules/guidelines in the link posted by Codex.

What I will suggest though is that you check your 'config.lua' file for a 'protectionLevel' variable. The default value is 8 in some releases.
 
I didn't try it before :)

*First of all you need to put the rookguard city
*And you need to change the start town (Rme)
*And you have to delete all voctions and put only Simple rook
*you need to fix the npc that get you travel with the items..etc :D

Have fun :P
 
TFS 1.2 Protocol 10.82
I removed pvp zone from map and still non pvp


@Wason Delete vocations? I dont understand
Thanks for reply.
 
Make sure u look in vocations.xml there should there if i remember right

EDIT:
pretty sure its here
attackable="yes"
 
Last edited:
Check in your config.lua if PVP is allowed at all, and if it's allowed for low levels (protectionlevel) parameter.

worldType = "pvp"
hotkeyAimbotEnabled = true
protectionLevel = 0

reloaded with comand /reload config

and still cant kill nobody withou vocations
 
Maybe edit in sourcers?
gh4eKNx.png
 
worldType = "pvp"
hotkeyAimbotEnabled = true
protectionLevel = 0

reloaded with comand /reload config

and still cant kill nobody withou vocations
Don't do /reload config, restart the server then try.
If it still doesn't work after that, you can check vocations.xml for noattack flags on vocations and eventually even creaturescripts.xml for a combat script that may be preventing that. However, I have never downloaded a TFS 1.2 pack so I don't know what comes with it by default.
 
Back
Top