Gothmog, Lord of Balrogs |
04-26-2002 03:33 PM |
well, ShadowKeeper at www.mud-master.com is good for editing characters, creatures, and NPCs. TeamBG is good for item creation, item editing, and all sorts of other stuff, but is advanced and dangerous, so should only be used by experienced players with backup saves. or, you could go into the baldur.ini file, add "Debug Mode=1" (no quotes) underneath the "[Program Options]" heading, and then CLUA them into the game. to do this, press Ctrl-Space and type CLUAConsole:CreateItem("&","#","$","%"), where & is the item code, # is the number of them to create (stackable or charged items only), $ is the per-day charges for the item, and % is the second per-day charges for the item. if the item has no charges, don't use $ or %. if you only want one, only use &.
but DON'T cheat! this should be used for debugging or time-saving purposes ONLY!
|