Jump to content
  • 0

Bonus exp in instance map


blurryrox

Question


  • Group:  Members
  • Topic Count:  7
  • Topics Per Day:  0.00
  • Content Count:  26
  • Reputation:   4
  • Joined:  06/27/12
  • Last Seen:  

mosk_dun01,0,0,0	script	#ins50ctrl	EF_NONE,{
	end;
	
OnInstanceInit:
	set .@map$, instance_mapname("mosk_dun01");
	set .@label$, instance_npcname("#ins50ctrl")+"::OnMyMobDead";
	monster .@map$,202,69,"Awoken Mystcase",2400,1,.@label$; //0,0 2400 - 1249
	monster .@map$,202,69,"Awoken Cruiser",2401,1,.@label$; //0,0 2401 - 1248
	monster .@map$,202,70,"Mini Boss ",1004,1,.@label$; //250,181
	monster .@map$,202,71,"Boss ",1010,1,.@label$; //213,257
	initnpctimer;
	end;


OnTimer1000:
	sleep 5000;
	instance_announce 0,"Finish the instance within 60 minutes!",bc_map|bc_blue;
	sleep 3000;
	bonus2 bExpAddRace,RC_All,100;
	bonus2 bDropAddRace,RC_All,100;
	instance_announce 0,"Defeat all the monster to finish this instance!",bc_map|bc_blue;
	stopnpctimer;
	end;

Hi. Is setting up bonus exp on a specific instance map possible?

I got an error no attached player in putty. (screenshot)

notattachd.png

Edited by blurryrox
Link to comment
Share on other sites

0 answers to this question

Recommended Posts

There have been no answers to this question yet

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