multrayzor
New Member
- Joined
- Mar 17, 2014
- Messages
- 58
- Reaction score
- 2
So..im running tfs cryng damson 0.3.6 protocol 8.6, and just found a bug that i cant fix, if i have a stack of x potions, runes or whatever, when i use them, it use them all at once, not just one charge, even though i can separate them and use 1 by 1. Also the ice rapier is not breaking for some reason, here are some of the codes on those:
In item.xml:
In config.lua
Any help is appreciated
In item.xml:
Code:
<item id="2396" article="an" name="ice rapier">
<attribute key="description" value="A deadly but fragile weapon." />
<attribute key="weight" value="1500" />
<attribute key="attack" value="60" />
<attribute key="defense" value="1" />
<attribute key="weaponType" value="sword" />
<attribute key="elementIce" value="18" />
<attribute key="charges" value="1" />
Code:
<item id="7590" article="a" name="great mana potion">
<attribute key="weight" value="220" />
<attribute key="description" value="This potion can only be consumed by sorcerers and druids of level 80 or higher." />
</item>
In config.lua
Code:
worldType = "pvp"
protectionLevel = 1
pvpTileIgnoreLevelAndVocationProtection = true
pzLocked = 60 * 1000
huntingDuration = 60 * 1000
criticalHitChance = 7
criticalHitMultiplier = 1
displayCriticalHitNotify = false
removeWeaponAmmunition = true
removeWeaponCharges = true
removeRuneCharges = true
whiteSkullTime = 15 * 60 * 1000
noDamageToSameLookfeet = false
showHealingDamage = false
showHealingDamageForMonsters = false
fieldOwnershipDuration = 5 * 1000
stopAttackingAtExit = false
oldConditionAccuracy = false
loginProtectionPeriod = 10 * 1000
deathLostPercent = 10
stairhopDelay = 2 * 1000
pushCreatureDelay = 2 * 1000
deathContainerId = 1987
gainExperienceColor = 215
addManaSpentInPvPZone = true
squareColor = 0
allowFightback = true
Any help is appreciated