Jump to content

Kambroz

Members
  • Posts

    14
  • Joined

  • Last visited

Posts posted by Kambroz

  1. Could you advise me to attach files?Since I do all the steps as shown in the example and nothing happens, just sent the mail but without attachments. PD: My operating system is Windows 10

    Example: 

    set .@att$,"C:/DocumentRO/log.txt";

     

  2. Three requests:
    1 ° the use of gettime, for an event every 3 hours.
    2 ° the use of gettime, for an event every 4 hours.
    3 ° the use of gettime, for an event every 6 hours.

    Spoiler
    
    OnMinute00:
    if ( gettime(3) % 2 ) end;
    // event start every 2 hour

    So an event every 3 hours should be?
    Thank you, I hope you can help me.

  3. Hello, good evening, I want to request a npc that collects a specific item, but when the items are delivered to the npc they will be deleted and counted for a week. So that at the end of the week of prize to the 3 players who have collected more items during the time.
    Thank you very much in advance and I hope someone can help me, regards.

  4. It has already been solved, thank you very much for your help.
    I solve it using the first solution that gave me, Cyro supporting me with the contribution of Secret.

    Spoiler
    
    if(gettime(5)==14 || gettime(5)==28)
    OnClock0345:
    {
    mes "14th day of month event starts now, ie 3:45.";
    close2;
    end;
    }

     

×
×
  • Create New...