Jump to content

Recommended Posts

Posted

/bo Just some comment if you don't mind !

-    script    GMCONTROL    -1,{
OnInit:
   set .@gmcontrol,60;
   end;

}
//---------------END OF SETUP-------------------\\

//================ON WHISPER=========================\\

-    script    pcatch    -1,{

OnWhisperGlobal:
   if(getgmlevel() >= .@gmcontrol) {

.@gmcontrol is in another NPC so in pcatch NPC his value is null.

          	 close;
               break;

break; is useless after close;.

   disablenpc "Poring Banker";
   disablenpc "PoringCatcher";

You don't need disabled/enabled these NPC since they are not visible.

Posted (edited)

/bo Just some comment if you don't mind !

-	script	GMCONTROL	-1,{
OnInit:
set .@gmcontrol,60;
end;

}
//---------------END OF SETUP-------------------\\

//================ON WHISPER=========================\\

-	script	pcatch	-1,{

OnWhisperGlobal:
if(getgmlevel() >= .@gmcontrol) {

.@gmcontrol is in another NPC so in pcatch NPC his value is null.

	   	 close;
			break;

break; is useless after close;.

disablenpc "Poring Banker";
disablenpc "PoringCatcher";

You don't need disabled/enabled these NPC since they are not visible.

Thank You for this, But on disablenpc "PoringCatcher"; just to correct you it is visible it was a portal

here:

prontera,155,173,0 warp PoringCatcher 2,2,poring_w01,105,128

That is why I need to disable it because it is a portal that's all thank you again /gg

FIXED:

Just Change this Line:

//====LEVEL OF GM CAN CONTROL THE EVENT=========\\
- script GMCONTROL -1,{
OnInit:
set $gmcontrol,60;
end;
}
//---------------END OF SETUP-------------------\\
//================ON WHISPER=========================\\
- script pcatch -1,{

OnWhisperGlobal:
if(getgmlevel() >= $gmcontrol) {

With This one I also updated the file now just waiting for approval

//====LEVEL OF GM CAN CONTROL THE EVENT=========\\
- script GMCONTROL -1,{
OnInit:
set $gmcontrol,60;
end;
}
//---------------END OF SETUP-------------------\\
//================ON WHISPER=========================\\
- script pcatch -1,{

OnWhisperGlobal:
if(getgmlevel() >= $gmcontrol) {

Edited by ShogS
  • 7 months later...
Posted

/bo Just some comment if you don't mind !

-	script	GMCONTROL	-1,{
OnInit:
	set .@gmcontrol,60;
	end;

}
//---------------END OF SETUP-------------------\\

//================ON WHISPER=========================\\

-	script	pcatch	-1,{

OnWhisperGlobal:
	if(getgmlevel() >= .@gmcontrol) {
.@gmcontrol is in another NPC so in pcatch NPC his value is null.

		   	 close;
				break;
break; is useless after close;.

	disablenpc "Poring Banker";
	disablenpc "PoringCatcher";
You don't need disabled/enabled these NPC since they are not visible.

 

Thank You for this, But on disablenpc "PoringCatcher"; just to correct you it is visible it was a portal

here:

prontera,155,173,0 warp PoringCatcher 2,2,poring_w01,105,128

That is why I need to disable it because it is a portal that's all thank you again /gg

FIXED:

Just Change this Line:

//====LEVEL OF GM CAN CONTROL THE EVENT=========\\
- script GMCONTROL -1,{
OnInit:
set $gmcontrol,60;
end;
}
//---------------END OF SETUP-------------------\\
//================ON WHISPER=========================\\
- script pcatch -1,{

OnWhisperGlobal:
if(getgmlevel() >= $gmcontrol) {

With This one I also updated the file now just waiting for approval

//====LEVEL OF GM CAN CONTROL THE EVENT=========\\
- script GMCONTROL -1,{
OnInit:
set $gmcontrol,60;
end;
}
//---------------END OF SETUP-------------------\\
//================ON WHISPER=========================\\
- script pcatch -1,{

OnWhisperGlobal:
if(getgmlevel() >= $gmcontrol) {

i cant pm the npc:pcatch >.< whjy

Posted

 

/bo Just some comment if you don't mind !

-	script	GMCONTROL	-1,{
OnInit:
	set .@gmcontrol,60;
	end;

}
//---------------END OF SETUP-------------------\\

//================ON WHISPER=========================\\

-	script	pcatch	-1,{

OnWhisperGlobal:
	if(getgmlevel() >= .@gmcontrol) {
.@gmcontrol is in another NPC so in pcatch NPC his value is null.

		   	 close;
				break;
break; is useless after close;.

	disablenpc "Poring Banker";
	disablenpc "PoringCatcher";
You don't need disabled/enabled these NPC since they are not visible.

 

Thank You for this, But on disablenpc "PoringCatcher"; just to correct you it is visible it was a portal

here:

prontera,155,173,0 warp PoringCatcher 2,2,poring_w01,105,128

That is why I need to disable it because it is a portal that's all thank you again /gg

FIXED:

Just Change this Line:

//====LEVEL OF GM CAN CONTROL THE EVENT=========\\
- script GMCONTROL -1,{
OnInit:
set $gmcontrol,60;
end;
}
//---------------END OF SETUP-------------------\\
//================ON WHISPER=========================\\
- script pcatch -1,{

OnWhisperGlobal:
if(getgmlevel() >= $gmcontrol) {

With This one I also updated the file now just waiting for approval

//====LEVEL OF GM CAN CONTROL THE EVENT=========\\
- script GMCONTROL -1,{
OnInit:
set $gmcontrol,60;
end;
}
//---------------END OF SETUP-------------------\\
//================ON WHISPER=========================\\
- script pcatch -1,{

OnWhisperGlobal:
if(getgmlevel() >= $gmcontrol) {

i cant pm the npc:pcatch >.< whjy

 

Hi

 

did your GM Level is >= $gmcontrol?

 

as set in the configuration?

 

set $gmcontrol,60;

Posted

how to fix if sometimes the real poring does not appear?

I will be adding a map for this and an update with the script functionality soon.

how to fix if sometimes the real poring does not appear?

I will be adding a map for this and an update with the script functionality soon.

  • 4 years later...
Posted

How to customize this script.

i want this event run for 5 minute, but if player kill the real poring the event will keep going until the timer is over.

  • 2 years later...

Join the conversation

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

Guest
Reply to this topic...

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