Search results

  1. B

    Auto Reward 1 per IP only

    if( query_sql( "SELECT `account_id` FROM `char` WHERE `guild_id`='"+$koegid+"' AND `online`= 1 ",.@AID ) ) for( set .@i,0; .@i < getarraysize( .@AID ); set .@i,.@i + 1 ){  getitem 601,1,.@AID[.@i]; getitem 602,1,.@AID[.@i];   } end; Can anyone help me to make this Auto Reward only 1...
  2. B

    Cluckers npc/custom/events

    im using the cluckers in event npc custom, can help me how to edit the prize list?  i just want to add choices in the prize list instead of inserting id# and amount of prizes, example. when gm start the event, the gm will choose event prizes in the list instead of inserting id#item and amount
Back
Top