chromus28 Posted August 11, 2013 Group: Members Topic Count: 91 Topics Per Day: 0.02 Content Count: 263 Reputation: 1 Joined: 04/25/13 Last Seen: December 20, 2014 Share Posted August 11, 2013 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 Quote Link to comment Share on other sites More sharing options...
Lil Troll Posted August 11, 2013 Group: Members Topic Count: 38 Topics Per Day: 0.01 Content Count: 276 Reputation: 24 Joined: 07/06/13 Last Seen: April 19, 2014 Share Posted August 11, 2013 (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 reloadmapflagHope this help I do know a bit about mapflag. If someone knows better how to do so, just tell us. Edited August 11, 2013 by Lil Troll Quote Link to comment Share on other sites More sharing options...
Emistry Posted August 11, 2013 Group: Forum Moderator Topic Count: 93 Topics Per Day: 0.02 Content Count: 10018 Reputation: 2370 Joined: 10/28/11 Last Seen: 23 hours ago Share Posted August 11, 2013 db/re/item_noequip.txt Quote Link to comment Share on other sites More sharing options...
chromus28 Posted August 11, 2013 Group: Members Topic Count: 91 Topics Per Day: 0.02 Content Count: 263 Reputation: 1 Joined: 04/25/13 Last Seen: December 20, 2014 Author Share Posted August 11, 2013 @ Lil Troll and to sir Emistry thanks for the help btw is this right? [table]//PVP14529,1 //Greed Scroll1599,6 // Angra2199,6 // Ahura//GVG12218,2 //LV5 Assumptio Scroll14529,2 //Greed Scroll14590,2 //Party Assumptio 5 Scroll1599,6 // Angra2199,6 // Ahura//BATTLEGROUND//12218,???? //LV5 Assumptio Scroll//14590,???? //Party Assumptio 5 Scroll1599,6 // Angra2199,6 // Ahura[/table] Quote Link to comment Share on other sites More sharing options...
Lil Troll Posted August 11, 2013 Group: Members Topic Count: 38 Topics Per Day: 0.01 Content Count: 276 Reputation: 24 Joined: 07/06/13 Last Seen: April 19, 2014 Share Posted August 11, 2013 (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 August 11, 2013 by Lil Troll Quote Link to comment Share on other sites More sharing options...
chromus28 Posted August 14, 2013 Group: Members Topic Count: 91 Topics Per Day: 0.02 Content Count: 263 Reputation: 1 Joined: 04/25/13 Last Seen: December 20, 2014 Author Share Posted August 14, 2013 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 >.< Quote Link to comment Share on other sites More sharing options...
Lil Troll Posted August 14, 2013 Group: Members Topic Count: 38 Topics Per Day: 0.01 Content Count: 276 Reputation: 24 Joined: 07/06/13 Last Seen: April 19, 2014 Share Posted August 14, 2013 You can wear items that are restricted but its bonuses doesn't affect wearers, observe for changes. Quote Link to comment Share on other sites More sharing options...
chromus28 Posted August 15, 2013 Group: Members Topic Count: 91 Topics Per Day: 0.02 Content Count: 263 Reputation: 1 Joined: 04/25/13 Last Seen: December 20, 2014 Author Share Posted August 15, 2013 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.. Quote Link to comment Share on other sites More sharing options...
Question
chromus28
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
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.