AOCzxc Posted September 23, 2022 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
0 mR L Posted September 23, 2022 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
0 KazumaSatou Posted September 23, 2022 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
0 AOCzxc Posted September 23, 2022 Author 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
0 amanikoko Posted July 21, 2023 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
0 Slur Posted July 21, 2023 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
0 amanikoko Posted July 21, 2023 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
Question
AOCzxc
i know the normal pub on npc but this one is cool.. anyone how to script this kind of invisible pub? thanks
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.