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

Pvpe Help.

Nofus

New Member
Joined
Jul 16, 2009
Messages
415
Reaction score
1
Hey guys i got a 8.54 OT server.

I wanna make PVPE WITH SKULL. So when you atk someone you get skull even if it's PVPE.

Also, When i turn on PVPE no one gains exp from anybody. i killed a higher lvled and i didnt get anything.

In config i have this:

rateExperienceFromPlayers = 5

I tried 7.0, 15, 100.0, 100 , 200, everything. nothing happend.

Someone help me with those two problems please :D
 
Hey guys i got a 8.54 OT server.

I wanna make PVPE WITH SKULL. So when you atk someone you get skull even if it's PVPE.

Also, When i turn on PVPE no one gains exp from anybody. i killed a higher lvled and i didnt get anything.

In config i have this:

rateExperienceFromPlayers = 5

I tried 7.0, 15, 100.0, 100 , 200, everything. nothing happend.

Someone help me with those two problems please :D

Have you set in config.lua worldtype to pvp enfo? well try this out :p

Pvp-enfo
pvp-enforced
PvPenforcer
Pvp-e

one of these may work HAHA ;

Regards
Abbedi
 
config.lua:

Code:
	rateExperienceFromPlayers = [B][COLOR="Red"]0[/COLOR][/B]

set to:

Code:
	rateExperienceFromPlayers = [B][COLOR="Red"]exp u want[/COLOR][/B]

_____________________________________________________
then

change:
Code:
	experienceStages = [COLOR="DarkOrange"][B]true[/B][/COLOR]

to:

Code:
	experienceStages = [COLOR="DarkOrange"][B]false[/B][/COLOR]
 
Im having the same problem,
but if im setting expstages = false there will be no stages :S ?

How can i edit so i have both pve and stages..
 
Back
Top