conan513 / SingleCore_TC

TrinityCore Open Source MMO Framework
http://www.trinitycore.org
GNU General Public License v2.0
180 stars 67 forks source link

Hire a npcbot at low levels? #40

Closed oblisgr closed 8 years ago

oblisgr commented 8 years ago

Is it possible to hire an npcbot at low level? 21g is bit difficult to aquire in level 10-30 for example. I think the cost for hire a new npcbot could be scaled due player's level. I dont know.. maybe there is such an option... but i havent found it.

thesawolf commented 8 years ago

It is scaled pricewise by your level. You can adjust the base cost in one of the conf files

#    NpcBot.Cost
#        Description: Bot recruitment cost (in copper).
#        Note: This value is for level 80 characters.
#              Cost is reduced for lower levels by simple formula: (cost * level / 80).
#        Default:   1000000 (100 gold, 1g25s at level 1)

NpcBot.Cost = 1000000

I guess I better update my guide to include the conf file settings.