HELP in making guild specific instance dungeon

05/04/2022 22:17 fedo27#1
how to make guild dungeon _?
05/04/2022 23:06 ThunderNikk#2
Is this in reference to rappelz private servers?

If so I can move it to the correct forum for you. If not and it is unrelated to Rappelz then you will need to find the appropriate forum.
05/04/2022 23:08 fedo27#3
yes pls rappelz private
05/04/2022 23:22 ThunderNikk#4
So I have moved the thread to the correct forum.

So to clarify for others who may be able to help you, you want to make an instanced dungeon that only members of a guild can enter? So like they wouldn't have to worry about anyone else being in the same dungeon unless they are in the same guild?
05/04/2022 23:52 fedo27#5
Yes, definitely

I want to make an instanced dungeon that only members of a guild can enter? So like they wouldn't have to worry about anyone else being in the same dungeon unless they are in the same
05/05/2022 00:10 Nove240#6
Source Code Edit i think :)
05/05/2022 00:19 Masumichan#7
Quote:
Originally Posted by fedo27 View Post
Yes, definitely

I want to make an instanced dungeon that only members of a guild can enter? So like they wouldn't have to worry about anyone else being in the same dungeon unless they are in the same
You could use the guild ID as the instance layer ID you should be able to easily get it by using gv('guild_id')
05/05/2022 01:20 Nove240#8
Quote:
Originally Posted by Masumichan View Post
You could use the guild ID as the instance layer ID you should be able to easily get it by using gv('guild_id')
Good idea, but, there is not a limitation of layer ?

Because if max layer is x and a guild id is > to x it will not work ?

After IDK if there is a limitation of layer, just an idea