Jump to content
  • 0

block certain types of items when an item is equipped.


Yomigaeru

Question


  • Group:  Members
  • Topic Count:  23
  • Topics Per Day:  0.01
  • Content Count:  89
  • Reputation:   5
  • Joined:  12/25/11
  • Last Seen:  

hey ra.

 

I'm currently having a problem.

 

See, I have an item, Zoro's sword to be exact. It's effect allows The Swordsman Class to weild two weapons.

 

The problem lies here, how can I block spear type and dagger types(since zoro only uses swords) of weapons from being equipped when the Zoro's sword item is still equipped?

 

Any help would be appreciated. 

Link to comment
Share on other sites

5 answers to this question

Recommended Posts


  • Group:  Members
  • Topic Count:  49
  • Topics Per Day:  0.01
  • Content Count:  275
  • Reputation:   23
  • Joined:  01/06/13
  • Last Seen:  

I'm curious what's the item script for your zorro swords?

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  23
  • Topics Per Day:  0.01
  • Content Count:  89
  • Reputation:   5
  • Joined:  12/25/11
  • Last Seen:  

{ if (getiteminfo(getequipid(EQI_HAND_L),2) == 4) { if (getiteminfo(getequipid(EQI_HAND_R),11) == 2 && getiteminfo(getequipid(EQI_HAND_L),11) == 2) { bonus bAtkRate,30; } } if (BaseClass==Job_Swordman) { skill "AS_RIGHT",5; skill "AS_LEFT",5; } },{},{ if (getiteminfo(getequipid(EQI_HAND_L),2) == 4 && getiteminfo(getequipid(EQI_HAND_L),11) != 3 && getiteminfo(getequipid(EQI_HAND_L),11) != 4) unequip EQI_HAND_L; }

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  0
  • Topics Per Day:  0
  • Content Count:  9
  • Reputation:   0
  • Joined:  06/20/13
  • Last Seen:  

well what items do you wish to restrict? not enough info to give out a solid response lol

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  23
  • Topics Per Day:  0.01
  • Content Count:  89
  • Reputation:   5
  • Joined:  12/25/11
  • Last Seen:  

weapons. like spear and daggers. and i mean all type of spear and daggers

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  23
  • Topics Per Day:  0.01
  • Content Count:  89
  • Reputation:   5
  • Joined:  12/25/11
  • Last Seen:  

up?

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...