Hello,
Thx for this script, but look like not work:
parse_line: expect command, missing function name or calling undeclared function
43 : mes "aaa";
44 : next;
45 : if ( select( "list", "sell" ) == 1 ) {
* 46 : '.'@nb = query_sql( "select * from auction_item limit 128", .@id, .@cid, .@name$, .@time$, .@itemid, .@amount, .@identify, .@refine, .@attribute, .@card1, .@card2, .@card3, .@card4 );
47 : for ( .@i = 0; .@i < .@nb; .@i++ )
48 : mes .@time$[.@i] +" -> "+ .@amount[.@i] +"x "+ callfunc( "getitemname2", .@itemid[.@i], .@identify[.@i], .@refine[.@i], .@attribute[.@i], .@card1[.@i], .@card2[.@i], .@card3[.@i], .@card4[.@i] );
49 : close;
50 : }
51 : close2;
I don't know why my auction system not work, and this script not work :/
Can you help me ?