Jump to content


Isra Reset Timer


  • Please log in to reply
9 replies to this topic

#1 -HooAmEye-

-HooAmEye-
  • Guest

Posted 17 December 2016 - 05:21 PM

Absolutely loving the mod on BG2EE so far. However, I got too caught up in questing, and missed the timer on her second quest with the financial records. Is there a way to reset her timer with the command console?



#2 Rhaella

Rhaella
  • Modder
  • 648 posts

Posted 17 December 2016 - 06:32 PM

There is, yes. I'm not sure which part in the quest you're at precisely, but one of these commands should do it:

 

C:SetGlobalTimer("rh#IsraQuestOneReminderTimer","GLOBAL",SEVEN_DAYS)

C:SetGlobalTimer("rh#IsraQuestTwoReminderTimer","GLOBAL",SEVEN_DAYS)

C:SetGlobalTimer("rh#IsraQuestThreeReminderTimer","GLOBAL",SEVEN_DAYS)

 

Entering them all won't hurt anything.



#3 -HooAmEye-

-HooAmEye-
  • Guest

Posted 17 December 2016 - 06:49 PM

Thanks :)

 



#4 -HooAmEye-

-HooAmEye-
  • Guest

Posted 17 December 2016 - 07:01 PM

Quick question, and I do hate to be a bother, but those commands keep saying 

 

"attempt to call method "SetGlobalTimer" (a nil value)"

 

Any idea what this means (totally new to baldurs gate)



#5 -HooAmEye-

-HooAmEye-
  • Guest

Posted 17 December 2016 - 08:10 PM

If it helps any it is the "Another Day In Athkatla" quest..



#6 Artemius I

Artemius I
  • Modder
  • 48 posts

Posted 17 December 2016 - 09:25 PM

Try using the command 'SetGlobal' instead of 'SetGlobalTimer' and see what happens.


My major projects:

NPCs: Sirene (BG:EE | BG2:EE), Drake (BG:EE), Aura (BG:EE), Pai'Na (BG2:EE)

Kits: The Artisan's Kitpack, Bardic Wonders, Warlock, Shadow Magic

Tweaks: Artemius' House Tweaks

In-progress: Aura BG2, Drake BG2, The Fallen Light, Shadow Magic: Thultanthar

A comprehensive list of my mods

The Artisan's Corner (my personal mod site)


#7 agb1

agb1
  • Member
  • 1623 posts

Posted 18 December 2016 - 09:54 AM

C:Eval('SetGlobalTimer(...)') should work. Note the single quotes surrounding the script action being evaluated.

BiG World Fixpack (community collection of mod fixes and compatibility patches, with user-friendly cross-platform script)

 

BiG World Setup (tool to automate best-practice installation of Infinity Engine mods on Windows, with conflict analysis)

Latest version:    https://bitbucket.or.../get/master.zip


#8 -HooAmEye-

-HooAmEye-
  • Guest

Posted 18 December 2016 - 11:55 AM

Hmm, now I get

 

"error in function "SetGlobal" argument #4 is 'nil'; 'number' expected"



#9 -HooAmEye-

-HooAmEye-
  • Guest

Posted 18 December 2016 - 02:18 PM

Sorry none of these work. I enter the temple where I had left Isra, she walks up to the party and asks to rejoin, whereafter she leaves the party again.

I'll just do the mod on a new playthrough sometime. Thanks for the help though



#10 -HooAmEye-

-HooAmEye-
  • Guest

Posted 18 December 2016 - 02:19 PM

Sorry none of these work. I enter the temple where I had left Isra, she walks up to the party and asks to rejoin, whereafter she leaves the party again.

I'll just do the mod on a new playthrough sometime. Thanks for the help though