hadiesyafiq New member Messages 160 Points 0 Age 35 Location Malaysia Github hadiesyafiq Emulator May 14, 2017 #2 Good Morning (Malaysia morning right now) Hercules i wonder how possible to add emotion popup like this (see attach picture) on my npc..? thanks to all of you in advance
Good Morning (Malaysia morning right now) Hercules i wonder how possible to add emotion popup like this (see attach picture) on my npc..? thanks to all of you in advance
Asheraf Core Developers Staff member Messages 252 Points 43 Location Morocco Discord Asheraf#8411 Emulator May 14, 2017 #3 This is could be done using 2 script commands showevent() or questinfo() for more informations you can check the commands documentation https://github.com/HerculesWS/Hercules/blob/master/doc/script_commands.txt#L8976-L9017 Last edited by a moderator: May 14, 2017
This is could be done using 2 script commands showevent() or questinfo() for more informations you can check the commands documentation https://github.com/HerculesWS/Hercules/blob/master/doc/script_commands.txt#L8976-L9017
hadiesyafiq New member Messages 160 Points 0 Age 35 Location Malaysia Github hadiesyafiq Emulator May 14, 2017 #4 Asheraf said: This is could be done using 2 script commands showevent() or questinfo() for more informations you can check the commands documentation https://github.com/HerculesWS/Hercules/blob/master/doc/script_commands.txt#L8976-L9017 Click to expand... i try like this but now work izlude,100,100,4 script Test 102,{ mes("[Test]"); mes("Hello World."); close(); OnInit: showevent(QTYPE_QUEST, 0); end; }
Asheraf said: This is could be done using 2 script commands showevent() or questinfo() for more informations you can check the commands documentation https://github.com/HerculesWS/Hercules/blob/master/doc/script_commands.txt#L8976-L9017 Click to expand... i try like this but now work izlude,100,100,4 script Test 102,{ mes("[Test]"); mes("Hello World."); close(); OnInit: showevent(QTYPE_QUEST, 0); end; }