This is not help I afraid...
Then I am afraid we'll have to wait for Gen1e or someone else who knows his scripts better than I do...
Posted 29 June 2011 - 10:45 PM
This is not help I afraid...
Posted 30 June 2011 - 12:49 AM
Sanctifier, did you have any issues so far?
Edited by Sanctifer, 30 June 2011 - 12:50 AM.
Posted 30 June 2011 - 04:40 AM
Posted 30 June 2011 - 05:06 AM
I saw them in previous version - two, yes? Just in process and soon after. But nothing else.As for the flirts and romance post 'Ployer dead' talk
I can check it - I have very early save.It contains fixes for: the interjection with the slave girl;
Posted 30 June 2011 - 05:56 AM
I can check it - I have very early save.It contains fixes for: the interjection with the slave girl;
And i'd like to insist: the lock of Jaheira'hair provokes the stutter bug. I put it in Jaheira inventory, in Khalid inventory - both began to stand trying to say smth...
Posted 30 June 2011 - 06:29 AM
OR(5) Global("ZIJaheiraTalk","GLOBAL",5) Global("ZIJaheiraTalk","GLOBAL",7) Global("ZIJaheiraTalk","GLOBAL",11) Global("ZIJaheiraTalk","GLOBAL",16) Global("ZIJaheiraTalk","GLOBAL",19) Global("ZIJaheiraTalk","GLOBAL",25)"(5 | 7 | 11 | 16 | 19) & 25". Change OR(5) to OR(6).
IF Delay(6) HasItem("MISC5V",Myself) THEN RESPONSE #100 ApplySpellRES("ZIKHLUCK",Myself) ENDThe ApplySpell() iirc interrupts the action queue. I don't know what to suggest... Make it equippable by Khalid/Jaheira maybe - amulet or just quickslot item, iirc these work too.
Edited by GeN1e, 30 June 2011 - 06:48 AM.
Retired from modding.
Posted 30 June 2011 - 08:11 AM
Oh! Number in brakes would be equal to lovetalk quantities? (you know I don't understand all this things...). Then"(5 | 7 | 11 | 16 | 19) & 25". Change OR(5) to OR(6).
//Flirts started by Khalid IF !AreaType(Dungeon) CombatCounter(0) InParty(Myself) InParty("JAHEIRA") See("JAHEIRA") RealGlobalTimerExpired("ZIJaheiraFlirtTime","GLOBAL") OR(3) Global("ZIJaheiraFlirt","GLOBAL",5) Global("ZIJaheiraFlirt","GLOBAL",15) Global("ZIJaheiraFlirt","GLOBAL",17) Global("ZIJaheiraFlirt","GLOBAL",21)
//Jaheira starts the flirt IF !AreaType(Dungeon) CombatCounter(0) InParty(Myself) InParty("JAHEIRA") See("JAHEIRA") RealGlobalTimerExpired("ZIJaheiraFlirtTime","GLOBAL") OR(5) Global("ZIJaheiraFlirt","GLOBAL",1) Global("ZIJaheiraFlirt","GLOBAL",3) Global("ZIJaheiraFlirt","GLOBAL",7) Global("ZIJaheiraFlirt","GLOBAL",9) Global("ZIJaheiraFlirt","GLOBAL",13) Global("ZIJaheiraFlirt","GLOBAL",19) Global("ZIJaheiraFlirt","GLOBAL",23)OR(5) to OR(7)?
Yes, girl thanks and leave, Khalid stays in party.Please check - I'd be grateful.
Posted 30 June 2011 - 08:27 AM
YesOR(3) would be change to OR(4), and
OR(5) to OR(7)?
Retired from modding.
Posted 30 June 2011 - 08:47 AM
Edited by Zireael, 30 June 2011 - 08:53 AM.
Posted 30 June 2011 - 08:49 AM
Posted 30 June 2011 - 08:53 AM
May be I should install PID?
Posted 30 June 2011 - 10:17 AM
This should work.How do I make the item cast Luck then? Hopefully automatically? And how to make it equippable?
// the lock itself COPY_EXISTING misc5v.itm override WRITE_SHORT 0x1c 1 // amulet LPF ADD_ITEM_EQEFFECT INT_VAR opcode=22 timing=2 parameter1=1 END SAY DESC ~This is a lock of Jaheira's hair. Somehow, this was used by the Baron to curse her. STATISTICS: Equipped Abilities: Luck: +1 bonus Usable By: Jaheira Khalid~
// only Khalid and Jaheira can equip it COPY_EXISTING - pdialog.2da override COUNT_2DA_ROWS 8 row FOR (i=0;i<row;i+=1) BEGIN READ_2DA_ENTRY i 0 8 entry PATCH_IF ~%entry%~ STRING_CONTAINS_REGEXP ~\(jaheir\|khalid\)~ BEGIN SPRINT $npc("%i%") ~%entry%~ END END COPY_EXISTING_REGEXP GLOB ~.*\.cre~ override READ_ASCII 0x280 dv (32) NULL PATCH_IF ~%dv%~ STR_CMP ~~ BEGIN // if has death variable PHP_EACH npc AS ind => res BEGIN PATCH_IF ~%dv%~ STRING_EQUAL_CASE ~%res%~ BEGIN LPF ADD_CRE_EFFECT INT_VAR opcode=180 timing=9 STR_VAR resource=misc5v END END END END BUT_ONLY // Charname can't <<<<<<<<inlined/hairlock0603.baf IF Global("zihairlock","ar0603",0) THEN RESPONSE #100 SetGlobal("zihairlock","ar0603",1) ApplySpellRES("zikhluck",Player1) END >>>>>>>> <<<<<<<<inlined/hairlock4000.baf IF Global("zihairlock","ar4000",0) THEN RESPONSE #100 SetGlobal("zihairlock","ar4000",1) ApplySpellRES("zikhluck",Player1) END >>>>>>>> EXTEND_BOTTOM ar0603.bcs ~inlined/hairlock0603.baf~ EXTEND_BOTTOM ar4000.bcs ~inlined/hairlock4000.baf~New zikhluck.spl is in attachment, and you also have to actually copy it to override - the current version doesn't.
Edited by GeN1e, 30 June 2011 - 10:19 AM.
Retired from modding.
Posted 30 June 2011 - 10:36 AM
Posted 30 June 2011 - 10:38 AM
Posted 30 June 2011 - 12:07 PM
Retired from modding.
Posted 30 June 2011 - 01:08 PM
Posted 30 June 2011 - 04:47 PM
This ~What will you do now, Gorion's ch-child?~ one?Khalid repeats his only banter with PC...
Retired from modding.
Posted 30 June 2011 - 10:39 PM
Posted 30 June 2011 - 10:58 PM
There is no localszikhal.baf (1 locals
Posted 30 June 2011 - 11:02 PM
There is no localszikhal.baf (1 locals
And I don't understand what to do...