Jump to content
  • 0

2 Deadly Max Combo


Question

11 answers to this question

Recommended Posts

Posted

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.

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?

Posted

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.

Posted

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

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.

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...