Search found 2 matches

by Vidqt
Thu Aug 10, 2023 3:11 pm
Forum: Tables
Topic: z Baldur's Gate 3
Replies: 6965
Views: 2397115

Re: z Baldur's Gate 3

I have been messing around with spawning NPCs statically and as companions, so I thought I would share my current progress. Hopefully it helps others experiment to find more that work as companions to share. The table is a stripped down version of Zanzer's table using code suggested by oilnarak01 (...
by Vidqt
Mon Aug 07, 2023 11:15 pm
Forum: Tables
Topic: z Baldur's Gate 3
Replies: 6965
Views: 2397115

Re: z Baldur's Gate 3

Does anyone know how to trigger breaking the Oath as Paladin? I managed to add the condition with: [ENABLE] {$lua} if syntaxcheck then return end local uuid = "PALADIN_OATH_BROKEN" local cmdCall = getAddress("cmdCall") local cmdArgs = getAddress("cmdArgs") local cmdStr1 = getAddress("cmdStr1") Prepa...