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 [email protected]_id, 501,502,503; getitem [email protected]_id[rand(getarraysize([email protected]_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", [email protected];   attachrid [email protected];   if(CheckVending())   {    DetachRID();    continue;   }   announce strcharinfo(0) +" won in Lucky Pick Event.", 0;   getitem 7227,1;   break; } end; }
×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use and Privacy Policy.