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

Roxor Pve

Flighty

New Member
Joined
Jul 3, 2009
Messages
93
Reaction score
0
Hello , i got a roxor 8,50 , and when it is pvp enforced and someone kill other , no1 get experience, and aol doesn't work in pvp enforced, could some1 help me to solve this problem?
 
1. Yes, the others how do i do that?

And set the pvp enforced rate? Also.. What are the level diffrences between the kills? Does a 100 get exp from killing a level 100?
 
In config.lua
Code:
    worldType = "pvpe"
Change that to
Code:
    worldType = "pvp"
Also in config.lua, change:

Code:
    experienceByKillingPlayers = "no"
To
Code:
    experienceByKillingPlayers = "yes"

If it wasn't already like that



Rep++ please
 
In config.lua
Code:
    worldType = "pvpe"
Change that to
Code:
    worldType = "pvp"
Also in config.lua, change:

Code:
    experienceByKillingPlayers = "no"
To
Code:
    experienceByKillingPlayers = "yes"

If it wasn't already like that



Rep++ please

I have changed everything as that you told me but it doesn't still work
 
Back
Top