sizenine Posted April 25, 2012 Posted April 25, 2012 (edited) How can I make the "showevent 1,0;" emoticon bubble appear on a NPC without having to click the NPC first? I've seen it on some servers and I tried using it with OnInit but it still does not appear until you click the NPC. Edited April 25, 2012 by sizenine Quote
Gennosuke Kouga Posted April 25, 2012 Posted April 25, 2012 (edited) prontera,100,100,4 script BlahBlah#NPC1 100,{ mes "Blah blah"; close; OnPCLoadMapEvent: getmapxy @m_char$,@x,@y,0; getmapxy @m_npc$,@x,@y,1,strnpcinfo(0); if( @m_char$ == @m_npc$ ) showevent 1,0; end; } Edited April 25, 2012 by Gennosuke Kouga Quote
Question
sizenine
How can I make the "showevent 1,0;" emoticon bubble appear on a NPC without having to click the NPC first? I've seen it on some servers and I tried using it with OnInit but it still does not appear until you click the NPC.
Edited by sizenine1 answer 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.