Post reply

Warning: this topic has not been posted in for at least 120 days.
Unless you're sure you want to reply, please consider starting a new topic.
Name:
Email:
Subject:
Message icon:

Verification:
Type the letters shown in the picture
Listen to the letters / Request another image

Type the letters shown in the picture:
What color is grass?:
What is the seventh word in this sentence?:
What is five minus two (use the full word)?:

shortcuts: hit alt+s to submit/post or alt+p to preview


Topic Summary

Posted by: CamDawg
« on: December 31, 2007, 03:33:48 PM »

Mirik:
Quote
Version of Game:ToB
Mods Installed: BG2FIXPACK
                        D0QUESTPACK
                        UB
                       
Description of Problem: Well, first of all sorry for my English :) . The problem is that the YuanTe - Mage on the second floor of The De'Arnis keep does not cast ANY magic on me and/or my party. It just starts melee combat  with us.

I made some investigation. I used Infinity Explorer and checked its .cre file.  It is called 'kpsham01.cre' and in the AI tag its class was assigned to 'MAGE12Dg' script. I tried to find such script, but failed.  ???

Thats all. By the way. Happy New Year!!!
Thanks folks for what You are doing and Long Live Battleground Infinity!!!

CamDawg:
Quote
It's a Quest Pack bug:

Code: [Select]
// These guys need script order changes
COPY_EXISTING ~kpsham01.cre~ ~override~
WRITE_ASCII 0x248 "SHOUTDLG"
WRITE_ASCII 0x250 "MAGE12D"

should be

Code: [Select]
// These guys need script order changes
COPY_EXISTING ~kpsham01.cre~ ~override~
WRITE_ASCII 0x248 "SHOUTDLG"
WRITE_ASCII 0x250 "MAGE12D" #8