Mastagoon Posted January 30, 2021 Group: Members Topic Count: 8 Topics Per Day: 0.00 Content Count: 63 Reputation: 38 Joined: 07/04/19 Last Seen: December 14, 2024 Share Posted January 30, 2021 View File Find the GM (hide and seek) A simple event. the GM npc will teleport to a random location in the specified map, and the first player to find him will win the round. //SETTINGS .rounds = 3; // for how many rounds should the event last? .map$ = "prontera"; // the event where the gm will hide .itemReward = 1; setarray .rewards[0],909,5,716,2; // [itemId, itemAmount, {....}] .zenyReward = 0; .zenyAmount = 1000; .debugMode = 0; .npcName$ = "GM Masta"; .countdown = 3; // the time between event announcements and when the event actually starts. .automatic = 1; // automatic event or does it need a gm to run it manually? .runEvery = 1; // (ignore if manual) run the event ever X hours .offset = 1; // (ignore if manual) sometimes, you might have another event/announcement at the same time as the event announcement. you can set an offset (announce X minutes after event time.) Submitter Mastagoon Submitted 01/30/2021 Category Games, Events, Quests Video https://www.youtube.com/watch?v=ZiXuwO0Ng9U&ab_channel=Mastagoon Content Author Mastagoon Quote Link to comment Share on other sites More sharing options...
crowgold00 Posted July 17, 2022 Group: Members Topic Count: 0 Topics Per Day: 0 Content Count: 1 Reputation: 0 Joined: 04/08/20 Last Seen: November 12, 2023 Share Posted July 17, 2022 [Error]: npc_parsesrcfile: Unknown syntax in file 'npc/custom/findgm.txt', line '2'. Stopping... * w1=.rounds = 3; // for how many rounds should the event last? * w2= * w3= * w4= Help me~~ Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.