Jump to content
  • 0

help WOE no boss mvp and ice pick in this script


Question

Posted

hello guys , mmm can you help me with this script?

this script work if card mvp/boss on equipment, if card not in equip, the script is not work -__-,

and i will to add ice pick in this script , but if i add the item id ice pick, this script is not work too,

anyone can help me??

thank you

sorry for my bad very very bad english >.<

bumppp

woe_noboss.txt

8 answers to this question

Recommended Posts

Posted

if you want disable some item from WOE...i think you can just do it here..

https://rathena.svn.sourceforge.net/svnroot/rathena/trunk/db/re/item_noequip.txt

Example

//GVG
12218,4 //LV5 Assumptio Scroll
14529,4 //Greed Scroll
14590,4 //Party Assumptio 5 Scroll

it will block the usage of those items from WOE..

if you want to restricted it from only certain map..then use

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

but select carefulyl..since certain zone are using by other map also.

Posted (edited)

bump bump

if you want disable some item from WOE...i think you can just do it here..

https://rathena.svn....tem_noequip.txt

Example

//GVG
12218,4 //LV5 Assumptio Scroll
14529,4 //Greed Scroll
14590,4 //Party Assumptio 5 Scroll

it will block the usage of those items from WOE..

if you want to restricted it from only certain map..then use

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

but select carefulyl..since certain zone are using by other map also.

hi how do i make it cant be use on certain woe map such as payg_cas03 only?

Edited by donkeyg
Posted

regarding to your script, so, it would be like this if i the map don allowe mvp cards.

setarray .DisableMap$, // "<mapname>","<zone number>",
"payg_cas03","0",

function LimitItems {
switch( getarg(0) ){
// Case <zone>: return CheckItems( <Item>,<Amount>,<Item>,<Amount>,.....,<Item>,<Amount> );
Case 0: return CheckItems( 4318,0,4399,0 );

like this?

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