Jump to content
  • 0

An All-Around Weapon


fTakano

Question


  • Group:  Members
  • Topic Count:  8
  • Topics Per Day:  0.00
  • Content Count:  31
  • Reputation:   11
  • Joined:  07/02/12
  • Last Seen:  

How to make a weapon into a Bow when a Hunter equipped it or a sword when a Knight equipped it...

Because i have a script but it is turning to an Unknown Item when i drop it :(

Please help me...

Thanks in advance

I'm using setlook and setiteminfo for the View...

13452,Sword_of_Death,Death Sword,4,20,,1000,90,,1,4,0xFFFFFFFF,7,2,2,4,48,1,2,{ bonus bAtkEle,Ele_Dark; if(BaseJob == Job_Hunter) { setlook 2,11; setiteminfo 13452,5,34; setiteminfo 13452,11,11; setiteminfo 13452,14,11; } else { setlook 2,0; setiteminfo 13452,5,-1; setiteminfo 13452,11,-1; setiteminfo 13452,14,-1; } },{},{}

Edited by Fiori Takano
Link to comment
Share on other sites

2 answers to this question

Recommended Posts


  • Group:  Members
  • Topic Count:  84
  • Topics Per Day:  0.02
  • Content Count:  550
  • Reputation:   9
  • Joined:  11/06/12
  • Last Seen:  

can i try this??hehe

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