![]() |
The Black Wyrm's Lair Terms of Use |
![]() ![]() ![]() ![]() |
![]() |
![]() ![]()
Post
#1
|
|
Forum Member Posts: 2 Joined: 15-February 06 From: Forgotten Realms ![]() |
I have a problem installing Azure. The kit works fine but when i install azure and its on the extending script it says it has a parsing and compiling error. what do I do?
![]() the file they said to send is here: This post has been edited by jadorelordinateur: Feb 15 2006, 12:37 AM
Attached File(s)
-------------------- United we stand, divided we fall - Elminster
|
|
|
![]() |
![]()
Post
#2
|
|
![]() 3ds Max Mage ![]() Mod Developer Posts: 663 Joined: 25-December 05 From: Slovensko ![]() |
Glad it works. Not exactly like it should, but still...
![]() EDIT: I was doing my own research, too. And found the problem in a script that is appending AR1900 area script during instalation. Balduran forgot to correct the triggers. If you take a look on the script named ar1900.baf (located in Azure/are/ folder in main game directory, open the file with e.g. NOTEPAD), you´ll find this: CODE IF Global("AzureExists","AR1900",0) Global("AzureFound","GLOBAL",0) OR(2) GlobalGT("Chapter","GLOBAL",2) GlobalGT("Chapter","GLOBAL",3) THEN RESPONSE #100 SetGlobal("AzureExists","GLOBAL",1) CreateCreature("azure",[4935,1991],1) END .... (second block is not important...) ..... ...but it should look like this: CODE IF Global("AzureExists","AR1900",0) Global("AzureFound","GLOBAL",0) OR(2) Global("Chapter","GLOBAL",2) Global("Chapter","GLOBAL",3) THEN RESPONSE #100 SetGlobal("AzureExists","GLOBAL",1) CreateCreature("azure",[4935,1991],1) END .... (second block is not important...) ..... GlobalGT means that the variable MUST be greater than the value specified to be true (...in other words, Azure will pop up only if you´re currently in Chapter 3 or 4...). Global will correct this. So only thing you have to do is to uninstall the mod, change this two "words" in this particular file from Global GT to Global (...delete GT... ![]() Hope now you understand this... ![]() This post has been edited by Valiant: Apr 6 2010, 09:26 AM -------------------- Valiant
Tower Of Deception creator. |
|
|
![]() ![]() |
![]() |
Lo-Fi Version | Time is now: 24th June 2025 - 11:15 PM |