Stolao Posted November 23, 2015 Group: Developer Topic Count: 48 Topics Per Day: 0.01 Content Count: 1443 Reputation: 344 Joined: 10/17/12 Last Seen: Sunday at 01:58 PM Share Posted November 23, 2015 (edited) recently i did a request that required use of instancing but for 1 player, this got me thinking we should add alternate instancing styles instead of just the party based instancing, to allow both player instances and guild instances, while im aware you can just add players to a party or check to make sure your the only player in a party, this seems clumsy..... and unorganized so my suggestion add Multiple Instance types [0] Party, [1] Guild, [2] Player Instances while there are no official instances (yet) that are player or guild based, i think this would be a fine addition for server developers. and the benefit of possible future proofing thoughts, comments, concerns? Edited November 23, 2015 by Stolao 3 Link to comment Share on other sites More sharing options...
Azura Skyy Posted November 23, 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 November 23, 2015 I think Stolao is looking out for the masses. Make it happen please. EDIT:Spelling Regards,~Azura Skyy 1 Link to comment Share on other sites More sharing options...
Stolao Posted November 23, 2015 Group: Developer Topic Count: 48 Topics Per Day: 0.01 Content Count: 1443 Reputation: 344 Joined: 10/17/12 Last Seen: Sunday at 01:58 PM Author Share Posted November 23, 2015 (edited) looking further into this i honestly think the entire instance system could use an overhaul in the way it works, it "functions" and its significantly better then it use to be, but lets be honest it could be a lot better and honestly its almost embarrassing (not that i could write it, i think) Edited November 23, 2015 by Stolao 2 Link to comment Share on other sites More sharing options...
Pneuma Posted November 24, 2015 Group: Members Topic Count: 82 Topics Per Day: 0.02 Content Count: 846 Reputation: 138 Joined: 02/26/14 Last Seen: March 7, 2018 Share Posted November 24, 2015 looking further into this i honestly think the entire instance system could use an overhaul in the way it works, it "functions" and its significantly better then it use to be, but lets be honest it could be a lot better and honestly its almost embarrassing (not that i could write it, i think) One great idea about this would be being able to have a guild raid dungeon instead of party raids because sometimes you dont want to leave parties but are forced to if you want to do an instanced dungeon Link to comment Share on other sites More sharing options...
Azura Skyy Posted December 6, 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 December 6, 2015 I just spent two hours or so beating my head against a wall in an effort to create an instance without player input (with no luck). If I'm not mistaken, a player can't enter an instance without input on their end. The following example would not work with select("..."); disabled. The server won't error, it just won't work. If the instance system were to be updated, please remove this requirement. payon_in05,23,31,6 script ::TutInst 111,5,5,{ OnTouch: while (getcharid( 1) == 0) { .@name$ = "i" + rand(100000); if (party_create(.@name$) > 0) // select("..."); } set .@party_id,getcharid(0); set .@ti_name$,"Tutorial"; if (instance_create(.@ti_name$) < 0) instance_create("Tutorial"); instance_enter("Tutorial"); end; } Thank you for your consideration,~Azura Skyy Link to comment Share on other sites More sharing options...
Azura Skyy Posted December 11, 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 December 11, 2015 You cannot activate nightmode within an instance. Please fix. EDIT: Works if you have an NPC enable the mapflag on that map with OnInstanceInit: label. Thanks for your consideration,Regards,~Azura Skyy Link to comment Share on other sites More sharing options...
Stolao Posted December 12, 2015 Group: Developer Topic Count: 48 Topics Per Day: 0.01 Content Count: 1443 Reputation: 344 Joined: 10/17/12 Last Seen: Sunday at 01:58 PM Author Share Posted December 12, 2015 Even if the map is defined as night/indoor for the instance map? I'll take a look into this. Link to comment Share on other sites More sharing options...
Aleos Posted December 16, 2015 Group: Development Manager Topic Count: 56 Topics Per Day: 0.01 Content Count: 732 Reputation: 525 Joined: 12/13/11 Last Seen: June 13, 2024 Share Posted December 16, 2015 Expanding upon this would be great! See no reason why it should just be limited to parties. 1 Link to comment Share on other sites More sharing options...
benching Posted January 7, 2016 Group: Members Topic Count: 26 Topics Per Day: 0.01 Content Count: 350 Reputation: 43 Joined: 09/07/12 Last Seen: August 30, 2019 Share Posted January 7, 2016 (edited) ( From what i understand, individual player can create another instance for a map/dungeons )The Idea is a cool thing. Question: 1.Bunch of individual player could enter such instances, how much memory would a one instance will cost the server? ( i bet it cost the server, not the client ) 2.How does the abandoned or unused instance will be handled? ( timed instance? auto destroy when player leave? user-defined? or does the server handle this in some ways?) Concerns:1.watch out for the boss monsters in the instances w/o cooldowns. Edited January 7, 2016 by benching Link to comment Share on other sites More sharing options...
Aleos Posted May 30, 2016 Group: Development Manager Topic Count: 56 Topics Per Day: 0.01 Content Count: 732 Reputation: 525 Joined: 12/13/11 Last Seen: June 13, 2024 Share Posted May 30, 2016 Implemented in 32c829d. 2 Link to comment Share on other sites More sharing options...
Recommended Posts