[root]/maps/trunk/python/items
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 |
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:
Remove redundant semicolons.
5 lines of code changed in 2 files:
Using the new Crossfire.AttackMovement.PETMOVE constants.
Reduce the affected area to the surrounding 10x10 square.
7 lines of code changed in 1 file:
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:
Remove trailing whitespace.
6 lines of code changed in 1 file:
Simplify script.
9 lines of code changed in 1 file:
Enable the doors to be lockpicked.
77 lines of code changed in 1 file:
Script for lockable doors.
101 lines of code changed in 1 file:
Script to punish a player from killing a NPC.
47 lines of code changed in 1 file:
Fix import before comment.
1 lines of code changed in 1 file:
Script to punish tring to sell a protected item.
76 lines of code changed in 1 file:
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:
Fix division error in /python/items/banquet.py
1 lines of code changed in 1 file:
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:
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:
Set svn:eol-style on the python scripts in maps.
11 lines of code changed in 11 files:
Run whitespace cleanup script in maps/python.
34 lines of code changed in 5 files:
python/items/ring_occidental_mages.py:
* fixed typo (thanks goes to buzzsaw)
1 lines of code changed in 1 file:
Fun item Eracc can use for his maps :)
91 lines of code changed in 1 file:
Fix damage getting really big, more fun effects.
15 lines of code changed in 1 file:
Experience rewarder script.
42 lines of code changed in 1 file:
Final steps and scripts for the Lursendis quest.
183 lines of code changed in 1 file:
Smoking pipe script.
33 lines of code changed in 1 file:
Wagon that should facilitate player's moving between towns.
120 lines of code changed in 1 file:
Adapt scripts to latest Python plugin.
51 lines of code changed in 2 files:
Remove trailing whitespace.
2 lines of code changed in 1 file:
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:
Add Rhyzian amulet quest.
59 lines of code changed in 1 file: