ericvini Posted April 20, 2014 Posted April 20, 2014 Hello, I'm trying to get my summon to buff the party members but I'm failing to do so. The script synthax is correct. I've tested it with other skills. LABEL(WaitLink1)DELAY(1000)!IsMember(Sywaes){JMP(WaitLink1)}SET(L2WALKER,DISABLE)ChangeWaitType(1)DELAY(2000)UseSkill(Clarity[iD=5647],PARTY,Sywaes)DELAY(5000)SET(L2WALKER,ENABLE)JMP(WaitLink1) It doesn't seem to work because the pet actually does it - not the char. I tried Naming it toUnicorn Seraphim - Clarity and Unicorn of Seraphim - Clarity. I also changed the ID to 1055 (it's the ID the options.ini L2walker sees - nPet_Buff2_SkillId=1055, instead of 5647) I tried messing with the option files too - no luck. Any ideas how to make the summon buff said party member? I can't find a command for a pet to use skills in every script guide that I've found/used. The party-wide buffs work fine within walker itself. Problem is a buff that needs the pet to target someone and buff said someone with his skill. Thanks. Quote
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.
Note: Your post will require moderator approval before it will be visible.