rayleigh Posted April 22, 2016 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
0 Stolao Posted October 29, 2016 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
0 Emistry Posted April 22, 2016 Posted April 22, 2016 OnPCLoadMapEvent + sc_end make sure the map added loadevent mapflag. Quote
0 rayleigh Posted April 22, 2016 Author 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
0 Secrets Posted April 22, 2016 Posted April 22, 2016 sc_end SC_BLESSING; sc_end SC_INCAGI; You can just do it like this. Quote
0 rayleigh Posted April 23, 2016 Author 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
0 Secrets Posted April 23, 2016 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
0 rayleigh Posted April 23, 2016 Author 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
0 Emistry Posted April 23, 2016 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
0 rayleigh Posted April 24, 2016 Author 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
Question
rayleigh
How can I remove buffs when recalling a player on a certain map.
Buffs like soul link , blessing etc.
Thanks in advance
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.