ShogS Posted January 8, 2013 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
Capuche Posted January 8, 2013 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
ShogS Posted January 9, 2013 Author 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
chromus28 Posted August 22, 2013 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
ShogS Posted August 24, 2013 Author 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
Brynner Posted August 27, 2013 Posted August 27, 2013 how to fix if sometimes the real poring does not appear? Quote
ShogS Posted August 28, 2013 Author 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
hendra814 Posted October 30, 2017 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
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.