Jump to content

whoopetz

Members
  • Posts

    7
  • Joined

  • Last visited

Posts posted by whoopetz

  1. then

     

    prontera,155,181,5	script	click_100_npc	757,{
    @click++;
    if( @click % 100 == 0 ){
    	getitem 512,1;
    	dispbottom "Get item per 100 click";
    }
    else{
    	dispbottom @click+" click.";
    }
    end;
    }
    

    should i put @click = 0 ;(to reset)
    after "dispbottom "Get item per 100 click";"

×
×
  • Create New...