Jump to content

Leaderboard

Popular Content

Showing content with the highest reputation on 04/26/21 in all areas

  1. View File Goddess Blessing Config Table: function goddessblessing { // ----- Add your desired SCs below! ----- sc_start SC_FOOD_STR_CASH,8640000,10; sc_start SC_FOOD_AGI_CASH,8640000,10; sc_start SC_FOOD_DEX_CASH,8640000,10; sc_start SC_FOOD_LUK_CASH,8640000,10; sc_start SC_FOOD_INT_CASH,8640000,10; sc_start SC_FOOD_VIT_CASH,8640000,10; sc_start SC_ITEMBOOST,8640000,50; sc_start SC_EXPBOOST,8640000,50; // -------- end of adding SC --------- return; } OnInit: // ---- Configuration starts ------ .goal = 100000; // Goal to reach .delay_tick = 60 * 60 * 4; // Blessing time active : 4hrs (seconds * mins * hours) .item_offering = 501; // Item to offer //----- Configuration ends----- Special Credits for the Pseudocode by @Secrets By downloading this file, you agree with my Terms of Service: • You are not allowed remove my signature from any of the included files. • You are not allowed sell, resell or in any form for money or rewards using my work. • You are not allowed claim my work as yours. • I have the rights to change all the terms above without prior notice. Submitter pajodex Submitted 02/20/2018 Category Utilities Video Content Author pajodex  
    1 point
  2. I would say its a possible issue with your msgstringtable.txt file but your not likely using one so outdated that issues with a 2012 client like that would appear. But I could be wrong. Make sure all your translation files are up-to-date.
    1 point
  3. Since there's no options on doing that on/off thing. I added a new section and replace this part case Job_Novice: // First job change Job_Options(.@job_opt,Job_Swordman, Job_Mage, Job_Archer, Job_Acolyte, Job_Merchant, Job_Thief, Job_Super_Novice, Job_Taekwon, Job_Gunslinger, Job_Ninja); if( .BabyNovice ) Job_Options(.@job_opt, Job_Baby); break; into this case Job_Novice: // First job change Job_Options(.@job_opt,Job_Swordman, Job_Mage, Job_Archer, Job_Acolyte, Job_Merchant, Job_Thief, Job_Super_Novice); if( .Expanded ) Job_Options(.@job_opt,Job_Taekwon, Job_Gunslinger, Job_Ninja); if( .BabyNovice ) Job_Options(.@job_opt, Job_Baby); break; and then on the OnInit: part add this .Expanded = true; // Enable Ninja, Taekwon, Gunslinger Class
    1 point
  4. Version 1.0.0

    81 downloads

    In kRO its originally supported up to 30 hair styles for Blank Eyes / Costume Blank Eyes. This file can support up to 84 hair styles.
    Free
    1 point
×
×
  • Create New...