Jump to content
  • 0
leadtech

Disable Mvp Cards in Woe .

Question

14 answers to this question

Recommended Posts

  • 0

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 ?

Link to comment
Share on other sites

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 by 2essy2killu
  • Upvote 1
Link to comment
Share on other sites

Hi.

602,2 // Butterfly Wing

533,2 // Grappe Juice

Why it disabled (no effect) in PvP, but in GvG/WoE it works...

Edited by Nyx
Link to comment
Share on other sites

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

../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 by FatalEror
Link to comment
Share on other sites

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

Link to comment
Share on other sites

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

Important Information

By using this site, you agree to our Terms of Use and Privacy Policy.