China Posted April 4, 2012 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
China Posted April 4, 2012 Author 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
Flaid Posted April 4, 2012 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?
China Posted April 8, 2012 Author 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
Emistry Posted April 11, 2012 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
China Posted April 12, 2012 Author 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
Emistry Posted April 12, 2012 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
China Posted April 14, 2012 Author Posted April 14, 2012 I put that in the Item script not the OnEquip right? just verifying. Quote
Brynner Posted May 15, 2012 Posted May 15, 2012 error. anyone how to implement this? bump. how to enable this effect? Quote
Question
China
Well I already have one but it unequip the Items which cannot be decarded . how to fix this ?
Edited by China11 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.