FlavioJS
|
78b52bbb4b
- Replaced our fix for "mes ();" crashing by jA's version. see trunk[8867] and stable[8927]
|
18 éve |
FlavioJS
|
40b389bc42
- Changed the script source from unsigned char* to const char*.
|
18 éve |
skotlex
|
e445c551c2
- Fixed SC_STRIPWEAPON failing on two-handed weapons.
|
18 éve |
skotlex
|
b19f78a17c
- Fixed the setting hom_setting not being read at all.
|
18 éve |
skotlex
|
b8a2a5f905
- Added function skill_strip to handle stripping code. The RG strip skills and GS_DISARM use it now.
|
18 éve |
skotlex
|
84f8ec45d5
- Modified the skill damage packet and the knockback packets to mimic aegis sent packets for such skills.
|
18 éve |
toms
|
912fc7a427
Fixed npc commands atcommand & charcommand not working with a custom command_symbol
|
18 éve |
FlavioJS
|
6fda364348
- Moved START_ACCOUNT_NUM and END_ACCOUNT_NUM from login.h to mmo.h and changed clif_guess_PacketVer to use that.
|
18 éve |
skotlex
|
1424d93e12
- Repairing items via scripts no longer displays "item has been repaired"
|
18 éve |
skotlex
|
231f495291
- Removed sd->sex since it's redundant (we can always use sd->status.sex)
|
18 éve |
Lance
|
e82fd31056
* Added buildin_checkvending and buildin_checkchatting.
|
18 éve |
skotlex
|
8e68089e85
- Fixed passive mobs becoming increasingly unlikely to retaliate to attacks after they got inflicted by a disabling status change.
|
18 éve |
skotlex
|
2de8486627
- Fixed txt-converter compilation.
|
18 éve |
Lance
|
b59e7b8596
Minor tweak in
|
18 éve |
skotlex
|
b421d38216
- Added overflow protection to @main whisper parsing.
|
18 éve |
skotlex
|
964ede96d5
- Fixed uninitialized variable fd being used in WFIFOHEAD in a few clif functions.
|
18 éve |
Lance
|
05b2d83b43
* Completed Reddozen's hanging mapwarp code to support party and old syntax.
|
18 éve |
Lance
|
9b4d416b15
|
18 éve |
Lance
|
11e7a6e143
- atcommand and charcommand backwards compatibility
|
18 éve |
Lance
|
d4e444ebd4
- Removed security check since source level patch is applied. Reverted select(), created prompt().
|
18 éve |
Lance
|
22de482fce
* Hack protection from packet monkeys in clif_parse_NpcSelectMenu.
|
18 éve |
Lance
|
97919b1a6f
* Added 'cancel' button parsing in buildin_select menu system. Now scripts will continue to load if 'cancel' is pressed and 255 will be returned.
|
18 éve |
Lance
|
3bfc48996a
* Fixed potential crash in IRC processing message with '%' using *printf.
|
18 éve |
Lance
|
3e7a154f59
* Edited atcommand and charcommand syntax. Now it doesn't need the useless character name and ":".
|
18 éve |
skotlex
|
c97cbb77c4
- Characters with Karma may fight amongst them anywhere.
|
18 éve |
skotlex
|
5166b75157
- Fixed some line delimiter issues in script.c
|
18 éve |
skotlex
|
cd482bed77
- Fixed map_foreachiddb and map_foreachpc so they don't encapsulate the variable arguments into a double va_arg list. Thanks to the Ultra Mage for the tip.
|
18 éve |
skotlex
|
eee1baf718
- Ganbantein's delay is now 2 secs.
|
18 éve |
Lance
|
29dc8ea873
* Reverted changes, moved status_calc_pc(sd,1) back to pc_authok since it causes problems.
|
18 éve |
reddozen
|
da883b0bb0
a couple new script commands [Reddozen]
|
18 éve |