13314 Commits

Author SHA1 Message Date
Lemongrass3110
bd69396ffa Added all missing sql scripts to the travis CI check 2016-01-06 02:14:06 +01:00
Lemongrass3110
09a87306b1 Added a unique index for aegis name to the item tables 2016-01-06 02:13:19 +01:00
Lemongrass3110
d32c857e16 Renamed custome headgear constans in src
They now match with those currently used in scripts and also match the ones for normal headgears and additionally they are easier to understand.
2016-01-06 00:08:27 +01:00
Lemongrass3110
5ea3f30d32 Removed two unused constants for alchemists
* Job_Alchem(Job_Alchemist would be correct)
* Job_Baby_Alchem(Job_Baby_Alchemist would be correct)

Both are currently unused in our delivered npc and item scripts.
Please consider using their correct constants instead.
2016-01-06 00:04:37 +01:00
aleos89
8ab031f707 Follow up to e4ab3be
* Fixes #860 - Pre-renewal Kunai should only deal 100%+90 damage per hit. Thanks to @Playtester.
2016-01-05 11:17:40 -05:00
rAthenaAPI
887dd7e80e Follow up to e368b5f
The aegis name check should only be applied to items. @lighta

Follow up to 6206537

Reverted the mob skill db SQL changes.
2016-01-05 15:27:38 +01:00
rAthenaAPI
6206537855 SQL synchronization
[ci skip]
2016-01-05 15:06:47 +01:00
Lemongrass3110
ab7947adb8 Follow up to d289bf8
Also fixed #867 on pre-renewal.
2016-01-05 15:05:47 +01:00
nanakiwurtz
8655913be7 Fixed #877
* Thanks to @Playtester

Signed-off-by: nanakiwurtz <nanakiwurtz240@gmail.com>
2016-01-05 14:28:38 +07:00
nanakiwurtz
77578826f6 Item DB Update
* Removed AegisName duplicates

Signed-off-by: nanakiwurtz <nanakiwurtz240@gmail.com>
2016-01-05 14:21:56 +07:00
nanakiwurtz
d289bf8fb0 Fixed #867
* Thanks to @Dark8008 and @Playtester

Signed-off-by: nanakiwurtz <nanakiwurtz240@gmail.com>
2016-01-05 14:15:46 +07:00
nanakiwurtz
1abb02c840 Item DB Update
* Added new costumes

Signed-off-by: nanakiwurtz <nanakiwurtz240@gmail.com>
2016-01-04 14:31:26 +07:00
lighta
1352b460fc Fixed #194
Update install.sh and uninstall.sh, fix smalls typos.
Move npc folder into usr/. Evenif using it as opt/ the layout is set to
be turned into a proper module.
2016-01-03 16:26:29 -05:00
lighta
e368b5f759 Update tools/convert_sql.pl to check if AegisName are duplicated and and a trailing _ if it's the case. 2016-01-03 15:43:19 -04:00
lighta
dbf2916c83 Update .gitattributes to force some line ending style for some file.
Fix cygwin not able to process 'configure' when fetched on windows directly.
2016-01-03 15:42:16 -04:00
Lemongrass3110
d909601b8a Fixed compilation on pre-renewal 2016-01-03 16:42:00 +01:00
Lemongrass3110
7cfd0df649 Partially merged #864
Thanks to @admkakaroto
2016-01-03 15:28:55 +01:00
Lemongrass3110
8d152e9139 Fixed compilation on linux.
Stupid me, why did I do this in the first place.
2016-01-03 14:48:20 +01:00
Lemongrass3110
80f5d1b27f Fixed #858
Issue existed since cc8edaa.
2016-01-02 02:11:24 +01:00
Lemongrass3110
d30b250fb2 Migrated all parameter constants to source exports 2016-01-02 01:54:39 +01:00
Lemongrass3110
6532f74c3b Migrated all quest check constants to source exports 2016-01-02 01:10:51 +01:00
Lemongrass3110
087a0f4a5e Migrated all binding constants to source exports 2016-01-02 01:08:55 +01:00
Lemongrass3110
d37e8958ce Migrated all bonus script flag constants to source exports 2016-01-02 01:07:28 +01:00
Lemongrass3110
b1e97ce6b1 Migrated all add skill type constants to source exports 2016-01-02 01:06:41 +01:00
Lemongrass3110
a2a13eeee3 Migrated all item type constants to source exports 2016-01-02 01:02:21 +01:00
Lemongrass3110
5b789412e7 Migrated all mercenary guild constants to source exports 2016-01-02 00:59:13 +01:00
Lemongrass3110
00057d7535 Migrated all send target constants to source exports 2016-01-02 00:57:37 +01:00
Lemongrass3110
3929f7adc3 Migrated all emoticon constants to source exports 2016-01-02 00:55:17 +01:00
Lemongrass3110
43d9445c6d Migrated all battle and auto trigger flag constants to source exports 2016-01-02 00:48:55 +01:00
Lemongrass3110
2eb8b933a7 Migrated all class and size constants to source exports 2016-01-02 00:43:43 +01:00
Lemongrass3110
f558f85abf Migrated all race constants to source exports 2016-01-02 00:38:56 +01:00
Lemongrass3110
7565dcc16b Migrated all element constants to source exports 2016-01-02 00:36:34 +01:00
Lemongrass3110
2b0087955e Migrated all status icon constants to source exports 2016-01-02 00:31:17 +01:00
nanakiwurtz
a3877abdea Updated item script for 18536
* Thanks to @ernestfegarido

Signed-off-by: nanakiwurtz <nanakiwurtz240@gmail.com>
2016-01-01 23:25:22 +07:00
nanakiwurtz
3f44493d07 Follow up to 2807be3
* Reverted item 575, 583, 587

Signed-off-by: nanakiwurtz <nanakiwurtz240@gmail.com>
2016-01-01 23:20:45 +07:00
Lemongrass3110
2174395717 Migrated all status change constants to source exports 2015-12-31 15:56:10 +01:00
nanakiwurtz
22a9a74d0c Fixed #781
* Thanks to @ernestfegarido, @Atemo, @Historica and @cydh

Signed-off-by: nanakiwurtz <nanakiwurtz240@gmail.com>
2015-12-31 16:01:06 +07:00
nanakiwurtz
19ceb84324 Item Buying Store update
* Added missing items into item_buyingstore.txt

Signed-off-by: nanakiwurtz <nanakiwurtz240@gmail.com>
2015-12-31 15:42:21 +07:00
nanakiwurtz
0506fc98e7 Item Trade update
* Added WOE TE item restrictions

Signed-off-by: nanakiwurtz <nanakiwurtz240@gmail.com>
2015-12-31 15:42:20 +07:00
nanakiwurtz
2807be3381 Fixed #853
* Thanks to @secretdataz

Signed-off-by: nanakiwurtz <nanakiwurtz240@gmail.com>
2015-12-31 15:42:19 +07:00
lighta
da205da728 Merge pull request #847 from rathena/hotfix/issue772
Fixed #772.
2015-12-31 01:47:00 -04:00
lighta
1ed2c92995 Merge pull request #822 from RomeroMalaquias/master
Avoiding conditional directives that break statements
2015-12-31 01:40:24 -04:00
Lemongrass3110
6322d609f4 Migrated all look constants to source exports 2015-12-31 04:17:50 +01:00
Lemongrass3110
2d03e7fb9e Migrated all equip position constants to source exports 2015-12-31 04:12:19 +01:00
Lemongrass3110
a1b08c380a Migrated all setcell and getcell constants to source exports 2015-12-31 04:06:50 +01:00
Lemongrass3110
8d3cff4b0e Migrated all mapflag constants to source exports 2015-12-31 04:02:26 +01:00
Lemongrass3110
2ee3765456 Migrated all broadcast constants to source exports 2015-12-31 03:56:05 +01:00
Lemongrass3110
e68ad2bef5 Migrated all eAthena job constants to source exports 2015-12-31 03:51:42 +01:00
Lemongrass3110
fb6688951d Migrated all job constants to source exports 2015-12-31 03:32:26 +01:00
Lemongrass3110
737fcc41f9 Included the new script_constants.h file
and migrated all existing exports over.
2015-12-31 03:02:30 +01:00