Jump to content
  • 0

2 Deadly Max Combo


China

Question


  • Group:  Members
  • Topic Count:  34
  • Topics Per Day:  0.01
  • Content Count:  152
  • Reputation:   4
  • Joined:  11/25/11
  • Last Seen:  

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


  • Group:  Forum Moderator
  • Topic Count:  93
  • Topics Per Day:  0.02
  • Content Count:  10015
  • Reputation:   2348
  • Joined:  10/28/11
  • Last Seen:  

show how you make the script

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  34
  • Topics Per Day:  0.01
  • Content Count:  152
  • Reputation:   4
  • Joined:  11/25/11
  • Last Seen:  

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


  • Group:  Members
  • Topic Count:  20
  • Topics Per Day:  0.00
  • Content Count:  398
  • Reputation:   140
  • Joined:  01/04/12
  • Last Seen:  

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

  • Group:  Members
  • Topic Count:  20
  • Topics Per Day:  0.00
  • Content Count:  398
  • Reputation:   140
  • Joined:  01/04/12
  • Last Seen:  

Did you change where to put the cards?

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  34
  • Topics Per Day:  0.01
  • Content Count:  152
  • Reputation:   4
  • Joined:  11/25/11
  • Last Seen:  

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


  • Group:  Forum Moderator
  • Topic Count:  93
  • Topics Per Day:  0.02
  • Content Count:  10015
  • Reputation:   2348
  • Joined:  10/28/11
  • Last Seen:  

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

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  34
  • Topics Per Day:  0.01
  • Content Count:  152
  • Reputation:   4
  • Joined:  11/25/11
  • Last Seen:  

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


  • Group:  Forum Moderator
  • Topic Count:  93
  • Topics Per Day:  0.02
  • Content Count:  10015
  • Reputation:   2348
  • Joined:  10/28/11
  • Last Seen:  

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


  • Group:  Members
  • Topic Count:  34
  • Topics Per Day:  0.01
  • Content Count:  152
  • Reputation:   4
  • Joined:  11/25/11
  • Last Seen:  

I put that in the Item script not the OnEquip right? just verifying.

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  2
  • Topics Per Day:  0.00
  • Content Count:  10
  • Reputation:   0
  • Joined:  11/22/11
  • Last Seen:  

error.

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  118
  • Topics Per Day:  0.03
  • Content Count:  1942
  • Reputation:   197
  • Joined:  01/08/12
  • Last Seen:  

error. anyone how to implement this?

bump. how to enable this 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...