Jump to content
  • 0

Help on Angra


chromus28

Question


  • Group:  Members
  • Topic Count:  91
  • Topics Per Day:  0.02
  • Content Count:  263
  • Reputation:   1
  • Joined:  04/25/13
  • Last Seen:  

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

Link to comment
Share on other sites

7 answers to this question

Recommended Posts


  • Group:  Members
  • Topic Count:  38
  • Topics Per Day:  0.01
  • Content Count:  276
  • Reputation:   24
  • Joined:  07/06/13
  • Last Seen:  

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


  • Group:  Forum Moderator
  • Topic Count:  93
  • Topics Per Day:  0.02
  • Content Count:  10018
  • Reputation:   2370
  • Joined:  10/28/11
  • Last Seen:  

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  91
  • Topics Per Day:  0.02
  • Content Count:  263
  • Reputation:   1
  • Joined:  04/25/13
  • Last Seen:  

@ 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]

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  38
  • Topics Per Day:  0.01
  • Content Count:  276
  • Reputation:   24
  • Joined:  07/06/13
  • Last Seen:  

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


  • Group:  Members
  • Topic Count:  91
  • Topics Per Day:  0.02
  • Content Count:  263
  • Reputation:   1
  • Joined:  04/25/13
  • Last Seen:  

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

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  38
  • Topics Per Day:  0.01
  • Content Count:  276
  • Reputation:   24
  • Joined:  07/06/13
  • Last Seen:  

You can wear items that are restricted but its bonuses doesn't affect wearers, observe for changes.

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  91
  • Topics Per Day:  0.02
  • Content Count:  263
  • Reputation:   1
  • Joined:  04/25/13
  • Last Seen:  

You can wear items that are restricted but its bonuses doesn't affect wearers, observe for changes.

Lil Troll i'd Follow your instruction but the effect doesn't changed a bit..

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