tokenacc001 Posted August 18, 2020 Posted August 18, 2020 (edited) Hello! I've a gold room script and I wanted to mark the center of the map in ordeal_3-2 as safe zone from monsters and pvp I added this on OnInit: setcell "ordeal_3-2",146,146,160,161,cell_basilica,1; player's can't attack each other (so it's working fine) but the monsters is still following and attacking the player, although it's 100% missing anyway to stop the monster from attacking? Edited August 18, 2020 by tokenacc001 Quote
0 Kreustoo Posted August 18, 2020 Posted August 18, 2020 Hello, Add a 1 cell wall and tp the player inside/outside using a ontouch? Quote
0 tokenacc001 Posted August 19, 2020 Author Posted August 19, 2020 8 hours ago, Kreustoo said: Hello, Add a 1 cell wall and tp the player inside/outside using a ontouch? can i have an example how to do that? new to scripting sorry.. Quote
Question
tokenacc001
Hello!
I've a gold room script and I wanted to mark the center of the map in ordeal_3-2 as safe zone from monsters and pvp
I added this on OnInit:
setcell "ordeal_3-2",146,146,160,161,cell_basilica,1;
player's can't attack each other (so it's working fine)
but the monsters is still following and attacking the player, although it's 100% missing
anyway to stop the monster from attacking?
Edited by tokenacc0012 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.