girotto000 Posted April 12, 2015 Group: Members Topic Count: 11 Topics Per Day: 0.00 Content Count: 20 Reputation: 0 Joined: 01/18/15 Last Seen: May 30, 2015 Share Posted April 12, 2015 Exist any command that block player from walk and talking to NPCS? Quote Link to comment Share on other sites More sharing options...
Azura Skyy Posted April 12, 2015 Group: Members Topic Count: 49 Topics Per Day: 0.01 Content Count: 545 Reputation: 221 Joined: 03/01/13 Last Seen: January 2, 2023 Share Posted April 12, 2015 (edited) Walkable areas are determined by the maps gat tiles (selected in the map editor BrowEdit). You could script ways of preventing a player from accessing certain areas (an obvious example is something like the door in Eden Headquarters that you have to interact with to gain access to the hallway). You can add conditions to NPCs disguised as doors or warpportals to restrict access at different times of the days, steps of a quest, or a number of other things. EDIT: Another option would be to do an invisible barrier like the one in the Rekenber Headquarters in Lighthalzen. If you walk into the study room on the main floor, you are kicked out by the guards. You could make a conditional NPC like that to warp players away if they enter an allow them to pass if the meet your requirement.Hope this helps,~Azura Skyy Edited April 13, 2015 by AzuraSkyy Quote Link to comment Share on other sites More sharing options...
rayn Posted April 13, 2015 Group: Members Topic Count: 22 Topics Per Day: 0.00 Content Count: 164 Reputation: 55 Joined: 11/25/11 Last Seen: May 3, 2020 Share Posted April 13, 2015 You could use one of the @options (perhaps @option 1 - use @option to see all allowable options) Quote Link to comment Share on other sites More sharing options...
Sehrentos Posted April 13, 2015 Group: Members Topic Count: 6 Topics Per Day: 0.00 Content Count: 91 Reputation: 22 Joined: 10/24/14 Last Seen: November 1, 2024 Share Posted April 13, 2015 Like these script commands? setcell "<map name>",<x1>,<y1>,<x2>,<y2>,<type>,<flag>; - setcell "schg_cas05",114,51,125,51,cell_walkable,0; - setcell "schg_cas05",114,51,125,51,cell_walkable,1; setwall "<map name>",<x>,<y>,<size>,<dir>,<shootable>,"<name>"; disablenpc "<NPC object name>"; enablenpc "<NPC object name>"; Quote Link to comment Share on other sites More sharing options...
Question
girotto000
Exist any command that block player from walk and talking to NPCS?
Link to comment
Share on other sites
3 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.