AOCzxc Posted September 23, 2022 Group: Members Topic Count: 29 Topics Per Day: 0.01 Content Count: 54 Reputation: 1 Joined: 02/18/18 Last Seen: March 16, 2023 Share Posted September 23, 2022 i know the normal pub on npc but this one is cool.. anyone how to script this kind of invisible pub? thanks Quote Link to comment Share on other sites More sharing options...
0 mR L Posted September 23, 2022 Group: Members Topic Count: 10 Topics Per Day: 0.00 Content Count: 177 Reputation: 26 Joined: 12/24/14 Last Seen: December 25, 2024 Share Posted September 23, 2022 3 hours ago, AOCzxc said: how to input on script? Spoiler prontera,150,150,3 script test 2_COLAVEND,{ set @npc$, "[^0000ff test ^000000]"; mes @npc$; mes "hello word"; close; OnInit: while(1) { showscript "Test", getnpcid(0); sleep 1000; } end; } Quote Link to comment Share on other sites More sharing options...
0 KazumaSatou Posted September 23, 2022 Group: Members Topic Count: 9 Topics Per Day: 0.01 Content Count: 157 Reputation: 37 Joined: 05/15/20 Last Seen: 10 hours ago Share Posted September 23, 2022 33 minutes ago, AOCzxc said: i know the normal pub on npc but this one is cool.. anyone how to script this kind of invisible pub? thanks *showscript "<message>"{,<GID>, <flag>}; Makes attached player or GID says a message like shouting a skill name, the message will be seen to everyone around but not in chat window. flag: Specify target AREA - Message is sent to players in the vicinity of the source (default). SELF - Message is sent only to player attached. You can use showscript command to make this pub. Quote Link to comment Share on other sites More sharing options...
0 AOCzxc Posted September 23, 2022 Group: Members Topic Count: 29 Topics Per Day: 0.01 Content Count: 54 Reputation: 1 Joined: 02/18/18 Last Seen: March 16, 2023 Author Share Posted September 23, 2022 (edited) 3 hours ago, KazumaSatou said: *showscript "<message>"{,<GID>, <flag>}; Makes attached player or GID says a message like shouting a skill name, the message will be seen to everyone around but not in chat window. flag: Specify target AREA - Message is sent to players in the vicinity of the source (default). SELF - Message is sent only to player attached. You can use showscript command to make this pub. how to input on script? prontera,150,150,3 script test 2_COLAVEND,{ set @npc$, "[^0000ff test ^000000]"; mes @npc$; mes "hello word"; close; OnInit: delwaitingroom; waitingroom "test pub",0; end; } Edited September 23, 2022 by AOCzxc Quote Link to comment Share on other sites More sharing options...
0 amanikoko Posted July 21, 2023 Group: Members Topic Count: 6 Topics Per Day: 0.00 Content Count: 40 Reputation: 0 Joined: 02/26/21 Last Seen: 18 hours ago Share Posted July 21, 2023 Hi, i know this is showscript command. However, how to make it to show timer as picture shown above using euphy woe controller? In the same time i have the below pvp warper script, how to make the showscript to getmapuser and display every single map in a looping way? Appreciate if someone could help to input or guide along. Much appreciate. Thank you! ultimatepvpwarper.txt Quote Link to comment Share on other sites More sharing options...
0 AceofSpades Posted July 21, 2023 Group: Members Topic Count: 2 Topics Per Day: 0.00 Content Count: 112 Reputation: 6 Joined: 03/02/18 Last Seen: 7 hours ago Share Posted July 21, 2023 2 hours ago, amanikoko said: Hi, i know this is showscript command. However, how to make it to show timer as picture shown above using euphy woe controller? In the same time i have the below pvp warper script, how to make the showscript to getmapuser and display every single map in a looping way? Appreciate if someone could help to input or guide along. Much appreciate. Thank you! ultimatepvpwarper.txt 4.38 kB · 0 downloads just add the getmapuser in showscript to display a current user Quote Link to comment Share on other sites More sharing options...
0 amanikoko Posted July 21, 2023 Group: Members Topic Count: 6 Topics Per Day: 0.00 Content Count: 40 Reputation: 0 Joined: 02/26/21 Last Seen: 18 hours ago Share Posted July 21, 2023 Good Day @AceofSpades, Appreciate your swift respond. If you don't mind, please if you could guide by showing an example that would be a great help. Thank you. Quote Link to comment Share on other sites More sharing options...
Question
AOCzxc
i know the normal pub on npc but this one is cool.. anyone how to script this kind of invisible pub? thanks
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.