China Posted April 4, 2012 Group: Members Topic Count: 34 Topics Per Day: 0.01 Content Count: 152 Reputation: 4 Joined: 11/25/11 Last Seen: June 7, 2023 Share Posted April 4, 2012 (edited) Well I already have one but it unequip the Items which cannot be decarded . how to fix this ? Edited April 4, 2012 by China Quote Link to comment Share on other sites More sharing options...
Emistry Posted April 4, 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 April 4, 2012 show how you make the script Quote Link to comment Share on other sites More sharing options...
China Posted April 4, 2012 Group: Members Topic Count: 34 Topics Per Day: 0.01 Content Count: 152 Reputation: 4 Joined: 11/25/11 Last Seen: June 7, 2023 Author Share Posted April 4, 2012 Actually, I got it from the script requests forum where u helped the guy so basically it's from you. Here, anyway. function script lhz { if( isequippedcnt( 4359,4361,4367,4399,4407 ) > 2 ){ message strcharinfo(0),"Cant Wear More than 2 LHZ Card."; nude; } return; } Bump. Quote Link to comment Share on other sites More sharing options...
Flaid Posted April 4, 2012 Group: Members Topic Count: 20 Topics Per Day: 0.00 Content Count: 398 Reputation: 140 Joined: 01/04/12 Last Seen: February 19, 2022 Share Posted April 4, 2012 · Hidden by Flaid, April 4, 2012 - Nevermind Hidden by Flaid, April 4, 2012 - Nevermind Did you change where the cards are equiped or anything? Link to comment
Flaid Posted April 6, 2012 Group: Members Topic Count: 20 Topics Per Day: 0.00 Content Count: 398 Reputation: 140 Joined: 01/04/12 Last Seen: February 19, 2022 Share Posted April 6, 2012 Did you change where to put the cards? Quote Link to comment Share on other sites More sharing options...
China Posted April 8, 2012 Group: Members Topic Count: 34 Topics Per Day: 0.01 Content Count: 152 Reputation: 4 Joined: 11/25/11 Last Seen: June 7, 2023 Author Share Posted April 8, 2012 Uhm I don't get what you're asking, sorry. What do you mean did I change where to put the cards? Quote Link to comment Share on other sites More sharing options...
Emistry Posted April 11, 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 April 11, 2012 you mean you want to remove the clear equipment window command ? remove the nude command and replace with the effect you want it to be Quote Link to comment Share on other sites More sharing options...
China Posted April 12, 2012 Group: Members Topic Count: 34 Topics Per Day: 0.01 Content Count: 152 Reputation: 4 Joined: 11/25/11 Last Seen: June 7, 2023 Author Share Posted April 12, 2012 Uhm, instead of stripping everything, I'd like it to null the 3rd card effect so example I have a main gauche (1208) with sinxc,sniperc,wsc in order, only sinxc and sniperc will take effect u can wear the weapon but the 3rd card ( whitesmith card ) won't take effect so it wont break the armor/weapon stuff like that. Quote Link to comment Share on other sites More sharing options...
Emistry Posted April 12, 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 April 12, 2012 put this in your card....i mean every card of these restricted card replace the effect of the original card with this if( isequippedcnt( 4359,4361,4367,4399,4407 ) <= 2 ){ original script effect }; Quote Link to comment Share on other sites More sharing options...
China Posted April 14, 2012 Group: Members Topic Count: 34 Topics Per Day: 0.01 Content Count: 152 Reputation: 4 Joined: 11/25/11 Last Seen: June 7, 2023 Author Share Posted April 14, 2012 I put that in the Item script not the OnEquip right? just verifying. Quote Link to comment Share on other sites More sharing options...
octobers Posted May 5, 2012 Group: Members Topic Count: 2 Topics Per Day: 0.00 Content Count: 10 Reputation: 0 Joined: 11/22/11 Last Seen: July 22, 2021 Share Posted May 5, 2012 error. Quote Link to comment Share on other sites More sharing options...
Brynner Posted May 15, 2012 Group: Members Topic Count: 120 Topics Per Day: 0.02 Content Count: 1962 Reputation: 202 Joined: 01/08/12 Last Seen: 9 minutes ago Share Posted May 15, 2012 error. anyone how to implement this? bump. how to enable this effect? Quote Link to comment Share on other sites More sharing options...
Question
China
Well I already have one but it unequip the Items which cannot be decarded . how to fix this ?
Edited by ChinaLink to comment
Share on other sites
11 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.