Forums WoW Modding Support Archives Azerothcore Discord Archives [DiscordArchive] Does anyone here could advise me where I could pace offer for that kind of job ?

[DiscordArchive] Does anyone here could advise me where I could pace offer for that kind of job ?

[DiscordArchive] Does anyone here could advise me where I could pace offer for that kind of job ?

rektbyfaith
Administrator
0
11-01-2023, 10:38 AM
#1
Archived author: dr3amforg3 • Posted: 2023-11-01T10:38:22.327000+00:00
Original source

Does anyone here could advise me where I could pace offer for that kind of job ?
rektbyfaith
11-01-2023, 10:38 AM #1

Archived author: dr3amforg3 • Posted: 2023-11-01T10:38:22.327000+00:00
Original source

Does anyone here could advise me where I could pace offer for that kind of job ?

rektbyfaith
Administrator
0
11-01-2023, 10:45 AM
#2
Archived author: Foe • Posted: 2023-11-01T10:45:10.765000+00:00
Original source

https://github.com/Foereaper/Eluna-AIO-StoreSystem
[Embed: GitHub - Foereaper/Eluna-AIO-StoreSystem]
Contribute to Foereaper/Eluna-AIO-StoreSystem development by creating an account on GitHub.
https://github.com/Foereaper/Eluna-AIO-StoreSystem
rektbyfaith
11-01-2023, 10:45 AM #2

Archived author: Foe • Posted: 2023-11-01T10:45:10.765000+00:00
Original source

https://github.com/Foereaper/Eluna-AIO-StoreSystem
[Embed: GitHub - Foereaper/Eluna-AIO-StoreSystem]
Contribute to Foereaper/Eluna-AIO-StoreSystem development by creating an account on GitHub.
https://github.com/Foereaper/Eluna-AIO-StoreSystem

rektbyfaith
Administrator
0
11-01-2023, 10:45 AM
#3
Archived author: Foe • Posted: 2023-11-01T10:45:36.167000+00:00
Original source

This uses ingame currencies or optional database related points
rektbyfaith
11-01-2023, 10:45 AM #3

Archived author: Foe • Posted: 2023-11-01T10:45:36.167000+00:00
Original source

This uses ingame currencies or optional database related points

rektbyfaith
Administrator
0
11-01-2023, 01:46 PM
#4
Archived author: Deleted User • Posted: 2023-11-01T13:46:36.572000+00:00
Original source

patch unexpectedly ends in middle of line patch: **** Only garbage was found in the patch input.
rektbyfaith
11-01-2023, 01:46 PM #4

Archived author: Deleted User • Posted: 2023-11-01T13:46:36.572000+00:00
Original source

patch unexpectedly ends in middle of line patch: **** Only garbage was found in the patch input.

rektbyfaith
Administrator
0
11-01-2023, 01:47 PM
#5
Archived author: Deleted User • Posted: 2023-11-01T13:47:08.388000+00:00
Original source

Apply the patch using patch -p1 < NPCBots.patch command (creating new files)
rektbyfaith
11-01-2023, 01:47 PM #5

Archived author: Deleted User • Posted: 2023-11-01T13:47:08.388000+00:00
Original source

Apply the patch using patch -p1 < NPCBots.patch command (creating new files)

rektbyfaith
Administrator
0
11-01-2023, 02:08 PM
#6
Archived author: Kitzunu • Posted: 2023-11-01T14:08:13.112000+00:00
Original source

E w
rektbyfaith
11-01-2023, 02:08 PM #6

Archived author: Kitzunu • Posted: 2023-11-01T14:08:13.112000+00:00
Original source

E w

rektbyfaith
Administrator
0
11-01-2023, 02:08 PM
#7
Archived author: Honey • Posted: 2023-11-01T14:08:40.621000+00:00
Original source


[Image: image0.gif?ex=690c0328&is=690ab1a8&hm=06...052e2938a&]
rektbyfaith
11-01-2023, 02:08 PM #7

Archived author: Honey • Posted: 2023-11-01T14:08:40.621000+00:00
Original source


[Image: image0.gif?ex=690c0328&is=690ab1a8&hm=06...052e2938a&]

rektbyfaith
Administrator
0
11-01-2023, 02:11 PM
#8
Archived author: Kitzunu • Posted: 2023-11-01T14:11:31.359000+00:00
Original source

https://tenor.com/view/cold-water-swimmi...f-19877762
rektbyfaith
11-01-2023, 02:11 PM #8

Archived author: Kitzunu • Posted: 2023-11-01T14:11:31.359000+00:00
Original source

https://tenor.com/view/cold-water-swimmi...f-19877762

rektbyfaith
Administrator
0
11-01-2023, 02:29 PM
#9
Archived author: Youdeoo • Posted: 2023-11-01T14:29:20.390000+00:00
Original source

I attempted to compile the azerothcore-wotlk-3.0.0 source code on Ubuntu 20.4, using the cmake command:
cmake ../ -DCMAKE_INSTALL_PREFIX=$HOME/azeroth-server/ -DCMAKE_C_COMPILER=/usr/bin/clang -DCMAKE_CXX_COMPILER=/usr/bin/clang++ -DWITH_WARNINGS=1 -DWITHOUT_GIT=1 -DTOOLS_BUILD=all -DSCRIPTS=static -DMODULES=static
After using make -j, I encountered an error:
[ 12%] Built target revision.h
/root/desktop/azerothcore-wotlk-3.0.0/src/server/shared/Network/RealmSocket.cpp:7:10: fatal error: 'ace/OS_NS_string.h' file not found
#include <ace/OS_NS_string.h>
1 error generated.
make[2]: *** [src/server/shared/CMakeFiles/shared.dir/build.make:89:src/server/shared/CMakeFiles/shared.dir/Network/RealmSocket.cpp.o] mistake 1
make[2]: *** Waiting for unfinished tasks....
In file included from /root/desktop/azerothcore-wotlk-3.0.0/src/server/shared/DataStores/DBCStore.cpp:7:
In file included from /root/desktop/azerothcore-wotlk-3.0.0/src/server/shared/DataStores/DBCStore.h:10:
In file included from /root/desktop/azerothcore-wotlk-3.0.0/src/common/Common.h:79:
/root/desktop/azerothcore-wotlk-3.0.0/src/common/Threading/LockedQueue.h:11:10: fatal error: 'ace/Guard_T.h' file not found
#include <ace/Guard_T.h>

In file included from /root/desktop/azerothcore-wotlk-3.0.0/src/server/shared/Realms/RealmList.cpp:7:
In file included from /root/desktop/azerothcore-wotlk-3.0.0/src/common/Common.h:79:
/root/desktop/azerothcore-wotlk-3.0.0/src/common/Threading/LockedQueue.h:11:10: fatal error: 'ace/Guard_T.h' file not found
#include <ace/Guard_T.h>

In file included from /root/desktop/azerothcore-wotlk-3.0.0/src/server/shared/DataStores/DBCDatabaseLoader.cpp:8:
In file included from /root/desktop/azerothcore-wotlk-3.0.0/src/common/Common.h:79:
/root/desktop/azerothcore-wotlk-3.0.0/src/common/Threading/LockedQueue.h:11:10: fatal error: 'ace/Guard_T.h' file not found
#include <ace/Guard_T.h>
rektbyfaith
11-01-2023, 02:29 PM #9

Archived author: Youdeoo • Posted: 2023-11-01T14:29:20.390000+00:00
Original source

I attempted to compile the azerothcore-wotlk-3.0.0 source code on Ubuntu 20.4, using the cmake command:
cmake ../ -DCMAKE_INSTALL_PREFIX=$HOME/azeroth-server/ -DCMAKE_C_COMPILER=/usr/bin/clang -DCMAKE_CXX_COMPILER=/usr/bin/clang++ -DWITH_WARNINGS=1 -DWITHOUT_GIT=1 -DTOOLS_BUILD=all -DSCRIPTS=static -DMODULES=static
After using make -j, I encountered an error:
[ 12%] Built target revision.h
/root/desktop/azerothcore-wotlk-3.0.0/src/server/shared/Network/RealmSocket.cpp:7:10: fatal error: 'ace/OS_NS_string.h' file not found
#include <ace/OS_NS_string.h>
1 error generated.
make[2]: *** [src/server/shared/CMakeFiles/shared.dir/build.make:89:src/server/shared/CMakeFiles/shared.dir/Network/RealmSocket.cpp.o] mistake 1
make[2]: *** Waiting for unfinished tasks....
In file included from /root/desktop/azerothcore-wotlk-3.0.0/src/server/shared/DataStores/DBCStore.cpp:7:
In file included from /root/desktop/azerothcore-wotlk-3.0.0/src/server/shared/DataStores/DBCStore.h:10:
In file included from /root/desktop/azerothcore-wotlk-3.0.0/src/common/Common.h:79:
/root/desktop/azerothcore-wotlk-3.0.0/src/common/Threading/LockedQueue.h:11:10: fatal error: 'ace/Guard_T.h' file not found
#include <ace/Guard_T.h>

In file included from /root/desktop/azerothcore-wotlk-3.0.0/src/server/shared/Realms/RealmList.cpp:7:
In file included from /root/desktop/azerothcore-wotlk-3.0.0/src/common/Common.h:79:
/root/desktop/azerothcore-wotlk-3.0.0/src/common/Threading/LockedQueue.h:11:10: fatal error: 'ace/Guard_T.h' file not found
#include <ace/Guard_T.h>

In file included from /root/desktop/azerothcore-wotlk-3.0.0/src/server/shared/DataStores/DBCDatabaseLoader.cpp:8:
In file included from /root/desktop/azerothcore-wotlk-3.0.0/src/common/Common.h:79:
/root/desktop/azerothcore-wotlk-3.0.0/src/common/Threading/LockedQueue.h:11:10: fatal error: 'ace/Guard_T.h' file not found
#include <ace/Guard_T.h>

rektbyfaith
Administrator
0
11-01-2023, 02:29 PM
#10
Archived author: mynameismeat • Posted: 2023-11-01T14:29:58.606000+00:00
Original source

hey, dont post a message to multiple channels like that
rektbyfaith
11-01-2023, 02:29 PM #10

Archived author: mynameismeat • Posted: 2023-11-01T14:29:58.606000+00:00
Original source

hey, dont post a message to multiple channels like that

Recently Browsing
 1 Guest(s)
Recently Browsing
 1 Guest(s)