Azerothcore WoTLK Repack (Playerbots + Individual Progression + 32 other modules) menu

User Tag List

Page 92 of 95 FirstFirst ... 428889909192939495 LastLast
Results 1,366 to 1,380 of 1417
  1. #1366
    Aldebaraan's Avatar Contributor
    Reputation
    296
    Join Date
    Oct 2024
    Posts
    520
    Thanks G/R
    191/269
    Trade Feedback
    0 (0%)
    Mentioned
    12 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by Deathknight5405 View Post
    Could you please add the following modules? Or give the source code?

    Faction Free, ARAC, Worgoblin, Black Market. My friends and I would really like to be able to use all races
    AzerothCore
    AzerothCore
    AzerothCore
    AzerothCore
    mod-arac = can be applied on your end. Just follow the instructions on that page.
    mod-Faction-Free, Black-Market-Auction-House = requires Eluna. I won't add Eluna for reasons mentioned in the FAQ.
    mod-worgoblin = i tried this before. The module is too old (and abandoned) to be added to the current core.

    Azerothcore WoTLK Repack (Playerbots + Individual Progression + 32 other modules)
  2. #1367
    Remster's Avatar Member
    Reputation
    2
    Join Date
    Jul 2025
    Posts
    4
    Thanks G/R
    2/1
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Hello again. I wanted to ask about two things to do with bots and dungeons.

    When I queue into a dungeon, bots will get summoned, except ones that are flagged for PVP (usually due to quests). Is there a way around this? I can summon them individually but it's just a bit annoying.

    Also when I queue in BC dungeons it looks like DKs can't join. They mess up the queue and can't queue with them anyways because for BC dungeons it says they are locked behind completing a required quest. I'm guessing this has something to do with individual progression or them skipping their starting zone. Not sure. Do you know a fix for this?

    Thanks again for any help.

  3. #1368
    Aldebaraan's Avatar Contributor
    Reputation
    296
    Join Date
    Oct 2024
    Posts
    520
    Thanks G/R
    191/269
    Trade Feedback
    0 (0%)
    Mentioned
    12 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by Remster View Post
    Hello again. I wanted to ask about two things to do with bots and dungeons.

    When I queue into a dungeon, bots will get summoned, except ones that are flagged for PVP (usually due to quests). Is there a way around this? I can summon them individually but it's just a bit annoying.

    Also when I queue in BC dungeons it looks like DKs can't join. They mess up the queue and can't queue with them anyways because for BC dungeons it says they are locked behind completing a required quest. I'm guessing this has something to do with individual progression or them skipping their starting zone. Not sure. Do you know a fix for this?

    Thanks again for any help.
    Hi. You have better luck asking about playerbot issues on the playerbot discord itself. And please do not mention use of a repack.

  4. #1369
    Alderian's Avatar Member
    Reputation
    3
    Join Date
    Sep 2025
    Posts
    3
    Thanks G/R
    0/2
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Hello.

    For starter, thanks a lot for your work on this repack, I really like it a lot. I've really been enjoying my time with it.

    I just have an issue that I don't really understand. After completing a raid, then logging out, some items in my inventory just disappear when I'm logging back.
    For example, I was doing the quest for the Hydraxian Lords, where you have to obtain the hands of the bosses in Molten Core. I got the four hands required, but before handing the quest, I logged out. And when I logged back, one of the hands was missing from my inventory, with some of the loot I got from the raid. And so I had to go back to the raid, to kill the boss again.

    Am I the only one that got this problem, and do you know what could be causing it, and how to avoid it ? I never got this problem when I was leveling from level 1 to level 60, it only happened from the moment I started to do the raids.

    Thanks again for any help, and once again, thanks a lot for this repack

  5. #1370
    HolliValentine's Avatar Member
    Reputation
    6
    Join Date
    Mar 2025
    Posts
    9
    Thanks G/R
    0/5
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Is there a way to basically wipe your server and restart? Asking out of curiosity.

  6. #1371
    hanyang's Avatar Member
    Reputation
    1
    Join Date
    Sep 2025
    Posts
    1
    Thanks G/R
    2/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Hello, what should I do if I want to set up the server to be played locally in different PCs?

  7. #1372
    Aldebaraan's Avatar Contributor
    Reputation
    296
    Join Date
    Oct 2024
    Posts
    520
    Thanks G/R
    191/269
    Trade Feedback
    0 (0%)
    Mentioned
    12 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by HolliValentine View Post
    Is there a way to basically wipe your server and restart? Asking out of curiosity.
    Yes.

    Delete all playerbot data:
    Code:
    DELETE FROM `acore_playerbots`.`playerbots_random_bots`;
    DELETE FROM `acore_characters`.`characters` WHERE `account` IN (SELECT `id` FROM `acore_auth`.`account` WHERE `username` LIKE 'RNDBOT%') OR `account` NOT IN (SELECT `id` FROM `acore_auth`.`account`);
    DELETE FROM `acore_characters`.`arena_team_member` WHERE `guid` NOT IN (SELECT `guid` FROM `acore_characters`.`characters`);
    DELETE FROM `acore_characters`.`arena_team` WHERE `arenaTeamId` NOT IN (SELECT `arenaTeamId` FROM `acore_characters`.`arena_team_member`);
    DELETE FROM `acore_characters`.`character_account_data` WHERE `guid` NOT IN (SELECT `guid` FROM `acore_characters`.`characters`);
    DELETE FROM `acore_characters`.`character_achievement` WHERE `guid` NOT IN (SELECT `guid` FROM `acore_characters`.`characters`);
    DELETE FROM `acore_characters`.`character_achievement_progress` WHERE `guid` NOT IN (SELECT `guid` FROM `acore_characters`.`characters`);
    DELETE FROM `acore_characters`.`character_action` WHERE `guid` NOT IN (SELECT `guid` FROM `acore_characters`.`characters`);
    DELETE FROM `acore_characters`.`character_aura` WHERE `guid` NOT IN (SELECT `guid` FROM `acore_characters`.`characters`);
    DELETE FROM `acore_characters`.`character_glyphs` WHERE `guid` NOT IN (SELECT `guid` FROM `acore_characters`.`characters`);
    DELETE FROM `acore_characters`.`character_homebind` WHERE `guid` NOT IN (SELECT `guid` FROM `acore_characters`.`characters`);
    DELETE FROM `acore_characters`.`item_instance` WHERE `owner_guid` NOT IN (SELECT `guid` FROM `acore_characters`.`characters`) AND `owner_guid` > 0;
    DELETE FROM `acore_characters`.`character_inventory` WHERE `guid` NOT IN (SELECT `guid` FROM `acore_characters`.`characters`);
    DELETE FROM `acore_characters`.`character_pet` WHERE `owner` NOT IN (SELECT `guid` FROM `acore_characters`.`characters`);
    DELETE FROM `acore_characters`.`pet_aura` WHERE `guid` NOT IN (SELECT `id` FROM `acore_characters`.`character_pet`);
    DELETE FROM `acore_characters`.`pet_spell` WHERE `guid` NOT IN (SELECT `id` FROM `acore_characters`.`character_pet`);
    DELETE FROM `acore_characters`.`pet_spell_cooldown` WHERE `guid` NOT IN (SELECT `id` FROM `acore_characters`.`character_pet`);
    DELETE FROM `acore_characters`.`character_queststatus` WHERE `guid` NOT IN (SELECT `guid` FROM `acore_characters`.`characters`);
    DELETE FROM `acore_characters`.`character_queststatus_rewarded` WHERE `guid` NOT IN (SELECT `guid` FROM `acore_characters`.`characters`);
    DELETE FROM `acore_characters`.`character_reputation` WHERE `guid` NOT IN (SELECT `guid` FROM `acore_characters`.`characters`);
    DELETE FROM `acore_characters`.`character_skills` WHERE `guid` NOT IN (SELECT `guid` FROM `acore_characters`.`characters`);
    DELETE FROM `acore_characters`.`character_social` WHERE `friend` NOT IN (SELECT `guid` FROM `acore_characters`.`characters`);
    DELETE FROM `acore_characters`.`character_spell` WHERE `guid` NOT IN (SELECT `guid` FROM `acore_characters`.`characters`);
    DELETE FROM `acore_characters`.`character_spell_cooldown` WHERE `guid` NOT IN (SELECT `guid` FROM `acore_characters`.`characters`);
    DELETE FROM `acore_characters`.`character_talent` WHERE `guid` NOT IN (SELECT `guid` FROM `acore_characters`.`characters`);
    DELETE FROM `acore_characters`.`corpse` WHERE `guid` NOT IN (SELECT `guid` FROM `acore_characters`.`characters`);
    DELETE FROM `acore_characters`.`groups` WHERE `leaderGuid` NOT IN (SELECT `guid` FROM `acore_characters`.`characters`);
    DELETE FROM `acore_characters`.`group_member` WHERE `memberGuid` NOT IN (SELECT `guid` FROM `acore_characters`.`characters`);
    DELETE FROM `acore_characters`.`mail` WHERE `receiver` NOT IN (SELECT `guid` FROM `acore_characters`.`characters`);
    DELETE FROM `acore_characters`.`mail_items` WHERE `receiver` NOT IN (SELECT `guid` FROM `acore_characters`.`characters`);
    DELETE FROM `acore_characters`.`guild` WHERE `leaderguid` NOT IN (SELECT `guid` FROM `acore_characters`.`characters`);
    DELETE FROM `acore_characters`.`guild_bank_eventlog` WHERE `guildid` NOT IN (SELECT `guildid` FROM `acore_characters`.`guild`);
    DELETE FROM `acore_characters`.`guild_member` WHERE `guildid` NOT IN (SELECT `guildid` FROM `acore_characters`.`guild`) OR `guid` NOT IN (SELECT `guid` FROM `acore_characters`.`characters`);
    DELETE FROM `acore_characters`.`guild_rank` WHERE `guildid` NOT IN (SELECT `guildid` FROM `acore_characters`.`guild`);
    DELETE FROM `acore_characters`.`petition` WHERE `ownerguid` NOT IN (SELECT `guid` FROM `acore_characters`.`characters`);
    DELETE FROM `acore_characters`.`petition_sign` WHERE `ownerguid` NOT IN (SELECT `guid` FROM `acore_characters`.`characters`) OR `playerguid` NOT IN (SELECT `guid` FROM `acore_characters`.`characters`);
    -- DELETE FROM `acore_auth`.`account` WHERE `username` LIKE 'RNDBOT%';
    Delete all user character data:
    Code:
    DELETE FROM `acore_characters`.`characters`;
    DELETE FROM `acore_characters`.`arena_team_member` WHERE `guid` NOT IN (SELECT `guid` FROM `acore_characters`.`characters`);
    DELETE FROM `acore_characters`.`arena_team` WHERE `arenaTeamId` NOT IN (SELECT `arenaTeamId` FROM `acore_characters`.`arena_team_member`);
    DELETE FROM `acore_characters`.`character_account_data` WHERE `guid` NOT IN (SELECT `guid` FROM `acore_characters`.`characters`);
    DELETE FROM `acore_characters`.`character_achievement` WHERE `guid` NOT IN (SELECT `guid` FROM `acore_characters`.`characters`);
    DELETE FROM `acore_characters`.`character_achievement_progress` WHERE `guid` NOT IN (SELECT `guid` FROM `acore_characters`.`characters`);
    DELETE FROM `acore_characters`.`character_action` WHERE `guid` NOT IN (SELECT `guid` FROM `acore_characters`.`characters`);
    DELETE FROM `acore_characters`.`character_aura` WHERE `guid` NOT IN (SELECT `guid` FROM `acore_characters`.`characters`);
    DELETE FROM `acore_characters`.`character_glyphs` WHERE `guid` NOT IN (SELECT `guid` FROM `acore_characters`.`characters`);
    DELETE FROM `acore_characters`.`character_homebind` WHERE `guid` NOT IN (SELECT `guid` FROM `acore_characters`.`characters`);
    DELETE FROM `acore_characters`.`item_instance` WHERE `owner_guid` NOT IN (SELECT `guid` FROM `acore_characters`.`characters`) AND `owner_guid` > 0;
    DELETE FROM `acore_characters`.`character_inventory` WHERE `guid` NOT IN (SELECT `guid` FROM `acore_characters`.`characters`);
    DELETE FROM `acore_characters`.`character_pet` WHERE `owner` NOT IN (SELECT `guid` FROM `acore_characters`.`characters`);
    DELETE FROM `acore_characters`.`pet_aura` WHERE `guid` NOT IN (SELECT `id` FROM `acore_characters`.`character_pet`);
    DELETE FROM `acore_characters`.`pet_spell` WHERE `guid` NOT IN (SELECT `id` FROM `acore_characters`.`character_pet`);
    DELETE FROM `acore_characters`.`pet_spell_cooldown` WHERE `guid` NOT IN (SELECT `id` FROM `acore_characters`.`character_pet`);
    DELETE FROM `acore_characters`.`character_queststatus` WHERE `guid` NOT IN (SELECT `guid` FROM `acore_characters`.`characters`);
    DELETE FROM `acore_characters`.`character_queststatus_rewarded` WHERE `guid` NOT IN (SELECT `guid` FROM `acore_characters`.`characters`);
    DELETE FROM `acore_characters`.`character_reputation` WHERE `guid` NOT IN (SELECT `guid` FROM `acore_characters`.`characters`);
    DELETE FROM `acore_characters`.`character_skills` WHERE `guid` NOT IN (SELECT `guid` FROM `acore_characters`.`characters`);
    DELETE FROM `acore_characters`.`character_social` WHERE `friend` NOT IN (SELECT `guid` FROM `acore_characters`.`characters`);
    DELETE FROM `acore_characters`.`character_spell` WHERE `guid` NOT IN (SELECT `guid` FROM `acore_characters`.`characters`);
    DELETE FROM `acore_characters`.`character_spell_cooldown` WHERE `guid` NOT IN (SELECT `guid` FROM `acore_characters`.`characters`);
    DELETE FROM `acore_characters`.`character_talent` WHERE `guid` NOT IN (SELECT `guid` FROM `acore_characters`.`characters`);
    DELETE FROM `acore_characters`.`corpse` WHERE `guid` NOT IN (SELECT `guid` FROM `acore_characters`.`characters`);
    DELETE FROM `acore_characters`.`groups` WHERE `leaderGuid` NOT IN (SELECT `guid` FROM `acore_characters`.`characters`);
    DELETE FROM `acore_characters`.`group_member` WHERE `memberGuid` NOT IN (SELECT `guid` FROM `acore_characters`.`characters`);
    DELETE FROM `acore_characters`.`mail` WHERE `receiver` NOT IN (SELECT `guid` FROM `acore_characters`.`characters`);
    DELETE FROM `acore_characters`.`mail_items` WHERE `receiver` NOT IN (SELECT `guid` FROM `acore_characters`.`characters`);
    DELETE FROM `acore_characters`.`guild` WHERE `leaderguid` NOT IN (SELECT `guid` FROM `acore_characters`.`characters`);
    DELETE FROM `acore_characters`.`guild_bank_eventlog` WHERE `guildid` NOT IN (SELECT `guildid` FROM `acore_characters`.`guild`);
    DELETE FROM `acore_characters`.`guild_member` WHERE `guildid` NOT IN (SELECT `guildid` FROM `acore_characters`.`guild`) OR `guid` NOT IN (SELECT `guid` FROM `acore_characters`.`characters`);
    DELETE FROM `acore_characters`.`guild_rank` WHERE `guildid` NOT IN (SELECT `guildid` FROM `acore_characters`.`guild`);
    DELETE FROM `acore_characters`.`petition` WHERE `ownerguid` NOT IN (SELECT `guid` FROM `acore_characters`.`characters`);
    DELETE FROM `acore_characters`.`petition_sign` WHERE `ownerguid` NOT IN (SELECT `guid` FROM `acore_characters`.`characters`) OR `playerguid` NOT IN (SELECT `guid` FROM `acore_characters`.`characters`);
    DELETE FROM `acore_characters`.`custom_reagent_bank` WHERE `character_id` NOT IN (SELECT `guid` FROM `acore_characters`.`characters`);
    DELETE FROM `acore_characters`.`custom_transmogrification` WHERE `Owner` NOT IN (SELECT `guid` FROM `acore_characters`.`characters`);
    DELETE FROM `acore_characters`.`custom_transmogrification_sets` WHERE `Owner` NOT IN (SELECT `guid` FROM `acore_characters`.`characters`);
    DELETE FROM `acore_characters`.`custom_unlocked_appearances`
    DELETE FROM `acore_auth`.`account` WHERE `username` LIKE 'RNDBOT%';
    Last edited by Aldebaraan; 1 Week Ago at 12:24 AM.

  8. Thanks Sherkov (1 members gave Thanks to Aldebaraan for this useful post)
  9. #1373
    Aldebaraan's Avatar Contributor
    Reputation
    296
    Join Date
    Oct 2024
    Posts
    520
    Thanks G/R
    191/269
    Trade Feedback
    0 (0%)
    Mentioned
    12 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by hanyang View Post
    Hello, what should I do if I want to set up the server to be played locally in different PCs?
    1. Open up ports 8085 and 3724 in your router.
    2. Change realm IP to the IP of the computer where the server is running.
    3. Send the IP to whoever will play in it, and change realmlist.wtf IP to that IP.

  10. Thanks hanyang (1 members gave Thanks to Aldebaraan for this useful post)
  11. #1374
    Aldebaraan's Avatar Contributor
    Reputation
    296
    Join Date
    Oct 2024
    Posts
    520
    Thanks G/R
    191/269
    Trade Feedback
    0 (0%)
    Mentioned
    12 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by Alderian View Post
    Hello.

    For starter, thanks a lot for your work on this repack, I really like it a lot. I've really been enjoying my time with it.

    I just have an issue that I don't really understand. After completing a raid, then logging out, some items in my inventory just disappear when I'm logging back.
    For example, I was doing the quest for the Hydraxian Lords, where you have to obtain the hands of the bosses in Molten Core. I got the four hands required, but before handing the quest, I logged out. And when I logged back, one of the hands was missing from my inventory, with some of the loot I got from the raid. And so I had to go back to the raid, to kill the boss again.

    Am I the only one that got this problem, and do you know what could be causing it, and how to avoid it ? I never got this problem when I was leveling from level 1 to level 60, it only happened from the moment I started to do the raids.

    Thanks again for any help, and once again, thanks a lot for this repack
    Did this happen in the previous update?

  12. #1375
    Alderian's Avatar Member
    Reputation
    3
    Join Date
    Sep 2025
    Posts
    3
    Thanks G/R
    0/2
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by Aldebaraan View Post
    Did this happen in the previous update?
    Hey, thanks a lot for your time

    I installed everything, I think it was in June, it was the version where you added the accountwide mounts module, I haven't changed the version since then.

  13. #1376
    Aldebaraan's Avatar Contributor
    Reputation
    296
    Join Date
    Oct 2024
    Posts
    520
    Thanks G/R
    191/269
    Trade Feedback
    0 (0%)
    Mentioned
    12 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by Alderian View Post
    Hey, thanks a lot for your time

    I installed everything, I think it was in June, it was the version where you added the accountwide mounts module, I haven't changed the version since then.
    Then please update to the latest august version and check if the issue still occurs.

  14. #1377
    Alderian's Avatar Member
    Reputation
    3
    Join Date
    Sep 2025
    Posts
    3
    Thanks G/R
    0/2
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by Aldebaraan View Post
    Then please update to the latest august version and check if the issue still occurs.
    Well, indeed, I updated to the latest version, I did a full run of Molten Core, and this time, I didn't loose any items after logging out. It seems that it was linked to my older version, then. I hope it stays that way

    Thanks again for your time !

  15. Thanks spynix34, Aldebaraan (2 members gave Thanks to Alderian for this useful post)
  16. #1378
    GuybrushThreepwood's Avatar Member
    Reputation
    11
    Join Date
    Oct 2021
    Posts
    14
    Thanks G/R
    11/10
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by Aldebaraan View Post
    1. Open up ports 8085 and 3724 in your router.
    2. Change realm IP to the IP of the computer where the server is running.
    3. Send the IP to whoever will play in it, and change realmlist.wtf IP to that IP.
    Hi!

    I just want to add that if you can't edit your router settings (like me) you are forced to use something like Hamachi.
    However, I've tried them all and the only thing that worked for me and my friend was Tailscale.

    You'll have to edit the IP address in the mysql database as well if you go that route.

  17. Thanks Aldebaraan, hanyang (2 members gave Thanks to GuybrushThreepwood for this useful post)
  18. #1379
    hellowndcore's Avatar Member
    Reputation
    2
    Join Date
    Jun 2025
    Posts
    1
    Thanks G/R
    0/1
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Are the links for Updates ( 19-08 and 20-08 ) and the other download links working ?
    Any time they just lead to health care stuff and scam pages.

    nvm - with the helpful video to get to the correct links everything went well !
    Last edited by hellowndcore; 1 Week Ago at 04:37 AM.

  19. Thanks Aldebaraan (1 members gave Thanks to hellowndcore for this useful post)
  20. #1380
    Blyzard's Avatar Member
    Reputation
    2
    Join Date
    May 2008
    Posts
    2
    Thanks G/R
    0/1
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by hellowndcore View Post
    Are the links for Updates ( 19-08 and 20-08 ) and the other download links working ?
    Any time they just lead to health care stuff and scam pages.

    nvm - with the helpful video to get to the correct links everything went well !
    Seems all links on the first page has been modified by adverts links. Maybe Aldebaraan account has been compromised ?

Similar Threads

  1. [Repack] AzerothCore Individual Progression Single Player Repack (NPCBots)
    By zaicopx in forum WoW EMU General Releases
    Replies: 49
    Last Post: 10-01-2023, 03:59 AM
  2. WotLK Repack w/ Working Skinning+Other Professions?
    By NeoMarine in forum WoW EMU Questions & Requests
    Replies: 1
    Last Post: 12-01-2008, 02:45 PM
  3. Are there any other WotLK repacks other then the Mangos one ?
    By Wheeze201 in forum WoW EMU Questions & Requests
    Replies: 1
    Last Post: 08-10-2008, 12:42 PM
  4. Info About Mike Crowe and the WOTLK repacks
    By Gastricpenguin in forum World of Warcraft Emulator Servers
    Replies: 40
    Last Post: 05-31-2008, 03:26 PM
  5. Replies: 13
    Last Post: 05-25-2008, 01:41 PM
All times are GMT -5. The time now is 05:20 PM. Powered by vBulletin® Version 4.2.3
Copyright © 2025 vBulletin Solutions, Inc. All rights reserved. User Alert System provided by Advanced User Tagging (Pro) - vBulletin Mods & Addons Copyright © 2025 DragonByte Technologies Ltd.
Google Authenticator verification provided by Two-Factor Authentication (Free) - vBulletin Mods & Addons Copyright © 2025 DragonByte Technologies Ltd.
Digital Point modules: Sphinx-based search