Jump to content
  • 0

L/R>pub on npc


Question

6 answers to this question

Recommended Posts

  • 0
Posted
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;
}

 

 

  • 0
Posted
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.

  • 0
Posted (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 by AOCzxc
  • 0
Posted

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

  • 0
Posted
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

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.

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...