dikapramantya Posted July 20, 2012 Group: Members Topic Count: 55 Topics Per Day: 0.01 Content Count: 216 Reputation: 9 Joined: 07/12/12 Last Seen: April 13 Share 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 Link to comment Share on other sites More sharing options...
Mystery Posted July 20, 2012 Group: Members Topic Count: 94 Topics Per Day: 0.02 Content Count: 2192 Reputation: 253 Joined: 11/11/11 Last Seen: June 24, 2020 Share 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 Link to comment Share on other sites More sharing options...
Emistry Posted July 20, 2012 Group: Forum Moderator Topic Count: 93 Topics Per Day: 0.02 Content Count: 10018 Reputation: 2369 Joined: 10/28/11 Last Seen: Sunday at 05:32 PM Share 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 Link to comment Share on other sites More sharing options...
donkeyg Posted January 17, 2013 Group: Members Topic Count: 344 Topics Per Day: 0.07 Content Count: 1060 Reputation: 1 Joined: 02/13/12 Last Seen: November 14, 2016 Share Posted January 17, 2013 how do i set it at payg_cas02 during WoE is not allowed Mvp Cards wearing? Quote Link to comment Share on other sites More sharing options...
donkeyg Posted January 19, 2013 Group: Members Topic Count: 344 Topics Per Day: 0.07 Content Count: 1060 Reputation: 1 Joined: 02/13/12 Last Seen: November 14, 2016 Share 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 Link to comment Share on other sites More sharing options...
Emistry Posted January 19, 2013 Group: Forum Moderator Topic Count: 93 Topics Per Day: 0.02 Content Count: 10018 Reputation: 2369 Joined: 10/28/11 Last Seen: Sunday at 05:32 PM Share 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 Link to comment Share on other sites More sharing options...
donkeyg Posted January 19, 2013 Group: Members Topic Count: 344 Topics Per Day: 0.07 Content Count: 1060 Reputation: 1 Joined: 02/13/12 Last Seen: November 14, 2016 Share 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 Link to comment Share on other sites More sharing options...
Emistry Posted January 19, 2013 Group: Forum Moderator Topic Count: 93 Topics Per Day: 0.02 Content Count: 10018 Reputation: 2369 Joined: 10/28/11 Last Seen: Sunday at 05:32 PM Share Posted January 19, 2013 yes Quote Link to comment Share on other sites More sharing options...
donkeyg Posted January 19, 2013 Group: Members Topic Count: 344 Topics Per Day: 0.07 Content Count: 1060 Reputation: 1 Joined: 02/13/12 Last Seen: November 14, 2016 Share Posted January 19, 2013 yes Thanks for your script!!!! Quote Link to comment Share on other sites More sharing options...
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
Link to comment
Share on other sites
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.