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

Runes... Help? (Y)

picachu

Member
Joined
Dec 2, 2007
Messages
970
Reaction score
11
Hello!
The runes of my server are infinit.
I want to do ONE RUNE, but, this rune need LOOSE CHARGES.
But not all runes, just that rune. :p
What I need to do?
Ty :*
 
First solution:

Open your config.lua,
scroll down a bit, you'll find something similar:
-- Battle
worldType = "pvp"
hotkeyAimbotEnabled = "yes"
protectionLevel = 100
pvpTileIgnoreLevelAndVocationProtection = "yes"
killsToRedSkull = 7
pzLocked = 60 * 1000
criticalHitChance = 7
displayCriticalHitNotify = "yes"
removeWeaponAmmunition = "yes"
removeWeaponCharges = "yes"
removeRuneCharges = "yes"
timeToDecreaseFrags = 12 * 60 * 60 * 1000
whiteSkullTime = 15 * 60 * 1000
noDamageToSameLookfeet = "no"
experienceByKillingPlayers = "no"
showHealingDamage = "yes"
fieldOwnershipDuration = 5 * 1000
stopAttackingAtExit = "yes"
oldConditionAccuracy = "no"
loginProtectionPeriod = 10

If its a "No" on your server, change it to "Yes"


Second solution:

If you don't have any custom spells or runes, just download another server, and take the spells file out of it, and paste it in-to your server..

;) have fun and enjoy!
 
Back
Top