Delzaron Posted June 8, 2021 Author Posted June 8, 2021 18 hours ago, tedii said: How to replay the serious game? After I finish main quest, I talk to the nirayle npc but no dialogue options come up... "become a bard" is a mod on NMM/steam... So, what is the context of that mod specifically ? Any for making a cross over with aDA ? for example, how in the bard mod player can works in Inns ?
tedii Posted June 9, 2021 Posted June 9, 2021 6 hours ago, Delzaron said: So, what is the context of that mod specifically ? Any for making a cross over with aDA ? for example, how in the bard mod player can works in Inns ? I'm not 100% sure how it works. But I had a look on TES5EDIT at the esp, it looks like there needs to be three conditions that need to be satisfied for it to work. One is that the npc you talk to needs to be an innkeeper or something. I tried to edit the dark arena esp but have not had any success in getting become a bard to work. I know that other mods, like ETAC which adds new inns work with become a bard mod with no modifications to the esp etc. required. I think, as you are a modder, if you open up become a bard on TES5EDIT or creationkit or whatever, you should be able to figure out the conditions required for the become a bard mod to work.
mogon Posted June 9, 2021 Posted June 9, 2021 I really enjoy playing this mod. Good Work! I have a question: What do I need to do, to start ada_sidequest1? I started it once with the console, and it adds a lot to the atmosphere. But how do i start it in game? And how many jobs i have to do to reach queststage 50 (raerek likes to enslave me). Oh, and a last question - do You plan to open a path for the pc to just submit to his suggestion and becomming his slave? Again: Thanks a lot for this mod!
Delzaron Posted June 9, 2021 Author Posted June 9, 2021 17 hours ago, tedii said: I'm not 100% sure how it works. But I had a look on TES5EDIT at the esp, it looks like there needs to be three conditions that need to be satisfied for it to work. One is that the npc you talk to needs to be an innkeeper or something. I tried to edit the dark arena esp but have not had any success in getting become a bard to work. I know that other mods, like ETAC which adds new inns work with become a bard mod with no modifications to the esp etc. required. I think, as you are a modder, if you open up become a bard on TES5EDIT or creationkit or whatever, you should be able to figure out the conditions required for the become a bard mod to work. No inn keeper in the dark arena for now, but it can be modifed. Ohter is I supposed the location is tagged as a inn... 10 hours ago, mogon said: I really enjoy playing this mod. Good Work! I have a question: What do I need to do, to start ada_sidequest1? I started it once with the console, and it adds a lot to the atmosphere. But how do i start it in game? And how many jobs i have to do to reach queststage 50 (raerek likes to enslave me). Oh, and a last question - do You plan to open a path for the pc to just submit to his suggestion and becomming his slave? Again: Thanks a lot for this mod! Do enough jobs. Can be done, yes... it will lead to slave for dept, with a huge dept...
tedii Posted June 10, 2021 Posted June 10, 2021 How to replay the serious game? Talking to nirayle after finishing the main quest does nothing...
Delzaron Posted June 10, 2021 Author Posted June 10, 2021 15 hours ago, tedii said: How to replay the serious game? Talking to nirayle after finishing the main quest does nothing... you need to unlock the sidequest conditions. It a thing i plan to change for the next version
tedii Posted June 11, 2021 Posted June 11, 2021 8 hours ago, Delzaron said: you need to unlock the sidequest conditions. It a thing i plan to change for the next version What us the side quest conditions? How to unlock?
Delzaron Posted June 11, 2021 Author Posted June 11, 2021 19 hours ago, tedii said: What us the side quest conditions? How to unlock? Just making lot of jobs.
Zaflis Posted June 12, 2021 Posted June 12, 2021 Is it just me or is blackjack not progressing in 1 dice steps? When i start game i instantly get dialog for final outcome and game ends.
Delzaron Posted June 13, 2021 Author Posted June 13, 2021 14 hours ago, Zaflis said: Is it just me or is blackjack not progressing in 1 dice steps? When i start game i instantly get dialog for final outcome and game ends. The serious black jack ? This quest is not enabled at start, so it can't be triggered at game start. You need to talk to the girl in charge of the table to start it.
Zaflis Posted June 13, 2021 Posted June 13, 2021 (edited) 1 hour ago, Delzaron said: The serious black jack ? This quest is not enabled at start, so it can't be triggered at game start. You need to talk to the girl in charge of the table to start it. I think the serious one was fine but the regular one is not. I finished the quest yesterday. Spoiler Is it even possible for player to win the serious one? I mean sure i won 1 round.. out of 3. Edited June 13, 2021 by Zaflis
Delzaron Posted June 13, 2021 Author Posted June 13, 2021 4 hours ago, Zaflis said: I think the serious one was fine but the regular one is not. I finished the quest yesterday. Reveal hidden contents Is it even possible for player to win the serious one? I mean sure i won 1 round.. out of 3. The regular one is not a quest, it's just a dialgoue and a script. changes done for now : zDA1.3+ Use a globalvariable for restrict the jobs dialogues when player is in job. Also add a line to the exit guard : kick player ass if she's on a job. Slave from simple slavery : add 1000 dept to player. Packages correction for Fredis replace some stuff on Raelag office. Hreinn is now InnKeeper Location : aDA_Arena have the inn tag Hrein is set merchant I reduced the conditions for trigger the side quest. Note the side quest will not be triggered if you're doing the story quest. So, I'll add a variable and a conditon to let player perform the private jobs, but just that. No struggle agaisnt the boss. (600 golds by jobs, 1500 by gambling). 1
Delzaron Posted June 13, 2021 Author Posted June 13, 2021 I'll need help for the merchant in dark arena, and the bard related stuff. I don't suceed to turn Hreinn into a merchant (I made the container, the factions... and nothing works). For the bard, I don't know, the place is now a inn. Hrein gained the rumors and radiant prostitution dialogues.
dertcz Posted June 14, 2021 Posted June 14, 2021 (edited) Version 1.3 I stuck on main quest in stage 100 (make money ... I make many with working and still nothing happens), after that a look in script aDA_MainScript .. function EvaluateWhoregold ... I change a conditions "if Job >= 1000" to "if Whoregold >= 1000". Next job all work ok for me and quest continue. Complet function: Function EvaluateWhoregold(int enq) Whoregold += enq if Whoregold >= 1000 debug.notification("I done lot of jobs...") If aDA0_start.getstage() == 100 aDA0_start.setstage(150) EndIf If aDA0_start.getstage() <= 10 && aDA0_start.getstage() >= 200 aDA_sidequest1.start() EndIf Endif EndFunction And this is also answer for other to start condition for starting sidequest1. Similar is for playgame conditions, but it is 2000 golds. Sorry for my english. Edited June 14, 2021 by dertcz
dertcz Posted June 14, 2021 Posted June 14, 2021 18 hours ago, Delzaron said: I'll need help for the merchant in dark arena, and the bard related stuff. I don't suceed to turn Hreinn into a merchant (I made the container, the factions... and nothing works). ... In dialog ... conditions (in topic info) ... GetOffersServicesNow and for end script akSpeaker.ShowBarterMenu() don't help?
Delzaron Posted June 14, 2021 Author Posted June 14, 2021 3 hours ago, dertcz said: In dialog ... conditions (in topic info) ... GetOffersServicesNow and for end script akSpeaker.ShowBarterMenu() don't help? I'll try this in a custom dialogue line... I didn't find the appropriate vanilla quest containing the dialogue getoffersservicesnow
dertcz Posted June 14, 2021 Posted June 14, 2021 15 minutes ago, Delzaron said: I'll try this in a custom dialogue line... I didn't find the appropriate vanilla quest containing the dialogue getoffersservicesnow Try look on Aval Atheron vanila npc ... dialog branch ServicesBranch ... its from vanila quest: DialogueGeneric.
Zaflis Posted June 14, 2021 Posted June 14, 2021 Very weird. After the quest in arena i keep finding Fredis almost everywhere i go, with no clothes on apart from a collar. From riften town to Solitude wilderness and so on. She isn't actively following me and there are no dialogs i can speak with her. I don't have any Dark Arena quests in journal and the last one completed was called "An Hidden Inn" and before that completed "A serious game".
dertcz Posted June 14, 2021 Posted June 14, 2021 (edited) 51 minutes ago, Zaflis said: Very weird. After the quest in arena i keep finding Fredis almost everywhere i go, with no clothes on apart from a collar. From riften town to Solitude wilderness and so on. She isn't actively following me and there are no dialogs i can speak with her. I don't have any Dark Arena quests in journal and the last one completed was called "An Hidden Inn" and before that completed "A serious game". Main quest (An hidden inn...) is return her to home to her mother (Abelke). You finished this last task, or quest ended in different way? OT: Maybe is problem with "aDA_Familly_FredisFreePackage" at Fredis in ai packages where is only one conditions for quest ( ... GetStages(DA0_start) >= 240 ... complet quest is stage 300/400 ... better conditions is only GetStages(DA0_start) = 240 ... for following player only in this quest stage). ... This is only suggestion. Edited June 14, 2021 by dertcz
Zaflis Posted June 14, 2021 Posted June 14, 2021 1 hour ago, dertcz said: Main quest (An hidden inn...) is return her to home to her mother (Abelke). You finished this last task, or quest ended in different way? I think... Spoiler The last thing was being sent to Simple Slavery after the gambling failure. Because quest was finished there were no more leads, or so i recall things...
dertcz Posted June 14, 2021 Posted June 14, 2021 15 minutes ago, Zaflis said: I think... Hide contents The last thing was being sent to Simple Slavery after the gambling failure. Because quest was finished there were no more leads, or so i recall things... This is it, how I said (OT:) that the conditions in ai packages will be bad. In her behavior package is location referer on player. Disabled Fredis via console. Maybe is it not correct, but is it working for now.
aspirine2 Posted June 21, 2021 Posted June 21, 2021 1-would there be future mcm options to make pc pay debts with pitfights only? 2-every time pc talks to liskitt ..liskitt offers new job to hernin ( dancing or whoring) is that a bug ..can the pc accept any type of job until the debts are paid...!? 3-is there a way to know how much is the debt!?
Seeker999 Posted June 21, 2021 Posted June 21, 2021 5 hours ago, aspirine2 said: 1-would there be future mcm options to make pc pay debts with pitfights only? 2-every time pc talks to liskitt ..liskitt offers new job to hernin ( dancing or whoring) is that a bug ..can the pc accept any type of job until the debts are paid...!? 3-is there a way to know how much is the debt!? 2 - It's random. I was in debt and got all 3 work scenarios 3 - that would be nice
Delzaron Posted June 21, 2021 Author Posted June 21, 2021 3 hours ago, Seeker999 said: 2 - It's random. I was in debt and got all 3 work scenarios 3 - that would be nice I sucks to code mcm. I'll need help here. 3 : I add this to the list.
Delzaron Posted June 21, 2021 Author Posted June 21, 2021 44 minutes ago, Delzaron said: I sucks to code mcm. I'll need help here. 3 : I add this to the list. Done. I'll do an update soon... I hope on the lasts ! 1
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