Light Posted August 23, 2014 Group: Members Topic Count: 21 Topics Per Day: 0.00 Content Count: 49 Reputation: 1 Joined: 12/09/12 Last Seen: December 10, 2016 Share Posted August 23, 2014 (edited) Good day rAthena users. I would liike to request of conversion of this script into 3ceam? I would appreciate it. prontera,155,181,5 script Sample 757,{ mes "Enter Gold Room?"; if( select( "Yes","cancel" ) == 1 ){ warp .map$,0,0; } close; OnMobKill: .@party_id = getcharid(1); if( !.@party_id ){ .@gain_gold = 1; }else{ .@aid = getcharid(3); getpartymember .@party_id; getpartymember .@party_id,2; .@gain_gold = ( ( $@partymembercount > 5 )? 5:$@partymembercount ); for( .@i = 0; .@i < $@partymembercount; .@i++ ) if( $@partymemberaid[.@i] != .@aid && isloggedin( $@partymemberaid[.@i] ) ){ getmapxy( .@map$,.@x,.@y,0,$@partymembername$[.@i] ); if( .@map$ == .map$ ) getitem 969,1,$@partymemberaid[.@i]; } } getitem 969,.@gain_gold; end; OnInit: .map$ = "guild_vs5"; end; } guild_vs5,0,0 monster Poring 1002,100,0,0,"Sample::OnMobKill" Thanks in advance! :3 Edited August 23, 2014 by Eucliwood Hellscythe Quote Link to comment Share on other sites More sharing options...
anacondaq Posted August 23, 2014 Group: Members Topic Count: 42 Topics Per Day: 0.01 Content Count: 1096 Reputation: 348 Joined: 02/26/12 Last Seen: May 30, 2023 Share Posted August 23, 2014 Paste: 22lca9b3wxub Quote Link to comment Share on other sites More sharing options...
Light Posted August 24, 2014 Group: Members Topic Count: 21 Topics Per Day: 0.00 Content Count: 49 Reputation: 1 Joined: 12/09/12 Last Seen: December 10, 2016 Author Share Posted August 24, 2014 Almost forgot... "OnMobKill:.@party_id = getcharid(1);" This line says its undeclared fnction. Anyone mind to fix? Its been a headache Quote Link to comment Share on other sites More sharing options...
Question
Light
Good day rAthena users.
I would liike to request of conversion of this script into 3ceam? I would appreciate it.
Thanks in advance! :3
Edited by Eucliwood HellscytheLink to comment
Share on other sites
2 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.