Valaris
|
2c19f4bfcd
Removed #include <lcms.h> from irc.c, which caused compile errors.
|
19 年之前 |
skotlex
|
81b7073131
- Changed the server's default MAX_LEVEL capacity to 1000.
|
19 年之前 |
skotlex
|
328de1ec52
- Lures won't be lost now when you use them on a non-mob.
|
19 年之前 |
skotlex
|
5b7bbaa4eb
- Added pc_issit check to pc_can_move
|
19 年之前 |
skotlex
|
f8df39576f
- Made the NPC_BREAK* skills no damage skills. Removed their code from the skill cast end damage id function.
|
19 年之前 |
skotlex
|
8ab9f5988d
- Weapon Repair update. Cost to 30SP, cast time to 7500, interruptable.
|
19 年之前 |
skotlex
|
2f074dc2d4
- Modified map_searchrandfreecell to always do a check on a 9x9 area around the target tile, and to return the x,y coordinates modified with the new target.
|
19 年之前 |
skotlex
|
6a96ab5afc
- NPC_POWERUP gives now +20% attack per skill level.
|
19 年之前 |
skotlex
|
72f625000d
- Fixed setting setting SP_BASELEVEL
|
19 年之前 |
skotlex
|
0de0f92568
- Added range checking to mob skill loading of permillage and delay.
|
19 年之前 |
Valaris
|
ad49453e0e
* Removed the conf sql code for now. Maybe will continue later with that project.
|
19 年之前 |
skotlex
|
66a453cc74
- Added function mob_respawn which makes a mob respawn on spot 3 seconds after deafeat if SC_KAIZEL is active.
|
19 年之前 |
skotlex
|
1e53de04f6
- Added setting max_exp_gain_rate which caps how much exp you can get from a single kill.
|
19 年之前 |
skotlex
|
4ccd4a6c5f
- pc_readdb will now cap experience required per level to UINT_MAX, it will warn the exp table has exp values above said limit.
|
19 年之前 |
skotlex
|
fca56907fe
- Changed the default of skill_delay_attack_enable to no.
|
19 年之前 |
skotlex
|
2a9dbcf690
- Code rewrites in mob_damage and party_exp_even_share for correctly handling overflow issues. Now uses UINT_MAX for range comparisons, as it should be.
|
19 年之前 |
Komurka
|
4ade31e5ea
SQL compile fix (Skotlex, check line 470 in charsave.c, I've added here rate value = 10000)
|
19 年之前 |
Lupus
|
66fcbac0e4
fixed cube room quest
|
19 年之前 |
Lupus
|
f87d23b592
fixed cube room quest, fixed new_hats_6 item id
|
19 年之前 |
skotlex
|
f1e4549f12
- Added battle config options:
|
19 年之前 |
skotlex
|
d25d952fc6
- Cleaned up and reorganized status_change_start. Now it also receives the success % rate (0->100)
|
19 年之前 |
skotlex
|
516668a5ec
- Modified exp2.txt to use the default official levels instead of 1000
|
19 年之前 |
skotlex
|
7964763fb7
- Modified battle_check_range to use check_range_bl rather than range_bl for range checking, as the range_bl aproximations can lead to situations where battle_check_range returns true while the attack function range check fails >.>
|
19 年之前 |
Zephiris
|
e8a88c2271
* Added missing semicolons in the valentine's day event and disabled the Dog's year event. [Zephiris]
|
19 年之前 |
skotlex
|
cd88503b76
- Removed the max level configs from battle/exp.txt
|
19 年之前 |
skotlex
|
53b671c36f
- Fixed Char-SQL server setting up the save/last point to the novice grounds when either x, y or the map is 0.
|
19 年之前 |
skotlex
|
1e1ed0a338
- Fixed SG_STAR_ANGER not getting it's damage bonus at all.
|
19 年之前 |
Poki#3
|
4c33a4c244
Fixed file location and re-added the custom Thanatos Statue Quest.
|
19 年之前 |
Lupus
|
2c2e32ef1a
added a lvl99 quest.
|
19 年之前 |
Poki#3
|
439f4e1072
* Fixed the spawns that where using the no exp/drop version of Male Thief Bug (Thanks to irmin) [Poki#3]
|
19 年之前 |