Jump to content
  • 0
China

2 Deadly Max Combo

Question

Well I already have one but it unequip the Items which cannot be decarded . how to fix this ?

Edited by China
Link to comment
Share on other sites

11 answers to this question

Recommended Posts

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.

Link to comment
Share on other sites

Posted · 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

Uhm I don't get what you're asking, sorry. What do you mean did I change where to put the cards?

Link to comment
Share on other sites

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.

Link to comment
Share on other sites

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     };

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Answer this question...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.



×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use and Privacy Policy.