Jump to content
  • 0

Remove Some Room at MVP_Warper


rakuzas

Question


  • Group:  Members
  • Topic Count:  152
  • Topics Per Day:  0.04
  • Content Count:  459
  • Reputation:   6
  • Joined:  06/29/12
  • Last Seen:  

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


  • Group:  Members
  • Topic Count:  72
  • Topics Per Day:  0.02
  • Content Count:  2997
  • Reputation:   1130
  • Joined:  05/27/12
  • Last Seen:  

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;
Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  72
  • Topics Per Day:  0.02
  • Content Count:  2997
  • Reputation:   1130
  • Joined:  05/27/12
  • Last Seen:  

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; }

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  152
  • Topics Per Day:  0.04
  • Content Count:  459
  • Reputation:   6
  • Joined:  06/29/12
  • Last Seen:  

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?

Link to comment
Share on other sites


  • Group:  Developer
  • Topic Count:  10
  • Topics Per Day:  0.00
  • Content Count:  2407
  • Reputation:   613
  • Joined:  07/05/12
  • Last Seen:  

Disable the mvp arena in script_custom.conf

//npc: npc/custom/etc/mvp_arena.txt
Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  152
  • Topics Per Day:  0.04
  • Content Count:  459
  • Reputation:   6
  • Joined:  06/29/12
  • Last Seen:  

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..

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  152
  • Topics Per Day:  0.04
  • Content Count:  459
  • Reputation:   6
  • Joined:  06/29/12
  • Last Seen:  

Thanks.. Its working..

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Answer this question...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...