#6564 [CORE] - Druid get Wakizashi/Ninja-to in the tutorial
CrevsDaak
Member Posts: 7,155
in the BG:EE tutorial, characters get weapons they can use and have proficiency with, if you create a druid with Scimitar proficiency (and not dagger, staff or any other proficiency), there is a 66,6% chance of him getting a Ninja-to or a Wakizashi (that druids can't use).
A way to fix it would be
A way to fix it would be
IFInstead of the actual...
Class(Player1,DRUID)
Global("GiveTTWeapon","TU0015",1)
CheckStatGT(Player1,1,PROFICIENCYSCIMITARWAKISASHININJATO)
THEN
RESPONSE #100
SetGlobal("GiveTTWeapon","TU0015",2)
GiveItemCreate("TTSWOR10",Player1,0,0,0) // Scimitar
END
IF
!Class(Player1,DRUID)
Global("GiveTTWeapon","TU0015",1)
CheckStatGT(Player1,1,PROFICIENCYSCIMITARWAKISASHININJATO)
THEN
RESPONSE #33
SetGlobal("GiveTTWeapon","TU0015",2)
GiveItemCreate("TTSWORD8",Player1,0,0,0) // Wakizashi
RESPONSE #33
SetGlobal("GiveTTWeapon","TU0015",2)
GiveItemCreate("TTSWORD9",Player1,0,0,0) // Ninjatō
RESPONSE #33
SetGlobal("GiveTTWeapon","TU0015",2)
GiveItemCreate("TTSWOR10",Player1,0,0,0) // Scimitar
END
IFI've attached a save before and after getting the Wakizashi.
Global("GiveTTWeapon","TU0015",1)
CheckStatGT(Player1,1,PROFICIENCYSCIMITARWAKISASHININJATO)
THEN
RESPONSE #33
SetGlobal("GiveTTWeapon","TU0015",2)
GiveItemCreate("TTSWORD8",Player1,0,0,0) // Wakizashi
RESPONSE #33
SetGlobal("GiveTTWeapon","TU0015",2)
GiveItemCreate("TTSWORD9",Player1,0,0,0) // Ninjatō
RESPONSE #33
SetGlobal("GiveTTWeapon","TU0015",2)
GiveItemCreate("TTSWOR10",Player1,0,0,0) // Scimitar
END
Post edited by Troodon80 on
1
Comments
@Balquo, can't talk about whether the bit Crevs is getting is fixed, but you might want to take a look at #6564 again—I updated it only a little while ago with an additional complication.
This is a Fighter/Druid in the latest beta build, the March 4 build of v1.3.2032: