index
:
ml/hercules
tmw2
Hercules
root
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
map
/
script.c
Age
Commit message (
Expand
)
Author
Files
Lines
2010-06-28
* Updated specialeffect2 to accept player names. (follow up to r14353)
L0ne_W0lf
1
-0
/
+3
2010-06-22
* Added support for NPC names in the 'specialeffect' script command, go go co...
L0ne_W0lf
1
-1
/
+8
2010-06-18
Added support for NPC/PC names in 'emotion' script command. (topic:249193)
Gepard
1
-3
/
+14
2010-06-09
* Added support for packet 0x7fe which changes the bgm temporarily for a sing...
Yommy
1
-0
/
+67
2010-06-01
Fixed a few typos from r14322.
Paradox924X
1
-5
/
+5
2010-06-01
Added support for using 'town', 'autotrade', 'allowks', 'monster_noteleport',...
Paradox924X
1
-134
/
+158
2010-05-29
Added a pc_isdead check to warpparty. Only warp and mapwarp (moveto, warpallp...
L0ne_W0lf
1
-1
/
+4
2010-05-29
Rewrote/optimized script command warpparty.
Paradox924X
1
-83
/
+66
2010-05-10
- Fixed the Juice Maker's "As many as I can" option. (bugreport:4155)
brianluau
1
-0
/
+2
2010-04-30
- Fixed a typo in guildrelay.txt (bugreport:4213)
brianluau
1
-2
/
+2
2010-04-16
Fixed FailedRemoveCards still removing Armor Enchant (followed up to r14282)
Inkfish
1
-4
/
+4
2010-04-12
Fixed SuccessRemoveCards removing Armor Enchant. (bugreport:4014)
Inkfish
1
-2
/
+6
2010-03-31
- Updated 'getinventorylist' to also return expire_time in the array @invento...
brianluau
1
-0
/
+1
2010-02-06
2010/02/06
Inkfish
1
-1
/
+1
2009-12-02
* Autobonus code cleanups.
Inkfish
1
-48
/
+66
2009-11-26
Fixed strnpcinfo(1) returning blank strings when NPC names did not have a hid...
Paradox924X
1
-2
/
+3
2009-11-24
Fixed instances not initializing after reloadscript (bugreport:3522).
ultramage
1
-0
/
+7
2009-11-19
- Applied the renewal client support patch from Diablo (eA forum topic 222623)
skotlex
1
-5
/
+100
2009-11-07
* Fixed possible memory leaks caused by invalid parameters of autobonus
Inkfish
1
-9
/
+12
2009-11-07
Added a flag to indicate if the script of an autobonus was parsed for the sak...
Inkfish
1
-1
/
+7
2009-11-03
Fixed gcc compilation warnings in r14120.
ultramage
1
-4
/
+4
2009-11-03
Extended broadcast implementation:
Gepard
1
-65
/
+82
2009-10-25
Hardcoded the even label config settings from r14097.
ultramage
1
-8
/
+2
2009-10-25
Reverted renaming foreach functions and create a new one for OnTouch so that ...
Inkfish
1
-9
/
+9
2009-10-25
* Implemented the official version of 'OnTouch' named as 'OnTouch_'.(it can b...
Inkfish
1
-10
/
+18
2009-10-11
NPC should only have a 24 characters long name including EOS. (bugreport:3599)
Inkfish
1
-1
/
+1
2009-09-23
Added supports for Soul Bound.
Inkfish
1
-8
/
+8
2009-08-27
- Fixed typo in Hyegun_Hat (5367). (bugreport:1935)
brianluau
1
-2
/
+2
2009-08-25
Implemented Progress Bar.(topic:207933)
Inkfish
1
-0
/
+25
2009-08-14
- Fixes and optimization to instancing. Thanks to Saithis
zephyrus
1
-19
/
+29
2009-08-12
- Optimization to instance system.
zephyrus
1
-134
/
+132
2009-07-28
- Added a missing 'next' in Kiel Hyre Quest (Medicine Chest).
brianluau
1
-2
/
+2
2009-07-28
* Some more updates to Quest Log
Inkfish
1
-9
/
+2
2009-07-26
Fixed mob counts and quest states are not saved properly sometimes
Inkfish
1
-0
/
+1
2009-07-25
* Fixed message display for FullStrip and SelfProvoke. (bugreport: 3011, bugr...
Inkfish
1
-1
/
+1
2009-07-25
Rewrote Quest Log system.
Inkfish
1
-52
/
+25
2009-06-28
* Implemented script command "autobonus". [Inkfish]
Inkfish
1
-56
/
+89
2009-06-20
- Instancing System (Thanks to Sirius White who did most of the code, with so...
zephyrus
1
-28
/
+408
2009-06-20
Fixed a typo in buildin_mobuseskill_sub
Inkfish
1
-1
/
+1
2009-06-19
* Implemented script command "areamobuseskill" and skill NPC_INVINCIBLE and N...
Inkfish
1
-0
/
+75
2009-06-06
Fixed a crash due to script's backup state not being stored/restored properly...
Inkfish
1
-6
/
+6
2009-06-05
* Job_Battle_Manual and Battle_Manual can be used simultaneously.
Inkfish
1
-0
/
+1
2009-06-05
* Fixed turning off a skill needed to meet the requirements. (bugreport:3175)
Inkfish
1
-3
/
+3
2009-05-25
Fixed losing skill list after base change. (bugreport:3106)
Inkfish
1
-0
/
+1
2009-05-15
Cleaning/fixing the previous commits a bit
ultramage
1
-1
/
+1
2009-05-15
- Fixed a bunch of invalid memory access bugs as reported by Valgrind.
skotlex
1
-2
/
+4
2009-05-12
- Rental items now can be stackable items too.
zephyrus
1
-12
/
+24
2009-05-07
* Clean up for npc timer code
Inkfish
1
-30
/
+39
2009-05-07
* Added check on stackable items to 'checkweight' (bugreport:1569, bugreport:...
Inkfish
1
-11
/
+14
2009-05-04
* Added the md5() script command. (follow up to r13719)
brianluau
1
-0
/
+16
[prev]
[next]