Subzero Posted March 20, 2018 Group: Members Topic Count: 30 Topics Per Day: 0.01 Content Count: 60 Reputation: 0 Joined: 07/25/16 Last Seen: August 5, 2021 Share Posted March 20, 2018 hello its posibble to make this npc hide on woe time https://pastebin.com/u9UHSw0f im following this script but the npc always hide on 9pm even no woe https://rathena.org/board/topic/85259-off-pvp-when-woe-is-on/ Quote Link to comment Share on other sites More sharing options...
1 Lelouch vi Britannia Posted March 20, 2018 Group: Members Topic Count: 45 Topics Per Day: 0.01 Content Count: 715 Reputation: 84 Joined: 01/05/12 Last Seen: April 10, 2023 Share Posted March 20, 2018 Try this... // PVP Yoyo Mode Staff //============================================================ //alchemy,163,89,4 script PVP Arena 513,{ dicastes01,257,169,4 script PVP Arena 411,{ sc_end SC_GOSPEL; sc_end SC_SKE; //sc_end SC_APPLEIDUN; //sc_end SC_SERVICEFORYOU; //sc_end SC_WEAPONPERFECT; //sc_end SC_OVERTHRUST; mes "[PvP Warper]"; mes "Which arena do you want to go to?"; next; switch( select( "Solo Arena ["+getmapusers("guild_vs3")+"]", "Party Arena ["+getmapusers("pvp_y_1-2")+"]", "PVP 1 vs 1 ["+getmapusers("1@ge_st")+"]") ){ Case 1: if( getcharid(1) ){ mes "Please leave your party."; }else{ warp "guild_vs3",0,0; } break; Case 2: warp "pvp_y_1-2",0,0; break; Case 3: if( getmapusers("1@ge_st") > 1 ){ mes "Room Full"; }else{ warp "1@ge_st",0,0; } break; } close; OnInit: while( 1 ){ delwaitingroom; waitingroom "PVP : "+getmapusers("guild_vs3")+" Users",0; sleep 1000; } OnAgitEnd: OnAgitEnd2: hideoffnpc strnpcinfo(0); end; OnAgitStart: OnAgitStart2: hideonnpc strnpcinfo(0); end; } // PVP Normal guild_vs3 mapflag pvp guild_vs3 mapflag nocommand 50 guild_vs3 mapflag nosave SavePoint guild_vs3 mapflag noteleport guild_vs3 mapflag pvp_noparty guild_vs3 mapflag pvp_noguild guild_vs3 mapflag nomemo // PVP Party pvp_y_1-2 mapflag pvp pvp_y_1-2 mapflag nocommand 50 pvp_y_1-2 mapflag nosave SavePoint pvp_y_1-2 mapflag noteleport pvp_y_1-2 mapflag pvp_noguild pvp_y_1-2 mapflag nomemo // PVP 1vs1 1@ge_st mapflag pvp 1@ge_st mapflag nocommand 50 1@ge_st mapflag nosave SavePoint 1@ge_st mapflag noteleport 1@ge_st mapflag pvp_noparty 1@ge_st mapflag pvp_noguild 1@ge_st mapflag nomemo 1 Quote Link to comment Share on other sites More sharing options...
Question
Subzero
hello
its posibble to make this npc hide on woe time
https://pastebin.com/u9UHSw0f
im following this script but the npc always hide on 9pm even no woe
https://rathena.org/board/topic/85259-off-pvp-when-woe-is-on/
Link to comment
Share on other sites
1 answer to this question
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.