Jump to content
  • 0

WarpParty Problem


Bringer

Question


  • Group:  Members
  • Topic Count:  162
  • Topics Per Day:  0.04
  • Content Count:  746
  • Reputation:   47
  • Joined:  03/12/14
  • Last Seen:  

warpparty "pvp_n_1-3", 100, 109,getcharid(1); is OK

but when the monster killed the party not warping outside the map

warpparty "pvp_n_1-3",99,60,getcharid(1);
monster "this", -1,-1, "--ja--", 1002, 1, strnpcinfo(3)+"::Onmobdead";
announce strcharinfo(1) +" Has Started Monster Hunting Event", 0;
.start = 2;
.partyid = getcharid(1);
close;
Onmobdead:
announce strcharinfo(1) +" Has Completed Monster Hunting", 0;
getpartymember getcharid(1), 2;
for ( .@i = 0; .@i < $@partymembercount; .@i++ )
	getitem 501, 1, $@partymemberaid[.@i];
	warpparty "prontera,156,191,.partyid;
.start = 0;
.partyid = 0;
end;
OnWhisperGlobal:
OnMinute00:
if ( .start == 2 )
	warpparty "prontera,156,191,.partyid;
announce "Monster Hunting Event is Now Open",0;
.start = 1;
end;
OnPCDieEvent:
OnPCLogoutEvent:
if ( strcharinfo(3) != "pvp_n_1-3" ) end;
announce strcharinfo(1) +" Has Failed The Monster Hunting Event.", 0;
warpparty "prontera,156,191,.partyid;
.start = 1;
.partyid = 0;
end;
OnInit:
.deny = 0; // 300 seconds to deny players going in again
.partysize = 1; // 10 player members needed to start
.baselevel = 99; .joblevel = 70; // level requirement
end;
}

 

 

Edited by Bringer
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...