leadtech Posted December 5, 2011 Group: Members Topic Count: 26 Topics Per Day: 0.01 Content Count: 59 Reputation: 2 Joined: 11/12/11 Last Seen: March 31, 2020 Share Posted December 5, 2011 I want to request some script that MVP Cards are disbale / cannot be used during WOE FE/SE .. Thanks in advance Quote Link to comment Share on other sites More sharing options...
FatalEror Posted December 28, 2011 Group: Members Topic Count: 0 Topics Per Day: 0 Content Count: 67 Reputation: 23 Joined: 11/14/11 Last Seen: October 3, 2014 Share Posted December 28, 2011 ../conf/mapflag/restricted.txt mapname<tab>mapflag<tab>restricted<tab>8 ../db/item_noequip.txt ItemID,4096 Quote Link to comment Share on other sites More sharing options...
0 BFPkiller Posted July 24, 2019 Group: Members Topic Count: 19 Topics Per Day: 0.00 Content Count: 111 Reputation: 2 Joined: 05/09/13 Last Seen: May 12, 2021 Share Posted July 24, 2019 Sorry to bump this, but is it possible to limit the cards used to 1 during WoE , GVG etc ??? Or maybe per castle limit it to 1 active card per char ? Greets Can i request this , that a player can only have one card active in woe , gvg etc ? Quote Link to comment Share on other sites More sharing options...
whitesn Posted December 5, 2011 Group: Members Topic Count: 13 Topics Per Day: 0.00 Content Count: 193 Reputation: 14 Joined: 12/02/11 Last Seen: October 30, 2018 Share Posted December 5, 2011 (edited) db/item_noequip.txt // 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 PVP // 2- restricted in GVG // 3- restricted in both PvP and GvG // Restricted zones - they're configured by 'restricted <number>' mapflag // 4 - restricted in zone 1 // 8 - restricted in zone 2 // 16 - restricted in zone 3 // 32 - restricted in zone 4 // 64 - restricted in zone 5 // 128 - restricted in zone 6 // 256 - restricted in zone 7 Just add itemID,2; at the db/item_noequip.txt Whether it's equipped it'll have no effect at the WOE maps ( GVG ) Edited December 5, 2011 by 2essy2killu 1 Quote Link to comment Share on other sites More sharing options...
leadtech Posted December 6, 2011 Group: Members Topic Count: 26 Topics Per Day: 0.01 Content Count: 59 Reputation: 2 Joined: 11/12/11 Last Seen: March 31, 2020 Author Share Posted December 6, 2011 should i put the item id of the mvp card there ? Quote Link to comment Share on other sites More sharing options...
Orc Lord Posted December 6, 2011 Group: Members Topic Count: 12 Topics Per Day: 0.00 Content Count: 56 Reputation: 8 Joined: 11/10/11 Last Seen: September 3, 2013 Share Posted December 6, 2011 yes for example: Tao Gunka Card 4302,2 Quote Link to comment Share on other sites More sharing options...
whitesn Posted December 7, 2011 Group: Members Topic Count: 13 Topics Per Day: 0.00 Content Count: 193 Reputation: 14 Joined: 12/02/11 Last Seen: October 30, 2018 Share Posted December 7, 2011 The ItemID's of the cards Quote Link to comment Share on other sites More sharing options...
Impala Posted December 7, 2011 Group: Members Topic Count: 9 Topics Per Day: 0.00 Content Count: 25 Reputation: 0 Joined: 12/06/11 Last Seen: July 24, 2014 Share Posted December 7, 2011 (edited) Hi. 602,2 // Butterfly Wing 533,2 // Grappe Juice Why it disabled (no effect) in PvP, but in GvG/WoE it works... Edited December 7, 2011 by Nyx Quote Link to comment Share on other sites More sharing options...
whitesn Posted December 7, 2011 Group: Members Topic Count: 13 Topics Per Day: 0.00 Content Count: 193 Reputation: 14 Joined: 12/02/11 Last Seen: October 30, 2018 Share Posted December 7, 2011 Hi. 602,2 // Butterfly Wing 533,2 // Grappe Juice Why it disabled (no effect) in PvP, but in GvG/WoE it works... Are you sure about that ? because the 2 zone is for GVG // 2- restricted in GVG Quote Link to comment Share on other sites More sharing options...
FatalEror Posted December 7, 2011 Group: Members Topic Count: 0 Topics Per Day: 0 Content Count: 67 Reputation: 23 Joined: 11/14/11 Last Seen: October 3, 2014 Share Posted December 7, 2011 (edited) ../db/item_noequip.txt // 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 // 2 - restricted in PVP // 4 - restricted in GVG So it should be: ItemID, 6 Edited December 7, 2011 by FatalEror Quote Link to comment Share on other sites More sharing options...
Impala Posted December 7, 2011 Group: Members Topic Count: 9 Topics Per Day: 0.00 Content Count: 25 Reputation: 0 Joined: 12/06/11 Last Seen: July 24, 2014 Share Posted December 7, 2011 I'm a fucking noob. Why i don't think about that xD. Thx a lot Quote Link to comment Share on other sites More sharing options...
whitesn Posted December 7, 2011 Group: Members Topic Count: 13 Topics Per Day: 0.00 Content Count: 193 Reputation: 14 Joined: 12/02/11 Last Seen: October 30, 2018 Share Posted December 7, 2011 Mine // 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 PVP // 2- restricted in GVG // 3- restricted in both PvP and GvG Sorry looks like mine different with yours Quote Link to comment Share on other sites More sharing options...
leadtech Posted December 10, 2011 Group: Members Topic Count: 26 Topics Per Day: 0.01 Content Count: 59 Reputation: 2 Joined: 11/12/11 Last Seen: March 31, 2020 Author Share Posted December 10, 2011 Thanks for this Quote Link to comment Share on other sites More sharing options...
leadtech Posted December 28, 2011 Group: Members Topic Count: 26 Topics Per Day: 0.01 Content Count: 59 Reputation: 2 Joined: 11/12/11 Last Seen: March 31, 2020 Author Share Posted December 28, 2011 follow up question ...What if i want to disable mvp on 1 castle only .. because it sets on all castle/map help me plss .. Quote Link to comment Share on other sites More sharing options...
Emistry Posted December 28, 2011 Group: Forum Moderator Topic Count: 93 Topics Per Day: 0.02 Content Count: 10017 Reputation: 2369 Joined: 10/28/11 Last Seen: 17 hours ago Share Posted December 28, 2011 (edited) Well, a new release of mine... you can try check this topic... Topic Link : Banned Items Banned Items [ Version 1 ] Changelog : [ Version 1 ] - Disallow players to bring Certains Items into Certains Map. Scripts : View ♥ Download Well, i made this awhile ago...just dunno whether it is useful or not.... it is a "Double Edged" Script xD what i refer here was : Pros and Cons...... Pros.... The Pros is that you can disable alot items from certain maps. either you can limit how many they can bring overall of all items or disallow them from bring it into these maps...and this will apply to all maps you have listed inside the Map Lists Configuration there... Cons..... The Pros is that...i using a Timer Countdown...which keep checking these players who are inside that map....the Timer Countdown will keep apply the timer and check for those players until they are out from the maps...and i heard that applying massive timer script on to the server might slow down the server , so it is not suggested for those server with high popularity...... All the Items you listed inside the script ...appoximately 128 Items max.. will be assumed as Banned Items for those maps.. Once the players bring a certain limit of Banned Items into that maps...once the items amount has reach the limit...it will warp the players out from the maps. and...it count the Amount Overall...... Which mean, if i limit the Banned Items allowed here by 10 , so players cant bring more than 10 items total of the items listed inside the scripts. if i limit the Banned Items allowed here by 0 , so players wont be able to bring any items listed inside the scripts since you didnt allow them bring any... For Example : Item Limit : 10 Item Lists : Red Potion , Yellow Potion , Yggdrasilberry Map Lists : guild_vs1,prontera,payon When a players is warped into the Map Listed in script ( guild_vs1 / prontera ) , the script will immediately check for the items players have, if player's ( Red Potion + Yellow Potion + Yggdrasilberry ) Total Amount is more than Item Limit ( 10 here ) the players will be warped Out from the Maps. Edited December 28, 2011 by Emistry Quote Link to comment Share on other sites More sharing options...
Question
leadtech
I want to request some script that MVP Cards are disbale / cannot be used during WOE FE/SE ..
Thanks in advance
Link to comment
Share on other sites
14 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.