Forums WoW Modding Support Archives Azerothcore Discord Archives [DiscordArchive] quick question guys: after this <https://github.com/ElunaLuaEngine/Eluna/commit/2962d4fea3708cf22964

[DiscordArchive] quick question guys: after this <https://github.com/ElunaLuaEngine/Eluna/commit/2962d4fea3708cf22964

[DiscordArchive] quick question guys: after this <https://github.com/ElunaLuaEngine/Eluna/commit/2962d4fea3708cf22964

Pages (2): 1 2 Next
rektbyfaith
Administrator
0
05-10-2021, 07:57 AM
#1
Archived author: Yehonal • Posted: 2021-05-10T07:57:08.965000+00:00
Original source

quick question guys: after this <https://github.com/ElunaLuaEngine/Eluna/commit/2962d4fea3708cf22964d1cc750290b8980b313f> have you had to adapt your lua scripts accordingly?
rektbyfaith
05-10-2021, 07:57 AM #1

Archived author: Yehonal • Posted: 2021-05-10T07:57:08.965000+00:00
Original source

quick question guys: after this <https://github.com/ElunaLuaEngine/Eluna/commit/2962d4fea3708cf22964d1cc750290b8980b313f> have you had to adapt your lua scripts accordingly?

rektbyfaith
Administrator
0
05-10-2021, 07:57 AM
#2
Archived author: Yehonal • Posted: 2021-05-10T07:57:22.618000+00:00
Original source

ObjectGuid now is not a number anymore
rektbyfaith
05-10-2021, 07:57 AM #2

Archived author: Yehonal • Posted: 2021-05-10T07:57:22.618000+00:00
Original source

ObjectGuid now is not a number anymore

rektbyfaith
Administrator
0
05-10-2021, 08:30 AM
#3
Archived author: Yehonal • Posted: 2021-05-10T08:30:07.335000+00:00
Original source

<@!248138535968833537> <@456226577798135808>
rektbyfaith
05-10-2021, 08:30 AM #3

Archived author: Yehonal • Posted: 2021-05-10T08:30:07.335000+00:00
Original source

<@!248138535968833537> <@456226577798135808>

rektbyfaith
Administrator
0
05-10-2021, 08:30 AM
#4
Archived author: Yehonal • Posted: 2021-05-10T08:30:34.260000+00:00
Original source

```
void Eluna::OnAddMember(Group* group, ObjectGuid guid)
{
START_HOOK(GROUP_EVENT_ON_MEMBER_ADD);
Push(group);
Push(guid);
CallAllFunctions(GroupEventBindings, key);
}
```
rektbyfaith
05-10-2021, 08:30 AM #4

Archived author: Yehonal • Posted: 2021-05-10T08:30:34.260000+00:00
Original source

```
void Eluna::OnAddMember(Group* group, ObjectGuid guid)
{
START_HOOK(GROUP_EVENT_ON_MEMBER_ADD);
Push(group);
Push(guid);
CallAllFunctions(GroupEventBindings, key);
}
```

rektbyfaith
Administrator
0
05-10-2021, 08:30 AM
#5
Archived author: Yehonal • Posted: 2021-05-10T08:30:57.566000+00:00
Original source

should the users now call the guid methods instead of use it directly?
rektbyfaith
05-10-2021, 08:30 AM #5

Archived author: Yehonal • Posted: 2021-05-10T08:30:57.566000+00:00
Original source

should the users now call the guid methods instead of use it directly?

rektbyfaith
Administrator
0
05-10-2021, 08:31 AM
#6
Archived author: Yehonal • Posted: 2021-05-10T08:31:10.893000+00:00
Original source

how to work with the guid?
rektbyfaith
05-10-2021, 08:31 AM #6

Archived author: Yehonal • Posted: 2021-05-10T08:31:10.893000+00:00
Original source

how to work with the guid?

rektbyfaith
Administrator
0
05-10-2021, 08:37 AM
#7
Archived author: Deleted User • Posted: 2021-05-10T08:37:17.355000+00:00
Original source

ObjectGuis is converted to uint64 later
For players, raw value = counter
rektbyfaith
05-10-2021, 08:37 AM #7

Archived author: Deleted User • Posted: 2021-05-10T08:37:17.355000+00:00
Original source

ObjectGuis is converted to uint64 later
For players, raw value = counter

rektbyfaith
Administrator
0
05-10-2021, 08:39 AM
#8
Archived author: Yehonal • Posted: 2021-05-10T08:39:16.892000+00:00
Original source

ok, so I'm type-hinting the parameters of the Hooks in typescript, ObjectGuid becomes a number then
rektbyfaith
05-10-2021, 08:39 AM #8

Archived author: Yehonal • Posted: 2021-05-10T08:39:16.892000+00:00
Original source

ok, so I'm type-hinting the parameters of the Hooks in typescript, ObjectGuid becomes a number then

rektbyfaith
Administrator
0
05-10-2021, 08:40 AM
#9
Archived author: Deleted User • Posted: 2021-05-10T08:40:25.709000+00:00
Original source

Yes
rektbyfaith
05-10-2021, 08:40 AM #9

Archived author: Deleted User • Posted: 2021-05-10T08:40:25.709000+00:00
Original source

Yes

rektbyfaith
Administrator
0
05-10-2021, 08:40 AM
#10
Archived author: Yehonal • Posted: 2021-05-10T08:40:46.912000+00:00
Original source

thanks
rektbyfaith
05-10-2021, 08:40 AM #10

Archived author: Yehonal • Posted: 2021-05-10T08:40:46.912000+00:00
Original source

thanks

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