dikapramantya Posted July 20, 2012 Posted July 20, 2012 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 Quote
Mystery Posted July 20, 2012 Posted July 20, 2012 What language do you speak? Maybe you can get better help in your supported topic language because I can't really understand what you need to be done in this script =/ Quote
Emistry Posted July 20, 2012 Posted July 20, 2012 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. Quote
donkeyg Posted January 17, 2013 Posted January 17, 2013 how do i set it at payg_cas02 during WoE is not allowed Mvp Cards wearing? Quote
donkeyg Posted January 19, 2013 Posted January 19, 2013 (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 January 19, 2013 by donkeyg Quote
Emistry Posted January 19, 2013 Posted January 19, 2013 https://rathena.org/board/index.php?/files/file/2505-%7B?%7D/ orhttp://rathena.org/board/topic/77378-skillitem-map-restriction-now-supports-multiple-maps/ Quote
donkeyg Posted January 19, 2013 Posted January 19, 2013 or http://rathena.org/b...-multiple-maps/ 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? Quote
Question
dikapramantya
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
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.