Good job, finally some people start releasing repacks![]()
+rep
AzerothCore-wotlk (Wrath of the Lich King 3.3.5a) with Eluna
Join our SoloFriendly Community on Guilded: https://www.guilded.gg/i/Z2yZ6bKk
Notice:
* This package is a build from AzerothCore GitHub.
* Azerothcore is always looking for people to contribute, test PRs, or fix database values!
* Test bug fixes: http://www.azerothcore.org/wiki/How-to-test-a-PR
* Check out Azerothcore's Discord Channel
* http://www.azerothcore.org
Development Status/Notes 1.4.02032021
Changelog: From Gitub
Who is this Repack for?
This package was built for the solo player (you know who you are). All configuration files and modules have been adjusted and/or selected with the solo player in mind.
- World, Dungeons, and Raids scaled for solo play
- Set character XP Rate in real time with .xp set x (where x = 0-10)
- Hunter style pets are available for all classes to use starting at level 10 (sometimes we all need a little help)
- Aggro Rate reduced by half
- Creature Flee Assistance disabled
- Creature Assistance Radius reduced to 5 from 10
- Death sickness disabled
- Portal Master
- Eluna lua engine added
- 10 Profession limit for each character instead of 2
- Max skills per/on level
- Set game Day\Night Cycle speed (Notice: can effect Holiday events if the server is left running for extended periods).
- Multi Resource Tracking Supported (Ore, and Herbs)
- Solo LFG, RDF
- Auctionhouse Bot (Disabled by default. WIP)
- NPC Enchanter
- NPC Buffer
- NPC Transmog
- NPC Instance, LFG, Dungeon cooldowns reset
- Auto Revive on death +extras (configurable)
Package Information
Platform: Windows x64
Full Compiled Date: 0-05-2021
Database: Stand-alone Mysql 5.7.26
Source Code: AzerothCore GitHub
Download File Size: 1.06gb
Built With:
- cmake-3.19.2-win64-x64
- Microsoft Visual Studio 2019
- OpenSSL 1.1.1i 8 Dec 2020
- Notepad++
- Windows 10 x64
- Mysql 5.7.26
- HeidiSQL 11.1.0.6.116
Database Information:
local host = 127.0.0.1
user = root
password = 123456
port = 3310
wdb = world
cdb = characters
adb = auth
Features:
Events, Quests, Dungeons, Raids: Scripted and Available
Portal Master
Solo LFG, RDF: *If you're having issues with the Solo LFG talk with the Instance Reset NPC in any major city (found near the
Portal Master).
AutoRevive on death +extra
TimeIsTimePlus
- Adjust game Day/Night cycle speed
- Set TimeIsTimePlus in worldserver.conf
- (Notice: can effect Holiday events if the server is left running for extended periods).
- Set value to 1.0 in order to avoid this issue.
Multi Resource Tracking
- Track Ore and herbs at the same time
Modules:
*Auctionhouse Bot (Disabled by default. WIP)
** Notes to setup the here
*AutoRevive on death
- Adjust settings in AutoRevie.conf
- Death: Revive, Cast Divine Intervention, Remove Cooldowns, Repair Equipment, +more
- Auto clear unfair auras during comabt
- Refresh player health, and mana after combat
- Last Stand: When health reaches x Proc Heroism, and Reset Cooldowns, +more
*NPC Instance, LFG, Dungeon cooldowns reset
- Tool Implementation to help solve Solo LFG issues that can occur
*Individual-XP
- Set custom XP rate in real time
- In wow chat window type .xp set x
- (x = desired rate 0-10)
*npc_beastmaster
- Every Class can have a hunter style pet
- Beastmaster is easily found in every major city
- Character must be at least level 10 to get a pet
*NPC Enchanter
*BuffMaster
*AutoBalance (Formerly known as VASAutoBalance)
- In Game, chat window, type .AutoBalance to see a list of settings that can be changed in real time
- Example: .AutoBalance setoffset 2
- The above will increase the challenge in dungeons. If you find the content too easy increase the value.
- Permanent adjustments can be made in AutoBalance.conf line #181 (AutoBalance.playerCountDifficultyOffset)
- How to Enable World Level Auto Scaling:
- 1) Edit AutoBalance.conf
- 2) Line 73: AutoBalance.levelScaling = 2
- 3) Line 83: AutoBalance.levelHigherOffset = 0
- ....Line 84: AutoBalance.levelLowerOffset = 0
- 4) LIne 122: AutoBalance.DungeonsOnly = 0
- 5) Adjust step 3 to find a setting that works for you. With the settings above all mobs will be equal to your level. (bosses will retain their +3 level status, however)
- Caution: This can get weird in multi player environments. The creatures on the map will be scaled according to the highest level player on the map. (I'm not sure if the creatures will scale down after the higher level has left the map or at some point after... needs testing and feedback).
- Any Quest, Any Item, Any Zone at Any Level:
- If you're using the AutoBalance World Level Auto Scaling (^ above) feature, it stands to reason that you would like to be able to take quests and use items at any level too. Below is a simple SQL statement that you can use on your database (backup first... backup files are stored in server/tools/backup). I tried to make the statement simple and easy to read -- I hope that you can extend and get future use out of it as needed.
Code:use world; UPDATE item_template SET RequiredLevel = 1 WHERE RequiredLevel != 1; UPDATE Quest_Template SET QuestLevel = -1, MinLevel = 1 WHERE QuestLevel != -1 OR MinLevel != 1;- To undo the changes from the code above, execute server/tools/1_ApplyPatch.bat
Transmogrifier
- This can be a little buggy
- If your items don't "change" click on your character portrait
Eluna LUA Scripts
No default lua scripts, but they are supported
Tools
server->tools
1) Patcher
2) Backup Database
3) Restore Database Backup
4) Database Maintenance Tool
Documents
server->docs
1) GM Commands (html)
2) Item ID List (html)
3) Quest ID LIst (html)
4) Spell ID list (html)
5) Custom NPC ID list (txt) with sql code to remove them
6) SQL code to enable Any Quest, Any Gear at any Level... best used alongside AutoBalance World Scaling (More any can be found above in the Modules section).
How to Play:
1) Edit your realmlist.wtf file (C:\Wrath of the Lich King 3.3.5a\Data\enUS)
...Edit the first line so it reads: set realmlist 127.0.0.1
2) Extract the contents of the zip archive into a directory on your local hard disk --
...c:\AzerothCore_Solo
3) Execute "!_Azerothcore Solo Launcher.exe"
4) Log into the game with one of the following accounts:
1. admin : admin
2. player : player
How to Shutdown the server:
1) In the Worldserver console type: "saveall", hit enter. If you ignore this step you could lose some world\character states.
....Close the window with: ctrl c
2) Authserver: ctrl c
3) Database: ctrl c
How to Create a New Account:
1. Player: In the server (Worldserver) console type: account create NAME PASSWORD
2. GM: In the server (Worldserver) console type: account create NAME PASSWORD
....account set gmlevel NAME 3 -1
On Error:
You may need to install the C++ 2017-2019 redistributables from MS. I have also included the file in server->tools->dep
How to Upgrade Versions:
How To Patch Video Tutorial:Code:1.3.x Version: 1) Backup: execute server/tools/2_BackupDatabase.bat 2) Copy: characters.sql from server/tools/backup 3) Close: shutdown all running repack windows 1.4.x Version: 4) Paste: characters.sql from step 2 into server/tools/backup 5) Restore: execute server/tools/3_RestoreBackup.bat 6) Patch: execute server/tools/1_ApplyPatch.bat
SoloFriendly Version Update Video: Please excuse the audio quality:
https://odysee.com/@Dunjeon:a/SoloFr...rsion_Update:b
Downloads
SoloFriendly Community
- Full with Maps: SoloFriendly Official v1.4.04052021 1.06gb
Optional Downloads
Mega
Enhanced Graphics for 3.3.5a (2018,2019 Edition)
- Remove any custom GFX patches you have installed and delete your cache folder
- Mega Folder Link: Here
Enhanced Graphics for 3.3.5a (2020 Edition Experimental)
- Remove any custom GFX patches you have installed and delete your cache folder
- Mega Folder Link: Here
- Notes on the package:
Code:Patch F: Updated Creature Models, HD Tiles, Cata-Trees, Sun Glare Patch G: (Optional) Original Mekgineer's Chopper and Mechano-Hog Patch H: Updated Characters, NPCs Models Patch S: (Optional) Cata, Wod, Legion Sound / Music Patch W: Updated Objects Patch Y: (Optional) Updated Water
GFX Notes
- Patch naming conventions are all over the place so don't assume that your old "patch F" is the same as the new one -- although it could be... If that isn't a twisty riddle =D The patches are named in such a way in order to follow a specific load order. You can rename them, just make sure the load order is maintained.
- =================================
- Wow 3.3.5a Large Address Capable .exe file (Required for All Enhanced Graphics Patches) 3.3mb
- Extract the Large Address Capable .exe file into your 3.3.5 (enUS client only) folder (C:\World of Warcraft 3.3.5a)
- Place the Enhanced Graphics files into your 3.3.5 folder (C:\World of Warcraft 3.3.5a\Data)
Last edited by BrooksTech; Yesterday at 10:01 PM. Reason: 1.4.04052021 Release
Good job, finally some people start releasing repacks![]()
+rep
This looks interesting, gonna check it out
- - - Updated - - -
It's pretty good, I really liked what you've done with raids. I tried doing Molten Core and it was pretty challenging, but still soloable and rewarding. You can farm mobs no problem, but when it comes to bosses, you need some good dps so skill kind of matters here. It would be nice if you made dungeon finder working for solo queues.
Thanks for the feedback =)
With the ability to teleport to dungeons and raids from the portal master in every major city, recoding the dungeon finder seems like a lot of work for little return. but the idea is worth looking into in the form of a module or lua script perhaps.
Again, thanks for taking a look.
Last edited by BrooksTech; 07-01-2018 at 11:39 AM.
Great looking repack! I'm working on a low-pop server, and if you don't mind, could I use some ideas from this to lower our dungeon difficulty?
Nice repack, I was curious if there is a way to change the talent rate. I want to do 1.5 or maybe 2x. Thanks in advance if anyone knows how.
Patch 1.2 is available see topic post for information
@scott2stop After you patch to 1.2:
- Edit worldserver.conf with notepad or notepad++
- Edit line number 2260
- Rate.Talent = 2
@tifung
Thanks =)
Last edited by BrooksTech; 07-04-2018 at 04:01 AM.
awesome thank you! +rep awesome repack
anyone got a 3.3.5 client they can upload?
Thanks for your work. Any chance of finding out how to get NPCbots working on AC??