rayleigh Posted April 22, 2016 Group: Members Topic Count: 57 Topics Per Day: 0.01 Content Count: 220 Reputation: 0 Joined: 09/05/13 Last Seen: January 18, 2023 Share Posted April 22, 2016 How can I remove buffs when recalling a player on a certain map. Buffs like soul link , blessing etc. Thanks in advance Quote Link to comment Share on other sites More sharing options...
0 Stolao Posted October 29, 2016 Group: Developer Topic Count: 48 Topics Per Day: 0.01 Content Count: 1443 Reputation: 344 Joined: 10/17/12 Last Seen: Sunday at 01:58 PM Share Posted October 29, 2016 Secret and emistry already answered, you just need to use sc end command before you the warp command, or try using the custom function callfunc("dispell"); right before warping them Dispell can be found https://github.com/Stolao/Npc_Release/blob/master/Custom_Functions/Dispell.txt Quote Link to comment Share on other sites More sharing options...
0 Emistry Posted April 22, 2016 Group: Forum Moderator Topic Count: 93 Topics Per Day: 0.02 Content Count: 10018 Reputation: 2369 Joined: 10/28/11 Last Seen: Sunday at 05:32 PM Share Posted April 22, 2016 OnPCLoadMapEvent + sc_end make sure the map added loadevent mapflag. Quote Link to comment Share on other sites More sharing options...
0 rayleigh Posted April 22, 2016 Group: Members Topic Count: 57 Topics Per Day: 0.01 Content Count: 220 Reputation: 0 Joined: 09/05/13 Last Seen: January 18, 2023 Author Share Posted April 22, 2016 OnPCLoadMapEvent + sc_end onpcloadmapevent link shows how to give item sc_end link I cant understand how to remove the buffs on a player coz the link is showing how to add status not to dispell thanks for the reply emistry Quote Link to comment Share on other sites More sharing options...
0 Secrets Posted April 22, 2016 Group: Developer Topic Count: 36 Topics Per Day: 0.01 Content Count: 588 Reputation: 437 Joined: 01/26/16 Last Seen: April 16 Share Posted April 22, 2016 sc_end SC_BLESSING; sc_end SC_INCAGI; You can just do it like this. Quote Link to comment Share on other sites More sharing options...
0 PandaLovesHamster Posted April 22, 2016 Group: Members Topic Count: 51 Topics Per Day: 0.01 Content Count: 452 Reputation: 35 Joined: 12/18/14 Last Seen: May 30, 2016 Share Posted April 22, 2016 sc_end all? Quote Link to comment Share on other sites More sharing options...
0 rayleigh Posted April 23, 2016 Group: Members Topic Count: 57 Topics Per Day: 0.01 Content Count: 220 Reputation: 0 Joined: 09/05/13 Last Seen: January 18, 2023 Author Share Posted April 23, 2016 sc_end SC_BLESSING; sc_end SC_INCAGI; You can just do it like this. what will i do with this sir? is this an npc or mapflag . sorry no idea. Quote Link to comment Share on other sites More sharing options...
0 Secrets Posted April 23, 2016 Group: Developer Topic Count: 36 Topics Per Day: 0.01 Content Count: 588 Reputation: 437 Joined: 01/26/16 Last Seen: April 16 Share Posted April 23, 2016 sc_end SC_BLESSING; sc_end SC_INCAGI; You can just do it like this. what will i do with this sir? is this an npc or mapflag . sorry no idea. It's a NPC script command. Quote Link to comment Share on other sites More sharing options...
0 rayleigh Posted April 23, 2016 Group: Members Topic Count: 57 Topics Per Day: 0.01 Content Count: 220 Reputation: 0 Joined: 09/05/13 Last Seen: January 18, 2023 Author Share Posted April 23, 2016 sc_end SC_BLESSING; sc_end SC_INCAGI; You can just do it like this. what will i do with this sir? is this an npc or mapflag . sorry no idea. It's a NPC script command. You mean ill put it also on my npc/custom ? Quote Link to comment Share on other sites More sharing options...
0 Emistry Posted April 23, 2016 Group: Forum Moderator Topic Count: 93 Topics Per Day: 0.02 Content Count: 10018 Reputation: 2369 Joined: 10/28/11 Last Seen: Sunday at 05:32 PM Share Posted April 23, 2016 you can refer all those buffer npc to use the sc_end or sc_start https://rathena.org/board/topic/66739-dispell-all-buffs-on-entering-pvp-room/ https://rathena.org/board/topic/66224-npc-buffer/ Quote Link to comment Share on other sites More sharing options...
0 rayleigh Posted April 24, 2016 Group: Members Topic Count: 57 Topics Per Day: 0.01 Content Count: 220 Reputation: 0 Joined: 09/05/13 Last Seen: January 18, 2023 Author Share Posted April 24, 2016 For example if a player is recalled in guild_vs1, vs2, vs3, vs4, vs5 All of the buffs are dispelled but not the cart and falcon as sc_end will end all the buff icluding the rented items. up help help me on this anyone? removing buffs each time i recalled player on a map... Its for war events. to avoid having 3rd party buffs. Quote Link to comment Share on other sites More sharing options...
0 Deviszh Posted October 28, 2016 Group: Members Topic Count: 51 Topics Per Day: 0.02 Content Count: 173 Reputation: 3 Joined: 09/04/16 Last Seen: November 6, 2016 Share Posted October 28, 2016 Badly need this Quote Link to comment Share on other sites More sharing options...
Question
rayleigh
How can I remove buffs when recalling a player on a certain map.
Buffs like soul link , blessing etc.
Thanks in advance
Link to comment
Share on other sites
11 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.