data/weapons/weapons.xmlaction="removecount"
action="move"
it is like thisindata/weapons/weapons.xml
change thisto thisXML:action="removecount"
Or the opposite because I didn't understand if you want to make it drop on ground or it is already dropping on ground and you want to disable it.XML:action="move"
function onUse(player, item, fromPosition, target, toPosition)
return doDestroyItem(target)
end
data/weapons/weapons.xml then search for spear id it should look something like this<distance id="2389" action="removecount" breakchance="3" />
my base serv is nostalrius 7.7 and it doesn't have this file.What? This script above isn't for spear and it isn't even a weapon script.
data/weapons/weapons.xmlthen search for spear id it should look something like this
XML:<distance id="2389" action="removecount" breakchance="3" />
show me ur item.srv spear codeI want to put it to fall to the ground .. mine is not falling.
where did u get that code from :S?it is like this
LUA:function onUse(player, item, fromPosition, target, toPosition) return doDestroyItem(target) end