Jump to content
  • 0

npc + duplicate+OnLabel = runs label 2x


Hyroshima

Question


  • Group:  Members
  • Topic Count:  34
  • Topics Per Day:  0.01
  • Content Count:  163
  • Reputation:   62
  • Joined:  07/11/14
  • Last Seen:  

I don't remember it working like that, see the examples I made below.

1º exp:

-	script	duplbl	-1,{

OnPCLoginEvent:
  
	announce "Test dupe run msg",bc_all;
	end;
}

screenrAthena030.jpg.8408390aac326504753645dc91d85597.jpg

 

2º exp:

-	script	duplbl::dupelbl	-1,{

OnPCLoginEvent:

	announce "Test dupe run msg",bc_all;
	end;
}
prontera,155,155,1	duplicate(dupelbl)	duplbl#1	-1

screenrAthena029.jpg.ab34ec02488a0ff8b3d86b1e66421473.jpg

 

Shouldn't duplicate load the label or should it? 

OnPCLogoutEvent:
OnPCLoadMapEvent:

same result

Edited by Hyroshima
Link to comment
Share on other sites

2 answers to this question

Recommended Posts

  • 0

  • Group:  Members
  • Topic Count:  25
  • Topics Per Day:  0.01
  • Content Count:  928
  • Reputation:   170
  • Joined:  04/05/13
  • Last Seen:  

It's should be.

Link to comment
Share on other sites

  • 0

  • Group:  Members
  • Topic Count:  19
  • Topics Per Day:  0.01
  • Content Count:  398
  • Reputation:   246
  • Joined:  07/04/19
  • Last Seen:  

if you want to announce 1 message only you need to put condition on the script.

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Answer this question...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...