Permanent Mob spawning

Whoteva

New member
Messages
6
Points
0
Ive tried what it says on the wiki and im not sure if someone has covered it here,

But i wanna add mobs to new_1-1 for the new players to just kill to get some levels to start off with.

Can i add a new .txt file or do i have to try and source out the new_1-1.txt file?

thanks guys,

Josh
default_smile.png


 
You can do whatever you want on the options you've stated - either edit an existent mobspawn file or make your new one. If you make a new one just make sure that its route appears in your npc/scripts_custom.conf file.

 
Last edited by a moderator:
Ah that would be where I went wrong with my own script. Forgot to add it to scripts_custom.conf. il give that a go when I get home

Is this script right?

new_1-1,53,109,0,0[tab]monster Poring[tab]1002,30,0,0,0

its located in

npc/custom/CustomScript/newbie_area.txt

and its been added to the scripts_custom.conf

 
Last edited by a moderator:
Code:
pay_dun04,120,115,0,0<tab>monster<tab>Poring<tab>1002,1,3600000,600000,0
 
Back
Top