skotlex
|
d7a3b4d7e4
- Added pc_calcexp to calculate individual exp bonuses acquired from exp's source (race bonus cards, SG Exp skills, pk-mode higher level exp)
|
19 years ago |
skotlex
|
a13c1e1179
- Uncommented the npc_debug_warps code.. oops.
|
19 years ago |
skotlex
|
86514f550b
- Altered status_calc_pc so that equipment scripts are ran before card-scripts.
|
19 years ago |
Lance
|
2e4166cbfc
[Fixed]
|
19 years ago |
Lance
|
5b32c5d838
[Fixed]:
|
19 years ago |
Lance
|
e01880f4e8
[Fixed]:
|
19 years ago |
Lance
|
23fdd83f2c
|
19 years ago |
Lance
|
8236d2c93f
[Improved]:
|
19 years ago |
skotlex
|
1074b09187
- Small optimization in battle_check_target
|
19 years ago |
Lance
|
a28e9d802c
[Optimized]
|
19 years ago |
skotlex
|
856240443d
- Added structure status_data which holds status-related information (str, agi, etc, speed, amotion, adelay, dmotion, weapon-damage, race, size, etc) and weapon_atk structure with the weapon specific info (atk, atk2, element) to be used by all combat structures (TODO: Homun needs to be updated to use it)
|
19 years ago |
Lance
|
8320520472
* Mob control engine tested 99% working so far.
|
19 years ago |
Lupus
|
d5dd578e57
added noVending mapflag. Tested. + custom Market Place NPC, fixed MSG strings
|
19 years ago |
skotlex
|
9eb0eab0a7
- Corrected item script for dead branch and poring box
|
19 years ago |
skotlex
|
0c8a59d012
- the charname request hack message has been downgraded to only include GM-invisible characters.
|
19 years ago |
Lance
|
fa084e111c
* Added 'setd' support for local NPC scope (') variables.
|
19 years ago |
Lance
|
2870364349
- Fixed some of the leaks.. still fixing..
|
19 years ago |
Lance
|
a7e5993400
* WARNING: New scripting system contains memory leak
|
19 years ago |
skotlex
|
1b1249c5d8
- When reading mapflags, when a map is set to be pvp or gvg, the other will be turned off (disables pvp mapflags in gvg maps for pk-servers)
|
19 years ago |
Lance
|
05736737c7
* Bugfix on fake npc
|
19 years ago |
skotlex
|
a0bf90e52c
- Changed a bit the MAX_ZENY checks in trade.c to prevent overflows.
|
19 years ago |
skotlex
|
3b5ab1ba35
- Removed SP_DISGUISE from the bonus list.
|
19 years ago |
skotlex
|
5d6f207df6
- Added missing include <limits.h> to npc.c...
|
19 years ago |
skotlex
|
db83032024
- Added a npc-script-event cache to avoid looking up event-scripts every time they need to be executed. Events cached are all those defined in script_config.
|
19 years ago |
skotlex
|
4382529413
- Corrected a crash when sd is null in npc_event
|
19 years ago |
Lance
|
49fc4fe81d
* Optimized fake npc system. Added npc_checknear back to npc_buysellsel.
|
19 years ago |
Lance
|
2a6dc10d0b
Fixed scripts relying on older event calling methods.. Still searching for other scripts..
|
19 years ago |
Lance
|
8043799642
- Cleaned up unused variables in npc.c
|
19 years ago |
Lance
|
2fc07bb1c8
* Reverted npc_checknear to exclude check for class_ -1.
|
19 years ago |
skotlex
|
552bc8752c
- Clones can't be class-changed now
|
19 years ago |