whateveremer Posted March 18, 2014 Group: Members Topic Count: 7 Topics Per Day: 0.00 Content Count: 13 Reputation: 0 Joined: 01/05/14 Last Seen: March 13, 2020 Share Posted March 18, 2014 getpartymember getcharid(1),2; for(set .@i,1; .@i<$@partymembercount; set .@i,.@i+1){ query_sql("INSERT INTO "laddertest" (accountid) VALUES("+$@partymemberaid[.@i]+")"); announce $@partymemberaid[.@i],bc_all,0x00FF00; } hi, im having problem adding accounts ids of the members in the party, it only adds 1 account id in the database.. it should add all account ids.. Quote Link to comment Share on other sites More sharing options...
Patskie Posted March 18, 2014 Group: Members Topic Count: 50 Topics Per Day: 0.01 Content Count: 1702 Reputation: 241 Joined: 09/05/12 Last Seen: 12 hours ago Share Posted March 18, 2014 getpartymember getcharid( 1 ), 2; for ( set .@i, 1; .@i < $@partymembercount; set .@i , .@i + 1 ) { query_sql "INSERT INTO `laddertest` ( `accountid` ) VALUES ('" +$@partymemberaid[.@i]+ "')"; announce $@partymemberaid[.@i],bc_all,0x00FF00; } Quote Link to comment Share on other sites More sharing options...
whateveremer Posted March 18, 2014 Group: Members Topic Count: 7 Topics Per Day: 0.00 Content Count: 13 Reputation: 0 Joined: 01/05/14 Last Seen: March 13, 2020 Author Share Posted March 18, 2014 it still adds 1 account id, i need to add all account ids of the characters in the party sir, what i did is i modified the ranking system of this script ive found in eA..http://pastebin.com/sZgQyFsDthe original script is working fine here's the copy of the script http://pastebin.com/9dfTi4CJ Quote Link to comment Share on other sites More sharing options...
Question
whateveremer
hi, im having problem adding accounts ids of the members in the party, it only adds 1 account id in the database.. it should add all account ids..
Link 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.