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

User Tag List

Page 98 of 99 FirstFirst ... 48949596979899 LastLast
Results 1,456 to 1,470 of 1477
  1. #1456
    Aldebaraan's Avatar Contributor
    Reputation
    326
    Join Date
    Oct 2024
    Posts
    533
    Thanks G/R
    197/295
    Trade Feedback
    0 (0%)
    Mentioned
    13 Post(s)
    Tagged
    0 Thread(s)
    Update for individual progression is out. Racial trait Swap not missing this time.

    Azerothcore WoTLK Repack (Playerbots + Individual Progression + 32 other modules)
  2. Thanks GuybrushThreepwood, sharphearted, florz, spynix34 (4 members gave Thanks to Aldebaraan for this useful post)
  3. #1457
    Aldebaraan's Avatar Contributor
    Reputation
    326
    Join Date
    Oct 2024
    Posts
    533
    Thanks G/R
    197/295
    Trade Feedback
    0 (0%)
    Mentioned
    13 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by sharphearted View Post
    Yes, for me anyway, now for some reason they just want to have a pool party lol
    Report either to the playerbot discord or github. Do not mention use of a repack.

  4. Thanks sharphearted (1 members gave Thanks to Aldebaraan for this useful post)
  5. #1458
    Aldebaraan's Avatar Contributor
    Reputation
    326
    Join Date
    Oct 2024
    Posts
    533
    Thanks G/R
    197/295
    Trade Feedback
    0 (0%)
    Mentioned
    13 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by sharphearted View Post
    I'm really grateful for this repack, it's because of you I even got as far as id did in regards to having my own server, which would never have happened without you. Thank You!
    Glad you got it working on your end!

  6. Thanks sharphearted (1 members gave Thanks to Aldebaraan for this useful post)
  7. #1459
    Chris7031's Avatar Member
    Reputation
    1
    Join Date
    Apr 2025
    Posts
    1
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    The download link is full of ads and the update file cannot be downloaded at all

  8. #1460
    Archas's Avatar Active Member
    Reputation
    15
    Join Date
    Jun 2025
    Posts
    29
    Trade Feedback
    0 (0%)
    Mentioned
    2 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by Chris7031 View Post
    The download link is full of ads and the update file cannot be downloaded at all
    It can, but it does suck. The opening post in this thread has a video link at the bottom of the post that shows you what you need to click to eventually navigate to the download itself. I ended up needing to install Firefox to do it, though, because my Vivaldi browser kept triggering adblock detection and blocking the download link at the end. So it can be done and it takes maybe a minute, but it's annoying.

  9. #1461
    Archas's Avatar Active Member
    Reputation
    15
    Join Date
    Jun 2025
    Posts
    29
    Trade Feedback
    0 (0%)
    Mentioned
    2 Post(s)
    Tagged
    0 Thread(s)
    Also, I won't lie, I'm very lost about what I'm intended to do to use the Ollama chat module. The Github page shows a number of dependencies, but not how to use them or how much is already handled by the repack. This is so not my area of expertise, haha. If anyone has an idea of how to go about things, that'd be appreciated.

  10. #1462
    GuybrushThreepwood's Avatar Active Member
    Reputation
    16
    Join Date
    Oct 2021
    Posts
    23
    Thanks G/R
    19/15
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    @Aldebaraan
    Thanks again for the update! I'm having a blast trying to get a decent LLM model to run and tweaking the settings. Did you manage to put the personality packs before compiling btw? I'm not sure if they are getting assigned in the database. I was checking with HeidiSQL but saw nothing. I would probably to regenerate the bots for them to get assigned maybe?

    Also I wanted to share with everyone a free tool that can help with the config files. Maybe there's a better way but I keep my old configs and then use it to compare the old vs new config files. Only the changed values and lines are highlighted so I can easily revert any changes and see what else new is added in the options. Said tool is WinMerge (but there are many others)

    @Archas
    It's very simple! You don;t need to read the repository just follow these few steps.
    1. Download Ollama for windows and install it.
    2. In the ollama app settings make sure you check the option - Expose Ollama to the network

    Then it's time to get your first model! Depending on your hardware you would want something appropriate. The default one is small and very fast and should run on anything.

    (from the default config file)
    # OllamaChat.Model
    # Description: The model identifier to be used in the Ollama API request.
    # Default: llama3.2:1b
    OllamaChat.Model = llama3.2:1b


    I think that model is already preloaded with Ollama but if not open CMD (command prompt) and type
    Ollama list - that shows the current models

    If you don't see the model llama3.2:1b, then type "ollama pull llama3.2:1b"
    - This will begin the download of the model.

    When it's all done just launch the server and have fun. Of course for a deeper dive you should read the config thoroughly and you can even get some other models if your PC is powerful enough. Easy starting point would be to tell ChatGPT your hardware specs and ask for a model that would run with no issues alongside Azerothcore and game client.

    Experiment away!

  11. Thanks Archas, spynix34 (2 members gave Thanks to GuybrushThreepwood for this useful post)
  12. #1463
    Archas's Avatar Active Member
    Reputation
    15
    Join Date
    Jun 2025
    Posts
    29
    Trade Feedback
    0 (0%)
    Mentioned
    2 Post(s)
    Tagged
    0 Thread(s)
    Thank you for the clear and concise instructions! Appreciated.

    Which directory do personality packs go in? Can they be freely edited to, say, give certain bots specific (or new) personalities?

  13. #1464
    GuybrushThreepwood's Avatar Active Member
    Reputation
    16
    Join Date
    Oct 2021
    Posts
    23
    Thanks G/R
    19/15
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by Archas View Post
    Thank you for the clear and concise instructions! Appreciated.
    Which directory do personality packs go in? Can they be freely edited to, say, give certain bots specific (or new) personalities?
    Np! Hope you can get it working. Btw I missed this detail too:
    It's advised to turn off the normal Player Bots chat in your playerbots.conf by setting AiPlayerbot.EnableBroadcasts = 0

    As for the Personality packs:
    I think (not 100% sure) that they must be put in the right folder before compiling the addon. The github repo says:
    Place the .sql file in modules/mod-ollama-chat/data/sql/characters/updates/

    I don't know if you can add them after compiling? If so I'm not sure how, but opening the myslq database with HeidiSQL, I did see 30 of them. I just didn't see any bots assigned with personalities, so I assumed they need to be regenerated? But again this is pure speculation on my part and I hope someone who knows better can advise.

    Cheers!

  14. Thanks Archas, spynix34 (2 members gave Thanks to GuybrushThreepwood for this useful post)
  15. #1465
    Other_Barry's Avatar Member
    Reputation
    1
    Join Date
    Sep 2025
    Posts
    6
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    2 Post(s)
    Tagged
    0 Thread(s)
    I have been loving the repack so far, but I am having a problem that I can't seem to solve. Server will work fine, but then sometimes it says it cannot find path to MySQL after running the startserver.bat. Gives me this error window:

    Screenshot 2025-09-24 172005.png

    I just tried a fresh install on a reset computer and still same error. Any guidance? Thanks in advance!

  16. #1466
    spynix34's Avatar Member
    Reputation
    4
    Join Date
    Aug 2025
    Posts
    10
    Thanks G/R
    11/3
    Trade Feedback
    0 (0%)
    Mentioned
    1 Post(s)
    Tagged
    0 Thread(s)
    bizarre , you have installed a antivirus or something like that?

  17. #1467
    spynix34's Avatar Member
    Reputation
    4
    Join Date
    Aug 2025
    Posts
    10
    Thanks G/R
    11/3
    Trade Feedback
    0 (0%)
    Mentioned
    1 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by GuybrushThreepwood View Post
    @Aldebaraan
    Thanks again for the update! I'm having a blast trying to get a decent LLM model to run and tweaking the settings. Did you manage to put the personality packs before compiling btw? I'm not sure if they are getting assigned in the database. I was checking with HeidiSQL but saw nothing. I would probably to regenerate the bots for them to get assigned maybe?

    Also I wanted to share with everyone a free tool that can help with the config files. Maybe there's a better way but I keep my old configs and then use it to compare the old vs new config files. Only the changed values and lines are highlighted so I can easily revert any changes and see what else new is added in the options. Said tool is WinMerge (but there are many others)

    @Archas
    It's very simple! You don;t need to read the repository just follow these few steps.
    1. Download Ollama for windows and install it.
    2. In the ollama app settings make sure you check the option - Expose Ollama to the network

    Then it's time to get your first model! Depending on your hardware you would want something appropriate. The default one is small and very fast and should run on anything.

    (from the default config file)
    # OllamaChat.Model
    # Description: The model identifier to be used in the Ollama API request.
    # Default: llama3.2:1b
    OllamaChat.Model = llama3.2:1b


    I think that model is already preloaded with Ollama but if not open CMD (command prompt) and type
    Ollama list - that shows the current models

    If you don't see the model llama3.2:1b, then type "ollama pull llama3.2:1b"
    - This will begin the download of the model.

    When it's all done just launch the server and have fun. Of course for a deeper dive you should read the config thoroughly and you can even get some other models if your PC is powerful enough. Easy starting point would be to tell ChatGPT your hardware specs and ask for a model that would run with no issues alongside Azerothcore and game client.

    Experiment away!
    excelent , i have tested and that work very well in party ,guild or private message but it's normal like nobody chat in the genral chat ? with random message just for simulate as with real people?

  18. #1468
    Other_Barry's Avatar Member
    Reputation
    1
    Join Date
    Sep 2025
    Posts
    6
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    2 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by spynix34 View Post
    bizarre , you have installed a antivirus or something like that?
    Just windows defender. What's really weird is that it will work for a while, then one day just start doing this. I've tried installing my own mysql 8.4 and adjusting file paths in conf to no avail

  19. #1469
    GuybrushThreepwood's Avatar Active Member
    Reputation
    16
    Join Date
    Oct 2021
    Posts
    23
    Thanks G/R
    19/15
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by Other_Barry View Post
    Just windows defender. What's really weird is that it will work for a while, then one day just start doing this. I've tried installing my own mysql 8.4 and adjusting file paths in conf to no avail
    This is a portable version of MySql there's no need to install your own version system wide or anything like that. Try running MySQL.bat from the folder instead of the Start Server bat and check what the log says there.

    @spynix34, yeah it's not ideal. They do talk about random stuff from time to time but it's repetitive.

  20. #1470
    sharphearted's Avatar Member
    Reputation
    2
    Join Date
    Aug 2025
    Posts
    6
    Thanks G/R
    5/1
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Sorry again, but I just retested the non-Individual progression version again just to be sure it's not something I did, and found Race Trait Swap missing from it, also.

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 08:24 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