- Thread starter
- Admin
- #76
Tentadrilus actually made a typo describing the typo. It's "civlians" and not "civlains" and it can be found in the entity table of Old Helena:Thothie said:Chieftain, check.Tentadrilus said:Moar typos: Failure message in old_helena states that all the 'civlains' have been slain.
'civlains' I can find no occurrences of. (Not even in titles.txt)
{
"origin" "312 32 280"
"message" "Mission Fail - All key civlians have been slain!"
"targetname" "txt_fail"
"spawnflags" "1"
"classname" "game_text"
}
When I was fighting them today, I still saw that I was being attacked by "Ice Mage Phrezax" and whatever the others are called. In fact, I never saw them with 'generic' names.Thothie said:I think they lose their unique names once they go into battle. (I recall trying to rig something to prevent that, but it no workie)Tentadrilus said:All of the ice mages aren't unique. ('A Ice Mage <wtfname>')
Check out Ceriux' new sigThothie said:J-M v2.5.5 said:
I smell a new sig.
A certain b_castle run today with eight people gave us nothing, not even an artifact chest. Shuriken was in-game and used his L337 developer hacks to communicate with the chest, and the chest said that it counted all eight of us.Belmont said:What about the script for b_castle?
Am I on crack or is it actually bugged?
setvard CHEST_TARGET PARAM1
if ( !ADDED_QUALITY )
{
setvard ADDED_QUALITY 1
callevent add_quality_items CHEST_TARGET //these require attributes
}
callevent 0.1 offer_goodies //split second delay to make sure store propigates
}
{ offer_goodies
offerstore STORENAME CHEST_TARGET inv trade
callevent chest_used
}
Hrmm... I can buy bolts off him fine... No clue what would cause that. :/After old_helena I tried to buy some bolts from dorfgan and it closed the store menu, I reopened it and his store had reverted (or so it seems) to the pre-raid store. This destroyed the loot that he had .
On a related note, I'm unable to buy bolts from store it seems. I'm willing to bet the first bug is stemming off of this one, not something wrong with dorfgan's script.