DSB Version 0.74

This forum is for the Lua scriptable clone of DM/CSB called Dungeon Strikes Back by Sophia. Use DSB to build your own highly customised games.

Moderator: Sophia

Forum rules
Please read the Forum rules and policies before posting. You may Image to help finance the hosting costs of this forum.
Post Reply
User avatar
Sophia
Concise and Honest
Posts: 4306
Joined: Thu Sep 12, 2002 9:50 pm
Location: Nowhere in particular
Contact:

DSB Version 0.74

Post by Sophia »

What's new:

- Fixed an issue with the missile delta of spells generated from items
- Added create_ammo so ranged weapons can generate their own ammo
- Various small bug fixes

Download it here
Stingm
Journeyman
Posts: 61
Joined: Wed Jan 26, 2011 7:36 pm

Re: DSB Version 0.74

Post by Stingm »

Thanks for the hard work again Sophia.
User avatar
Gambit37
Should eat more pies
Posts: 13769
Joined: Wed May 31, 2000 1:57 pm
Location: Location, Location
Contact:

Re: DSB Version 0.74

Post by Gambit37 »

Just in case it's missed in the 0.72 thread, here's some changes that need to be made to 0.74 base code:

methods.lua:
line 1576, change C_FIRESHIELD to conditions.fireshield
line 1763, change C_SPELLSHIELD to conditions.spellshield
lines 725, 731 change C_WINDOW to conditions.window

objects/lua
line 5994, change C_POISON to conditions.poison
line 6088, change C_SPELLSHIELD to conditions.spellshield
Post Reply