juanelox Posted November 5, 2016 Group: Members Topic Count: 7 Topics Per Day: 0.00 Content Count: 18 Reputation: 0 Joined: 08/06/16 Last Seen: January 1, 2024 Share Posted November 5, 2016 (edited) Hi people I translated one of Ziu's Scripts and have thishttp://pastebin.com/mR0485fcNpc'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/mobsmade 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 spawningAll 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 November 5, 2016 by juanelox Quote Link to comment Share on other sites More sharing options...
Question
juanelox
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
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
I was missing "monster" and "boss_monster" Before the mob name and stuff
Edited by juaneloxLink to comment
Share on other sites
0 answers to this question
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.