October 9, 20169 yr Hey there. I am trying to do the quest in Highmountain to gather the Drums. The problem is, it is a gather quest and it keeps stopping due to "players near the node" is there a Runcode I can put before and after my quest to stop checking this, then start back checking it after I have turned in the drum quest? I am sure that is all I need to do, I just dont know what the RunCode would need to be. Thank you in advance!
October 11, 20169 yr Hello, add step type runcode before pulse your quest: wManager.wManagerSetting.CurrentSetting.HarvestAvoidPlayersRadius = 0;
Create an account or sign in to comment