skotlex
|
7a8371273a
- Merged the unit_data structure from jA for handling unit-related data (attack times, walking, auto-attack timers, skill related data)
|
il y a 19 ans |
Lance
|
0e1c1ec72e
* Fixed event_kill_pc to behave like what it should instead of another replication of event_death. Added script function rid2name to convert bl ids to name.
|
il y a 19 ans |
Lance
|
6ef4e75bb4
* Recoded getmobdata script function. Fixed mob_damage typo sd -> mvp_sd. Cleanep up confusing indentation in clif.c.
|
il y a 19 ans |
Lupus
|
9a51949029
added script function 'getmonsterinfo'
|
il y a 19 ans |
Lance
|
e804a51220
* Fixed misleading and inaccurately documented events and added a missing flag.
|
il y a 19 ans |
skotlex
|
a8aba5331a
- removed auto-attaching of player-run scripts in initnpctimer. You must use attachnpctimer!
|
il y a 19 ans |
Lance
|
ceea8fde6c
* Final fix on Juperos NPC.
|
il y a 19 ans |
Lance
|
2d6182f027
* Fixed compiler warning in script.c get_mob_data.
|
il y a 19 ans |
Lance
|
d5cf7d95e0
* mob_chat_sub fix. Added buildin_pcblockmove.
|
il y a 19 ans |
Lance
|
46bdee18f9
* BL_PC and BL_MOB control script commands (experimental).
|
il y a 19 ans |
skotlex
|
8955a37a9b
- Added mapflag nodrop, fixed mapflag notrade.
|
il y a 19 ans |
skotlex
|
d842b9f68d
- Fixed script command warpparty looking for an attached player even when it is not needed.
|
il y a 19 ans |
skotlex
|
445fa07fa2
- Some corrections due to the guild skill position change.
|
il y a 19 ans |
Lance
|
18b0a014dd
* Fixed easter.txt typo.
|
il y a 19 ans |
skotlex
|
db973e2998
- The rate passed to status_change_start must now be in 0->10000 range.
|
il y a 19 ans |
skotlex
|
d770421a9d
- Trick dead now ends on logout
|
il y a 19 ans |
Lance
|
7f378f29f8
- Fixed typo in script.c
|
il y a 19 ans |
Lance
|
348f88c110
* IDE error.
|
il y a 19 ans |
skotlex
|
c64fbb45b5
- Hopefully fixed the compile error due to the mapregsql_handle...
|
il y a 19 ans |
skotlex
|
bb7a50a009
- Fixed item pickup not picking anything unless you were in a party with item distribution set o.O
|
il y a 19 ans |
Lance
|
acb95c4f12
* Mapregsql will now fully depend on mmysql_handle.
|
il y a 19 ans |
Lance
|
16a1b9d809
* Optimized strcharinfo to use switch. Looks like Skot fixed the crash already XD.
|
il y a 19 ans |
skotlex
|
b7ebda3ccd
- Silence will only block skills when they have begun casting, not when the cast bar is done.
|
il y a 19 ans |
skotlex
|
343577ac3b
- Checked and fixed the script engine barking when you try to have a label with the same name as a const.txt defined parameter.
|
il y a 19 ans |
skotlex
|
9321f524fc
- Turn Undead and Offensive Resurrection should now work on undead players.
|
il y a 19 ans |
Lance
|
c2273620ad
* Added script command 'setbattleflag'.
|
il y a 19 ans |
Lance
|
c46f652b8e
* Added autoequip flag check (added script command 'autoequip' to manipulate in script.c) for pc_takeitem in pc.c If it impacts on perfomance, please remove it.
|
il y a 19 ans |
Lance
|
465ab78484
* Added script command 'equip' to equip items.
|
il y a 19 ans |
skotlex
|
bc1aad166c
- Added sd variables menuskill_id/menuskill_lv to store menu-based selections. These are used now to check the validity of skill use instead of sd->skillid/sd->skilllv
|
il y a 19 ans |
skotlex
|
eafb17b8fe
- Fixed the memory leak on opt_2str as pointed out by End of Exam
|
il y a 19 ans |