Jump to content

Nyaniverse

Members
  • Posts

    51
  • Joined

  • Last visited

  • Days Won

    6

Files posted by Nyaniverse

  1. Free

    Nyani's Unlimited Quest NPC

    Author: Nyani     Version 1.0     ----------------------------------------------     Features     - Unlimited Chain Quest (Randomized Kill/Collection Quest)     - Automatic Quest submission - unless Collection Quest (Must turn in)     - Automatic Quest Acquisition     - Does not repeat previous quest (shuffles the quest provided)     - Cancel Current Quest (Must talk to NPC)     - Monthly Ranking     - Automated Monthly Reward distribution     - Chance to obtain rewards for quest submissions     - Milestone Rewards every 100 quests finished     ----------------------------------------------         Changelogs     v1.0 - Initial Release          Notice: No support will be provided - unless it is a bug on the current script  
    Config
    // ========================== // CONFIGURATION // ========================== // 0 = NPC Claim Mode, 1 = RoDEX Mode .reward_mode = 1; // Mob and kill amounts setarray .MobList[0], 1002,1004,1010; setarray .MobAmount[0], 30,40,50; setarray .ItemList[0], 705, // Orcish Voucher 1015, // Garlet 1021, // Tooth of Bat 719, // Bear’s Footskin 729, // Coal 744, // Witherless Rose 746, // Evil Horn 728, // Cyfar 938, // Golem Fragment 1058, // Cactus Needle 1009, // Claw of Desert Wolf 1038, // Emveretarcon 1042, // Worm Peelings 1044, // Flame Heart 1046, // Mystic Frozen 1047, // Great Nature 1049; // Red Blood setarray .ItemAmount[0], 5,5,5,5,5,5,5,5,5,5, 5,5,5,5,5,5,5; // Completion reward pool setarray .RewardList[0], 607, 608, 609; setarray .RewardAmount[0], 1, 2, 1; // 100-completion reward pool setarray .SpecialRewardList[0], 7711, 7712; setarray .SpecialRewardAmount[0], 1, 1; // Monthly rewards for top 10 setarray .MonthlyReward[0], 607, 501, 504, 505, 506,909,910; setarray .MonthlyRewardAmount[0], 5, 2, 1, 3, 2,5,10; // Reward chance settings (1-10000 scale) .RewardChance = 10000; // 100% chance by default .SpecialRewardChance = 10000; // 100% for 100-completion Make sure to run SQL queries!

    No support provided, unless it's a bug in the script's core features.
     

    149 downloads

    Updated

  2. Free

    Guild/Party GM Assist NPC

    Hello everynyan, this is a free release for all our event GMs out there

    This should help out in events with easier recalls, barricades, announcements and such!

    If you have any suggestions or bugs, please feel free to inform me.
    Commands as follows
    dispbottom "@event usage: "; dispbottom "------------------"; dispbottom "@event left (teleport left-side)"; dispbottom "@event right ((teleport right-side)"; dispbottom "@event recall (recall parties)"; dispbottom "@event debuff (debuff all)"; dispbottom "@event supply (give supply all)"; dispbottom "@event start (start event)"; dispbottom "@event stop (stop event)"; dispbottom "@event partycount (count online members)"; dispbottom "@event mode (selects Guild or Party mode)"; dispbottom "@event repot (announces for repots)"; dispbottom "@event winner (announces who's the winner)"; dispbottom "------------------";  

    157 downloads

    Updated

×
×
  • Create New...