Quote:
Originally posted by Butz
Hi, I'd like to know how to make the bushes drop rupees and items and things like that when playing it. Back in the old graal versions it was client-side so it automatically did it. Is there a special scripting command to make the bushes drop money and hearts again? Also, when I was testing off-line, the sparringzone flag did not put the sparring into effect for the level I was in. Is this also only taken into effect when the server reads it?
|
bushitems=false
You can define in the serveroptions.txt if bushes lay items. You can also define if baddies lay items.
for the sparringzone script to work, you don't treat it like a conventional flag. you simply make an npc and put a single word in it...
sparringzone
That's all the npc has to say.
[added] And the sparringzone script will work offline [/added]