fTakano Posted December 1, 2012 Posted December 1, 2012 (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 December 1, 2012 by Fiori Takano Quote
Question
fTakano
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 Takano2 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.