Jump to content

HelloKekette

Members
  • Posts

    36
  • Joined

  • Last visited

Posts posted by HelloKekette

  1. Hi everyone! 

    I need to have the last grf because I want to integrate Eclage cards and many new items in my server. I understand they were built here, but I didnt find them.

    If someone can help me !
  2. Hello,
    I would like to add a hidenpc but I do not know how. Because I'm the duplicate, I do not know if it will do all or just one that is ongoing.
     
    If you could help me, the idea is to turn it off (just the one in which the player has spoken and not all dupply) after 3 attempts. I try a method, but it's not working :s
     
    I use mining found on Rathena. Maybe someone can help me !!!

  3.  
    prontera,x,y,0 xxx 723,{
     
     
    if( #reward == 1 )
    {
    mes "Reward already collects";
    close;
     
    }
     
     
    if (Weight >= 3*MaxWeight/4) 
    {
    dispbottom "You need to store some items";
    close;
    }
     
    if(gettime(5)==1)
    {
    getitem 7539,10;
    [color=#ff0000]set ##reward, 1;[/color]
    unitskilluseid getcharid(3),698,1;
    dispbottom "You collected :";
    dispbottom "10 Poring Coin";
    close;
    }
     
    if(gettime(5)==2)
    {
    getitem 7539,10;
    [color=#ff0000]set ##reward, 1;[/color]
    unitskilluseid getcharid(3),698,1;
    dispbottom "You collected :";
    dispbottom "10 Poring Coin";
    close;
    }
     
    
    [color=#ff0000]OnClock0000:[/color]
    [color=#ff0000]reward = 0;[/color]
    [color=#ff0000]end;[/color]
    
     

    I want to put a limitation on this npc.

    I try the code in red, but dunno if it's correct.. .I would like the timer reset when the server is 00h o'clock.

     

    Can you help me ?

    Add to this, I want to put a cooldown on ip adress. I want a player to talk to the NPC only once in the day, even if he uses one different account...Thanks !

  4. Thanks Byran for the answer :)

     

    That's exactly it.

    Afterwards, if it may be possible to choose the rewards per day, it would be a huge thing.

     


    If i use

    OnDay<month><day>:
    its ok ?
    I dunno how to make the bonus with consecutive reward


  5. Good morning.

    Christmas is coming and I want to implement a system of advent calendar. This script will be useful for everyone!

    Each day, players earn 10 Poring Coin Coin + 2 if the player has collected his award for two consecutive days.

    This system would be managed by NPC check the ip.

    If you can help me, you are great!

    Thank you in advance!


×
×
  • Create New...