ShogS Posted January 8, 2013 Share Posted January 8, 2013 (edited) 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 January 9, 2013 by ShogS Quote Link to comment Share on other sites More sharing options...
Capuche Posted January 8, 2013 Share Posted January 8, 2013 Just some comment if you don't mind ! - script GMCONTROL -1,{ OnInit: set [email protected],60; end; } //---------------END OF SETUP-------------------\\ //================ON WHISPER=========================\\ - script pcatch -1,{ OnWhisperGlobal: if(getgmlevel() >= [email protected]) { [email protected] 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. Quote Link to comment Share on other sites More sharing options...
ShogS Posted January 9, 2013 Author Share Posted January 9, 2013 (edited) Just some comment if you don't mind ! - script GMCONTROL -1,{ OnInit: set [email protected],60; end; } //---------------END OF SETUP-------------------\\ //================ON WHISPER=========================\\ - script pcatch -1,{ OnWhisperGlobal: if(getgmlevel() >= [email protected]) { [email protected] 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 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 January 9, 2013 by ShogS Quote Link to comment Share on other sites More sharing options...
chromus28 Posted August 22, 2013 Share Posted August 22, 2013 Just some comment if you don't mind ! - script GMCONTROL -1,{ OnInit: set [email protected],60; end; } //---------------END OF SETUP-------------------\\ //================ON WHISPER=========================\\ - script pcatch -1,{ OnWhisperGlobal: if(getgmlevel() >= [email protected]) { [email protected] 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 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 Quote Link to comment Share on other sites More sharing options...
ShogS Posted August 24, 2013 Author Share Posted August 24, 2013 Just some comment if you don't mind ! - script GMCONTROL -1,{ OnInit: set [email protected]gmcontrol,60; end; } //---------------END OF SETUP-------------------\\ //================ON WHISPER=========================\\ - script pcatch -1,{ OnWhisperGlobal: if(getgmlevel() >= [email protected]) { [email protected] 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 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; Quote Link to comment Share on other sites More sharing options...
Brynner Posted August 27, 2013 Share Posted August 27, 2013 how to fix if sometimes the real poring does not appear? Quote Link to comment Share on other sites More sharing options...
ShogS Posted August 28, 2013 Author Share Posted August 28, 2013 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. Quote Link to comment Share on other sites More sharing options...
hendra814 Posted October 30, 2017 Share Posted October 30, 2017 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. Quote Link to comment Share on other sites More sharing options...
gelo221 Posted May 22, 2020 Share Posted May 22, 2020 I have this error can you help me. Quote Link to comment Share on other sites More sharing options...
LearningRO Posted May 22, 2020 Share Posted May 22, 2020 change sleep2 to sleep Quote Link to comment Share on other sites More sharing options...