mirabell Posted April 20, 2017 Group: Members Topic Count: 41 Topics Per Day: 0.01 Content Count: 197 Reputation: 19 Joined: 11/20/11 Last Seen: February 28 Share Posted April 20, 2017 (edited) On 1/27/2017 at 3:03 AM, Emistry said: setarray .monster, PORING, DROPS, MARIN, POPORING; replace with monster id. i tried a few things but it has alot of variables and i cant get why its broken Edited April 20, 2017 by mirabell Quote Link to comment Share on other sites More sharing options...
Cyro Posted April 21, 2017 Group: Members Topic Count: 9 Topics Per Day: 0.00 Content Count: 1138 Reputation: 290 Joined: 04/29/13 Last Seen: July 20, 2024 Share Posted April 21, 2017 12 hours ago, mirabell said: i tried a few things but it has alot of variables and i cant get why its broken any post console errors if any? whats the issue? Quote Link to comment Share on other sites More sharing options...
mirabell Posted April 21, 2017 Group: Members Topic Count: 41 Topics Per Day: 0.01 Content Count: 197 Reputation: 19 Joined: 11/20/11 Last Seen: February 28 Share Posted April 21, 2017 (edited) On 4/20/2017 at 11:35 AM, akosivinmark said: Experienced the same problem. How to make mushrooms and monsters invulnerable? Edit: Got mine working properly. map.c Looks like set_cell function type is case sensitive. Also, I put the set_cell line at OnMinute59: i changed it to caps and still the same issue i can aoe mobs inside. 14 hours ago, Cyro said: any post console errors if any? whats the issue? no mapserver error but you can kill the mushroom and mobs. and your required to type a space after the answer Edited April 21, 2017 by mirabell Quote Link to comment Share on other sites More sharing options...
RedMonkey Posted April 22, 2017 Group: Members Topic Count: 33 Topics Per Day: 0.01 Content Count: 87 Reputation: 2 Joined: 03/30/16 Last Seen: May 18, 2024 Share Posted April 22, 2017 I have no map server errors, mushrooms and porings are also invulnerable. Just need to remove set_cell basilica inside OnMinute00: and put it at OnMinute59 Quote Link to comment Share on other sites More sharing options...
Cyro Posted April 22, 2017 Group: Members Topic Count: 9 Topics Per Day: 0.00 Content Count: 1138 Reputation: 290 Joined: 04/29/13 Last Seen: July 20, 2024 Share Posted April 22, 2017 4 hours ago, mirabell said: i changed it to caps and still the same issue i can aoe mobs inside. no mapserver error but you can kill the mushroom and mobs. and your required to type a space after the answer i just tested the script, working good no issues may be u using older version download latest version in tehre Quote Link to comment Share on other sites More sharing options...
RedMonkey Posted April 22, 2017 Group: Members Topic Count: 33 Topics Per Day: 0.01 Content Count: 87 Reputation: 2 Joined: 03/30/16 Last Seen: May 18, 2024 Share Posted April 22, 2017 Hello @mirabell, Try this. Find and Delete line. Quote setcell .map$,.xy_area[0],.xy_area[1],.xy_area[2],.xy_area[3],cell_basilica,1; setcell .map$,.xy_area[0],.xy_area[1],.xy_area[2],.xy_area[3],cell_walkable,1; Find: Quote OnMinute00: Add before: Quote OnMinute59: setcell .map$,.xy_area[0],.xy_area[1],.xy_area[2],.xy_area[3],CELL_BASILICA,1; setcell .map$,.xy_area[0],.xy_area[1],.xy_area[2],.xy_area[3],CELL_WALKABLE,1; Should make the monster invulnerable after that, I do not know why the set_cell was being skipped there, but this worked for me. setting the cell a minute before the event starts. Hope this helps! 1 Quote Link to comment Share on other sites More sharing options...
wut751 Posted July 25, 2017 Group: Members Topic Count: 9 Topics Per Day: 0.00 Content Count: 30 Reputation: 2 Joined: 07/17/17 Last Seen: March 9, 2023 Share Posted July 25, 2017 Hello once I reload script, NPC appear but mushroom and mobs not appear. who can help me on this sorry for bad English Quote Link to comment Share on other sites More sharing options...
gnashxalex Posted January 3, 2020 Group: Members Topic Count: 15 Topics Per Day: 0.01 Content Count: 52 Reputation: 1 Joined: 08/19/18 Last Seen: February 23, 2021 Share Posted January 3, 2020 i got this errores when i add the script [Warning]: script: buildin_getmapxy: Invalid type 0. [Debug]: Source (NPC): Monster Counting Game at prontera (155,181) [Debug]: (map_mapname2mapid) mapindex_name2id: Map "" not found in index list! [Debug]: (map_mapname2mapid) mapindex_name2id: Map "" not found in index list! [Error]: buildin_getmapxy: fatal error ! player not attached! [Debug]: Function: getmapxy (4 parameters): [Debug]: Data: variable name='.map$' index=0 [Debug]: Data: variable name='.npc_x' index=0 [Debug]: Data: variable name='.npc_y' index=0 [Debug]: Data: number value=1 [Debug]: Source (NPC): Monster Counting Game at prontera (155,181) Quote Link to comment Share on other sites More sharing options...
oxob Posted April 20, 2020 Group: Members Topic Count: 0 Topics Per Day: 0 Content Count: 4 Reputation: 1 Joined: 07/13/17 Last Seen: March 11 Share Posted April 20, 2020 (edited) @EmistryMy monster flee from his cage Edited April 20, 2020 by oxob Quote Link to comment Share on other sites More sharing options...
Gidz Cross Posted April 24, 2020 Group: Members Topic Count: 133 Topics Per Day: 0.03 Content Count: 685 Reputation: 89 Joined: 04/07/14 Last Seen: 11 hours ago Share Posted April 24, 2020 Not working in the latest git. Quote Link to comment Share on other sites More sharing options...
Emistry Posted April 25, 2020 Group: Forum Moderator Topic Count: 93 Topics Per Day: 0.02 Content Count: 10017 Reputation: 2369 Joined: 10/28/11 Last Seen: 10 hours ago Author Share Posted April 25, 2020 Fixed in v1.3, redownload the files when it get approved in the system. Quote Link to comment Share on other sites More sharing options...
Ruhn Posted May 5, 2020 Group: Members Topic Count: 22 Topics Per Day: 0.01 Content Count: 66 Reputation: 1 Joined: 04/15/20 Last Seen: Yesterday at 02:58 AM Share Posted May 5, 2020 (edited) after guessing the right answer, mobs wont get killed and players can spam the right answer and get the rewards in spam too. using the latest version @Emistry Edited May 5, 2020 by Ruhn Quote Link to comment Share on other sites More sharing options...
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.