how to add a check to see if talker has subclass active? because atm talker can just take nobless status without quest. (quest_tool npc from vanganth files)
My initial plan was to port the Homunculus system from Live 502 to ClassicAden 502. But, when the interface for Homunculus is enabled, it has some hardcoded function that tries to load the dat files which leads to a crash since those files dont exist in ClassicAden. I was hoping to do some injection hoping, forcing the client to load the files.
Question
ton3
how to add a check to see if talker has subclass active? because atm talker can just take nobless status without quest. (quest_tool npc from vanganth files)
if( talker.nobless_type == @NOBLESS_NONE && myself::GetOneTimeQuestFlag( talker, 247 ) < 1 && talker.level > 74 )thanks.
Edit 1: found check for subclass quest
now im wondering if its possible to be able to make talker to be on subclass active get the reward.
Edit 2: I tried adding
but now i can't take nobless, even if im on subclass levle 80
Edited by ton36 answers to this question
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now