Hello, and thanks for reading. Sorry in advance if this is a repeat question, but I've searched for two days and have found nothing that satisfies. I'm new to all of this, but I've been stumbling through rather well so far.
Here are my questions:
1) I'm making a Teleport npc/vendor, but can't for the life of me figure out how to send the player to the vendor menu using a gossip command (i would assume). Is there such a command, or am I forced to make a teleport npc and a vendor npc?
2) I have already set the level cap beyond 80 (preferably 250) in the /configs/optional.conf but my characters can only go to 80 and gain no more exp. Is there any way around this?
Here's the piece of code in said file:
Code:
<Optional StartingLevel="1"
LevelCap="250"
GenLevelCap="250"
AllowTBC="1"
AntiMasterLootNinja="0"
AdditionalFun="0"
DKStartingTalents="1"
Unstuck="1"
UnstuckCooldown="60"
UnstuckToBind="1"
MaxProfessions="2">
Any help would be greatly appreciated. :wave: