kjeron
kjeron
Reactions
-
Re: Displaying chance to learn spell with skills
They are built from ENGINEST.2da. The engine assigns StrRef (0xF00000 + row#) to mirror the string referenced for each row of that file (ignoring the 3 header rows). (View Post)1 -
Re: Rangers and attacking from Stealth
It's built into the invisibility state (which stealth uses). It is not reliant on backstabs or sneak attacks. It applies to IWDEE just as it does BGEE/BG2EE. In addition to that, an invisible creatur… (View Post)7 -
Re: Temple Disple Magic doesn't dispel Polymorph
The character that receives the healing is treated as the caster, so Neera is not high enough level to dispel the polymorph (since temples use the priest version of dispel magic, not the wizard versi… (View Post)4 -
Re: BGEE New Patch: Tremain Quest Bug
Tremain doesn't get the chance to update his global if he's already in position (or just close enough):!NearLocation(Myself,420,320,1) (View Post)3 -
Re: Displaying chance to learn spell with skills
A few line below these, just above the next currentTab section, you'll see:for k, v in ipairs(listItems) do if (v[3] == nil or v[3] == '') then helpTextString = helpTextString .. Infinity_FetchString… (View Post)1