Oh.... I can't multitask... ask me one problem at a time.... I'll look at the server_init() thingy in a minute, finishing a script for release. Had this idea last night before I went to bed so now I'm building it.... lol
And sorry, not yelling, just being sturn.
Ok just tested the server_init thingy....
This:
Code:
function on_server_init()
roaming()
rare_mob()
guardian_spawn()
random_respawn()
add_event_state(1013,20)
add_event_state(1007,15)
add_event_state(1008,15)
add_event_state(1002,10)
add_event_state(1001,10)
end
Works just fine on my private server. If it doesn't work for you then you either did something wrong or there's something conflicting with the code.
Try looking at it again.
Added NPC Buff System....