Jump to content


Photo

Missing spell in script


  • Please log in to reply
1 reply to this topic

#1 Vlan

Vlan
  • Member
  • 194 posts

Posted 14 June 2015 - 07:50 AM

Hello there,

was checking some scripts in my game and found this warning message in my BALDUR.BCS

 

Resource not found: S:RES* - "yspervmp" in this script

IF
	Global("ys_Player1Vamp","GLOBAL",1)
	GlobalTimerExpired("ys_PlayerIsUndead","GLOBAL")
	CheckStat(Player1,9,INT)
	CheckStat(Player1,9,WIS)
	CheckStat(Player1,9,DEX)
	CheckStat(Player1,9,CON)
	CheckStat(Player1,17,STR)
	CheckStat(Player1,3,CHR)
THEN
	RESPONSE #100
		ReallyForceSpellRES("yspervmp",Player1)
		SetGlobal("ys_Player1Vamp","GLOBAL",2)
		Continue()
END

Can't find the spell in the mod folders as well. So, is this script important? Do I have to change the spell to one of the two which can be found in the SPELL folder?


Edited by Vlan, 14 June 2015 - 07:50 AM.


#2 Yovaneth

Yovaneth

    The newly-appointed Master Builder of Baldur's Gate

  • Modder
  • 3058 posts

Posted 21 June 2015 - 02:30 AM

Sorry for the delayed reply Vlan; I actually missed this posting.

 

I recognise what the spell was for, but I think it was dropped a long time ago. I've just checked all versions of FFT back to v1.5 and yspervmp.spl does not exist in any of them. I think you can safely ignore it.

 

-Y-