abdol Posted August 22, 2022 Group: Members Topic Count: 17 Topics Per Day: 0.02 Content Count: 43 Reputation: 0 Joined: 04/06/22 Last Seen: November 24, 2022 Share Posted August 22, 2022 i would like to request a npc that when a players click it, it only uses soul link no heal no buffs thanks Quote Link to comment Share on other sites More sharing options...
0 Slammer Posted August 22, 2022 Group: Members Topic Count: 10 Topics Per Day: 0.00 Content Count: 218 Reputation: 155 Joined: 11/28/11 Last Seen: 8 hours ago Share Posted August 22, 2022 (edited) 21 hours ago, abdol said: i would like to request a npc that when a players click it, it only uses soul link no heal no buffs thanks prontera,159,191,5 script Soul Buffer 569,{ switch ( basejob ) { case Job_Alchemist: set .@spirit, 445; break; case Job_Monk: set .@spirit, 447; break; case Job_Star_Gladiator: set .@spirit, 448; break; case Job_Sage: set .@spirit, 449; break; case Job_Crusader: set .@spirit, 450; break; case Job_SuperNovice: set .@spirit, 451; break; case Job_Knight: set .@spirit, 452; break; case Job_Wizard: set .@spirit, 453; break; case Job_Priest: set .@spirit, 454; break; case Job_Bard: case Job_Dancer: set .@spirit, 455; break; case Job_Rogue: set .@spirit, 456; break; case Job_Assassin: set .@spirit, 457; break; case Job_Blacksmith: set .@spirit, 458; break; case Job_Hunter: set .@spirit, 460; break; case Job_Soul_Linker: set .@spirit, 461; break; default: if ( upper == 1 && baselevel < 70 ) set .@spirit, 494; } if ( .@spirit ) { sc_start4 sc_spirit, .@time, 5, .@spirit,0,0; skilleffect .@spirit, 5; } end; } Edited August 22, 2022 by Skorm Codebox Quote Link to comment Share on other sites More sharing options...
Question
abdol
i would like to request a npc that when a players click it, it only uses soul link no heal no buffs thanks
Link to comment
Share on other sites
1 answer 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.