Forums WoW Modding Support Archives WoWModding Threads [DiscordArchive] Hi Does anyone know how to set a map a instanc...

[DiscordArchive] Hi Does anyone know how to set a map a instanc...

[DiscordArchive] Hi Does anyone know how to set a map a instanc...

Pages (3): Previous 1 2 3 Next
rektbyfaith
Administrator
0
12-21-2024, 06:43 PM
#11
Archived author: cyberpro98 • Posted: 2024-12-21T18:43:54.555000+00:00
Original source


[Image: image.png?ex=690c43aa&is=690af22a&hm=67d...16a108f09&]
rektbyfaith
12-21-2024, 06:43 PM #11

Archived author: cyberpro98 • Posted: 2024-12-21T18:43:54.555000+00:00
Original source


[Image: image.png?ex=690c43aa&is=690af22a&hm=67d...16a108f09&]

rektbyfaith
Administrator
0
12-21-2024, 06:46 PM
#12
Archived author: cyberpro98 • Posted: 2024-12-21T18:46:15.125000+00:00
Original source


[Image: image.png?ex=690c4437&is=690af2b7&hm=349...32958fe2a&]
rektbyfaith
12-21-2024, 06:46 PM #12

Archived author: cyberpro98 • Posted: 2024-12-21T18:46:15.125000+00:00
Original source


[Image: image.png?ex=690c4437&is=690af2b7&hm=349...32958fe2a&]

rektbyfaith
Administrator
0
12-21-2024, 06:46 PM
#13
Archived author: cyberpro98 • Posted: 2024-12-21T18:46:43.762000+00:00
Original source

```js
INSERT INTO `dungeon_access_requirements` (`dungeon_access_id`, `requirement_type`, `requirement_id`, `requirement_note`, `faction`, `priority`, `leader_only`, `comment`) VALUES (122, 1, 991535, 'You must have Shadows of Hyjal quest completed to enter to this Instance', 2, 0, 0, 'Pinnacle Vortex Map');
INSERT INTO `dungeon_access_template` (`id`, `map_id`, `difficulty`, `min_level`, `max_level`, `min_avg_item_level`, `comment`) VALUES (122, 657, 0, 80, 0, 0, 'Pinnacle Vortex');
```
rektbyfaith
12-21-2024, 06:46 PM #13

Archived author: cyberpro98 • Posted: 2024-12-21T18:46:43.762000+00:00
Original source

```js
INSERT INTO `dungeon_access_requirements` (`dungeon_access_id`, `requirement_type`, `requirement_id`, `requirement_note`, `faction`, `priority`, `leader_only`, `comment`) VALUES (122, 1, 991535, 'You must have Shadows of Hyjal quest completed to enter to this Instance', 2, 0, 0, 'Pinnacle Vortex Map');
INSERT INTO `dungeon_access_template` (`id`, `map_id`, `difficulty`, `min_level`, `max_level`, `min_avg_item_level`, `comment`) VALUES (122, 657, 0, 80, 0, 0, 'Pinnacle Vortex');
```

rektbyfaith
Administrator
0
12-22-2024, 06:38 AM
#14
Archived author: Crow • Posted: 2024-12-22T06:38:47.293000+00:00
Original source

This may sound retarded but have you thought about ordering the dbc by map I'd? Dbcs have a wonky trait about some of them needing to have stuff like the map ids needing to be in order
rektbyfaith
12-22-2024, 06:38 AM #14

Archived author: Crow • Posted: 2024-12-22T06:38:47.293000+00:00
Original source

This may sound retarded but have you thought about ordering the dbc by map I'd? Dbcs have a wonky trait about some of them needing to have stuff like the map ids needing to be in order

rektbyfaith
Administrator
0
12-22-2024, 06:24 PM
#15
Archived author: cyberpro98 • Posted: 2024-12-22T18:24:32.676000+00:00
Original source

I didn‘t understand anything what u wrote :/
rektbyfaith
12-22-2024, 06:24 PM #15

Archived author: cyberpro98 • Posted: 2024-12-22T18:24:32.676000+00:00
Original source

I didn‘t understand anything what u wrote :/

rektbyfaith
Administrator
0
12-27-2024, 04:35 PM
#16
Archived author: cyberpro98 • Posted: 2024-12-27T16:35:27.832000+00:00
Original source

Where can i take a look of an INSTANCE ID ? I need it for AzerothCore Autobalance module, i´d like to disable scalling for some instances
rektbyfaith
12-27-2024, 04:35 PM #16

Archived author: cyberpro98 • Posted: 2024-12-27T16:35:27.832000+00:00
Original source

Where can i take a look of an INSTANCE ID ? I need it for AzerothCore Autobalance module, i´d like to disable scalling for some instances

rektbyfaith
Administrator
0
12-27-2024, 04:36 PM
#17
Archived author: cyberpro98 • Posted: 2024-12-27T16:36:29.319000+00:00
Original source

Could you tell me where is Instance ID of a map ?
rektbyfaith
12-27-2024, 04:36 PM #17

Archived author: cyberpro98 • Posted: 2024-12-27T16:36:29.319000+00:00
Original source

Could you tell me where is Instance ID of a map ?

rektbyfaith
Administrator
0
12-27-2024, 04:39 PM
#18
Archived author: stoneharry • Posted: 2024-12-27T16:39:49.230000+00:00
Original source

Instance id is generated automatically by the server
rektbyfaith
12-27-2024, 04:39 PM #18

Archived author: stoneharry • Posted: 2024-12-27T16:39:49.230000+00:00
Original source

Instance id is generated automatically by the server

rektbyfaith
Administrator
0
12-28-2024, 03:57 PM
#19
Archived author: cyberpro98 • Posted: 2024-12-28T15:57:46.546000+00:00
Original source

Yes i saw it.. I needed to enable in map.dbc the instance type to 1 and not to 0.
rektbyfaith
12-28-2024, 03:57 PM #19

Archived author: cyberpro98 • Posted: 2024-12-28T15:57:46.546000+00:00
Original source

Yes i saw it.. I needed to enable in map.dbc the instance type to 1 and not to 0.

rektbyfaith
Administrator
0
12-28-2024, 03:57 PM
#20
Archived author: cyberpro98 • Posted: 2024-12-28T15:57:53.050000+00:00
Original source

So i fixed it somehow lol
rektbyfaith
12-28-2024, 03:57 PM #20

Archived author: cyberpro98 • Posted: 2024-12-28T15:57:53.050000+00:00
Original source

So i fixed it somehow lol

Pages (3): Previous 1 2 3 Next
Recently Browsing
 1 Guest(s)
Recently Browsing
 1 Guest(s)