Skits Posted April 8, 2020 Posted April 8, 2020 How do i restrict creator's pet homulucus in a map so i can restrict it in my gold room so they can't leave it on aggressive and afk farm. Quote
0 Emistry Posted April 12, 2020 Posted April 12, 2020 a better approach, re-check it every minutes, since player can actually recall the homun after they entered the maps. - script Sample -1,{ OnInit: .map$ = "prt_fild01"; setmapflag .map$,mf_loadevent; end; OnPCLoadMapEvent: if(strcharinfo(3) == .map$) { if (gethominfo(0)) { mes "Sorry, Homunculus are not allowed in this Map. Please remove it."; close2; warp "SavePoint",0,0; } else { addtimer (60 * 1000), strnpcinfo(3)+"::OnPCLoadMapEvent"; } } end; } Quote
0 darking123 Posted April 12, 2020 Posted April 12, 2020 Try this. Credit to the owner of the script https://pastebin.com/raw/Np73y4pw Quote
Question
Skits
How do i restrict creator's pet homulucus in a map so i can restrict it in my gold room so they can't leave it on aggressive and afk farm.
2 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.