Jhedzkie Posted February 12, 2021 Group: Members Topic Count: 43 Topics Per Day: 0.01 Content Count: 298 Reputation: 15 Joined: 11/17/11 Last Seen: February 18 Share Posted February 12, 2021 Can anybody tell me how to achieve the text above the NPC? Similar to the image below. Not sure if this is client side. I just made the assumption since signboardlist is a similar feature and it's clientside. Quote Link to comment Share on other sites More sharing options...
1 Elijah23 Posted February 12, 2021 Group: Members Topic Count: 46 Topics Per Day: 0.01 Content Count: 292 Reputation: 17 Joined: 12/12/11 Last Seen: Thursday at 02:33 PM Share Posted February 12, 2021 (edited) 1 minute ago, Jhedzkie said: Seems to be it, but it disappears after some time. Ideally, what I would like is a permanent one. And sorry for posting it on the incorrect forum earlier. No. No need to diplay on chatbox. it's showscript, Haruka Mayumi is right You could use npc timer to loop it so it would show permanent OnInit: initnpctimer; end; OnTimer1000: showscript("Healer"); setnpctimer 0; end; Edited February 12, 2021 by Elijah23 1 Quote Link to comment Share on other sites More sharing options...
1 Haruka Mayumi Posted February 12, 2021 Group: Members Topic Count: 9 Topics Per Day: 0.00 Content Count: 485 Reputation: 271 Joined: 06/13/17 Last Seen: April 14 Share Posted February 12, 2021 *showscript command 1 Quote Link to comment Share on other sites More sharing options...
1 Royr Posted February 12, 2021 Group: Members Topic Count: 0 Topics Per Day: 0 Content Count: 90 Reputation: 34 Joined: 10/01/18 Last Seen: January 9, 2023 Share Posted February 12, 2021 3 hours ago, Jhedzkie said: Can anybody tell me how to achieve the text above the NPC? Similar to the image below. Not sure if this is client side. I just made the assumption since signboardlist is a similar feature and it's clientside. prontera.gat, 150, 100, 4 script Healer#1 1_M_ORIENT01,{ mes "Test"; close; OnInit: while(1) { showscript "Healer", getnpcid(0); sleep 1000; } end; } I used this on my High-Rate server however it's colored 1 Quote Link to comment Share on other sites More sharing options...
0 Elijah23 Posted February 12, 2021 Group: Members Topic Count: 46 Topics Per Day: 0.01 Content Count: 292 Reputation: 17 Joined: 12/12/11 Last Seen: Thursday at 02:33 PM Share Posted February 12, 2021 14 minutes ago, Jhedzkie said: Can anybody tell me how to achieve the text above the NPC? Similar to the image below. Not sure if this is client side. I just made the assumption since signboardlist is a similar feature and it's clientside. looks like npctalk or unittalk? Does it shows message in the chat box when you're near that npc? Quote Link to comment Share on other sites More sharing options...
0 Jhedzkie Posted February 12, 2021 Group: Members Topic Count: 43 Topics Per Day: 0.01 Content Count: 298 Reputation: 15 Joined: 11/17/11 Last Seen: February 18 Author Share Posted February 12, 2021 10 minutes ago, Haruka Mayumi said: *showscript command Seems to be it, but it disappears after some time. Ideally, what I would like is a permanent one. And sorry for posting it on the incorrect forum earlier. Just now, Elijah23 said: looks like npctalk or unittalk? Does it shows message in the chat box when you're near that npc? No. No need to diplay on chatbox. Quote Link to comment Share on other sites More sharing options...
0 Jhedzkie Posted February 12, 2021 Group: Members Topic Count: 43 Topics Per Day: 0.01 Content Count: 298 Reputation: 15 Joined: 11/17/11 Last Seen: February 18 Author Share Posted February 12, 2021 12 minutes ago, Elijah23 said: it's showscript, Haruka Mayumi is right You could use npc timer to loop it so it would show permanent OnInit: initnpctimer; end; OnTimer1000: showscript("Healer"); setnpctimer 0; end; Thanks a bunch. Worked like a charm. Quote Link to comment Share on other sites More sharing options...
Question
Jhedzkie
Can anybody tell me how to achieve the text above the NPC? Similar to the image below.
Not sure if this is client side. I just made the assumption since signboardlist is a similar feature and it's clientside.
Link to comment
Share on other sites
6 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.