L0ne_W0lf
|
b0ba85081c
* Touched up the party booking patch, seems I forgot some lines in clif.c...and managed to duplicate a line in map.c.
|
před 14 roky |
L0ne_W0lf
|
ba7f770b45
* Added Spira's Party Booking System implementation
|
před 14 roky |
brianluau
|
8f05766ab1
- Added instance, GVG, and BG maps to nopvp.txt (bugreport:4396)
|
před 14 roky |
Inkfish
|
c57a1afa9d
Fixed when devoter is killed by the redirected damage, devotee takes the whole damage. (follow up to r14406)
|
před 14 roky |
L0ne_W0lf
|
6e837a5214
* Added bard/dancer songs and duets to the nodispell list. (bugreport:4411)
|
před 14 roky |
L0ne_W0lf
|
11bdd57998
Added updated stats for Brasilis monsters.
|
před 14 roky |
L0ne_W0lf
|
4ebd58b32d
* Some more Endless tower bugfixes.
|
před 14 roky |
Inkfish
|
40608976b6
All direct damages such as reflected damage or Tarot Card damage should not be redirected. (follow up to r14400)
|
před 14 roky |
Paradox924X
|
c29c148adc
All mobs whose display sprites are those of a job id will now appropriately be identified to the client as players, not mobs.
|
před 14 roky |
Paradox924X
|
b03c315610
Updated License from GNU GPLv2 to GNU GPLv3.
|
před 14 roky |
Paradox924X
|
00418810ed
Added MD_TARGETWEAK to list of modes not to give a player when calculating player data.
|
před 14 roky |
Paradox924X
|
e2ada0e1ea
Ensure a pointer is valid within map_readfromcache() before attempting to access its members.
|
před 14 roky |
L0ne_W0lf
|
a41b86bfdc
* Implemented Icescope's fix for devotion, reflect damage is no longer absorbed by the devoter. (bugreport:3189)
|
před 14 roky |
Paradox924X
|
133d65a2d7
Force a map_quit() call on the session data after a block/ban/changesex/acc deletion to remove leftovers of a player's session caused by when the fd has already been set to eof (player is not connected) but session data is kept (e.g. autotrading).
|
před 14 roky |
L0ne_W0lf
|
7fb5455c0a
Removed a disablenpc from #102FShadowDust1. (bugreport:4415)
|
před 14 roky |
Paradox924X
|
53f1cbbf6c
Replaced a map_moveblock() call with a call to unit_movepos() to prevent an exploit.
|
před 14 roky |
L0ne_W0lf
|
aa9990ec16
* instance_npcname will now error if the NPC being looked up is not found, care of ramsey.
|
před 15 roky |
brianluau
|
239a74fc2c
- Fixed duration of Box_Of_Sunlight. (bugreport:4408)
|
před 15 roky |
L0ne_W0lf
|
a5170e7694
Follow up to r14392, forgot to remove the old snprintf.
|
před 15 roky |
L0ne_W0lf
|
56def26c05
Mob chat now strips "#unique" names off monsters, curtosy of Daegaladh.
|
před 15 roky |
L0ne_W0lf
|
7869596502
Fixed silly copy paste errors in Tierra Gorge entrance npcs. (bugreport:4401)
|
před 15 roky |
L0ne_W0lf
|
0b1cd84732
* Commented out code from r14388, as this breaks NPCs that rely on running global events in duplicates. (IE: WoE scripts)
|
před 15 roky |
Paradox924X
|
e93febd7f3
Removed processing for undocumented and unused event 'OnCharIfInit' which is essentially an alias for event 'OnInterIfInit'.
|
před 15 roky |
Paradox924X
|
c076c81731
Made it so global events don't get executed in duplicates to prevent unnecessary reprocessing of events that only need to be run once. This potentially reduces the total number of global events by hundreds, even thousands.
|
před 15 roky |
Skotlex
|
1ffca62da2
- Added a few missing updates to the last packet update to properly support player clones and disguising.
|
před 15 roky |
Inkfish
|
3a10ff3524
Fixed a typo in clif_storagelist
|
před 15 roky |
L0ne_W0lf
|
271c2201f2
* Fixed wrong events being called for flavius02 BG waiting rooms. (bugreport:4395)
|
před 15 roky |
L0ne_W0lf
|
c7531e095a
* Follow up to r14383, changed use of clif_font_area to clif_font, seems Skotlex forgot them.
|
před 15 roky |
Skotlex
|
e19451d423
- Implemented usage of packets 0x7fa and 0x7f7, 0x7f8, 0x7f9. These are used for proper deletion of items as well as movement/spawn packets for Renewal clients.
|
před 15 roky |
brianluau
|
6b106aeb56
- Fixed some small typos.
|
před 15 roky |