Makkli
New Member
- Joined
- Jun 27, 2012
- Messages
- 481
That's because you didn't comment out all of the right stuff. Your fix unnecessarily comments out the While loop necessary to buy tokens. You didn't actually remove the offending While statement which is the one starting on 784.But that's just it, the quests AREN'T being completed (or even picked up) for some of us :/ I'm using EU client... perhaps that's it - anyone else?
Here's the full fix:
1. Delete the DMF_Cannon.cs behavior from the Quest Behaviors folder in your HB folder.
2. Comment out lines 781 - 788. This keeps the profile from picking up the Cannon quest and from trying to compile the now missing QB.
3. Delete
!HasQuest(29436) && IsQuestCompleted(29436) &&
from line 842. This will keep the profile from going into an endless loop after the turtle game is complete.