Recent content by SpellTrap

  1. S

    NPC Stats

    Does anyone know if there's a chart somewhere listing the NPC stats as they level up?
  2. S

    timed_event_p_proc never called

    Thanks for the info. Now I know what to look for to fix it.
  3. S

    timed_event_p_proc never called

    In FO2, what would cause a critter's timed_event_p_proc to never run? This does not happen to every critter on the map; just three that have a certain script assigned.
  4. S

    Fallout 2 Palette

    *.PAL files come ins several different formats (MS, Jasc, Dr. Halo, MSD). color.pal, the pal file I extracted from master.dat, couldn't be opened by photoshop, so I knew it wasn't and MS palette. I was curious what palette type it was because I'm trying to make some new endgame slides, but...
  5. S

    Fallout 2 Palette

    Does anyone have the Fallout 2 Palette in either microsoft PAL or ACT that they could perhaps e-mail to me? EDIT - What format is Fallout 2's color.pal file, anyways?
  6. S

    unable to trade/barter

    What's his carrying capacity?
  7. S

    checking lvars en mvars

    You could download the patcher to enable debug messages, and then write in a few debug messages to display the values in the debug window. Or, if you don't feel like downloading anything, just write in the messages to display the variables with display_msg instead of debug_msg, and they'll...
  8. S

    Fire Gecko Pelts

    Well, just to be safe I put the code in them, too. It works fine now! Thanks!
  9. S

    IPP Compiler

    There's still a problem: when I try to compile nhmyron.ipp (freshly decompiled from the game; I didn't change anything) I get an error message: LexLib: yytext overflow
  10. S

    IPP Compiler

    A few more questions, since it still doesn't seem to be working. The zip file contains two different directories. What do I do with them? And what program am I supposed to run once I've unzipped it?
  11. S

    Fire Gecko Pelts

    Thanks for the help! One question though: what about zclgecko.int? or ecgecko.int? Don't geckos use that script, too?
  12. S

    IPP Compiler

    Could someone explain how to use the IPP script compiler? Its instructions are all in Russian.
  13. S

    DatMan Light

    Using DatMan Light, is there any way to add files to a new dat faster than one at a time?
  14. S

    Fire Gecko Pelts

    I've made a script for fire geckos so that they should drop fire gecko pelts, another thing I made. One problem: no matter what item's PID I tell it to create in their inventory (even a random PID like PID_FIREWOOD), it creates a golden gecko pelt. Here's the modified code, tell me if you see...
  15. S

    Need Help with Character

    There are none.
Back
Top