deniswalle96 Posted May 22, 2024 Group: Members Topic Count: 13 Topics Per Day: 0.01 Content Count: 33 Reputation: 3 Joined: 03/15/20 Last Seen: July 24, 2024 Share Posted May 22, 2024 *setcell "<map name>",<x1>,<y1>,<x2>,<y2>,<type>,<flag>; what are all the possible values for type? Quote Link to comment Share on other sites More sharing options...
0 Winterfox Posted May 22, 2024 Group: Members Topic Count: 1 Topics Per Day: 0.00 Content Count: 245 Reputation: 93 Joined: 06/30/18 Last Seen: November 27, 2024 Share Posted May 22, 2024 /* setcell types */ export_constant(CELL_WALKABLE); export_constant(CELL_SHOOTABLE); export_constant(CELL_WATER); export_constant(CELL_NPC); export_constant(CELL_BASILICA); export_constant(CELL_LANDPROTECTOR); export_constant(CELL_NOVENDING); export_constant(CELL_NOCHAT); export_constant(CELL_MAELSTROM); export_constant(CELL_ICEWALL); export_constant(CELL_NOBUYINGSTORE); Quote Link to comment Share on other sites More sharing options...
Question
deniswalle96
what are all the possible values for type?
Link to comment
Share on other sites
1 answer 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.