Lance
|
14fe8c03e8
* Refixed the fix with a constant list for Win32 users - limits.h (imported from MSVC)
|
19 years ago |
Lupus
|
32f5f0a441
removed outdated items event bonuses
|
19 years ago |
codemaster
|
71fc788c75
Fixed a problem in chrif.c where USHRT_MAX was undefined. [Codemaster]
|
19 years ago |
Lance
|
cddc7d9ed3
* Added jAthena's new start and athena-start shell scripts.
|
19 years ago |
Vicious
|
261c79eca2
constant-fied!
|
19 years ago |
skotlex
|
f2d2edd1cd
- Changed status_point/skill_point to unsigned short. Adjusted the code as necessary to prevent overflows.
|
19 years ago |
Lupus
|
25137992bc
5136,Louise's Santa_Hat lost its bonus. Gosh!! There are so many other EVEN items left with BONUSES
|
19 years ago |
Lupus
|
af6d93e03f
Added missing slots to Alice Doll, Marionette Doll, Kabuki Mask & Kawaii_Ribbon
|
19 years ago |
skotlex
|
ab5fbe4191
- The status change timer mismatch error now also displays which status change it was
|
19 years ago |
skotlex
|
a387f9ba5f
- itemdb_exists and itemdb_searchname should now ignore dummy_item matches.
|
19 years ago |
skotlex
|
352f81eb40
- Fixed jstrescapecpy crashing when you pass a null string to parse.
|
19 years ago |
skotlex
|
91ac0a6f6e
- Small change that may fix a crash in loggin guild chat?
|
19 years ago |
skotlex
|
43b5fa854d
- Fixed the map-server freeze/crash on Warp Portal.
|
19 years ago |
skotlex
|
6bdbd8646b
- Walk/move functions will abort now when an area npc script triggers and moves the character out of the map.
|
19 years ago |
skotlex
|
e0b741df28
- Fixed Grandcross/Granddarkness showing no skill animation.
|
19 years ago |
skotlex
|
cafe894ecc
- Fixed a pair of "Conditional jump or move depends on uninitialised value(s)", thanks Valgrind!
|
19 years ago |
skotlex
|
57b2638e54
- Added a missing escape in logging chats.
|
19 years ago |
skotlex
|
13e8924fa0
- Incremented the number of iterations to find a random stop to 100 as 50 seems to no be enough for certain maps.
|
19 years ago |
skotlex
|
3c082b1744
- Fixed pet hatching.
|
19 years ago |
Vicious
|
a46ee44135
a bit more const work for valkyrie
|
19 years ago |
skotlex
|
77d83918bf
- Small change that SHOULD fix the pet duplication. Fixing pet incubator still isn't done...
|
19 years ago |
skotlex
|
ec6a69b266
- Fixed Warp Portal.
|
19 years ago |
reddozen
|
7f2dafc887
* Fixed / finished most of Gunslinger [Reddozen]
|
19 years ago |
skotlex
|
323a04f86d
- Modified script commands atcommand/charcommand to execute even if there isn't a player attached. They'll use a dummy player data with the same position/name as the script's owner (usually an npc)
|
19 years ago |
skotlex
|
e324977ed8
- Cleaned up a bit the npc undercharging item warning to specify when it is displaying overcharge/discount prices instead of the actual values. It should also prevent overflows.
|
19 years ago |
skotlex
|
b394c61da7
- Some cleaning around the return to egg code. Pets should stop duplicating now.
|
19 years ago |
skotlex
|
b258d0485e
- Another mob_summon fix. Slave summoning SHOULD be working now.
|
19 years ago |
skotlex
|
88541a357c
- Fixed skillidx not being set whenever a mob uses a skill.
|
19 years ago |
blackhole89
|
5fe56e275c
Replaced !sd->special_state.nocastcancel2 && something to (sd->special_state.nocastcancel2 || something).
|
19 years ago |
skotlex
|
77e57852cc
- Added function map_search_freecell to locate an available cell around an area (for recall/warping skills)
|
19 years ago |