Jump to content

Leaderboard

Popular Content

Showing content with the highest reputation on 06/28/14 in all areas

  1. If you want the prize to be items instead of cash points, remove set #CASHPOINTS,#CASHPOINTS+500; and change it to getitem 501,1; // In example, this code will give you 1 pc of Red Potion To add announcement, add these before the announcing of the winner announce "Your Message Here",0,0x00FF00; sleep 1000; // 1 second delay before announcing the winner, configure it to your liking
    1 point
  2. Because Hercules uses different const identifier. Change: SC_INCREASEAGI To: SC_INC_AGI Or you could change them all to value instead of identifier. Also added the specialeffect. sc_start 30,240000,10; specialeffect2 42; //Blessing sc_start 32,240000,10; specialeffect2 37; //Agi Up sc_start 39,240000,10; specialeffect2 112; // Kyrie sc_start 41,240000,3; specialeffect2 75; // Gloria sc_start 40,240000,5; specialeffect2 76; // Magnificat Also change the timing for the 1 Hour Buff sc_start 30,3600000,10; specialeffect2 42; //Blessing sc_start 32,3600000,10; specialeffect2 37; //Agi Up
    1 point
  3. map,x,y,d script 45,1,1,{ OnTouch: if(getgroupid() > 1) warp "map",a,b; if(getgroupid() < 2) dispbottom "You are not vip"; end; }
    1 point
  4. map,x,y,d script 45,1,1,{ OnTouch: if(getgroupid() > 1) warp "map",a,b; end; } Take note of the tabs, because I used a 'space' on the npc name.
    1 point
  5. Update 25 June 1.3 -Change name from NDG to Hansip -Add skill packet spam detector & punishment (force disconnect) -Support PRE-RE
    1 point
×
×
  • Create New...