Jump to content

Quests, Games: Poring Catcher


Recommended Posts


  • Group:  Members
  • Topic Count:  13
  • Topics Per Day:  0.00
  • Content Count:  91
  • Reputation:   8
  • Joined:  03/03/12
  • Last Seen:  

File Name: Poring Catcher v3.1

File Submitter: ShogS

File Submitted: 28 Dec 2012

File Category: Games, Events, Quests

Content Author: ShogS

PORING CATCHER MADE

BY: SHOGS-GFX and RAGNAROK DEVELOPERS

Please Report if you encounter some errors

https://www.facebook.com/ShogsGfx

MORE UPDATES TO COME FOR BETTER FUNCTION

Click here to download this file

Edited by ShogS
Link to comment
Share on other sites


  • Group:  Developer
  • Topic Count:  10
  • Topics Per Day:  0.00
  • Content Count:  2407
  • Reputation:   613
  • Joined:  07/05/12
  • Last Seen:  

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

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  13
  • Topics Per Day:  0.00
  • Content Count:  91
  • Reputation:   8
  • Joined:  03/03/12
  • Last Seen:  

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

  • 7 months later...

  • Group:  Members
  • Topic Count:  91
  • Topics Per Day:  0.02
  • Content Count:  263
  • Reputation:   1
  • Joined:  04/25/13
  • Last Seen:  

/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

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  13
  • Topics Per Day:  0.00
  • Content Count:  91
  • Reputation:   8
  • Joined:  03/03/12
  • Last Seen:  

 

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

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  118
  • Topics Per Day:  0.03
  • Content Count:  1942
  • Reputation:   197
  • Joined:  01/08/12
  • Last Seen:  

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

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  13
  • Topics Per Day:  0.00
  • Content Count:  91
  • Reputation:   8
  • Joined:  03/03/12
  • Last Seen:  

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.

Link to comment
Share on other sites

  • 4 years later...

  • Group:  Members
  • Topic Count:  54
  • Topics Per Day:  0.01
  • Content Count:  1167
  • Reputation:   159
  • Joined:  06/12/12
  • Last Seen:  

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.

Link to comment
Share on other sites

  • 2 years later...

  • Group:  Members
  • Topic Count:  3
  • Topics Per Day:  0.00
  • Content Count:  9
  • Reputation:   0
  • Joined:  12/09/13
  • Last Seen:  

I have this error can you help me.

ASDADS.jpg

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  107
  • Topics Per Day:  0.02
  • Content Count:  770
  • Reputation:   69
  • Joined:  02/10/12
  • Last Seen:  

change sleep2 to sleep

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

×
×
  • Create New...