ShogS Posted January 8, 2013 Group: Members Topic Count: 13 Topics Per Day: 0.00 Content Count: 91 Reputation: 8 Joined: 03/03/12 Last Seen: October 2, 2020 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 Group: Developer Topic Count: 10 Topics Per Day: 0.00 Content Count: 2407 Reputation: 616 Joined: 07/05/12 Last Seen: March 20 Share Posted January 8, 2013 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. Quote Link to comment Share on other sites More sharing options...
ShogS Posted January 9, 2013 Group: Members Topic Count: 13 Topics Per Day: 0.00 Content Count: 91 Reputation: 8 Joined: 03/03/12 Last Seen: October 2, 2020 Author Share Posted January 9, 2013 (edited) 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 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 Group: Members Topic Count: 91 Topics Per Day: 0.02 Content Count: 263 Reputation: 1 Joined: 04/25/13 Last Seen: December 20, 2014 Share Posted August 22, 2013 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 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 Group: Members Topic Count: 13 Topics Per Day: 0.00 Content Count: 91 Reputation: 8 Joined: 03/03/12 Last Seen: October 2, 2020 Author Share Posted August 24, 2013 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 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 Group: Members Topic Count: 120 Topics Per Day: 0.02 Content Count: 1962 Reputation: 203 Joined: 01/08/12 Last Seen: 18 hours ago 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 Group: Members Topic Count: 13 Topics Per Day: 0.00 Content Count: 91 Reputation: 8 Joined: 03/03/12 Last Seen: October 2, 2020 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 Group: Members Topic Count: 59 Topics Per Day: 0.01 Content Count: 1281 Reputation: 170 Joined: 06/12/12 Last Seen: 2 hours ago 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 Group: Members Topic Count: 3 Topics Per Day: 0.00 Content Count: 9 Reputation: 0 Joined: 12/09/13 Last Seen: October 4, 2021 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 Group: Members Topic Count: 107 Topics Per Day: 0.02 Content Count: 778 Reputation: 73 Joined: 02/10/12 Last Seen: Yesterday at 11:27 AM Share Posted May 22, 2020 change sleep2 to sleep Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.