Jump to content
  • 0

Nydoghh Quest.


JoshXp

Question


  • Group:  Members
  • Topic Count:  39
  • Topics Per Day:  0.01
  • Content Count:  124
  • Reputation:   0
  • Joined:  01/21/13
  • Last Seen:  

i'm sorry if I'm wrong sub forum, I would like to ask how to remove the quest nydogh on the system renewal, and would like membuuatnya spawn without having to do a quest first. thank you

Link to comment
Share on other sites

5 answers to this question

Recommended Posts


  • Group:  Members
  • Topic Count:  72
  • Topics Per Day:  0.02
  • Content Count:  2997
  • Reputation:   1130
  • Joined:  05/27/12
  • Last Seen:  

trunk/npc/scripts_athena.conf

// Comment this line:

//npc: npc/instances/NydhoggsNest.txt

And add a permanent monster spawn anywhere else:
2@nyd,199,327,0,0	boss_monster	Nidhoggur's Shadow	2022,1,3600000,600000,0
Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  39
  • Topics Per Day:  0.01
  • Content Count:  124
  • Reputation:   0
  • Joined:  01/21/13
  • Last Seen:  

Thank's

and how to editing spawn time.

in 3600000 ? or in 600000 ??

Link to comment
Share on other sites


  • Group:  Developer
  • Topic Count:  10
  • Topics Per Day:  0.00
  • Content Count:  2407
  • Reputation:   613
  • Joined:  07/05/12
  • Last Seen:  

...%TAB%<mob id>,<amount>,<delay1>,<delay2>,<event>{,<mob size>,<mob ai>}

...

Delay1 and delay2 control monster respawn delays - the first one is the fixed

base respawn time, and the second is random variance on top of the base time.

Both values are given in milliseconds (1000 = 1 second).

Note that the server also enforces a minimum respawn delay of 5 seconds.

 

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  105
  • Topics Per Day:  0.02
  • Content Count:  390
  • Reputation:   27
  • Joined:  07/12/12
  • Last Seen:  

 

...%TAB%<mob id>,<amount>,<delay1>,<delay2>,<event>{,<mob size>,<mob ai>}

...

Delay1 and delay2 control monster respawn delays - the first one is the fixed

base respawn time, and the second is random variance on top of the base time.

Both values are given in milliseconds (1000 = 1 second).

Note that the server also enforces a minimum respawn delay of 5 seconds.

 

where do i add this mobspawn?

Link to comment
Share on other sites


  • Group:  Developer
  • Topic Count:  10
  • Topics Per Day:  0.00
  • Content Count:  2407
  • Reputation:   613
  • Joined:  07/05/12
  • Last Seen:  

You can add it anywhere in npc folder. Common spawn monster are loaded in trunk/npc/mobs/

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
Answer this question...

×   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...