Jump to content

Quests, Games: Find the GM (hide and seek)


Recommended Posts


  • Group:  Members
  • Topic Count:  8
  • Topics Per Day:  0.00
  • Content Count:  63
  • Reputation:   35
  • Joined:  07/04/19
  • Last Seen:  

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
  • Submitted
    01/30/2021
  • Category
  • Video
    https://www.youtube.com/watch?v=ZiXuwO0Ng9U&ab_channel=Mastagoon
  • Content Author
    Mastagoon

 

Link to comment
Share on other sites

  • 1 year later...

  • Group:  Members
  • Topic Count:  0
  • Topics Per Day:  0
  • Content Count:  1
  • Reputation:   0
  • Joined:  04/08/20
  • Last Seen:  

[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~~

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...