skotlex
|
fcbec4d4e6
- Updated clif_disp_onlyself to not use dynamic memory and write directly to the player's buffer.
|
19 年之前 |
skotlex
|
4597fbab18
- @heal no longer displays a healing animation. Fixes the client believing you couldn't be healed more than 32K.
|
19 年之前 |
skotlex
|
0158ab793e
- Fixed npc_checknear's distance check returning the opposite of what it should (false when the range is correct and viceversa)
|
19 年之前 |
skotlex
|
55df062534
- Added structure party_data and party_member_data to the map server to hold party-specific required information about parties including Monk/TK/SG/SN states and party member count.
|
19 年之前 |
skotlex
|
2e5660ec68
- Fixed @mapinfo displaying incorrectly maps with nosave which send you back to your last savepoint.
|
19 年之前 |
skotlex
|
668bd449ac
- Fixed @skilltree printing out Unknown job for most targets used.
|
19 年之前 |
skotlex
|
0ce7ab026f
- Fixed item info not displaying the found item id... ~.~
|
19 年之前 |
skotlex
|
f3b27cf90d
- Fixed item info not displaying the weight value properly.
|
19 年之前 |
shadow
|
966c0e57c0
Fixed @mi/@mobinfo not showing the name collumns correcly
|
19 年之前 |
LuzZza
|
e0ed8401c4
Typo fix.
|
19 年之前 |
skotlex
|
0d344b6bb1
- Fixed @mobinfo displaying the wrong element.
|
19 年之前 |
skotlex
|
ba6216e43e
- Rewrote/cleaned up @petfriendly.
|
19 年之前 |
Lance
|
e266a08f7c
[Optimized]:
|
19 年之前 |
skotlex
|
1d027c8db8
- Removed the on-die specific code from unit_remove_map and placed it on the corresponding *_dead functions. unit_remove_map should never assume the char died, it is just a "remove from map" function.
|
19 年之前 |
Lance
|
a28e9d802c
[Optimized]
|
19 年之前 |
skotlex
|
f2cedb537e
- Added functions status_revive, pc_revive and mob_revive to handle revival (it doesn't handles player respawning, though)
|
19 年之前 |
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 年之前 |
Lupus
|
d5dd578e57
added noVending mapflag. Tested. + custom Market Place NPC, fixed MSG strings
|
19 年之前 |
skotlex
|
e2eadf7bb2
- Rewrote/cleaned up trade.c for a more clean trading implementation.
|
19 年之前 |
skotlex
|
0b8b0ffa96
- Modified @commands to use Meruru's code which is faster and does a fair attempt at tabulating the commands presented.
|
19 年之前 |
skotlex
|
91bae7f498
- Fixed a bug in @commands, most likely the reason some people were still getting crashes.
|
19 年之前 |
skotlex
|
10e96bef2c
- Fixed @commands not showing the last available commands (unless the total amount of commands is divisible by ten)
|
19 年之前 |
Zido
|
cc3dc433b9
- Read changelog.
|
19 年之前 |
eaac
|
6366ef616f
|
19 年之前 |
skotlex
|
a312cf5d84
- Corrected @whomap directly invoking msg_table[] rather than msg_txt()
|
19 年之前 |
LuzZza
|
c2276ce3e2
Added @noask command: enable/disable deals/invites autorejecting.
|
19 年之前 |
Lance
|
020b35d68a
* Using malloc for memory allocations that doesn't need to be pre-initialized.
|
19 年之前 |
skotlex
|
f8db64c952
- Added constant MAX_MOB_DROP to specify the amount of normal drops a mob has. The mob_db reading code will automatically parse the file according to the number of drops expected (the Mexp/Mper and MVP item rewards must still be after the normal drops). Set to 10 currently.
|
19 年之前 |
skotlex
|
1b38364cab
- Storm Kick's range increased to 2.
|
19 年之前 |
skotlex
|
6082535bca
- Small change in @commands, may fix the null-pointer error.
|
19 年之前 |