Jump to content

Add announcer on my poring script


Recommended Posts


  • Group:  Members
  • Topic Count:  151
  • Topics Per Day:  0.04
  • Content Count:  393
  • Reputation:   3
  • Joined:  09/16/13
  • Last Seen:  

- script PoringMob -1,{


OnMinute17:
announce "Poring mob has started",0;
monster "prontera",1,1,"--ja--",1002,100,strnpcinfo(1)+"::OnPoringDeath";
end;


OnPoringDeath:
if(PoringKills < 30) goto l_nokills;
next;


l_nokills:
announce strcharinfo(0)+" is the winner! ",0;
killmonster "prontera","All";
getitem 7227,10;
end;
}

paano mag add ng annnouncer kung gaano kadami na n pinatay ng isang player

Edited by Patskie
Change topic title to a descriptive one
Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  38
  • Topics Per Day:  0.01
  • Content Count:  949
  • Reputation:   174
  • Joined:  06/12/12
  • Last Seen:  

bakit mo binago ung script? pano ba talaga process na gusto mo

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  151
  • Topics Per Day:  0.04
  • Content Count:  393
  • Reputation:   3
  • Joined:  09/16/13
  • Last Seen:  

sorry po nalito lang po ako

-	script	PoringMob	-1,{

OnMinute00:
	if(!(gettime(3) % 2)) {
		announce "Poring mob has started",0;
		monster "prontera",123,42,"--ja--",1002,100,strnpcinfo(1)+"::OnPoringDeath";
	}
	end;

OnPoringDeath:
	set @PoringKill,@PoringKill+1;
	if(@PoringKill == 30) {
		announce strcharinfo(0)+" is the winner!",0;
		atcommand "@killmonster2";
		getitem 7227,10;
	}
	end;

}
Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  38
  • Topics Per Day:  0.01
  • Content Count:  949
  • Reputation:   174
  • Joined:  06/12/12
  • Last Seen:  


- script PoringMob -1,{

OnMinute00:

if(!(gettime(3) % 2)) {

announce "Poring mob has started",0;

monster "prontera",123,42,"--ja--",1002,100,strnpcinfo(1)+"::OnPoringDeath";

}

end;

OnPoringDeath:

set @PoringKill,@PoringKill+1;

announce strcharinfo(0)+" has killed "+@PoringKill+" porings!",0;

if(@PoringKill == 30) {

announce strcharinfo(0)+" is the winner!",0;

atcommand "@killmonster2";

getitem 7227,10;

}

end;

}

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  151
  • Topics Per Day:  0.04
  • Content Count:  393
  • Reputation:   3
  • Joined:  09/16/13
  • Last Seen:  

i got error master about poringkill

post-20646-0-40699900-1393915655_thumb.jpg

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  38
  • Topics Per Day:  0.01
  • Content Count:  949
  • Reputation:   174
  • Joined:  06/12/12
  • Last Seen:  

ano bang version ng eathena mo? hindi nya na re-read ung killer id. weird..

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  38
  • Topics Per Day:  0.01
  • Content Count:  949
  • Reputation:   174
  • Joined:  06/12/12
  • Last Seen:  

kelan lumabas yang error? wala naman sakin.

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  151
  • Topics Per Day:  0.04
  • Content Count:  393
  • Reputation:   3
  • Joined:  09/16/13
  • Last Seen:  

after ko mag killed ng 30 poring tingn nyo po un result

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  38
  • Topics Per Day:  0.01
  • Content Count:  949
  • Reputation:   174
  • Joined:  06/12/12
  • Last Seen:  

Try mo nga kung lalabas. 1 poring muna kill mo

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
Reply to this topic...

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