Jump to content
  • 0

Help with this script (Nightmare Clock Tower)


juanelox

Question


  • Group:  Members
  • Topic Count:  7
  • Topics Per Day:  0.00
  • Content Count:  18
  • Reputation:   0
  • Joined:  08/06/16
  • Last Seen:  

Hi people I translated one of Ziu's Scripts and have this

http://pastebin.com/mR0485fc

Npc's are working, I made the mob_db and mobs are working too.
 

 

The thing is i cant add mobs to the map. I did this:
went to npc/mobs
made a file CTowerNighrmare.txt
 

 //c_tower2_
 
c_tower2_,0,0,0,0 Big Ben 2916,55,5000,5000,0
c_tower2_,0,0,0,0 Neo Punk 2919,55,5000,5000,0 
c_tower2_,0,0,0,0 Time Keeper 2918,1,5000,5000,0
c_tower2_,0,0,0,0 Arc Elder 2920,2,3600000,3600000,0
c_tower2_,0,0,0,0 Owl Viscount 2921,1,5000,5000,0
c_tower2_,0,0,0,0 Cursed Book 2478,2,600000,60000,0
c_tower2_,0,0,0,0 Cursed Book 2478,6,120000,120000,0
c_tower2_,0,0,0,0 Cursed Book 2478,8,300000,300000,0
c_tower2_,0,0,0,0 Nightmare Mimic 2356,4,5000,5000,0
 
 //c_tower3_
 
c_tower3_,0,0,0,0 Big Bell 2917,109,5000,5000,0
c_tower3_,0,0,0,0 Time Keeper 2918,2,5000,5000,0 
c_tower3_,0,0,0,0 Time Holder 3074,1,7200000,7200000,0
c_tower3_,0,0,0,0 Owl Marquees 2923,1,5000,5000,0
c_tower3_,0,0,0,0 Cursed Book 2478,5,5000,5000,0
c_tower3_,0,0,0,0 Cursed Book 2478,3,120000,120000,0
c_tower3_,0,0,0,0 Nightmare Mimic 2356,9,5000,5000,0
 
 
then i went to npc/script_monsters.conf and added this line
 
npc: npc/mobs/CTowerNightmare.txt
 
then @reloadscript in game but the monsters are not spawning

All the credits for this script are for Ziu, I just translated to spanish (my native language) and added mobs to my mob_db.txt
 

Fixed
 

 //c_tower2_
 
c_tower2_,0,0,0,0 monster Big Ben 2916,55,5000,0,0
c_tower2_,0,0,0,0 monster Neo Punk 2919,55,5000,0,0 
c_tower2_,0,0,0,0 monster Time Keeper 2918,1,5000,0,0
c_tower2_,0,0,0,0 monster Arc Elder 2920,2,3600000,0,0
c_tower2_,0,0,0,0 monster Owl Viscount 2921,1,5000,0,0
c_tower2_,0,0,0,0 monster Cursed Book 2478,2,600000,0,0
c_tower2_,0,0,0,0 monster Cursed Book 2478,6,120000,0,0
c_tower2_,0,0,0,0 monster Cursed Book 2478,8,300000,0,0
c_tower2_,0,0,0,0 monster Nightmare Mimic 2356,4,5000,0,0
 
 //c_tower3_
 
c_tower3_,0,0,0,0 monster Big Bell 2917,109,5000,0,0
c_tower3_,0,0,0,0 monster Time Keeper 2918,2,5000,0,0 
c_tower3_,0,0,0,0 boss_monster Time Holder 3074,1,7200000,0,1
c_tower3_,0,0,0,0 monster Owl Marquees 2923,1,5000,0,0
c_tower3_,0,0,0,0 monster Cursed Book 2478,5,5000,0,0
c_tower3_,0,0,0,0 monster Cursed Book 2478,3,120000,0,0
c_tower3_,0,0,0,0 monster Nightmare Mimic 2356,9,5000,0,0

I was missing "monster" and "boss_monster" Before the mob name and stuff

Edited by juanelox
Link to comment
Share on other sites

0 answers to this question

Recommended Posts

There have been no answers to this question yet

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