Jump to content
  • 0

npc + duplicate+OnLabel = runs label 2x


Question

Posted (edited)

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

2 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.

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.

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...