Jump to content

Leaderboard

Popular Content

Showing content with the highest reputation on 10/18/21 in all areas

  1. if (gettime(DT_HOUR) == 17 || (gettime(DT_HOUR) == 18 && gettime(DT_MINUTE) <= 30)) hideoffnpc strnpcinfo(3);
    1 point
  2. npc/guild2/agit_main_se.txt#L623 change to announce strcharinfo(0)+" from the ["+getguildname(.@GID)+"] guild conquered the ["+.@region$+" "+charat(strnpcinfo(2),3)+"] stronghold of "+getcastlename(strnpcinfo(4))+"!",bc_all|bc_woe;
    1 point
  3. EquipScript: | addtimer (60 * 1000), "Sample::OnUpdate"; UnEquipScript: | deltimer "Sample::OnUpdate"; - script Sample -1,{ OnUpdate: if (checkvending()) { dispbottom "Hourly Point stopped due to vending."; } else if (checkchatting()) { dispbottom "Hourly Point stopped due to chatroom."; } else if (checkidle() >= 60) { // idled for 60 seconds dispbottom "Hourly Point stopped due to idle."; } else { #hourly_point_duration++; if (#hourly_point_duration >= 60) { #hourly_point++; dispbottom "Hourly Point +1. Total "+#hourly_point+" Points."; } addtimer (60 * 1000), strnpcinfo(3)+"::OnSample"; } end; }
    1 point
  4. 1 point
  5. if u use renewal maybe u just create this item
    1 point
  6. 45000,Cash_Ticket_100,Cash Ticket 100,18,0,,10,,,,,0xFFFFFFFF,63,2,,,,,,{ set #CASHPOINTS,#CASHPOINTS+100; dispbottom "You gained [ 100 Cash Points ]. Enjoy!"; },{},{}
    1 point
  7. trunk/conf/battle/items.conf // How much time must pass between cash food uses? Default: 60000 (1 min) cashfood_use_interval: 60000
    1 point
×
×
  • Create New...