Jump to content

ni09ne

Members
  • Posts

    2
  • Joined

  • Last visited

1 Follower

Profile Information

  • Gender
    Male
  • Location
    UAE
  • Server
    Hercules

ni09ne's Achievements

Poring

Poring (1/15)

0

Reputation

  1. ni09ne

    MVP Cards

    he is refering to this 1086,GOLDEN_BUG,Golden Thief Bug,Golden Thief Bug,65,222750,1,194400,155520,1,907,1750,159,81,71,77,80,62,127,76,10,12,2,4,43,0x11AB,100,768,768,480,97200,2610,2000,701,1000,0,0,969,1000,1524,150,2246,250,10016,500,714,300,985,2000,984,1500,0,0,0,0,4128,1 change the 4128,0 to 0,0 4128 is golden thief bug card ID and 1 refers to the chance of drop
  2. //======Name======================================== // Click The Pub! //======Version===================================== // 1.1 //======Author(s)=================================== // Sandbox //======Comments==================================== // This simple event will create an NPC chatroom upon // starting, the first player to enter the chat room // will be declared winner. //================================================== sec_in01,92,171,4 script Click The Pub 78,{ if(!.AM) { if(getgroupid() > 40) { mes "Hello! Do you want to start the event?"; next; close; mes "Thank you!"; goto OnCTPStart; close; } else end; } OnInit: //Set the Prize's Item ID, followed by amount"; setarray .Prize[0],7227,1; //Set 1 for Automated, 0 for Manual .AM = 1; //If automated, set number of hours to repeat it. Default: 1 hour .Repeat = 1; if(!.AM) end; OnCTPStart: if(.AM && !agitcheck() && !agitcheck2()) { sleep .Repeat*600000; enablenpc strnpcinfo(1); } announce "Click The Pub event will start in a few seconds!",0; sleep 2000; announce "Just go to the Event Area!",0; sleep 2000; announce "This event will give a prize to the player who enters my Pub first!",0; sleep 2000; announce "Ready...!",0; for(.@i = 10; .@i > 0; .@i--) { announce .@i,0; waitingroom .@i,0; sleep 1000; delwaitingroom; } announce "Go! Go! Go!",0; waitingroom "Click Me!",2,strnpcinfo(1)+"::OnFirstClick",1; end; OnFirstClick: warpwaitingpc "prontera",155,178,1; announce rid2name($@warpwaitingpc[0])+" won the Click The Pub event!",0; getitem .Prize[0],.Prize[1],$@warpwaitingpc[0]; delwaitingroom; disablenpc strnpcinfo(1); // if(.AM) goto OnCTPStart; end; } sir im using your script but the thing is sometimes it keeps on doing the event..not only once..sometimes 2x/3x
×
×
  • Create New...