Jump to content
  • 0

Question

Posted

Hi there.

 

 

I just wanna ask how can i disable Angra Manyu and Ahura Mazda on PvP Room, Woe Time, or battle grounds etc..?? can someone teach me how to disable this one coz i want only angra and ahura to use on leveling and farming mode only

7 answers to this question

Recommended Posts

Posted (edited)

db/pre-re/item_noequip.txt

ADD:

1599,6 // Angra
2199,6 // Ahura

conf/mapflag/restricted.txt

ADD:

"map_name"<TAB>mapflap<TAB>restricted	6

Add all pvp and gvg maps you want. then @reloadscript or reloadmapflag

Hope this help I do know a bit about mapflag. If someone knows better how to do so, just tell us. :D

Edited by Lil Troll
Posted

@ Lil Troll

and to sir Emistry thanks for the help



btw is this right?

 

[table]//PVP
14529,1 //Greed Scroll
1599,6 // Angra
2199,6 // Ahura

//GVG
12218,2 //LV5 Assumptio Scroll
14529,2 //Greed Scroll
14590,2 //Party Assumptio 5 Scroll
1599,6 // Angra
2199,6 // Ahura

//BATTLEGROUND
//12218,???? //LV5 Assumptio Scroll
//14590,???? //Party Assumptio 5 Scroll
1599,6 // Angra
2199,6 // Ahura[/table]

Posted (edited)

Here are the zone modes:
 

// The equipment/items/cards restriction file 
// here you define which items may not be used at PvP / GvG 
// format: <item id>,<mode>
// mode
// 1    - restricted in normal maps
// 2    - restricted in PVP
// 4    - restricted in GVG
// 8    - restricted in Battlegrounds
// Restricted zones - they're configured by 'restricted <number>' mapflag
// 32   - restricted in zone 1
// 64   - restricted in zone 2
// 128  - restricted in zone 3
// 256  - restricted in zone 4
// 512  - restricted in zone 5
// 1024 - restricted in zone 6
// 2048 - restricted in zone 7

You are getting the correct parameters now.
 

In BG you must use: 8

//BATTLEGROUND
//12218,???? //LV5 Assumptio Scroll
//14590,???? //Party Assumptio 5 Scroll
1599,8 // Angra
2199,8 // Ahura

Also dont forget to add your maps in:
conf/mapflag/restricted.txt

"map_name"<TAB>mapflap<TAB>restricted	6 //  PVP + GVG
"map_name"<TAB>mapflap<TAB>restricted	2 //  PVP 
"map_name"<TAB>mapflap<TAB>restricted	4 //  GVG
"map_name"<TAB>mapflap<TAB>restricted   8 // BG

 

Mode number PVP = 2 + 4 IN GVG = 6


Just remember if you like individual restriction,
Use this:

//PVP
14529,2 //Greed Scroll
1599,2 // Angra
2199,2 // Ahura

//GVG
12218,4 //LV5 Assumptio Scroll
14529,4 //Greed Scroll
14590,4 //Party Assumptio 5 Scroll
1599,4 // Angra
2199,4 // Ahura
Edited by Lil Troll
Posted

Here are the zone modes:

 

// The equipment/items/cards restriction file 
// here you define which items may not be used at PvP / GvG 
// format: <item id>,<mode>
// mode
// 1    - restricted in normal maps
// 2    - restricted in PVP
// 4    - restricted in GVG
// 8    - restricted in Battlegrounds
// Restricted zones - they're configured by 'restricted <number>' mapflag
// 32   - restricted in zone 1
// 64   - restricted in zone 2
// 128  - restricted in zone 3
// 256  - restricted in zone 4
// 512  - restricted in zone 5
// 1024 - restricted in zone 6
// 2048 - restricted in zone 7

You are getting the correct parameters now.

 

In BG you must use: 8

//BATTLEGROUND
//12218,???? //LV5 Assumptio Scroll
//14590,???? //Party Assumptio 5 Scroll
1599,8 // Angra
2199,8 // Ahura

Also dont forget to add your maps in:

conf/mapflag/restricted.txt

"map_name"<TAB>mapflap<TAB>restricted	6 //  PVP + GVG
"map_name"<TAB>mapflap<TAB>restricted	2 //  PVP 
"map_name"<TAB>mapflap<TAB>restricted	4 //  GVG
"map_name"<TAB>mapflap<TAB>restricted   8 // BG

 

Mode number PVP = 2 + 4 IN GVG = 6

Just remember if you like individual restriction,

Use this:

//PVP
14529,2 //Greed Scroll
1599,2 // Angra
2199,2 // Ahura

//GVG
12218,4 //LV5 Assumptio Scroll
14529,4 //Greed Scroll
14590,4 //Party Assumptio 5 Scroll
1599,4 // Angra
2199,4 // Ahura

Boss when im entering PvP room it taking off the angra but still can wear on after that >.<

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.

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...