Claiyz Posted January 20, 2012 Share Posted January 20, 2012 Hi everyone. For first , sorry for my bad english , i'm french. So, I want to script something on all clown/gypsy's weapons. When you start a song skills with a clown or a gypsy , u use Adaptation to circumstance to stop it. That's what i wan't on my weapons. When you switch weapons , i wan't adaptation to circumstance to start and stop the song. Is it possible ? If yes , how ? Thanks. PS : If my english is really bad , just ask me , i'll correct it. Quote Link to comment Share on other sites More sharing options...
llchrisll Posted January 20, 2012 Share Posted January 20, 2012 (edited) Well, Adapation can't start an song as far as I know D:. Put this in the last {} of your item: So it will look that with all three: {},{},{ itemskill "BD_ADAPTATION",1; } So when you unequip that weapon the "Adapation to Circumstances" will be used. Untested btw. Regards, Chris Edited January 20, 2012 by llchrisll Quote Link to comment Share on other sites More sharing options...
Keim Posted January 21, 2012 Share Posted January 21, 2012 (edited) Adaptation to Circumstances isn't used to make songs it's used to stop them. For example, to a whip: 1960,Whip,Whip,4,38000,,700,120,,2,1,0x00080000,7,0,2,3,30,1,14,{},{ itemskill 321,1; },{ itemskill 304,1; } "itemskill 321,1;" casts Poem of Bragi Level 1 and "itemskill 304,1;" casts Adaptation to Circumstances Level 1. Or else, you can only use itemskill 321,1 which would only cast Poem of Bragi, and not Adaptation. Note that Poem of Bragi is used when you equip the item, and Adaptation is used when you un-equip the item. Or, you can use skill 321,1; which would make your character get Poem of Bragi in their skill list (This would be put in the first pair of curlys). Not Tested* Edited January 21, 2012 by Keim Quote Link to comment Share on other sites More sharing options...
Claiyz Posted January 21, 2012 Author Share Posted January 21, 2012 Thanks for your answers. I tried both but it doesn't work. Maybe there is an src which can do what i want ? Up Quote Link to comment Share on other sites More sharing options...
Hi everyone.
For first , sorry for my bad english , i'm french.
So,
I want to script something on all clown/gypsy's weapons.
When you start a song skills with a clown or a gypsy , u use Adaptation to circumstance to stop it.
That's what i wan't on my weapons.
When you switch weapons , i wan't adaptation to circumstance to start and stop the song.
Is it possible ?
If yes , how ?
Thanks.
PS : If my english is really bad , just ask me , i'll correct it.
Link to comment
Share on other sites