skotlex
|
5ed686f6a8
- Updated the Dancer job quest to attach a player to the main timer script.
|
18 年 前 |
skotlex
|
dddd48f15d
- Modified the "guardian" spawn script command, it no longer receives a "amount" argument (since that only leads to trouble), if the class is negative, it'll pick a random class the same way the monster spawn script command does, and if you pass a spawn position with coordinates equal or less to 0, a random spot in the map will be taken. However you can't use "this" as a map name anymore since these script commands do not need an attached player.
|
18 年 前 |
ultramage
|
cf3421d7f1
- Cleaned up clif_party_info a bit
|
18 年 前 |
ultramage
|
d47a72bf9f
Cleaned up set_reg and the surrounding code
|
18 年 前 |
skotlex
|
dabaf379a9
- The default packet version is now 8. Clients from November2006 and before can no longer get past the char-server unless you change it back to 7.
|
18 年 前 |
skotlex
|
81b4f30221
- Applied Rayce's dangling pointer fix when returning a temporary npc string variable (those starting with .@)
|
18 年 前 |
skotlex
|
158c398cec
- Required Weapon, ammo, and skill state are now only checked on begin casting, instead of both on begin and end casting.
|
18 年 前 |
skotlex
|
c1044cf02f
- Reverted Venom Splasher's element to take your weapon's
|
18 年 前 |
FlavioJS
|
781fa7bb72
- A bit more work on Ticket #41.
|
18 年 前 |
ultramage
|
6eb920bf96
Fixed clif_parse_GMmessage cutting off messages randomly (typo in r9778)
|
18 年 前 |
skotlex
|
dbfaad69ef
- Fixed npc_check_areanpc, Wand of Hermod works now.
|
18 年 前 |
skotlex
|
68e1eb420a
- Corrected range of self destruction / bio explosion to be equal to their splash range.
|
18 年 前 |
ultramage
|
725ed1909e
- Fixed the inverted behavior of display_skill_fail, caused by r9823
|
18 年 前 |
ultramage
|
06074c6046
Fixed @loadnpc not updating the script_event[] array
|
18 年 前 |
ultramage
|
1ad9bb7c15
Fixed clif_party_message using an incorrect buffer length
|
18 年 前 |
FlavioJS
|
1041f38037
* Cosmetic changes to the buildin section of script.c (use defines for function names/definitions).
|
18 年 前 |
skotlex
|
b09a064281
- Updated the 'unit walk' to functions so they stop your attack if it's possible to walk.
|
18 年 前 |
skotlex
|
971ea7e332
- Fixed char server SQL not sending the guild info update to other map servers when a new member is added.
|
18 年 前 |
ultramage
|
64fcacf6b3
- Added code for SQL that will automatically detect the ping interval at startup, and copy-pasted it around the code
|
18 年 前 |
skotlex
|
eabdf9af64
- Spider web can again be recasted on target.
|
18 年 前 |
ultramage
|
81c50c19b7
Added a missing null pointer check in clif_parse_globalmessage
|
18 年 前 |
ultramage
|
1aa9c5ceca
- Fixed the new socket code, which was triggering the inactivity timeout on the servers' listening sockets
|
18 年 前 |
ultramage
|
0729d61b56
* More aggressive cleaning up of the socket code
|
18 年 前 |
skotlex
|
78d876f355
- Modified spider web so that the skill_unit_db flag restrictions may take place.
|
18 年 前 |
ultramage
|
3e4bef37b7
Wiped out the poorly written parse code from r2211
|
18 年 前 |
ultramage
|
148f3fca88
Cleaning up of the socket code
|
18 年 前 |
skotlex
|
6597b8c74b
- Updated the range of BioExplosion and Self Destruction so they count as ranged skills.
|
18 年 前 |
FlavioJS
|
c46f3cf135
- Removed deprecated console code.
|
18 年 前 |
FlavioJS
|
5c41bf4b04
- Moved CHAT_SIZE back to map.h because log_atcommand uses it on sql builds. (moved to clif.c in r9811) [FlavioJS]
|
18 年 前 |
ultramage
|
6bf7170064
Cleaned up the script engine's get_val() function
|
18 年 前 |