Skits Posted April 8, 2020 Group: Members Topic Count: 25 Topics Per Day: 0.01 Content Count: 73 Reputation: 2 Joined: 02/10/20 Last Seen: June 6, 2020 Share 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 Link to comment Share on other sites More sharing options...
0 Emistry Posted April 12, 2020 Group: Forum Moderator Topic Count: 93 Topics Per Day: 0.02 Content Count: 10017 Reputation: 2369 Joined: 10/28/11 Last Seen: 9 minutes ago Share 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 Link to comment Share on other sites More sharing options...
0 darking123 Posted April 12, 2020 Group: Members Topic Count: 318 Topics Per Day: 0.07 Content Count: 931 Reputation: 13 Joined: 12/20/11 Last Seen: November 21, 2020 Share Posted April 12, 2020 Try this. Credit to the owner of the script https://pastebin.com/raw/Np73y4pw Quote Link to comment Share on other sites More sharing options...
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.
Link to comment
Share on other sites
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.