Two-handed sword Lilarcor has dialog, this text seems to have been removed from Baldur.bcs, but the relevant code has been left in the file, and duplicated for good measure! You will see some silly message like
"WeiDU: BALDUR.BCS DisplayStringHeadOwner("sw2h14",#####)
: Not_found (do not report this unless something actually goes wrong)".
Lilarcor has an identification code of "sw2h14".
I can alter Crom Faeyr to usually kill Trolls based upon opcode 55: Slay, but it does not effect Golems at all.
Rod of Smiting any good? No, the golems are unaffected by effects from that too.
Pocket Plane Ability
Currently, use of Baldur.bcs means that the party will arrive in the right place in the Pocket Plane. Previously it arrived in the upper left corner. Here is the code from that file:
IF
Global("IWG2PP","GLOBAL",1)
THEN
RESPONSE #100
ActionOverride(Player1,LeaveAreaLUA("AR0315","",[1966.1251],9))
ActionOverride(Player2,LeaveAreaLUA("AR0315","",[1889.1233],9))
ActionOverride(Player3,LeaveAreaLUA("AR0315","",[2045.1265],9))
ActionOverride(Player4,LeaveAreaLUA("AR0315","",[1935.1330],9))
ActionOverride(Player5,LeaveAreaLUA("AR0315","",[1852.1312],9))
ActionOverride(Player6,LeaveAreaLUA("AR0315","",[2012.1352],9))
SetGlobal("IWG2PP","GLOBAL",0)
END
To get this code to run you would use this command in the Console:
SetGlobal("IWG2PP","GLOBAL",1)
I don't know how to do this from an item.
The If part of the code could be strengthened with triggers that toggle on when the first challenge in the Pocket Plane is completed. Ditto, !AnyPCSeesEnemy()
Modifié par Ishad Nha, 22 août 2011 - 03:13 .