Clob's Son Missing
#1
Posted 02 November 2010 - 11:32 AM
Thanks
Italian mods tanslator!!!!
#2
Posted 02 November 2010 - 12:30 PM
she spawns on the first floor of the five flagons inn near the stairs, but only at a specific time of the day, so I usually use CTRL T to advance the time until she spawns
in one of my runs she didnt spawn at all so I used CLUAConsole:CreateCreature("JATTA") and it worked fine
#3
Posted 02 November 2010 - 01:26 PM
In my game she didnt spawns me. I used CLUAConsole:CreateCreature("JATTA") and it worked fine.
You know well this mod.
Edited by ilot, 02 November 2010 - 01:27 PM.
Italian mods tanslator!!!!
#4
Posted 03 November 2010 - 04:32 AM
Please post the area BCS si I can fix this once and for all.Thank you psychlopes
In my game she didnt spawns me. I used CLUAConsole:CreateCreature("JATTA") and it worked fine.
You know well this mod.
EDIT: Can someone (ilot ) with a save check the globals by using GetGlobal commands to see if the globals required are at the proper setting?
IF Global("Clobsson","GLOBAL",3) Global("nmkesae","AR0522",0) THEN RESPONSE #100 CreateCreature("Jatta",[662.310],1) // Jatta SetGlobal("nmkesae","AR0522",1) END
If the global is set to the correct number, then try adding a super sweet Continue() after the above block and make it look like this:
IF Global("Clobsson","GLOBAL",3) Global("nmkesae","AR0522",0) THEN RESPONSE #100 CreateCreature("Jatta",[662.310],1) // Jatta SetGlobal("nmkesae","AR0522",1) Continue() END
There are probably other blocks in the script that are looping and I don't care what they are so we try a continue() for our RoT block and see if it works.
Edited by Hoppy, 03 November 2010 - 05:23 AM.
"If you think that a size of the mod indicates an amount of bugs that it introduces and their severity you're totally wrong...
Try not to use next time a load of shitty "super-mega-improving-tweaking-revising" small mods that you have installed and try to meet Wulfgar once again." - King Diamond
The Definitive Guide to Trolls
"Finding food and a place to sleep is your own business. I imagine Paul the Cat should have some fun with you, too" - Potencius in The Darkest Day
"You have been warned, little bastard!" -Khelben to a young <CHARNAME>in Check the Bodies
There are those who will snivel, and offer nothing in return except criticism, meanwhile never lifting a finger to do other than to cut other peoples labor down simply for the fact that they lack the capability to put anything of their own together. -erebusant
#5
Posted 04 November 2010 - 02:58 AM
Please post the area BCS si I can fix this once and for all.
Thank you psychlopes
In my game she didnt spawns me. I used CLUAConsole:CreateCreature("JATTA") and it worked fine.
You know well this mod.
EDIT: Can someone (ilot ) with a save check the globals by using GetGlobal commands to see if the globals required are at the proper setting?IF Global("Clobsson","GLOBAL",3) Global("nmkesae","AR0522",0) THEN RESPONSE #100 CreateCreature("Jatta",[662.310],1) // Jatta SetGlobal("nmkesae","AR0522",1) END
If the global is set to the correct number, then try adding a super sweet Continue() after the above block and make it look like this:IF Global("Clobsson","GLOBAL",3) Global("nmkesae","AR0522",0) THEN RESPONSE #100 CreateCreature("Jatta",[662.310],1) // Jatta SetGlobal("nmkesae","AR0522",1) Continue() END
There are probably other blocks in the script that are looping and I don't care what they are so we try a continue() for our RoT block and see if it works.
Hi Hoppy
After I spoke with merchant in the Bridge District I used: GetGlobal("Clobsson","GLOBAL") and "Clobbsson Global set to 3" (correct number).
I tried:
IF Global("Clobsson","GLOBAL",3) Global("nmkesae","AR0522",0) THEN RESPONSE #100 CreateCreature("Jatta",[662.310],1) // Jatta SetGlobal("nmkesae","AR0522",1) Continue() END
but it not works....
I tried with console :move to area ar0522 and it works, Jatta spawns near stairs!!
Edited by ilot, 04 November 2010 - 03:44 AM.
Italian mods tanslator!!!!
#6
Posted 04 November 2010 - 03:36 AM
@0 = ~Thanks to you I was able to return home safely.~
Edited by ilot, 04 November 2010 - 03:44 AM.
Italian mods tanslator!!!!
#7
Posted 04 November 2010 - 07:15 AM
After I defeat the slave traders and I return in Maribur the Clob's son (Rodger) is not in your house RA3909 but Rodger must be here because there is a file.tra (rodger2.tra) about him:
@0 = ~Thanks to you I was able to return home safely.~
Yay. Something else to add to the bottomless pit of things to do for f***s sake
The problem with Jatta spawning seems to be related to the 5 Flaggons and the two different areas used for it (depending on the Bard stronghold quests). It exists in AR0522.BCS but not AR0509.BCS, the latter being the main area used and it switches to AR0522 for player stronghold quests if playing as a bard.
And here is why this happens:
in AR0509.BCS it says this and thus the ruhtarded bug:
IF Global("Clobsson","GLOBAL",3) Global("nmkesae","AR0522",0) THEN RESPONSE #100 CreateCreature("Jatta",[662.310],1) // Jatta SetGlobal("nmkesae","AR0522",1) Continue() END
So we stealth edit in our editor of choice to this guy in AR0509.BCS
IF Global("Clobsson","GLOBAL",3) Global("nmkesae","AR0509",0) THEN RESPONSE #100 CreateCreature("Jatta",[662.310],1) // Jatta SetGlobal("nmkesae","AR0509",1) Continue() END
And now the courtesan will appear to do with as we wish.
"If you think that a size of the mod indicates an amount of bugs that it introduces and their severity you're totally wrong...
Try not to use next time a load of shitty "super-mega-improving-tweaking-revising" small mods that you have installed and try to meet Wulfgar once again." - King Diamond
The Definitive Guide to Trolls
"Finding food and a place to sleep is your own business. I imagine Paul the Cat should have some fun with you, too" - Potencius in The Darkest Day
"You have been warned, little bastard!" -Khelben to a young <CHARNAME>in Check the Bodies
There are those who will snivel, and offer nothing in return except criticism, meanwhile never lifting a finger to do other than to cut other peoples labor down simply for the fact that they lack the capability to put anything of their own together. -erebusant
#8
Posted 04 November 2010 - 03:30 PM
You have to remember this "Jatta fix" in your next Region of Terror update and to insert the italian language too...
Italian mods tanslator!!!!
#9
Posted 04 November 2010 - 03:34 PM
Thank you Hoppy.
You have to remember this "Jatta fix" in your next Region of Terror update and to insert the italian language too...
Really??? If I am not in an insane asylum before that
"If you think that a size of the mod indicates an amount of bugs that it introduces and their severity you're totally wrong...
Try not to use next time a load of shitty "super-mega-improving-tweaking-revising" small mods that you have installed and try to meet Wulfgar once again." - King Diamond
The Definitive Guide to Trolls
"Finding food and a place to sleep is your own business. I imagine Paul the Cat should have some fun with you, too" - Potencius in The Darkest Day
"You have been warned, little bastard!" -Khelben to a young <CHARNAME>in Check the Bodies
There are those who will snivel, and offer nothing in return except criticism, meanwhile never lifting a finger to do other than to cut other peoples labor down simply for the fact that they lack the capability to put anything of their own together. -erebusant
#10
Posted 05 November 2010 - 01:54 AM
Thank you Hoppy.
You have to remember this "Jatta fix" in your next Region of Terror update and to insert the italian language too...
Really??? If I am not in an insane asylum before that
Italian mods tanslator!!!!