Playtester
|
95f9bcf86d
Updated item_db.sql and mob_db.sql
|
19 years ago |
Playtester
|
dcbf489aa7
* Fixed X.3 Cooking drop rates
|
19 years ago |
skotlex
|
c9f9218a2b
- Shadow Jump no longer goes over walls.
|
19 years ago |
skotlex
|
d16c9da400
- Corrected Smokie's pet script to use petskillbonus instead of "bonus"
|
19 years ago |
Lupus
|
b31b779d1c
missing next fix
|
19 years ago |
Lupus
|
7ef996bde3
fixed Payon city
|
19 years ago |
Playtester
|
8f63691455
* Fixed Abyss Lake drop rates
|
19 years ago |
Lupus
|
b5ba00eebb
fixed momomtaro, massive einbroch quests bugfix
|
19 years ago |
Playtester
|
1f9adcc475
* Fixed Thanatos Tower drop rates
|
19 years ago |
Lupus
|
29582c3a3a
keep treasure box count on reboot
|
19 years ago |
Lupus
|
4e0274eac0
fixed WoE defence/eco underflow
|
19 years ago |
Lupus
|
526a7ce897
fixed some typos, optimized, added missing NEXT;
|
19 years ago |
Playtester
|
796eb8711e
Started fixing up X.3 drop rates
|
19 years ago |
skotlex
|
955a3c310b
- SC_CHANGE cannot override itself anymore. This fixes being able to "recast" the skill while it's still active to lengthen the duration AND rehealing the target.
|
19 years ago |
skotlex
|
66869ed12a
- Changed a bit the dnsbl lookup in the login servers to make it faster.
|
19 years ago |
skotlex
|
4f24872a12
- Fixed compilation for native windows builds.
|
19 years ago |
skotlex
|
84f86fa96e
- Modified the nocommand mapflag so you can specify the GM range that is blocked from using commands (eg: "prontera.gat mapflag nocommand 40" disables commands to characters in the GM range 0~39)
|
19 years ago |
skotlex
|
c06808095d
- Modified the char-server TXT whisper system to use the online_db to know to which map server forward whispers, instead of just sending the whisper to every map server.
|
19 years ago |
skotlex
|
a64ba50b61
- Readded the setting TCP_NODELAY on socket.c to see if it fixes the walk-lag issue.
|
19 years ago |
skotlex
|
3c5c104561
- Modified the login SQL server so that case insensitive lookups use "where name = BINARY 'name'" instead of "where BINARY name = 'name'", since this way the name index should be used, and performance will no longer be heavily affected.
|
19 years ago |
skotlex
|
0697e450ed
- Improved sql-query to check if name already exists when creating new chars.
|
19 years ago |
skotlex
|
5af063b223
- Updated convert_engine.sql to use TYPE instead of ENGINE to be compatible with Mysql 4 installations.
|
19 years ago |
Playtester
|
7928d4203e
Fixed NPC_ATTRICHANGE being targeted rather than self
|
19 years ago |
skotlex
|
6f501a8bb2
- Moved the morph restrictions from skill_additional_effect to mob_class_change, so that SA_MONOCELL will not convert clones, emperium, or treasure boxes.
|
19 years ago |
toms
|
7b6be24f47
Fixed 'range' might be used uninitialized warning
|
19 years ago |
skotlex
|
c6142c3f39
- Added manual deletion of sc_data entries when deleting a character (char-SQL)
|
19 years ago |
skotlex
|
34683f252f
- Updated battle_switch to use strncmpi instead of strcmpi, it makes it so using "yessir" will match "yes", this is actually needed because if you set a config setting to "yes " (notice the trailing space), then the map config engine fails to read it right, and will set the config setting to 0 (no).
|
19 years ago |
skotlex
|
ebc1f2bc02
- Moved the packet_len variable in login.c to the login parse case, since it's used nowhere else.
|
19 years ago |
skotlex
|
59fae741c3
- Baphomet splash damage will now hit nearby enemies regardless of flee (but the initial attack still has to connect for the splash to trigger)
|
19 years ago |
Playtester
|
48576471a5
Final fix on Vesper's summoning behavior
|
19 years ago |