Calgacus
Calgacus
Reactions
-
Re: RFC - TlkEdit project git repo
I had failed to include the lib folder at first import in the repo but it's there now. On windows I still get that manifest error but on macOS I do not and can produce the jar there and it works. (View Post)1 -
Re: Learning to script: How to get pc's area
The fact that you have only one placeable by that tag is what is wrong. Try this call: object oRocks001 = GetObjectByTag("pl_Area001", 0 ); //notice the 1 is gone That method counts found o… (View Post)1 -
Re: Drake's Dungeon - New NWN Stream
I thought that first stream was interesting. Personally, I have practically no experience with NWN DMing, multiplayer playing or persistent world playing so any tips or how-tos in that regard would b… (View Post)1 -
Re: Suggestions Thread: Game Mechanics (scripts, spells, feats, combat)
For item properties, finer grades of Damage Resistance and Immunity:Damage Type - down to 1 point (or percent) increments, would be nice. (View Post)3 -
Re: Item Property Value
not sure... thought I had it but no... let me see... how about IPGetWeaponEnhancementBonus egint bonus = IPGetWeaponEnhancementBonus( oItem, ITEM_PROPERTY_ENHANCEMENT_BONUS_VS_ALIGNMENT_GROUP ); Assu… (View Post)1