Jump to content


problem with KR's brown dragon


  • Please log in to reply
7 replies to this topic

#1 -Jazz-

-Jazz-
  • Guest

Posted 06 April 2004 - 11:53 PM

Every time I try to install this mod I got the same error message during the installation :

"[BrownDragon/baf/KRDRGBRN.baf] PARSE ERROR at line 126 column 86-86
Near Text: )
unknown object CLASS specifier [LONG_BOW]

[BrownDragon/baf/KRDRGBRN.baf] ERROR at line 126 column 86-86
Near Text: )
Parsing.Parse_error
ERROR: parsing [BrownDragon/baf/KRDRGBRN.baf]: Parsing.Parse_error
ERROR: error compiling [BrownDragon/baf/KRDRGBRN.baf]: Parsing.Parse_error
Processing 1 dialogues/scripts ..."

Why? Is there a way to fix it? Please any help would be really welcome.

#2 hlidskialf

hlidskialf

    Incarnation of the Eternal Ale Warrior

  • Modder
  • 2510 posts

Posted 07 April 2004 - 12:05 AM

Yeah, thanks. I know about that one. It comes from decompiling the original kit on an unfixed .ids. For now, you can fix it by changing the [LONG_BOW] to [MAGE_ALL], then reinstalling.

Edit: BTW to do that you need to open up the KRDRGBRN.baf with a text editor like Notepad and just type it in. ;)

The great wolf Fenrir gapes ever at the dwelling of the gods.


#3 -Jazz-

-Jazz-
  • Guest

Posted 07 April 2004 - 12:17 AM

Thanks :), I did what you say and I don't have the bug anymore, however, I now have a new error message during the installation :

[BrownDragon/baf/KRSUMMON.baf] PARSE ERROR at line 9 column 15-15
Near Text: )
Type mismatch in "Object" argument of [See].
Expecting type "object".

[BrownDragon/baf/KRSUMMON.baf] ERROR at line 9 column 15-15
Near Text: )
Parsing.Parse_error
ERROR: parsing [BrownDragon/baf/KRSUMMON.baf]: Parsing.Parse_error
ERROR: error compiling [BrownDragon/baf/KRSUMMON.baf]: Parsing.Parse_error
Processing 1 dialogues/scripts ...

Would you mind to help me again please?

#4 hlidskialf

hlidskialf

    Incarnation of the Eternal Ale Warrior

  • Modder
  • 2510 posts

Posted 07 April 2004 - 12:41 AM

Not sure why that would cause a problem. It's a valid statement I believe. Ignore it for now 'eh? ;)

The great wolf Fenrir gapes ever at the dwelling of the gods.


#5 -Guest-

-Guest-
  • Guest

Posted 07 April 2004 - 12:48 AM

well ok, I hope it will not cause a bug in the game later.

Thanks for your help my friend, have a nice day. :)

#6 Idobek

Idobek

    Pocket Plane Gibberling

  • Member
  • 429 posts

Posted 07 April 2004 - 05:58 AM

I think you want to change See(255) to See([ANYONE]).

#7 hlidskialf

hlidskialf

    Incarnation of the Eternal Ale Warrior

  • Modder
  • 2510 posts

Posted 07 April 2004 - 09:12 PM

In the baf it's See(Nearest). *shrug*

The great wolf Fenrir gapes ever at the dwelling of the gods.


#8 -Jazz-

-Jazz-
  • Guest

Posted 07 April 2004 - 11:17 PM

I think we didn't have the same baf file. In mine, it was see(255). Anyway, I changed the value yesterday to see(NearestEnemyOf(Myself)), according to an example in this page : http://www2.mikro.bi...rs/fun/ralf.baf
It seems to work fine. :)