Jump to content

arievz

Members
  • Posts

    36
  • Joined

  • Last visited

Community Answers

  1. arievz's post in when talking to npc then stock up Help pls.. was marked as the answer   
    this can help you to fix it:
    Klick here or Here
  2. arievz's post in About for NPC random get item was marked as the answer   
    Try this
    prontera,157,182,7 script Example 873,{ setarray .@item_id, 501,502,503; getitem .@item_id[rand(getarraysize(.@item_id))], 1; }
  3. arievz's post in Lucky Player of the Day was marked as the answer   
    - script AutoPickEvent -1,{   OnClock2000:   while(1) {   query_sql "select account_id from `char` where online = 1 order by rand() limit 1", .@aid;   attachrid .@aid;   if(CheckVending())   {    DetachRID();    continue;   }   announce strcharinfo(0) +" won in Lucky Pick Event.", 0;   getitem 7227,1;   break; } end; }
×
×
  • Create New...