Directory maps/trunk/python/items/

Total Files:
16
Deleted Files:
0
Lines of Code:
1026

[root]/maps/trunk/python/items

Lines of Code

maps/trunk/python/items/ Lines of Code

Developers

Author Changes Lines of Code Lines per Change
Totals 53 (100.0%) 1080 (100.0%) 20.3
ryo_saeba 14 (26.4%) 846 (78.3%) 60.4
anmaster 20 (37.7%) 81 (7.5%) 4.0
qal21 11 (20.8%) 59 (5.5%) 5.3
kstenger 2 (3.8%) 53 (4.9%) 26.5
partmedia 1 (1.9%) 27 (2.5%) 27.0
akirschbaum 4 (7.5%) 13 (1.2%) 3.2
bbotbuilder 1 (1.9%) 1 (0.1%) 1.0

Most Recent Commits

partmedia 2017-07-27 01:35 Rev.: 20450

Move deposit box code to separate file

Give deposit boxes their own script and update all the banks.

27 lines of code changed in 1 file:

  • maps/trunk/python/items: deposit_box.py (new 27)
akirschbaum 2016-06-19 10:19 Rev.: 20286

Remove redundant semicolons.

5 lines of code changed in 2 files:

  • maps/trunk/python/items: banquet.py (+3 -3), sunnista.py (+2 -2)
kstenger 2013-07-23 14:53 Rev.: 18831

Using the new Crossfire.AttackMovement.PETMOVE constants.

Reduce the affected area to the surrounding 10x10 square.

7 lines of code changed in 1 file:

  • maps/trunk/python/items: magic_whistle.py (+7 -5)
kstenger 2013-07-23 13:56 Rev.: 18827

New item: magic pet's whistle.

Why this item:
In some cases pets may get angry at their owner and attack him.
This whistle intends to give the player a chance to make his pets friendly again.
This won't prevent the pet from getting angry again for whatever reason, which
is ok.

Including: archetype, image, treasure list (for the whistle inventory to work
properly), python script which makes the "real work".

Hope to add a map soon to make this available to the players.

A maps/trunk/python/items/magic_whistle.py
A arch/trunk/misc/magic_whistle.trs
A arch/trunk/misc/magic_whistle.arc
AM arch/trunk/misc/magic_whistle.base.111.png

46 lines of code changed in 1 file:

  • maps/trunk/python/items: magic_whistle.py (new 46)
akirschbaum 2013-05-09 06:08 Rev.: 18703

Remove trailing whitespace.

6 lines of code changed in 1 file:

  • maps/trunk/python/items: lockable_doors.py (+6 -6)
ryo_saeba 2012-04-15 11:06 Rev.: 17963

Simplify script.

9 lines of code changed in 1 file:

  • maps/trunk/python/items: banquet.py (+9 -19)
ryo_saeba 2012-04-15 07:50 Rev.: 17961

Enable the doors to be lockpicked.

77 lines of code changed in 1 file:

  • maps/trunk/python/items: lockable_doors.py (+77 -3)
ryo_saeba 2012-04-15 05:19 Rev.: 17958

Script for lockable doors.

101 lines of code changed in 1 file:

  • maps/trunk/python/items: lockable_doors.py (new 101)
ryo_saeba 2010-05-29 14:54 Rev.: 13320

Script to punish a player from killing a NPC.

47 lines of code changed in 1 file:

  • maps/trunk/python/items: death_punisher.py (new 47)
ryo_saeba 2010-05-29 14:51 Rev.: 13318

Fix import before comment.

1 lines of code changed in 1 file:

  • maps/trunk/python/items: sell_punisher.py (+1 -1)
ryo_saeba 2010-05-29 13:23 Rev.: 13315

Script to punish tring to sell a protected item.

76 lines of code changed in 1 file:

  • maps/trunk/python/items: sell_punisher.py (new 76)
anmaster 2009-10-14 11:13 Rev.: 12197

Minor code cleanup in some python modules (removing unused variables, cleaning up some if tests, removing import statements for some modules that were then never used.

2 lines of code changed in 1 file:

  • maps/trunk/python/items: roll-o-matic.py (+2 -2)
anmaster 2009-02-11 16:02 Rev.: 11447

Fix division error in /python/items/banquet.py

1 lines of code changed in 1 file:

  • maps/trunk/python/items: banquet.py (+1 -1)
anmaster 2009-02-09 12:44 Rev.: 11414

Limit allowed range of stats for rings of Occidental Mages in /python/items/ring_occidental_mages.py

31 lines of code changed in 1 file:

  • maps/trunk/python/items: ring_occidental_mages.py (+31 -20)
anmaster 2009-02-04 12:08 Rev.: 11337

Fix part 1 of bug 2369423 ("occidental mages weapons bugs"). Part 1 is weapon speed going the wrong way.

2 lines of code changed in 1 file:

  • maps/trunk/python/items: weapon_occidental_mages.py (+2 -2)
anmaster 2009-01-29 20:38 Rev.: 11285

Set svn:eol-style on the python scripts in maps.

11 lines of code changed in 11 files:

  • maps/trunk/python/items: banquet.py (+1), campfire_say.py (+1), campfire_timer.py (+1), experience_rewarder.py (+1), positioning_system.py (+1), rhyzian_amulet.py (+1), ring_occidental_mages.py (+1), roll-o-matic.py (+1), smoking_pipe.py (+1), sunnista.py (+1), weapon_occidental_mages.py (+1)
anmaster 2009-01-29 20:22 Rev.: 11283

Run whitespace cleanup script in maps/python.

34 lines of code changed in 5 files:

  • maps/trunk/python/items: banquet.py (+18 -18), experience_rewarder.py (+3 -3), roll-o-matic.py (+8 -8), smoking_pipe.py (+1 -1), sunnista.py (+4 -5)
bbotbuilder 2008-08-11 00:56 Rev.: 9729

python/items/ring_occidental_mages.py:
* fixed typo (thanks goes to buzzsaw)

1 lines of code changed in 1 file:

  • maps/trunk/python/items: ring_occidental_mages.py (+1 -1)
ryo_saeba 2007-11-24 18:28 Rev.: 7570

Fun item Eracc can use for his maps :)

91 lines of code changed in 1 file:

  • maps/trunk/python/items: sunnista.py (new 91)
ryo_saeba 2007-06-30 16:58 Rev.: 6733

Fix damage getting really big, more fun effects.

15 lines of code changed in 1 file:

  • maps/trunk/python/items: weapon_occidental_mages.py (+15 -18)
ryo_saeba 2007-06-04 13:38 Rev.: 6415

Experience rewarder script.

42 lines of code changed in 1 file:

  • maps/trunk/python/items: experience_rewarder.py (new 42)
ryo_saeba 2007-06-03 11:02 Rev.: 6405

Final steps and scripts for the Lursendis quest.

183 lines of code changed in 1 file:

  • maps/trunk/python/items: banquet.py (new 183)
ryo_saeba 2007-05-05 11:56 Rev.: 6182

Smoking pipe script.

33 lines of code changed in 1 file:

  • maps/trunk/python/items: smoking_pipe.py (new 33)
ryo_saeba 2007-04-29 11:21 Rev.: 6148

Wagon that should facilitate player's moving between towns.

120 lines of code changed in 1 file:

  • maps/trunk/python/items: roll-o-matic.py (new 120)
ryo_saeba 2007-04-21 17:44 Rev.: 6087

Adapt scripts to latest Python plugin.

51 lines of code changed in 2 files:

  • maps/trunk/python/items: ring_occidental_mages.py (+27 -25), weapon_occidental_mages.py (+24 -24)
akirschbaum 2007-03-24 08:15 Rev.: 5862

Remove trailing whitespace.

2 lines of code changed in 1 file:

  • maps/trunk/python/items: rhyzian_amulet.py (+2 -2)
qal21 2006-12-12 20:27 Rev.: 5172

propdel svn:eol-style on all map tree files except actual text. Fixes broken win32 checkouts of maps.

0 lines of code changed in 10 files:

  • maps/trunk/python/items: campfire_say.py (-1), campfire_timer.py (new), positioning_system.py (-1), ring_occidental_mages.py (-1), weapon_occidental_mages.py (new)
qal21 2006-10-06 13:40 Rev.: 5000

Add Rhyzian amulet quest.

59 lines of code changed in 1 file:

  • maps/trunk/python/items: rhyzian_amulet.py (new 59)
Generated by StatSVN 0.7.0