Jump to content
  • 0

An All-Around Weapon


Question

Posted (edited)

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

2 answers to this question

Recommended Posts

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