SphereCommunity
Horse Dung - Printable Version

+- SphereCommunity (https://forum.spherecommunity.net)
+-- Forum: Sphere 0.56d (/Forum-Sphere-0-56d)
+--- Forum: Script Help (/Forum-Script-Help)
+--- Thread: Horse Dung (/Thread-Horse-Dung)



Horse Dung - Kurita - 04-07-2013 03:38 AM

Hello,

I want to create an event, that a horse, cow, pig or goat left dung after x minutes.

I found that one, but it seems not working...

[ITEMDEF i_pferde_features]
id=i_memory
name=macht Mist
type=T_EQ_SCRIPT

on=@create
attr=attr_invis|attr_decay
timer=rand(600)+600

on=@timer
if (<cont.memoryfindtype.02.link.findlayer(25).serial>==0) && (<cont.food> > 3)
cont.anim 10
cont.sound 0133
serv.newitem i_pferdemist
emote *macht einen Haufen*
new.p <cont.p>
new.timer=60*30
timer=600+(2500/<cont.food>)
else
timer=2000
endif
return 1

Whats wrong, or do someone have a functional script?

Thx a lot.


RE: Horse Dung - Mordaunt - 04-07-2013 03:55 AM

Check the script submissions forum, there are 2 or 3 NPC AI scripts in there with this feature