Jump to content

loveporing

Members
  • Posts

    7
  • Joined

  • Last visited

Posts posted by loveporing

  1. 21 hours ago, sader1992 said:

    plz put the script in the post or refer to it in url

    Sorry. Forgot to mention about this. I am using the script inside the Rathena. This is the URL

     

    4 hours ago, Jasc said:
    
    
    if(gettimetick(2) - mvpdelay < 86400) {
    dispbottom "The cooldown is 24 hours per character.";
    end;
    }
    
    
    
    set mvpdelay,gettimetick(2);

     

    Can you please show me know to use this code inside this script. LINK

  2. Hello guys,

    Can you guys help me in adding a condition to the existing MVP Ladder Script so that it have 24 hours cooldown based on Character. 

    If 1 account have 9 character, it mean that, they can enter the MVP Ladder 9 time / day by using different character.

    Thank you and regards.

     

  3. 1 minute ago, Scylla said:

    As for your first problem, It's because you called the 2nd barricade as an NPC no as a monster so you just probably have to make another line of ' monster ' to summon a 2nd one.

    For your 2nd prob im not sure you probably have to duplicate a barricade mob via mob_avail.txt

    Hi Scylla,

    Thank you for pointing that out. Can you tell me the correct way to duplicate the Barricade so that it should act as a monster, not an NPC.

     

  4. I wanna create a punching bag NPC for all player to test their damage. So far, this is my script look like,

    -	script	punching	-1,{	
    OnInit: 	monster "caspen",167,72,"Punching Bag",1905,1,strnpcinfo(3)+"::OnInit";
    
    }
    
    caspen,164,72,5	duplicate(punching)	Punching Bag#2	1905

    The barricade which is the punching bag is appear at the exact location specified. But only the first barricade can be attack or skill while the duplicate NPC cannot be attack or skill. And how do I increase the HP of the barricade for this NPC only.

    Do advice me

    Thank you and regards.

×
×
  • Create New...