rakuzas Posted June 27, 2013 Group: Members Topic Count: 152 Topics Per Day: 0.03 Content Count: 459 Reputation: 7 Joined: 06/29/12 Last Seen: April 25, 2019 Share Posted June 27, 2013 Hello, i tried to // the room and npc.. But at the MVP Room, like Theta.. Its still warp us in that remove room? Or how to exactly remove some room in that MVP_Warper? Thanks.. Quote Link to comment Share on other sites More sharing options...
Euphy Posted June 27, 2013 Group: Members Topic Count: 72 Topics Per Day: 0.02 Content Count: 2997 Reputation: 1132 Joined: 05/27/12 Last Seen: June 1, 2017 Share Posted June 27, 2013 Add/change this in the "Keeper" function: if (getarg(0) == 4) set .@j,1; for(set .@i,1+.@j; .@i<9; set .@i,.@i+1) set .@menu$, .@menu$+"Arena "+.@i+" ["+getmapusers("pvp_n_"+.@i+"-"+getarg(0))+"/20]:"; set .@i, select(.@menu$)+.@j; Quote Link to comment Share on other sites More sharing options...
Euphy Posted June 27, 2013 Group: Members Topic Count: 72 Topics Per Day: 0.02 Content Count: 2997 Reputation: 1132 Joined: 05/27/12 Last Seen: June 1, 2017 Share Posted June 27, 2013 Are you referring to trunk/npc/custom/etc/mvp_arena.txt? // Commenting this line disables the NPC. //quiz_00,60,31,4 script Theta MVP 774,{ callfunc "Keeper",4; } Quote Link to comment Share on other sites More sharing options...
rakuzas Posted June 27, 2013 Group: Members Topic Count: 152 Topics Per Day: 0.03 Content Count: 459 Reputation: 7 Joined: 06/29/12 Last Seen: April 25, 2019 Author Share Posted June 27, 2013 Yes.. But not totally disable that NPC.. But some room.. Right now.. Im using Zombie PVP script.. But it use Theta Room #1.. So i want disable that room just for Zombie PVP Script use.. How to do that? Quote Link to comment Share on other sites More sharing options...
Capuche Posted June 27, 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 June 27, 2013 Disable the mvp arena in script_custom.conf //npc: npc/custom/etc/mvp_arena.txt Quote Link to comment Share on other sites More sharing options...
rakuzas Posted June 27, 2013 Group: Members Topic Count: 152 Topics Per Day: 0.03 Content Count: 459 Reputation: 7 Joined: 06/29/12 Last Seen: April 25, 2019 Author Share Posted June 27, 2013 Errr.. If i disable that.. MVP will not able to use at all.. What im request is.. Just remove 1 PVP map from MVP Arena.. Currently its locate at Theta Room #1.. Quote Link to comment Share on other sites More sharing options...
rakuzas Posted June 28, 2013 Group: Members Topic Count: 152 Topics Per Day: 0.03 Content Count: 459 Reputation: 7 Joined: 06/29/12 Last Seen: April 25, 2019 Author Share Posted June 28, 2013 Thanks.. Its working.. Quote Link to comment Share on other sites More sharing options...
Question
rakuzas
Hello,
i tried to // the room and npc.. But at the MVP Room, like Theta.. Its still warp us in that remove room? Or how to exactly remove some room in that MVP_Warper? Thanks..
Link to comment
Share on other sites
6 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.