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

Remove Ammo, Remove Rune Charges, Unlimited Pots TFS 0.3

RedShore

Retired Hoster and Mapper
Joined
Jul 18, 2008
Messages
45
Reaction score
0
Location
Australia
:|

in config i put

Code:
-- Battle
	worldType = "pvp"
	hotkeyAimbotEnabled = "yes"
	protectionLevel = 15
	pvpTileIgnoreLevelAndVocationProtection = "yes"
	killsToRedSkull = 3
	pzLocked = 60 * 1000
	criticalHitChance = 7
	displayCriticalHitNotify = "no"
	removeAmmoWhenUsingDistanceWeapon = "yes"
	removeChargesFromRunes = "yes"
	timeToDecreaseFrags = 24 * 60 * 60 * 1000
	whiteSkullTime = 4 * 60 * 1000
	noDamageToSameLookfeet = "no"
	experienceByKillingPlayers = "no"
	showHealingDamage = "no"

but it still runs out of ammo. and when i go into items.xml it says

Code:
 <item id="2544" article="an" name="arrow" plural="arrows">
		<attribute key="weight" value="70"/>
		<attribute key="attack" value="25"/>
		<attribute key="hitChance" value="90"/>
		<attribute key="weaponType" value="ammunition"/>
		<attribute key="ammoType" value="arrow"/>
		<attribute key="shootType" value="arrow"/>
		<attribute key="ammoAction" value="removecount"/>
	</item>

but still i have not unlimited.

also want to know how to make unlimited use of pots.
 
Back
Top Bottom