anginputih Posted June 30, 2012 Group: Members Topic Count: 48 Topics Per Day: 0.01 Content Count: 81 Reputation: 1 Joined: 01/06/12 Last Seen: November 19, 2012 Share Posted June 30, 2012 please make it my script kill monsters to get a platinum coin item code 677 a place to kill him in a room and enter room must pay 1000000 PLEASSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSS Quote Link to comment Share on other sites More sharing options...
Euphy Posted June 30, 2012 Group: Members Topic Count: 72 Topics Per Day: 0.02 Content Count: 2997 Reputation: 1132 Joined: 05/27/12 Last Seen: June 1, 2017 Share Posted June 30, 2012 <header> { mes "It will cost 1 million Zeny to enter."; if (Zeny < 1000000) close; if(select("Enter:Cancel")==2) close; set Zeny, Zeny-1000000; warp .map$,0,0; close; OnInit: set .map$, "poring_w01"; set .monster, 1002; set .amount, 50; monster .map$,0,0,strmobinfo(1,.monster),.monster,.amount,strnpcinfo(1)+"::OnKilled"; end; OnKilled: getitem 677,1; sleep <ms>; // respawn time monster .map$,0,0,strmobinfo(1,.monster),.monster,1,strnpcinfo(1)+"::OnKilled"; end; } Quote Link to comment Share on other sites More sharing options...
anginputih Posted July 4, 2012 Group: Members Topic Count: 48 Topics Per Day: 0.01 Content Count: 81 Reputation: 1 Joined: 01/06/12 Last Seen: November 19, 2012 Author Share Posted July 4, 2012 <header> { mes "It will cost 1 million Zeny to enter."; if (Zeny < 1000000) close; if(select("Enter:Cancel")==2) close; set Zeny, Zeny-1000000; warp .map$,0,0; close; OnInit: set .map$, "poring_w01"; set .monster, 1002; set .amount, 50; monster .map$,0,0,strmobinfo(1,.monster),.monster,.amount,strnpcinfo(1)+"::OnKilled"; end; OnKilled: getitem 677,1; sleep <ms>; // respawn time monster .map$,0,0,strmobinfo(1,.monster),.monster,1,strnpcinfo(1)+"::OnKilled"; end; } npc does not exist Quote Link to comment Share on other sites More sharing options...
Euphy Posted July 4, 2012 Group: Members Topic Count: 72 Topics Per Day: 0.02 Content Count: 2997 Reputation: 1132 Joined: 05/27/12 Last Seen: June 1, 2017 Share Posted July 4, 2012 Header. Learn it. http://rathena.org/wiki/Basic_Scripting#Structure Quote Link to comment Share on other sites More sharing options...
Question
anginputih
please make it my script
kill monsters to get a platinum coin item code 677
a place to kill him in a room and enter room must pay 1000000
PLEASSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSS
Link to comment
Share on other sites
3 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.