Jump to content
  • 0

L/R>pub on npc


AOCzxc

Question


  • Group:  Members
  • Topic Count:  29
  • Topics Per Day:  0.01
  • Content Count:  54
  • Reputation:   1
  • Joined:  02/18/18
  • Last Seen:  

i know the normal pub on npc but this one is cool.. anyone how to script this kind of invisible pub? thanks

image.png.1ea10d71fc988fc1f9616e580f11ab3a.png

Link to comment
Share on other sites

6 answers to this question

Recommended Posts

  • 0

  • Group:  Members
  • Topic Count:  9
  • Topics Per Day:  0.01
  • Content Count:  147
  • Reputation:   36
  • Joined:  05/15/20
  • Last Seen:  

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

image.png.1ea10d71fc988fc1f9616e580f11ab3a.png


*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.

Link to comment
Share on other sites

  • 0

  • Group:  Members
  • Topic Count:  29
  • Topics Per Day:  0.01
  • Content Count:  54
  • Reputation:   1
  • Joined:  02/18/18
  • Last Seen:  

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 by AOCzxc
Link to comment
Share on other sites

  • 0

  • Group:  Members
  • Topic Count:  10
  • Topics Per Day:  0.00
  • Content Count:  177
  • Reputation:   25
  • Joined:  12/24/14
  • Last Seen:  

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;
}

 

 

Link to comment
Share on other sites

  • 0

  • Group:  Members
  • Topic Count:  6
  • Topics Per Day:  0.01
  • Content Count:  40
  • Reputation:   0
  • Joined:  02/26/21
  • Last Seen:  

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

Link to comment
Share on other sites

  • 0

  • Group:  Members
  • Topic Count:  2
  • Topics Per Day:  0.00
  • Content Count:  102
  • Reputation:   6
  • Joined:  03/02/18
  • Last Seen:  

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

Link to comment
Share on other sites

  • 0

  • Group:  Members
  • Topic Count:  6
  • Topics Per Day:  0.01
  • Content Count:  40
  • Reputation:   0
  • Joined:  02/26/21
  • Last Seen:  

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.

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Answer this question...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...