I am using the original game, but I changed the stats on a few characters. I want to play with these updated characters, but I get 2 errors.
Error 2666 Wall outlet Slime 10,30,3 Trigger pointing at undefined item
Error 7505 Wall_Item_Alagam_Burnt 24,3,13 Trigger pointing at undefined item.
All I want to do it play the game with some better characters so that I don't have to waste time training them. Is their an easier way to do this?
[fixed for V0.36] Can't get my map to work
Moderator: George Gilbert
Forum rules
Please read the Forum rules and policies before posting. You may
to help finance the hosting costs of this forum.
Please read the Forum rules and policies before posting. You may

Check out the position of those two items with the editor (level three, 10,30) and level 13, 24,13
One, I am guessing, is the silme cup holding a gold key, the other is the final power gem amalgam that releases the firestaff+
No idea why they are deleted, but if you put thsoe two items back into the 'release' mechanism if the object them game should be fine
Editing the stats shouldn't have caused this, and should have been exactly what to do for the effect you wanted
One, I am guessing, is the silme cup holding a gold key, the other is the final power gem amalgam that releases the firestaff+
No idea why they are deleted, but if you put thsoe two items back into the 'release' mechanism if the object them game should be fine
Editing the stats shouldn't have caused this, and should have been exactly what to do for the effect you wanted
- George Gilbert
- Dungeon Master
- Posts: 3022
- Joined: Mon Sep 25, 2000 11:04 am
- Location: London, England
- Contact:
This is actually a bug with the txt file rather than the editor. Obviously I'll fix this for V0.36, but if you want to do so to your V0.35 now it's straightforward.
Simply take the original text file, and change the location of targetted release items and change them from -1,-1 to be the same as the trigger that's doing the releasing.
For example, instead of
You should put
If you want, you can also replace the TARGET=(7507) with TARGET=(NULL) as that isn't necessary any more (but won't do any harm either).
If you have any questions about this, please let me know.
Simply take the original text file, and change the location of targetted release items and change them from -1,-1 to be the same as the trigger that's doing the releasing.
For example, instead of
Code: Select all
7505 WALLITEM_AMALGAM_BURNT 24 3 13 SOUTH STATE=(INVISIBLE) OPBY=(STAFF_FIRE) ACTION=(RELEASE) TARGET=(7507) OPTIONS=(DESTROY_ITEM,DISABLE_SELF)
7507 STAFF_FIRE_PLUS_GEM -1 -1 13 SOUTH
Code: Select all
7505 WALLITEM_AMALGAM_BURNT 24 3 13 SOUTH STATE=(INVISIBLE) OPBY=(STAFF_FIRE) ACTION=(RELEASE) TARGET=(7507) OPTIONS=(DESTROY_ITEM,DISABLE_SELF)
7507 STAFF_FIRE_PLUS_GEM 24 3 13 SOUTH
If you have any questions about this, please let me know.
Ok, I can't figure out how to edit this file. Could someone please email me a DM_Original.txt with these simple fixes? Tomsriv@excite.com
Thanks in Advance
Tom
Thanks in Advance
Tom
- George Gilbert
- Dungeon Master
- Posts: 3022
- Joined: Mon Sep 25, 2000 11:04 am
- Location: London, England
- Contact: