-
I will try to fix most of these issues. Some time ago, I had started to add the ability to pick up, apply or drop items by tag but I haven't had the time to finish this yet. I will try to finish that work in the next days.
Note that contrary to the previous anonymous comment, I disagree that including a scripting language "directly" would solve all problems. Embedded scripting languages...
2008-09-12 10:15:22 UTC in Crossfire RPG game
-
You were given incorrect advice. :-) The type of "food" should be changed to sint32, not uint32. It needs to be signed because several things happen only when food < 0.
After having a quick look at the code, I see that we should probably also change the type of "last_eat" (in include/object.h) from sint16 to sint32 for the same reason. And to be safer, we should add some range checks...
2008-08-31 12:35:36 UTC in Crossfire RPG game
-
The shoes/boots of granite are the only recipes that produce a cursed result, together with the cloak of unholiness (but the latter cannot be enchanted). So it's not really a bug. The result of these recipes isn't supposed to be useful.
It may be a bit confusing that positive enchantments on the ingredients become negative in the cursed result, but that's how the code behaves internally for...
2008-08-31 12:13:23 UTC in Crossfire RPG game
-
Although the gunpowder is fun, I don't like the other items. They don't really fit in the crossfire theme (fantasy/medieval).
These items may be useful and their price may or may not be right, but they just don't fit. I'm afraid that if we accept bombs with cold or electricity attacks, and especially nuclear bombs, then the next step would be to accept plasma guns, phasers or light sabers...
2008-08-31 12:02:00 UTC in Crossfire RPG game
-
Applied in SVN revision 9789/9790:
Applied slightly modified patch #2084099 "buildable altars", courtesy of
meflin and added a new image for altar building material.
I increased the weight to make it match the weight of the fountain material (25 kg) and I also added the new image that I showed you on IRC.
2008-08-30 21:59:35 UTC in Crossfire RPG game
-
quinet committed revision 9790 to the Crossfire RPG game SVN repository, changing 1 files.
2008-08-30 21:57:13 UTC in Crossfire RPG game
-
quinet committed revision 9789 to the Crossfire RPG game SVN repository, changing 4 files.
2008-08-30 21:36:12 UTC in Crossfire RPG game
-
quinet committed revision 9785 to the Crossfire RPG game SVN repository, changing 2 files.
2008-08-27 11:57:01 UTC in Crossfire RPG game
-
quinet committed revision 9777 to the Crossfire RPG game SVN repository, changing 2 files.
2008-08-26 17:24:19 UTC in Crossfire RPG game
-
quinet committed revision 9772 to the Crossfire RPG game SVN repository, changing 2 files.
2008-08-25 19:50:46 UTC in Crossfire RPG game