celguar / spp-classics-cmangos

SPP Classics repack with ike3 playerbots. Based on cmangos. Supports 1.12, 2.4.3, 3.3.5. Check "Releases" for installer
213 stars 58 forks source link

(Question) Can I enable solo craft for low level dungeons? #112

Closed Oddy123123 closed 1 year ago

Oddy123123 commented 1 year ago

When I enter a dungeon which is too low level for me, I can't use solo craft. This makes the dungeon more difficult for me to solo. Is there a way to enable solo craft for all dungeons regardless of my level?

poogie commented 1 year ago

Just check the Solocraft settings in the mangosd.conf

It's located on this folder: [settings] [release] vanilla, tbc or wotkl

Look for this piece of text

#Player Level Thresholds
################################################################################################
#Max player level difference over the Dungeon's Level for Solocraft to apply the
# difficulty offset buff.
# Default: 10
# Disable: 80
Solocraft.Max.Level.Diff = 10 

Solocraft.Max.Level.Diff = 10 <--- edit this value

You can also edit the individual difficulty setup of each dungeon, few lines up, but I recommend editing the global threshold for your needs. Put 20, 25 levels or whatever you want.

Oddy123123 commented 1 year ago

Thank you. It's working