L0ne_W0lf
|
ceb2dce73f
Added some information and documentation for cash shop.
|
17 lat temu |
L0ne_W0lf
|
66071c3330
* Removed "F_CheckMaxCount" as it seems "checkweight". preforms the aforementioned check in addition to checking weight.
|
17 lat temu |
FlavioJS
|
549684872d
* Expanded the script command 'input': (bugreport:811)
|
17 lat temu |
skotlex
|
ced9aada8c
- Fixed getmonsterinfo to return "null" when returning the name of a non-existing mob instead of -1.
|
17 lat temu |
ultramage
|
e7bb626a80
Modified the map_setcell() code to to use a boolean flag instead of needing SET_ / CLR_ pairs of defines (topic:174323).
|
17 lat temu |
FlavioJS
|
b6c11a8282
* Corrected description of scope and npc variables in script_commands.txt.
|
17 lat temu |
ultramage
|
f32a0b4355
Corrected mistakes in script_commands.txt (bugreport:373)
|
17 lat temu |
ultramage
|
1e6922174e
Guardian hp handling code removal (see bugreport:342)
|
17 lat temu |
skotlex
|
9d353fba9b
- Added query_logsql script command to perform sql commands using the log db connection.
|
17 lat temu |
skotlex
|
fc7b4eaef0
- The default event script behaviour is to trigger on labels rather than NPCs now.
|
17 lat temu |
FlavioJS
|
508ffb82d9
* Renamed fakenpcname to setnpcdisplay, fixed and extended it.
|
17 lat temu |
ultramage
|
17eb2f7764
Added script function 'strnpcinfo', for increased npc awareness (originally from jAthena).
|
17 lat temu |
zephyrus
|
baa7b210d9
- Removed some mail config settings and atcommands not required anymore.
|
17 lat temu |
Playtester
|
ddfbc69bfe
Fixed some typos and updated Atroce Card
|
17 lat temu |
skotlex
|
a1becae58f
- Added bonusautoscript and bonusautoscript2. These are used to attach a script to a player which gets executed on attack (or when attacked). Required for several of the more recent items.
|
17 lat temu |
FlavioJS
|
613b8a5b65
* Clarified how npc names work in script_commands.txt.
|
17 lat temu |
FlavioJS
|
a8d7143d0e
* Loot code using charid's instead of id's in pick priority.
|
17 lat temu |
FlavioJS
|
b848357f20
* Added a sanity check for MAX_ZENY (doesn't compile if too big).
|
17 lat temu |
skotlex
|
8105f340a2
- Applied various crash-protections to script commands that deal with the equip-position array.
|
17 lat temu |
ultramage
|
5351aad3a6
Fixed missing 'name' parameter in 'duplicate' script command documentation.
|
17 lat temu |
ultramage
|
562e687322
Added config option 'quest_exp_rate' to adjust exp gained by the 'getexp' script command (followup to r11165).
|
17 lat temu |
skotlex
|
7233562a1a
- Removed bonus bAddEffWhenHitShort as it is unneeded and unused.
|
17 lat temu |
ultramage
|
e7e0ddde9d
Fixed certain typos in src/npc/doc files
|
17 lat temu |
ultramage
|
025bcc1f28
Fixed a documentation mistake in 'areamonster' (missing argument).
|
17 lat temu |
ultramage
|
e476015e82
Set proper limits to drop rates to prevent integer overflow.
|
18 lat temu |
Paradox924X
|
fe3ee37d0b
Fixed a small error in the script_commands documentation about getpartyleader.
|
18 lat temu |
skotlex
|
9e9847a83e
- Fixed some missing max levels for npc skills
|
18 lat temu |
ultramage
|
8db83e248a
- Re-coded 'soundeffectall'; removed the third parameter ('coverage')
|
18 lat temu |
ultramage
|
1ed7f6c584
Cleaned up some parts of the code.
|
18 lat temu |
FlavioJS
|
2d1ad607c3
* Fixed script command sc_end not supporting the extra argument as stated in script_commands.txt.
|
18 lat temu |