tokenacc001 Posted August 18, 2020 Group: Members Topic Count: 8 Topics Per Day: 0.00 Content Count: 35 Reputation: 0 Joined: 06/30/20 Last Seen: September 22, 2020 Share 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 Link to comment Share on other sites More sharing options...
0 Kreustoo Posted August 18, 2020 Group: Members Topic Count: 34 Topics Per Day: 0.01 Content Count: 216 Reputation: 45 Joined: 05/03/13 Last Seen: March 9 Share Posted August 18, 2020 Hello, Add a 1 cell wall and tp the player inside/outside using a ontouch? Quote Link to comment Share on other sites More sharing options...
0 tokenacc001 Posted August 19, 2020 Group: Members Topic Count: 8 Topics Per Day: 0.00 Content Count: 35 Reputation: 0 Joined: 06/30/20 Last Seen: September 22, 2020 Author Share 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 Link to comment Share on other sites More sharing options...
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 tokenacc001Link 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.