cloud167 Posted August 19, 2012 Group: Members Topic Count: 17 Topics Per Day: 0.00 Content Count: 31 Reputation: 0 Joined: 05/13/12 Last Seen: November 5, 2024 Share Posted August 19, 2012 map is prontera, and all pvp and gvg maps player 1 killed player 2 player 1 will gain random cash point from 1-4 player 1 will see in dispbottom how much cashpoint he gained from killing player 2 and will also display how much cashpoint he got overall player 1 will have a 3minute cooldown before he can gain cashpoints when killing player 2 again player 1 will have a dispbottom that says the remaining time to gain cashpoints from killing player 2 thank you Quote Link to comment Share on other sites More sharing options...
Emistry Posted August 22, 2012 Group: Forum Moderator Topic Count: 93 Topics Per Day: 0.02 Content Count: 10018 Reputation: 2369 Joined: 10/28/11 Last Seen: Sunday at 05:32 PM Share Posted August 22, 2012 try this - script Sample -1,{ OnInit: set .Delay,180; end; OnPCKillEvent: if( @Delay < gettimetick(2) ){ set .@Amount,rand(1,4); set #CASHPOINTS,#CASHPOINTS + .@Amount; dispbottom "Gained "+.@Amount+" Cash Point. Total = "+#CASHPOINTS+" Cash Points."; if( .Delay ) set @Delay,gettimetick(2) + .Delay; } end; } Quote Link to comment Share on other sites More sharing options...
c0d3z Posted August 28, 2012 Group: Members Topic Count: 3 Topics Per Day: 0.00 Content Count: 18 Reputation: 0 Joined: 07/03/12 Last Seen: April 17, 2013 Share Posted August 28, 2012 work on 3Ceam? Quote Link to comment Share on other sites More sharing options...
Emistry Posted August 28, 2012 Group: Forum Moderator Topic Count: 93 Topics Per Day: 0.02 Content Count: 10018 Reputation: 2369 Joined: 10/28/11 Last Seen: Sunday at 05:32 PM Share Posted August 28, 2012 yes ..it should...as long as 3Ceam using the same variable... beside...whether it work or not...just copy the script and run it in your server then you will know it work or not.... Quote Link to comment Share on other sites More sharing options...
c0d3z Posted August 28, 2012 Group: Members Topic Count: 3 Topics Per Day: 0.00 Content Count: 18 Reputation: 0 Joined: 07/03/12 Last Seen: April 17, 2013 Share Posted August 28, 2012 dint work...-.- Quote Link to comment Share on other sites More sharing options...
Emistry Posted August 28, 2012 Group: Forum Moderator Topic Count: 93 Topics Per Day: 0.02 Content Count: 10018 Reputation: 2369 Joined: 10/28/11 Last Seen: Sunday at 05:32 PM Share Posted August 28, 2012 Quote Link to comment Share on other sites More sharing options...
c0d3z Posted August 29, 2012 Group: Members Topic Count: 3 Topics Per Day: 0.00 Content Count: 18 Reputation: 0 Joined: 07/03/12 Last Seen: April 17, 2013 Share Posted August 29, 2012 i mean not working on 3Ceam... or got other way to activate it? Quote Link to comment Share on other sites More sharing options...
Euphy Posted August 29, 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 August 29, 2012 dint work...-.- > http://rathena.org/b...-easy-as-1-2-3/ 3) Explain What is Wrong! Quote Link to comment Share on other sites More sharing options...
Diss Posted June 1, 2013 Group: Members Topic Count: 67 Topics Per Day: 0.02 Content Count: 207 Reputation: 1 Joined: 05/01/13 Last Seen: July 23, 2016 Share Posted June 1, 2013 where can i put this script Quote Link to comment Share on other sites More sharing options...
Capuche Posted June 1, 2013 Group: Developer Topic Count: 10 Topics Per Day: 0.00 Content Count: 2407 Reputation: 616 Joined: 07/05/12 Last Seen: March 20 Share Posted June 1, 2013 Read this : Adding_a_Script Quote Link to comment Share on other sites More sharing options...
Krenjeroth Posted December 6, 2013 Group: Members Topic Count: 13 Topics Per Day: 0.00 Content Count: 57 Reputation: 2 Joined: 08/18/13 Last Seen: November 7, 2024 Share Posted December 6, 2013 try this - script Sample -1,{ OnInit: set .Delay,180; end; OnPCKillEvent: if( @Delay < gettimetick(2) ){ set .@Amount,rand(1,4); set #CASHPOINTS,#CASHPOINTS + .@Amount; dispbottom "Gained "+.@Amount+" Cash Point. Total = "+#CASHPOINTS+" Cash Points."; if( .Delay ) set @Delay,gettimetick(2) + .Delay; } end; } the map server says: so how should this be fixed? Quote Link to comment Share on other sites More sharing options...
Blue Jem Posted December 6, 2013 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 December 6, 2013 please use tab Quote Link to comment Share on other sites More sharing options...
Yonko Posted August 17, 2014 Group: Members Topic Count: 166 Topics Per Day: 0.03 Content Count: 789 Reputation: 50 Joined: 04/16/12 Last Seen: July 8, 2022 Share Posted August 17, 2014 try this - script Sample -1,{ OnInit: set .Delay,180; end; OnPCKillEvent: if( @Delay < gettimetick(2) ){ set .@Amount,rand(1,4); set #CASHPOINTS,#CASHPOINTS + .@Amount; dispbottom "Gained "+.@Amount+" Cash Point. Total = "+#CASHPOINTS+" Cash Points."; if( .Delay ) set @Delay,gettimetick(2) + .Delay; } end; } Hi Emistry thanks for this how will i trigger this on designated map only (example on prt_fild01) thank you! Quote Link to comment Share on other sites More sharing options...
Question
cloud167
map is prontera, and all pvp and gvg maps
player 1 killed player 2
player 1 will gain random cash point from 1-4
player 1 will see in dispbottom how much cashpoint he gained from killing player 2 and will also display how much cashpoint he got overall
player 1 will have a 3minute cooldown before he can gain cashpoints when killing player 2 again
player 1 will have a dispbottom that says the remaining time to gain cashpoints from killing player 2
thank you
Link to comment
Share on other sites
12 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.