index
:
ml/hercules
tmw2
Hercules
root
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
doc
/
script_commands.txt
Age
Commit message (
Expand
)
Author
Files
Lines
2009-07-25
Rewrote Quest Log system.
Inkfish
1
-0
/
+54
2009-07-09
- Added documentation for 'getmobdrops' (follow up to r13101). (bugreport:3351)
brianluau
1
-12
/
+87
2009-07-04
- Added documentation for 'getmapflag' (follow up to r12175). (bugreport:3314)
brianluau
1
-9
/
+17
2009-07-02
- Added mosk_que to the mapcache (follow up to r13903).
brianluau
1
-2
/
+2
2009-07-02
* Updated autobonus [Inkfish]
Inkfish
1
-21
/
+36
2009-06-21
Added instance command definitions, using what I could find and how they are ...
L0ne_W0lf
1
-0
/
+90
2009-06-15
- Changed some variables to scope instead of permanent char. (bugreport:3248)
brianluau
1
-0
/
+1
2009-05-12
- Fixed double-quotes not being escaped in the custom xmas_rings_event. (bugr...
brianluau
1
-1
/
+1
2009-05-09
* Fixed some known and unknown player attached NPC timer problems
Inkfish
1
-5
/
+7
2009-05-07
- Removed a duplicate entry in item_trade.txt (bugreport:2720)
brianluau
1
-45
/
+158
2009-05-04
* Added the md5() script command. (follow up to r13719)
brianluau
1
-0
/
+11
2009-05-02
- Fixed some typos in the script command documentation. (bugreport:2547)
brianluau
1
-5
/
+9
2009-03-12
- Added missing bonuses for 'Maiden Hat'. (bugreport:2826)
Kisuka
1
-1
/
+1
2009-01-15
Updated script_commands.txt with the book reading command info.
sketchyphoenix
1
-0
/
+6
2008-12-27
Some bug fixes. (bugreport:2558, bugreport:2588, bugreport:2583, bugreport:2587)
Kisuka
1
-10
/
+10
2008-12-20
* Extended how duplicates work: (based on Orcao's work in bugreport:2361) [Fl...
FlavioJS
1
-12
/
+21
2008-12-18
Removed charcommand code while allowing atcommand code to support its functio...
sketchyphoenix
1
-16
/
+3
2008-11-11
* Updated script_commands.txt
FlavioJS
1
-7
/
+9
2008-10-28
Removed leftovers of "bLoseSPWhenUnequip" and "bDamageWhenUnequip" -- depreca...
Paradox924X
1
-1
/
+1
2008-09-09
Enabled WoE SE to be run independently of WoE. Let's see how long it is befor...
L0ne_W0lf
1
-6
/
+19
2008-09-01
Removed hardcoded equip position names from getequipname (bugreport:2156).
ultramage
1
-9
/
+10
2008-08-20
- New invisible walls system (for WOE SE and Battlegrounds).
zephyrus
1
-0
/
+9
2008-08-15
Split off mapreg code from script.c
ultramage
1
-1
/
+1
2008-08-12
Added updated client effects list.
ultramage
1
-1
/
+1
2008-07-31
Removed the mob controller system, now a customization (see topic:194375).
ultramage
1
-79
/
+0
2008-06-22
Added support for killmonster to fire OnMyMobDead optionally.
sketchyphoenix
1
-1
/
+5
2008-06-22
* Modified *killmonsterall to support a new argument that will allow it to ki...
sketchyphoenix
1
-2
/
+9
2008-06-21
* Extended script command 'set' to return the variable reference (topic:190602).
FlavioJS
1
-2
/
+6
2008-06-12
* Added support for skill names to script commands:
FlavioJS
1
-5
/
+23
2008-05-29
- Added support for NPC with different sizes (setnpcdisplay).
zephyrus
1
-0
/
+2
2008-04-25
* Modified delitem/delitem2 to have the same behaviour as getitem/getitem2 (o...
toms
1
-8
/
+11
2008-04-07
* Made script command 'flagemblem' and guild_emblem_change send an update of ...
FlavioJS
1
-2
/
+9
2008-03-27
Added proper script constants and documentation for the 'checkcell' command. ...
ultramage
1
-1
/
+40
2008-03-25
Added proper checks to adoption processing (followup to r12428).
ultramage
1
-2
/
+2
2008-03-12
Corrected cashshop description. (#FREEPOINTS->#KAFRAPOINTS)
L0ne_W0lf
1
-2
/
+4
2008-03-04
- Updated firepillar so it cannot be placed on top of others.
skotlex
1
-2
/
+2
2008-02-29
Woopth. Fixed spelling. ;P Should be a bit clearer now.
L0ne_W0lf
1
-4
/
+5
2008-02-29
Added some information and documentation for cash shop.
L0ne_W0lf
1
-1
/
+10
2008-02-28
* Removed "F_CheckMaxCount" as it seems "checkweight". preforms the aforement...
L0ne_W0lf
1
-0
/
+6
2008-02-11
* Expanded the script command 'input': (bugreport:811)
FlavioJS
1
-6
/
+15
2008-01-10
- Fixed getmonsterinfo to return "null" when returning the name of a non-exis...
skotlex
1
-2
/
+2
2008-01-04
Modified the map_setcell() code to to use a boolean flag instead of needing S...
ultramage
1
-11
/
+42
2007-12-27
* Corrected description of scope and npc variables in script_commands.txt.
FlavioJS
1
-14
/
+20
2007-12-19
Corrected mistakes in script_commands.txt (bugreport:373)
ultramage
1
-108
/
+66
2007-12-14
Guardian hp handling code removal (see bugreport:342)
ultramage
1
-7
/
+11
2007-12-11
- Added query_logsql script command to perform sql commands using the log db ...
skotlex
1
-0
/
+6
2007-12-06
- The default event script behaviour is to trigger on labels rather than NPCs...
skotlex
1
-7
/
+19
2007-11-22
* Renamed fakenpcname to setnpcdisplay, fixed and extended it.
FlavioJS
1
-1
/
+14
2007-11-03
Added script function 'strnpcinfo', for increased npc awareness (originally f...
ultramage
1
-1
/
+15
2007-10-22
- Removed some mail config settings and atcommands not required anymore.
zephyrus
1
-0
/
+18
[next]