Jump to content

whateveremer

Members
  • Posts

    13
  • Joined

  • Last visited

Posts posted by whateveremer

  1. 	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..

  2. hi can i request an sql script that adds 1 win or 1 lose in the account ids in the party..
     

    i tried to make but it only adds to the points to the account if of the party leader and not the party member

    query_sql "insert into `pvpladder` (`AccID`, `GamesPlayed`, `RankPoints`, `Wins`) values ('"+ getcharid(3) +"', '1', '1', '1') on duplicate key update `GamesPlayed` = `GamesPlayed` +1, `RankPoints` = `RankPoints` +1, `Wins` = `Wins` +1";
    
    
  3. actually i didnt put stats directly on my costume, what i did is i get a custom socket enchanter script and changed equipmentid to be socket enchanted to 1024, upon right clicking the costume, STR+3 or AGI+3 etc stats are already inserted in my tested costume, but it didnt adds stats in stats window.. i tried to add script sir Yoona, Kido and StainSky posted it didnt work either :(
    19759,Costume_Sweet_Bonnet,Costume Sweet Bonnet,5,0,,0,,0,,0,0xFFFFFFFF,7,2,1024,,1,0,898,{ bonus bAllStats,1; },{},{}
    19759,Costume_Sweet_Bonnet,Costume Sweet Bonnet,5,0,,0,,0,,0,0xFFFFFFFF,7,2,1024,,1,0,898,{},{ bonus bAllStats,1; },{}

    im using rAmod rev 17527 as of now, i also tried in rAthena 17527 but i still got the same issue
×
×
  • Create New...