Dvrstle Posted September 28, 2012 Group: Members Topic Count: 125 Topics Per Day: 0.03 Content Count: 361 Reputation: 10 Joined: 12/30/11 Last Seen: January 3, 2016 Share Posted September 28, 2012 Please make an npc that disables my PVP room when WoE time. name of the npc: PVP WARPER WoE Time: 8:00pm - 9:00pm tnx =) Quote Link to comment Share on other sites More sharing options...
Emistry Posted September 28, 2012 Group: Forum Moderator Topic Count: 93 Topics Per Day: 0.02 Content Count: 10018 Reputation: 2369 Joined: 10/28/11 Last Seen: 8 hours ago Share Posted September 28, 2012 put this inside the PVP Warper..... OnAgitStart: hideonnpc strnpcinfo(0); end; OnAgitEnd: hideoffnpc strnpcinfo(0); end; the NPC will be hided everytime WOE is started ...and auto unhide after WOE End. Quote Link to comment Share on other sites More sharing options...
Dvrstle Posted September 28, 2012 Group: Members Topic Count: 125 Topics Per Day: 0.03 Content Count: 361 Reputation: 10 Joined: 12/30/11 Last Seen: January 3, 2016 Author Share Posted September 28, 2012 ohh i see . . thanks again Sir Emistry =) Quote Link to comment Share on other sites More sharing options...
nanakiwurtz Posted September 28, 2012 Group: Members Topic Count: 81 Topics Per Day: 0.02 Content Count: 1654 Reputation: 583 Joined: 08/09/12 Last Seen: January 14, 2020 Share Posted September 28, 2012 Hmm why you use hideonnpc instead of disablenpc Emistry? Quote Link to comment Share on other sites More sharing options...
Emistry Posted September 28, 2012 Group: Forum Moderator Topic Count: 93 Topics Per Day: 0.02 Content Count: 10018 Reputation: 2369 Joined: 10/28/11 Last Seen: 8 hours ago Share Posted September 28, 2012 because i put the script inside the NPC script that he want to disable.. if i use disablenpc here....the NPC wont be able to show up again after WOE End...because the NPC is disabled...it's script wont run ... unless you put the script above as another NPCs then only it will work.. Quote Link to comment Share on other sites More sharing options...
Rebel Posted September 29, 2012 Group: Members Topic Count: 68 Topics Per Day: 0.01 Content Count: 436 Reputation: 32 Joined: 02/19/12 Last Seen: May 22, 2024 Share Posted September 29, 2012 what if i want to make the npc not clickable at the time of WOE? then after WOE ended it can be clickable again..?? Quote Link to comment Share on other sites More sharing options...
nanakiwurtz Posted September 29, 2012 Group: Members Topic Count: 81 Topics Per Day: 0.02 Content Count: 1654 Reputation: 583 Joined: 08/09/12 Last Seen: January 14, 2020 Share Posted September 29, 2012 OnAgitStart: end; Quote Link to comment Share on other sites More sharing options...
EvilPuncker Posted September 29, 2012 Group: Members Topic Count: 19 Topics Per Day: 0.00 Content Count: 713 Reputation: 71 Joined: 11/08/11 Last Seen: December 25, 2024 Share Posted September 29, 2012 what if i want to make the npc not clickable at the time of WOE? then after WOE ended it can be clickable again..?? add this to the very start if(agitcheck() || agitcheck2()){ end; } Quote Link to comment Share on other sites More sharing options...
Question
Dvrstle
Please make an npc that disables my PVP room when WoE time.
name of the npc: PVP WARPER
WoE Time: 8:00pm - 9:00pm
tnx =)
Link to comment
Share on other sites
7 answers 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.