youtube Posted August 16, 2013 Group: Members Topic Count: 74 Topics Per Day: 0.02 Content Count: 171 Reputation: 0 Joined: 06/19/13 Last Seen: March 16, 2014 Share Posted August 16, 2013 (edited) good day can i request about cashpoint details one party name PARTYLIST 5members when i kill this mobs 1514 my partymembers got cashpoints20 all members same like my points and annouce the partyname kill this mobs and 1609 i kill this mobs i got 50cashpoints and my party members and annouce the party members this party kill this mobs this details for mobs 1514=20 cashpoints 1511=30 cashpoints 1548= 40 cashpoints 1609 = 60 cashpoints Edited August 16, 2013 by youtube Quote Link to comment Share on other sites More sharing options...
Emistry Posted August 17, 2013 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 17, 2013 like this ? http://rathena.org/board/topic/86325-change-script-so-all-party-member-got-50-cashpoints/ Quote Link to comment Share on other sites More sharing options...
youtube Posted August 17, 2013 Group: Members Topic Count: 74 Topics Per Day: 0.02 Content Count: 171 Reputation: 0 Joined: 06/19/13 Last Seen: March 16, 2014 Author Share Posted August 17, 2013 yea same but i think this script is divide to how many party member i want if i kill 1514=20 cashpoints 1511=30 cashpoints 1548= 40 cashpoints 1609 = 60 cashpoints then my party member same my Cashpoints LETS SAY I KILL THIS 1609 ID MOB I GOT MY CASHPOINT IS 60 AND MY PARTY MEMBERS GOT 60CASHPOINTS EACH. NOT DIVIDED SAME THE OTHER ID MOBS 1514 , 1511 ,1548 Quote Link to comment Share on other sites More sharing options...
Capuche Posted August 17, 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 August 17, 2013 - script Partypoints -1,{ function AddMob; OnNPCKillEvent: // <mob ID>, <Cashpoints reward> AddMob( 3600,20 ); AddMob( 3627,20 ); AddMob( 3628,20 ); AddMob( 3629,50 ); end; function AddMob { if ( killedrid != getarg(0) ) return; set .@party_id, getcharid(1); set .@point, getarg(1); if( !.@party_id ){ set #CASHPOINTS,#CASHPOINTS + .@point; dispbottom "Gained "+.@point+" Cashpoints."; }else{ getpartymember .@party_id,1; getpartymember .@party_id,2; set .@acc_id, getcharid(3); set .@map$,strcharinfo(3); for( set .@i, 0; .@i < $@partymembercount; set .@i, .@i +1 ) if( isloggedin( $@partymemberaid[.@i],$@partymembercid[.@i] ) ) { attachrid $@partymemberaid[.@i]; if( HP && strcharinfo(3) == .@map$ ) { set #CASHPOINTS,#CASHPOINTS + .@point; dispbottom "Gained "+.@point+" Cashpoints."; } } } } } Quote Link to comment Share on other sites More sharing options...
Phantom Of Rogue-Gon Posted August 18, 2013 Group: Members Topic Count: 65 Topics Per Day: 0.02 Content Count: 181 Reputation: 0 Joined: 08/07/13 Last Seen: September 15, 2014 Share Posted August 18, 2013 how to add Partyname announce?? i i kill 1 mob my Partyname is annouce Quote Link to comment Share on other sites More sharing options...
Emistry Posted August 18, 2013 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 18, 2013 getpartymember .@party_id,1; getpartymember .@party_id,2; set .@acc_id, getcharid(3); set .@map$,strcharinfo(3); announce getpartyname( .@party_id )+" gained cashpoints.",0; // <---- ADD THIS you may refer announce , getpartyname ... Quote Link to comment Share on other sites More sharing options...
Question
youtube
good day
can i request about cashpoint
details
one party name PARTYLIST 5members
when i kill this mobs 1514 my partymembers got cashpoints20 all members
same like my points and annouce the partyname kill this mobs
and
1609 i kill this mobs i got 50cashpoints and my party members and annouce the party members this party kill this mobs
this details for mobs
1514=20 cashpoints
1511=30 cashpoints
1548= 40 cashpoints
1609 = 60 cashpoints
Edited by youtubeLink to comment
Share on other sites
5 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.