function onOrderChange(event: { currentTarget: HTMLInputElement }) { Expand Down Expand Up @@ -161,7 +167,7 @@ <ul> {#each parsedItems as item} <li class={item.id === $addNewItem.item?.id ? 'selected' : ''}> <button on:click={() => selectItem(item)}>{item.name}</butt...
questing.stuck_bot_detection.max_count: The maximum number of times the bot can be stuck before questing is completely disabled for it. This counter is reset whenever the bot completes an objective. Whenever the bot is assumed to be stuck, a new objective will be selected for it to force ...
" through June 22nd. No specific details were provided about what loot would drop, but just that there would be various items and equipment, with chances for
if (!$addNewItem.item) { selectItem(parsedItems[0]); } } } @@ -128,64 +143,56 @@ } function getParentNode(item: BsgItem) { return getName(parsedNodes[item.parentId]?.id, locale) || '??'; } function onOrderChange(event: { currentTarget: HTMLInputElement }) { order = event...