Blue Jem Posted March 4, 2014 Group: Members Topic Count: 151 Topics Per Day: 0.04 Content Count: 393 Reputation: 3 Joined: 09/16/13 Last Seen: June 4, 2014 Share Posted March 4, 2014 (edited) - 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 March 10, 2014 by Patskie Change topic title to a descriptive one Quote Link to comment Share on other sites More sharing options...
sandbox Posted March 4, 2014 Group: Members Topic Count: 38 Topics Per Day: 0.01 Content Count: 949 Reputation: 174 Joined: 06/12/12 Last Seen: Friday at 12:25 PM Share Posted March 4, 2014 bakit mo binago ung script? pano ba talaga process na gusto mo Quote Link to comment Share on other sites More sharing options...
Blue Jem Posted March 4, 2014 Group: Members Topic Count: 151 Topics Per Day: 0.04 Content Count: 393 Reputation: 3 Joined: 09/16/13 Last Seen: June 4, 2014 Author Share Posted March 4, 2014 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; } Quote Link to comment Share on other sites More sharing options...
sandbox Posted March 4, 2014 Group: Members Topic Count: 38 Topics Per Day: 0.01 Content Count: 949 Reputation: 174 Joined: 06/12/12 Last Seen: Friday at 12:25 PM Share Posted March 4, 2014 - 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; } Quote Link to comment Share on other sites More sharing options...
Blue Jem Posted March 4, 2014 Group: Members Topic Count: 151 Topics Per Day: 0.04 Content Count: 393 Reputation: 3 Joined: 09/16/13 Last Seen: June 4, 2014 Author Share Posted March 4, 2014 i got error master about poringkill Quote Link to comment Share on other sites More sharing options...
sandbox Posted March 4, 2014 Group: Members Topic Count: 38 Topics Per Day: 0.01 Content Count: 949 Reputation: 174 Joined: 06/12/12 Last Seen: Friday at 12:25 PM Share Posted March 4, 2014 ano bang version ng eathena mo? hindi nya na re-read ung killer id. weird.. Quote Link to comment Share on other sites More sharing options...
Blue Jem Posted March 4, 2014 Group: Members Topic Count: 151 Topics Per Day: 0.04 Content Count: 393 Reputation: 3 Joined: 09/16/13 Last Seen: June 4, 2014 Author Share Posted March 4, 2014 latest po https://eathena-project.googlecode.com/svn/trunk/ Quote Link to comment Share on other sites More sharing options...
sandbox Posted March 4, 2014 Group: Members Topic Count: 38 Topics Per Day: 0.01 Content Count: 949 Reputation: 174 Joined: 06/12/12 Last Seen: Friday at 12:25 PM Share Posted March 4, 2014 kelan lumabas yang error? wala naman sakin. Quote Link to comment Share on other sites More sharing options...
Blue Jem Posted March 4, 2014 Group: Members Topic Count: 151 Topics Per Day: 0.04 Content Count: 393 Reputation: 3 Joined: 09/16/13 Last Seen: June 4, 2014 Author Share Posted March 4, 2014 after ko mag killed ng 30 poring tingn nyo po un result Quote Link to comment Share on other sites More sharing options...
sandbox Posted March 4, 2014 Group: Members Topic Count: 38 Topics Per Day: 0.01 Content Count: 949 Reputation: 174 Joined: 06/12/12 Last Seen: Friday at 12:25 PM Share Posted March 4, 2014 Try mo nga kung lalabas. 1 poring muna kill mo Quote Link to comment Share on other sites More sharing options...
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.