skotlex
|
e94e165db7
- Applied a fix to not do xs/ys checks on npc_doevent when the npc is not on a map.
|
19 anos atrás |
skotlex
|
cb5e2ff339
- Added a debug function to locate all "looping warps"
|
19 anos atrás |
skotlex
|
e324977ed8
- Cleaned up a bit the npc undercharging item warning to specify when it is displaying overcharge/discount prices instead of the actual values. It should also prevent overflows.
|
19 anos atrás |
skotlex
|
7a8371273a
- Merged the unit_data structure from jA for handling unit-related data (attack times, walking, auto-attack timers, skill related data)
|
19 anos atrás |
skotlex
|
22c298e647
- Removed a block of code from skill_check_condition that actually belongs to status_check_skilluse.
|
19 anos atrás |
Lance
|
fc7ef5e632
Corrected nullpo_retv -> nullpo_ret since npc_unload is int.
|
19 anos atrás |
Lance
|
1c65124338
Reappropriate my previous fix on map_foreachiddb, it's npc_unload's problem.
|
19 anos atrás |
Lance
|
fc71db55ba
* Fixed npc_cleanup_dbsub not removing key and caused pointer being freed problem.
|
19 anos atrás |
Lance
|
ceea8fde6c
* Final fix on Juperos NPC.
|
19 anos atrás |
skotlex
|
8955a37a9b
- Added mapflag nodrop, fixed mapflag notrade.
|
19 anos atrás |
skotlex
|
0dfa4e1358
- Some small cleanups of how @reloadscript works.
|
19 anos atrás |
skotlex
|
5f8c670ba3
- Added a few dummy times in skill_cast_db for some GS skills.
|
19 anos atrás |
Lance
|
71fc431888
* Fixed a variable loopback problem on NPC shop price checking routine.
|
19 anos atrás |
skotlex
|
b9b3055897
- Fixed npc_event doing a map-check when the npc is not on any map.
|
19 anos atrás |
skotlex
|
dc8dd724eb
- Fixed missing baby-dancer job in exp2.txt
|
19 anos atrás |
skotlex
|
373436fbde
- Added event 8 for mobspawns that should spawn with special ai set.
|
19 anos atrás |
skotlex
|
d770421a9d
- Trick dead now ends on logout
|
19 anos atrás |
skotlex
|
9399f60ace
- Some fine-tuning of the warp portal code which prevents it from messing up other skills if you "precast" it.
|
19 anos atrás |
skotlex
|
3dbf70680c
- Close confine won't get the bonus range on cast as other skills do due to exploits.
|
19 anos atrás |
skotlex
|
1e07d35220
- Fixed startnpctimer starting multiple timers if the npc timer was already started.
|
19 anos atrás |
skotlex
|
d69479b946
- Added define clif_deadsit to send the dead state into player packets if the player is in trick dead state.
|
19 anos atrás |
skotlex
|
1b71a1a4da
- Small fix in pet_attack that would make pets not unlock their target in some situations.
|
19 anos atrás |
Valaris
|
dacc1b195d
* Crash fix in npc.c npc_timerevent.
|
19 anos atrás |
skotlex
|
28c32a9532
- Improved the NPC timer system to enable to have multiple timers going on at a time with different players attached to each. Now npc event timers are of two types: attached or global. The global timers don't have a player attached and can be started/halted by anyone. The character timers have a player attached, and they can only be stopped by a script that has the same player attached.
|
19 anos atrás |
skotlex
|
7d7c9b8324
- Fixed some includes in skill.c and npc.c, thanks to 252-rer for finding it out.
|
19 anos atrás |
skotlex
|
697d29d7d4
- Fixed a typo bug in SC_STAR_COMFORT handling.
|
19 anos atrás |
Komurka
|
05eba2d392
* Added 'restricted' mapflag, based on lordalfa patch
|
19 anos atrás |
Valaris
|
2178a86317
AS OF SVN REV. 5901, WE ARE NOW USING TRUNK. ALL UNTESTED BUGFIXES/FEATURES GO INTO TRUNK.
|
19 anos atrás |
Valaris
|
fd99753f8e
Clearing trunk.
|
19 anos atrás |
celest
|
171609d4a2
* Readded @disablenpc
|
20 anos atrás |