akirschbaum
adb9522ce2
Use better compression to reduce image sizes.
...
git-svn-id: svn+ssh://svn.code.sf.net/p/crossfire/code/arch/trunk@8170 282e977c-c81d-0410-88c4-b93c2d0d6712
2008-01-12 02:22:57 +00:00
ryo_saeba
a6f7e4b64a
Singing anim_suffix.
...
git-svn-id: svn+ssh://svn.code.sf.net/p/crossfire/code/arch/trunk@7992 282e977c-c81d-0410-88c4-b93c2d0d6712
2007-12-21 22:14:57 +00:00
ryo_saeba
e62fe5416c
Remove obsolete field.
...
git-svn-id: svn+ssh://svn.code.sf.net/p/crossfire/code/arch/trunk@6566 282e977c-c81d-0410-88c4-b93c2d0d6712
2007-06-13 19:49:48 +00:00
akirschbaum
40805be837
Fix spelling errors.
...
git-svn-id: svn+ssh://svn.code.sf.net/p/crossfire/code/arch/trunk@6231 282e977c-c81d-0410-88c4-b93c2d0d6712
2007-05-10 20:26:17 +00:00
ryo_saeba
746436ed7f
New skill: fishing. Pole courtesy Maligor.
...
git-svn-id: svn+ssh://svn.code.sf.net/p/crossfire/code/arch/trunk@5924 282e977c-c81d-0410-88c4-b93c2d0d6712
2007-04-03 21:21:14 +00:00
akirschbaum
b80cc712c5
Convert obsolete 'flying' attribute to 'move_type' attributes.
...
git-svn-id: svn+ssh://svn.code.sf.net/p/crossfire/code/arch/trunk@5874 282e977c-c81d-0410-88c4-b93c2d0d6712
2007-03-25 10:51:48 +00:00
ryo_saeba
2c06f16ce0
Apply long standing patch #1382884 : change to player wraith race courtesy Anton Oussik.
...
git-svn-id: svn+ssh://svn.code.sf.net/p/crossfire/code/arch/trunk@5316 282e977c-c81d-0410-88c4-b93c2d0d6712
2007-01-14 14:59:44 +00:00
cavesomething
c69e3ca460
patch #1311199 by sacq to fix many typos and grammos in race descriptions
...
git-svn-id: svn+ssh://svn.code.sf.net/p/crossfire/code/trunk/arch@3767 282e977c-c81d-0410-88c4-b93c2d0d6712
2005-10-03 17:10:27 +00:00
crowbert
c83e91e0a0
add skill scroll for unclassed characters
...
git-svn-id: svn+ssh://svn.code.sf.net/p/crossfire/code/trunk/arch@3012 282e977c-c81d-0410-88c4-b93c2d0d6712
2004-12-14 23:52:56 +00:00
temitchell
91c41cb047
- change generic talisman object type.
...
git-svn-id: svn+ssh://svn.code.sf.net/p/crossfire/code/trunk/arch@2983 282e977c-c81d-0410-88c4-b93c2d0d6712
2004-10-27 05:16:35 +00:00
mwedel
f137f9841b
set a skill for the generic talisman - otherwise, it can result in
...
server crashes.
MSW 2004-10-25
git-svn-id: svn+ssh://svn.code.sf.net/p/crossfire/code/trunk/arch@2980 282e977c-c81d-0410-88c4-b93c2d0d6712
2004-10-26 05:11:28 +00:00
crowbert
2412a89e7d
like find/disarm traps, all players should already have it, but just in case, let them learn it
...
git-svn-id: svn+ssh://svn.code.sf.net/p/crossfire/code/trunk/arch@2844 282e977c-c81d-0410-88c4-b93c2d0d6712
2004-06-29 00:56:05 +00:00
crowbert
5606819d4d
fix typo
...
git-svn-id: svn+ssh://svn.code.sf.net/p/crossfire/code/trunk/arch@2843 282e977c-c81d-0410-88c4-b93c2d0d6712
2004-06-29 00:48:17 +00:00
temitchell
13683c247c
- reintroduce a cheap generic talisman for alchemy purposes - next need
...
recipies to produce the magic talismans from the generic one...
git-svn-id: svn+ssh://svn.code.sf.net/p/crossfire/code/trunk/arch@2831 282e977c-c81d-0410-88c4-b93c2d0d6712
2004-06-12 17:21:14 +00:00
mwedel
a0a00e215f
add attacktype to these skills.
...
MSW 2004-04-09
git-svn-id: svn+ssh://svn.code.sf.net/p/crossfire/code/trunk/arch@2720 282e977c-c81d-0410-88c4-b93c2d0d6712
2004-04-10 07:34:11 +00:00
mwedel
961cc4ce47
Updated for new spell + skill code. Many files moved about.
...
Main changes for weapons is to add what skill they use.
MSW 2003-09-12
git-svn-id: svn+ssh://svn.code.sf.net/p/crossfire/code/trunk/arch@2315 282e977c-c81d-0410-88c4-b93c2d0d6712
2003-09-13 04:38:16 +00:00
mwedel
40efdf1a50
Add archetypes from Todd Mitchell. These add wolfs and bears,
...
with bodyparts for them. Also changes races for readable scroll
objects so that scrollcase objects can be used. Add ruined tower.
New images for some objects.
Commited by MSW 2002-08-20
git-svn-id: svn+ssh://svn.code.sf.net/p/crossfire/code/trunk/arch@1681 282e977c-c81d-0410-88c4-b93c2d0d6712
2002-08-21 06:36:22 +00:00
mwedel
87bd1d1a04
Update arcs to use body_info for equipping items.
...
Update armor to use gen_sp_armour instead of last_heal.
can_use_shield added to necessary arcs.
Add dev/scripts directory, which contains some handy scripts I wrote
for updating on the items.
Add item_power to the armours - needs to be done for rest of equippable
items.
MSW 2002-07-14
git-svn-id: svn+ssh://svn.code.sf.net/p/crossfire/code/trunk/arch@1657 282e977c-c81d-0410-88c4-b93c2d0d6712
2002-07-15 04:38:58 +00:00
mwedel
1b4601c792
add name_pl, client_type information to objects that can get picked up.
...
Remove some duplicates, change poisonfood to use the same face as booze
so you can't tell simply by looking at it that it is bad food.
Change some of the names for the skill scrolls to put them more in line
with the skills they actually give you.
MSW 2002-05-30
git-svn-id: svn+ssh://svn.code.sf.net/p/crossfire/code/trunk/arch@1604 282e977c-c81d-0410-88c4-b93c2d0d6712
2002-05-31 03:53:02 +00:00
mwedel
f7e11dc693
Remove all the old xpm and xbm files. Hopefully I got them all.
...
MSW 2002-02-25
git-svn-id: svn+ssh://svn.code.sf.net/p/crossfire/code/trunk/arch@1543 282e977c-c81d-0410-88c4-b93c2d0d6712
2002-02-26 07:18:12 +00:00
mwedel
3630a9d00d
Rename of files to include base in name - for multiple image set support
...
in the server. MSW 2001-12-30
git-svn-id: svn+ssh://svn.code.sf.net/p/crossfire/code/trunk/arch@1487 282e977c-c81d-0410-88c4-b93c2d0d6712
2001-12-31 07:02:41 +00:00
darth_bob
0221ad86c4
Mammoth commit here, just added alternate set (now called classic or clsc) to the archs. This is in preperation for support of arbitrary sets.
...
git-svn-id: svn+ssh://svn.code.sf.net/p/crossfire/code/trunk/arch@1482 282e977c-c81d-0410-88c4-b93c2d0d6712
2001-12-28 05:46:28 +00:00
avogl
b10ff58738
Some new png graphics for standard set.
...
--AV
git-svn-id: svn+ssh://svn.code.sf.net/p/crossfire/code/trunk/arch@1260 282e977c-c81d-0410-88c4-b93c2d0d6712
2001-08-27 01:04:28 +00:00
peterm
1296502b1a
I reverted a lotof the objectionable "scaled" png set
...
to the xpm images centered but not scaled.
The results are not too bad.
PeterM
git-svn-id: svn+ssh://svn.code.sf.net/p/crossfire/code/trunk/arch@793 282e977c-c81d-0410-88c4-b93c2d0d6712
2001-02-12 10:17:28 +00:00
avogl
a33edc6f89
New pngs by MichToen.
...
git-svn-id: svn+ssh://svn.code.sf.net/p/crossfire/code/trunk/arch@706 282e977c-c81d-0410-88c4-b93c2d0d6712
2001-01-15 12:01:46 +00:00
avogl
4366375e9a
In cooperation with Micheal T., I started to improve
...
the png-set. Correcting the worst flaws...
It�s looking better now but still needs lotsa work.
--AndreasV
git-svn-id: svn+ssh://svn.code.sf.net/p/crossfire/code/trunk/arch@508 282e977c-c81d-0410-88c4-b93c2d0d6712
2000-11-19 03:16:28 +00:00
peterm
b51f8cc957
Needed now because sorcerers can be without this skill.
...
git-svn-id: svn+ssh://svn.code.sf.net/p/crossfire/code/trunk/arch@414 282e977c-c81d-0410-88c4-b93c2d0d6712
2000-10-19 04:57:50 +00:00
peterm
718e9c4c21
Levitation archetype.
...
git-svn-id: svn+ssh://svn.code.sf.net/p/crossfire/code/trunk/arch@389 282e977c-c81d-0410-88c4-b93c2d0d6712
2000-09-27 03:48:29 +00:00
peterm
391525cb0c
Made lockpicks and holy symbols join too.
...
git-svn-id: svn+ssh://svn.code.sf.net/p/crossfire/code/trunk/arch@342 282e977c-c81d-0410-88c4-b93c2d0d6712
2000-06-21 00:49:14 +00:00
peterm
c1ac9a241a
Made these suckers so they'll join: added nrof field. --PeterM
...
git-svn-id: svn+ssh://svn.code.sf.net/p/crossfire/code/trunk/arch@340 282e977c-c81d-0410-88c4-b93c2d0d6712
2000-06-20 18:21:58 +00:00
cvs
8d298b38a2
Addition of PNG images. MSW 5/30/2000
...
git-svn-id: svn+ssh://svn.code.sf.net/p/crossfire/code/trunk/arch@284 282e977c-c81d-0410-88c4-b93c2d0d6712
2000-05-31 07:15:11 +00:00
jec
0b3793f807
skills/scroll_set_traps
...
Name of the skill is 'skill_set_trap', not 'skill_set_traps'.
git-svn-id: svn+ssh://svn.code.sf.net/p/crossfire/code/trunk/arch@259 282e977c-c81d-0410-88c4-b93c2d0d6712
2000-05-22 12:09:01 +00:00
uid200
fc7bf990f2
Initial revision
...
git-svn-id: svn+ssh://svn.code.sf.net/p/crossfire/code/trunk/arch@3 282e977c-c81d-0410-88c4-b93c2d0d6712
1999-03-29 05:02:53 +00:00