fTakano Posted December 1, 2012 Group: Members Topic Count: 8 Topics Per Day: 0.00 Content Count: 31 Reputation: 12 Joined: 07/02/12 Last Seen: 19 hours ago Share 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 Link to comment Share on other sites More sharing options...
Blazing Spear Posted December 9, 2012 Group: Members Topic Count: 58 Topics Per Day: 0.01 Content Count: 208 Reputation: 1 Joined: 01/06/12 Last Seen: July 2, 2016 Share Posted December 9, 2012 PM me ill help you! Quote Link to comment Share on other sites More sharing options...
Erba Posted January 8, 2013 Group: Members Topic Count: 84 Topics Per Day: 0.02 Content Count: 550 Reputation: 9 Joined: 11/06/12 Last Seen: August 14, 2014 Share Posted January 8, 2013 can i try this??hehe Quote Link to comment Share on other sites More sharing options...
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 TakanoLink to comment
Share on other sites
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.