Xatori Posted March 3, 2018 Share Posted March 3, 2018 Hallo, eine kurze Frage wo kann man die Anzahl der Monster auf einer Map erhöhen? oder gibt es da eine anderen Trick? Quote Link to comment Share on other sites More sharing options...
Normynator Posted March 3, 2018 Share Posted March 3, 2018 Zb in npc/pre-re/mobs/fields/payon.txt Und dann einfach die Anzahl editieren oder neue mobs hinzufügen oder was du magst halt. Quote Link to comment Share on other sites More sharing options...
Anubis92 Posted March 4, 2018 Share Posted March 4, 2018 Moin! Einfach in den conf/bttle Ordner. Dort öffnest du die monster.conf und editierst: // Rate of monsters on a map, 200 would be twice as many as normal. (Note 2) mob_count_rate: 150 // Respawn rate of monsters on a map. 50 would make mobs respawn twice as fast (half delay time) (Note 2) //Note: This does not affects mobs with immediate respawn (most normal mobs) mob_spawn_delay: 100 plant_spawn_delay: 100 boss_spawn_delay: 100 Grüße Quote Link to comment Share on other sites More sharing options...