Limestone Posted October 20, 2013 Posted October 20, 2013 Hi rathena! i tried to make a script of auto emotions in every 5 secs but i failed, can any one help me? thanks! here's my script. // Quest Emotion - script #quest_emotion -1,{ OnInit: initnpctimer; end; OnTimer5000: emotion e_gasp; initnpctimer; end; } Quote
LuLu Posted October 20, 2013 Posted October 20, 2013 try this // Quest Emotion - script #quest_emotion -1,{ OnInit: while(1) { emotion e_gasp; sleep 5000; } end; } Quote
Capuche Posted October 20, 2013 Posted October 20, 2013 Your npc won't do nothing, there is none target for emotion. By default the target is a npc with location. Quote
LuLu Posted October 20, 2013 Posted October 20, 2013 i think he is just asking for the code. He did not put the location etc.. coz it's non-sense Quote
Question
Limestone
Hi rathena! i tried to make a script of auto emotions in every 5 secs but i failed, can any one help me? thanks! here's my script.
3 answers to this question
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.