rayleigh Posted April 22, 2016 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 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 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 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 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 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 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 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 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 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 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 Share Posted October 28, 2016 Badly need this Quote Link to comment Share on other sites More sharing options...
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