jowi New member Messages 10 Points 0 May 28, 2022 #2 Is there a way to use the script 'cloakonnpc' & 'cloakoffnpc' on monsters? I'm trying to make a monster display only to a one player.
Is there a way to use the script 'cloakonnpc' & 'cloakoffnpc' on monsters? I'm trying to make a monster display only to a one player.
KeiKun New member Messages 59 Points 0 Location Philippines Discord !KeiKun IRC Nickname KeiKun Github MrKeiKun Emulator Client Version 2019-05-30 main May 29, 2022 #3 I think you're talking about https://github.com/HerculesWS/Hercules/pull/3138
jowi New member Messages 10 Points 0 May 30, 2022 #4 KeiKun said: I think you're talking about https://github.com/HerculesWS/Hercules/pull/3138 Click to expand... I tried this calldynamicnpc. But the problem with this is that only one player can use a dynamic NPC at a time. If one player called a dynamic NPC, a second player cannot call another dynamic NPC from the same source NPC like I expected. This cannot call multiple dynamic NPC's from one source. Thus making it work just like a single NPC with 'cloakonnpc' and 'cloakoffnpc'. What I need is: - an NPC/mob that is exclusive to one player - and players can summon one simultaneously
KeiKun said: I think you're talking about https://github.com/HerculesWS/Hercules/pull/3138 Click to expand... I tried this calldynamicnpc. But the problem with this is that only one player can use a dynamic NPC at a time. If one player called a dynamic NPC, a second player cannot call another dynamic NPC from the same source NPC like I expected. This cannot call multiple dynamic NPC's from one source. Thus making it work just like a single NPC with 'cloakonnpc' and 'cloakoffnpc'. What I need is: - an NPC/mob that is exclusive to one player - and players can summon one simultaneously
jowi New member Messages 10 Points 0 May 30, 2022 #5 I managed to solve my problem using this Thank you Last edited by a moderator: May 30, 2022