ZelosAvalon 14 Posted October 8, 2016 It is possible to use the effect of /hlp in a npc? for example: if (event_flag == true){ the effect /hlp, will appear on the head of the NPC as the event is active } I wish to know too, how can I put that quest emoticon in a npc, as now appears when an NPC has a quest released like img below: Quote Share this post Link to post Share on other sites
0 Asheraf 123 Posted October 8, 2016 (edited) for the first one use while (event_flag == true) { sleep 2000; emotion(e_hlp); } the second one you'd better read this: https://github.com/HerculesWS/Hercules/blob/master/doc/script_commands.txt#L8731 Edited October 8, 2016 by Asheraf Quote Share this post Link to post Share on other sites
0 ZelosAvalon 14 Posted October 8, 2016 for the first one use while (event_flag == true) { sleep 2000; emotion(e_hlp); } Working tyvm! the second one you'd better read this: https://github.com/H...mands.txt#L8731 I will read and try to do, but I'm a long time away from ragnarok projects, so it will take time to remember some things! ty anyway Quote Share this post Link to post Share on other sites
It is possible to use the effect of /hlp in a npc?
for example:
if (event_flag == true){
the effect /hlp, will appear on the head of the NPC as the event is active
}
Share this post
Link to post
Share on other sites