qyxz1412 Posted January 29, 2013 Group: Members Topic Count: 16 Topics Per Day: 0.00 Content Count: 33 Reputation: 0 Joined: 12/26/12 Last Seen: March 30, 2013 Share Posted January 29, 2013 I tried editing the script in npc/custom/card remover but it keeps on giving error. How do i remove the starcumb and yellow gemstone requirement for card removing. help please Quote Link to comment Share on other sites More sharing options...
hendra814 Posted January 29, 2013 Group: Members Topic Count: 59 Topics Per Day: 0.01 Content Count: 1281 Reputation: 170 Joined: 06/12/12 Last Seen: 17 hours ago Share Posted January 29, 2013 check this part mes "[Wise Old Woman]";mes "Very well. I shall begin."; set zeny,zeny - (.zenycost+(.@cardcount * .percardcost)); delitem 1000,1; delitem 715,1; remove delitem 1000,1;delitem 715,1; Quote Link to comment Share on other sites More sharing options...
Emistry Posted January 29, 2013 Group: Forum Moderator Topic Count: 93 Topics Per Day: 0.02 Content Count: 10018 Reputation: 2369 Joined: 10/28/11 Last Seen: Thursday at 04:49 PM Share Posted January 29, 2013 change if((zeny < (.zenycost+(.@cardcount * .percardcost))) || (countitem(1000) < 1) || (countitem(715) < 1)) { to if( zeny < (.zenycost+(.@cardcount * .percardcost)) ) { and remove these delitem 1000,1; delitem 715,1; Quote Link to comment Share on other sites More sharing options...
qyxz1412 Posted January 29, 2013 Group: Members Topic Count: 16 Topics Per Day: 0.00 Content Count: 33 Reputation: 0 Joined: 12/26/12 Last Seen: March 30, 2013 Author Share Posted January 29, 2013 Thank you Emistry, I'll try it now It worked! thank you! SOLVED Quote Link to comment Share on other sites More sharing options...
Question
qyxz1412
I tried editing the script in npc/custom/card remover but it keeps on giving error. How do i remove the starcumb and yellow gemstone requirement for card removing. help please
Link to comment
Share on other sites
3 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.