Quote:
Originally Posted by R3p
Yeah I know. They started adding more and more scripts months ago. Mby it's for the Xbox version with some sort of single player mode? Dno
|
There's this snippet in widet/autoquest/panel_icon_auto.lua:
Code:
function PaGlobal_PossessByBlackSpiritIcon:showAble()
if isFlushedUI() or false == ToClient_IsContentsGroupOpen("301") then
return false
end
if false == ToClient_AutoPlay_UseableAutoPlay() then
return false
end
return true
end
I've hooked isFlushedUI, ToClient_IsContentsGroupOpen and ToClient_AutoPlay_UseableAutoPlay to return modified values and what this does is adding a button next to the Farming, Housing, Fairy Button-Row.
When clicked, it start's some kind of tutorial where the player runs to the current active (yellow-marked) quest location, but thats it.
Apparently this mode is called the "possession" mode, where your character is controlled by the black spirit xd.