sietse11 Posted January 24, 2014 Group: Members Topic Count: 44 Topics Per Day: 0.01 Content Count: 127 Reputation: 7 Joined: 02/10/13 Last Seen: February 1, 2019 Share Posted January 24, 2014 (edited) hey folks. trying to get a script working. I am doing this. case 1: if (countzeny > 19999) { delzeny, 20000; //delitem zeny, 20000; set blabla,1; close; } not working obviously xD so 1. Check zeny to initiate mes ""; 2. Remove zeny to initiate quest advancement Edited February 6, 2014 by sietse11 Quote Link to comment Share on other sites More sharing options...
Limestone Posted January 24, 2014 Group: Members Topic Count: 155 Topics Per Day: 0.03 Content Count: 647 Reputation: 16 Joined: 11/21/11 Last Seen: December 28, 2022 Share Posted January 24, 2014 case 1:if (zeny > 19999) {zeny, zeny-20000;set blabla,1;close; } 1 Quote Link to comment Share on other sites More sharing options...
sietse11 Posted January 24, 2014 Group: Members Topic Count: 44 Topics Per Day: 0.01 Content Count: 127 Reputation: 7 Joined: 02/10/13 Last Seen: February 1, 2019 Author Share Posted January 24, 2014 Epic awesome thank you. you rock. Ill be thinking of you tonight Quote Link to comment Share on other sites More sharing options...
Kido Posted January 24, 2014 Group: Members Topic Count: 127 Topics Per Day: 0.03 Content Count: 1445 Reputation: 164 Joined: 08/17/13 Last Seen: July 11, 2019 Share Posted January 24, 2014 Epic awesome thank you. you rock. Ill be thinking of you tonight lol at that by the way, you should check this trunk/doc/script_commands.txt there are a lot of commands and how to use them plus, there is always the wiki hehe http://rathena.org/wiki/Main_Page Quote Link to comment Share on other sites More sharing options...
sietse11 Posted January 24, 2014 Group: Members Topic Count: 44 Topics Per Day: 0.01 Content Count: 127 Reputation: 7 Joined: 02/10/13 Last Seen: February 1, 2019 Author Share Posted January 24, 2014 Epic awesome thank you. you rock. Ill be thinking of you tonight lol at that by the way, you should check this trunk/doc/script_commands.txt there are a lot of commands and how to use them plus, there is always the wiki hehe http://rathena.org/wiki/Main_Page Go check the wiki. Find a z in scripting commands. Then search on zeny. Catch my drift? Quote Link to comment Share on other sites More sharing options...
Question
sietse11
hey folks.
trying to get a script working.
I am doing this.
not working obviously xD
so
1. Check zeny to initiate mes "";
2. Remove zeny to initiate quest advancement
Edited by sietse11Link to comment
Share on other sites
4 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.