5192 Commits

Author SHA1 Message Date
ultramage
478b4b58e8 Fixed typos from previous revisions :)
git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@10098 54d463be-8e91-2dee-dedb-b68131a5f0ec
2007-03-30 17:01:53 +00:00
Playtester
1908e7dc80 * Added Ninja Gauntlet quests
- massive testing and probably optimisation needed

git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@10097 54d463be-8e91-2dee-dedb-b68131a5f0ec
2007-03-30 16:30:18 +00:00
Playtester
ba9a9b4275 Updated some headgear names to match the translations
git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@10096 54d463be-8e91-2dee-dedb-b68131a5f0ec
2007-03-30 14:13:43 +00:00
Playtester
55cade0420 Fixed High Wizard card
git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@10095 54d463be-8e91-2dee-dedb-b68131a5f0ec
2007-03-30 13:00:39 +00:00
Playtester
6b31e26e55 * Updated Item Givers to X.4
- they are now added up and sorted
- fixed China Gift Box

git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@10094 54d463be-8e91-2dee-dedb-b68131a5f0ec
2007-03-30 12:10:45 +00:00
Playtester
67ac7c9514 More item updates thanks to Argatlahm
git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@10093 54d463be-8e91-2dee-dedb-b68131a5f0ec
2007-03-30 11:03:06 +00:00
FlavioJS
43a375ad89 * Added all the missing defines for ctype.h functions and converted all the direct uses to the defines.
Ref: http://www.eathena.ws/board/index.php?showtopic=145235

git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@10091 54d463be-8e91-2dee-dedb-b68131a5f0ec
2007-03-30 06:16:08 +00:00
skotlex
cbac96a819 - Corrected a pretty serious typo in script.c
- Corrected the change that made Coma not be reduced by mdef making Stone, Freeze and Decrease Agi be reduced by luck rather than mdef.


git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@10090 54d463be-8e91-2dee-dedb-b68131a5f0ec
2007-03-29 21:28:35 +00:00
skotlex
47ab9dbbf8 - Added "do_abort" function to the core. It is invoked when the server has received a Segmentation Fault or Floating Point Exception signal. Currently the only one that uses it is the map-server, which then attempts to save all online characters before aborting.
- Note that due to the current coding of the sig plugin, do_abort will not be invoked if you use it! This plugin needs to be updated...
- Cleaned up a bit the change element code. val1 is the elemental level, val2 is the element now.
- Hardcoded the element and elemental level of SC_CHANGEUNDEAD.


git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@10089 54d463be-8e91-2dee-dedb-b68131a5f0ec
2007-03-29 20:34:17 +00:00
toms
d57ed274ca Continued script.c cleanup
Added defines script_pushstr and script_pushconststr to have the same syntax as integers
Added defines script_getref, data_islabel, data_isfunclabel to increase code readability

git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@10088 54d463be-8e91-2dee-dedb-b68131a5f0ec
2007-03-29 16:11:40 +00:00
FlavioJS
4ba355e389 git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@10087 54d463be-8e91-2dee-dedb-b68131a5f0ec 2007-03-29 13:51:20 +00:00
skotlex
640ef63c2b - Added defines script_getnum and script_getstr to further simplify variable reading code.
- Applied mass replacing of text to enforce usage of script_hasdata, script_getnum, script_getstr and data_isstring defines where possible.
- Cleaned up the 'input' command code.
- Minor other cleanups in script.c
- Removed OPTION_SIGHTTRASHER as there's no indication this value exists.
- Corrected OPTION_XMAS since 2007 clients have split it up from OPTION_FLYING (on previous clients both were the same option value)
- Removed GRF_PATH_FILENAME references (it wasn't used anymore)


git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@10085 54d463be-8e91-2dee-dedb-b68131a5f0ec
2007-03-28 17:29:02 +00:00
skotlex
2049f1ad43 - Corrected statp array not being long enough to actually hold the status points of ALL levels up to and including MAX_LEVEL. Fixes reaching final level and resetting giving you an unpredictable amount of status points.
- pc_resetstate will now fail if you use the stat point table and your char has a level above MAX_LEVEL.


git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@10084 54d463be-8e91-2dee-dedb-b68131a5f0ec
2007-03-28 13:51:18 +00:00
skotlex
9d77814b36 - Changed a bit the Moonlit code to prevent an infinite loop
- Changed clif_skillcasting definition to take as argument the element of the skill.


git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@10083 54d463be-8e91-2dee-dedb-b68131a5f0ec
2007-03-27 21:46:15 +00:00
skotlex
3839fa7619 - Moved coma to skill_additional_effect, added special_state.bonus_coma to prevent doing comma calculations for every player attack.
- Added config "vending_tax" to apply a tax to all vending requests, as it was in kRO Sakray some time ago (requested by Playtester) (items.conf).
- Some cleaning of skill_additional_effect
- Moved the starting of SC_DANCING from skill_initunitgroup to skill_unitsetting
- Moved the checks for player_skill_partner_check and (gm_skilluncond for it) to skill_check_pc_partner
- Negative aspd rate bonuses will be handled as aspd add rate since the default non-stackable bonus is useless on penalty bonuses.
- Added check to prevent the client from using passive skills.


git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@10082 54d463be-8e91-2dee-dedb-b68131a5f0ec
2007-03-27 18:38:11 +00:00
Playtester
d6b2ea1268 Updated sql-files
git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@10080 54d463be-8e91-2dee-dedb-b68131a5f0ec
2007-03-27 16:55:10 +00:00
Playtester
1db65cd071 * Added Akagi to Ninja Job quest
- he teleports job level 10 novices to amatsu for free

git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@10079 54d463be-8e91-2dee-dedb-b68131a5f0ec
2007-03-27 16:48:22 +00:00
ultramage
8d21e81cf9 My attempt at fixing the zealotus mask npc, now correctly requires a whip
git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@10078 54d463be-8e91-2dee-dedb-b68131a5f0ec
2007-03-27 10:24:06 +00:00
ultramage
91deea9ccd - Removed a missing file reference in the athena-start script
- Fixed a #error "<malloc.h> has been replaced by <stdlib.h>" problem
- Fixed the msg_silent setting not being announced every time

git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@10077 54d463be-8e91-2dee-dedb-b68131a5f0ec
2007-03-27 07:41:05 +00:00
skotlex
0b9f915d9c - Fixed # commands not being blocked when muted if the mute config settings say you should be.
- Moved skill db reading before loading mobs so that the new mob condition checks work.
- Cleaned up the warning/errors of the mob skill reading function. They are now warnings if the skill is read anyway (default conditions are used) and an error when the skill is not loaded.


git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@10075 54d463be-8e91-2dee-dedb-b68131a5f0ec
2007-03-26 20:56:39 +00:00
skotlex
13b13a43df - Cleaned up some the mob skill use code. The skill re-use delay is set at the time the skill is used rather than when it finishes casting. The invalid target check was also moved to the mob skill db reading function.
- Skills can be used now when the autoskill menu is open (since there's no packet sent by the client when you hit on cancel)


git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@10074 54d463be-8e91-2dee-dedb-b68131a5f0ec
2007-03-26 20:21:56 +00:00
toms
d86ffb1af5 Added some svn:ignore properties
git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@10073 54d463be-8e91-2dee-dedb-b68131a5f0ec
2007-03-26 14:28:49 +00:00
toms
29422b3874 Solved console plugins compilation error
git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@10072 54d463be-8e91-2dee-dedb-b68131a5f0ec
2007-03-26 14:24:14 +00:00
ultramage
905f2da40c - Changed MAX_LEVEL to the standard value 99. Memory consumption-= 55MB. (high-rate servers will have to change this)
- Corrected SC_COMA's success chance (X.4 says it's unconditional 100%)

git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@10071 54d463be-8e91-2dee-dedb-b68131a5f0ec
2007-03-26 10:15:04 +00:00
ultramage
158609d145 Changed the vs8 used crt library to static linking
git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@10070 54d463be-8e91-2dee-dedb-b68131a5f0ec
2007-03-26 00:02:57 +00:00
skotlex
e783bbffec - Coma now reduces SP to 0 (with the exception of Dark Blessing)
git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@10069 54d463be-8e91-2dee-dedb-b68131a5f0ec
2007-03-25 21:42:53 +00:00
toms
27ae4f7091 Corrected warning on login.sql
git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@10068 54d463be-8e91-2dee-dedb-b68131a5f0ec
2007-03-25 12:31:57 +00:00
skotlex
4b0a77360e - Corrected offset for the pet hairstyle in the spawn packet (0x7c). I still can't figure out where the pet-equip offset should go, it appears this packet does not supports it.
- Moved the location of the clif_insight call in LoadEndAck to prevent the homunc/pet spawn packets from being sent twice to the owner.


git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@10066 54d463be-8e91-2dee-dedb-b68131a5f0ec
2007-03-24 18:09:52 +00:00
ultramage
e893e46e0e Updated the visual studio 7 & 8 project files
git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@10065 54d463be-8e91-2dee-dedb-b68131a5f0ec
2007-03-24 12:52:09 +00:00
ultramage
c1c9806df3 minor vcproj7 sorting
git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@10064 54d463be-8e91-2dee-dedb-b68131a5f0ec
2007-03-24 12:40:05 +00:00
ultramage
fdcca7192a Corrected change r10051 which prevented Ice Pick from working
git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@10063 54d463be-8e91-2dee-dedb-b68131a5f0ec
2007-03-24 01:29:00 +00:00
skotlex
50af14ce15 - Made waiting_disconnect on the char server be an int to hold the timer ID of the timeout timer. It is now deleted when a player is successfully set offline/online.
- Corrected @unjail having the GM level check backwards.
- chrif_authok will now reject to store the newly received status data when the player it was received from is still online, should prevent losing data in certain situations.


git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@10060 54d463be-8e91-2dee-dedb-b68131a5f0ec
2007-03-23 15:58:36 +00:00
ultramage
f4a864cfc4 Removed the npc_chat complication I committed yesterday
git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@10059 54d463be-8e91-2dee-dedb-b68131a5f0ec
2007-03-23 10:55:50 +00:00
Playtester
dfd82cadb7 Fixed some item names thanks to Argatlahm
git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@10058 54d463be-8e91-2dee-dedb-b68131a5f0ec
2007-03-23 10:53:15 +00:00
Lance
969c49d07c * Temporary resolved npc_chat.c macro issue. Please revise where to put the macros.
git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@10057 54d463be-8e91-2dee-dedb-b68131a5f0ec
2007-03-23 07:14:39 +00:00
ultramage
c11d18be16 Removed charsave from projects (used old data for the previous commit, sorry)
git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@10056 54d463be-8e91-2dee-dedb-b68131a5f0ec
2007-03-22 21:42:21 +00:00
ultramage
cb3e3fd4f9 Major reconfiguration of the vs7 project files (+vs8 while I was at it)
- added definitions _DEBUG and NDEBUG to tune system-specific stuff
- reduced the build requirements (Pentium 4 was a bit too much)
- changed build settings and project structure to match the vs8 projects
- corrected some vs8 inconsistencies

git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@10055 54d463be-8e91-2dee-dedb-b68131a5f0ec
2007-03-22 21:37:51 +00:00
ultramage
06f0d60116 Some generic typo fixes (src and npc)
git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@10054 54d463be-8e91-2dee-dedb-b68131a5f0ec
2007-03-22 21:03:19 +00:00
skotlex
a0d1e3f0dd - Removed unused bIgnoreDefMob
- Removed unneeded sd variables cart_max_weight and cart_max_num
- Made ignore_mdef_ele/ignore_mdef_race/ignore_def_ele/ignore_def_race unsigned chars rather than ints.
- Made pc_dropitem check for inventory_data, to guarantee that the item will be deleted from the inventory after dropping it.


git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@10051 54d463be-8e91-2dee-dedb-b68131a5f0ec
2007-03-22 16:46:09 +00:00
skotlex
7ec7957962 - Twilight Pharmacy's cast time is no longer reducable by dex.
- All weapon enchant levels now last 3 minutes.
- Corrected Ankle Snare/Spider Web having a 1% chance to trap rather than 100%
- Food boosts are now dispelled on death only.


git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@10050 54d463be-8e91-2dee-dedb-b68131a5f0ec
2007-03-22 14:57:55 +00:00
Playtester
5e8af53cc8 Added 11.2 weapons
git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@10049 54d463be-8e91-2dee-dedb-b68131a5f0ec
2007-03-22 14:49:16 +00:00
Lupus
11956bf6fd reformatted the sign quest for future optimization
git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@10048 54d463be-8e91-2dee-dedb-b68131a5f0ec
2007-03-22 12:43:16 +00:00
skotlex
f441021b95 - Corrected setitemscript so it actually changes the script as requested instead of causing dangling pointers.
- Cleaned up unitattack
- Made packet_ver_flag's description use hexadecimal values for the packet versions, and changed the default to 0xFFFF.


git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@10047 54d463be-8e91-2dee-dedb-b68131a5f0ec
2007-03-21 21:13:47 +00:00
skotlex
161ee3ac50 - Cleaned up some the code of pc_equipitem and clif_parse_EquipItem
git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@10045 54d463be-8e91-2dee-dedb-b68131a5f0ec
2007-03-21 16:03:12 +00:00
skotlex
cc6a222a11 - Added define MAX_CHARS so you can easily mod the server to support a different amount of characters per account (however, there is still the issue of hexing the client to support this change)
- Updated msg_athena.conf so it no longer uses broken english on several entries. Thanks to Scerez for the updated file.


git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@10044 54d463be-8e91-2dee-dedb-b68131a5f0ec
2007-03-21 14:52:23 +00:00
Lupus
b67cf18abd optimized novice grounds. optimized 1 card
git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@10043 54d463be-8e91-2dee-dedb-b68131a5f0ec
2007-03-21 08:42:07 +00:00
skotlex
e377e96bc9 - Increased Improve Concentration's hide-revealing range to 3 (7x7)
- Cleaned up a bit the Ankle Snare status code.


git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@10042 54d463be-8e91-2dee-dedb-b68131a5f0ec
2007-03-20 21:14:55 +00:00
skotlex
dc42b4aa62 - Added Magic Rod's "action" pose when using it.
- Corrected a pluralization typo in item_db.txt


git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@10041 54d463be-8e91-2dee-dedb-b68131a5f0ec
2007-03-20 16:51:11 +00:00
Playtester
19edc61ab5 Fixed RSX 0806 and General Ygnizem card
git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@10040 54d463be-8e91-2dee-dedb-b68131a5f0ec
2007-03-20 16:45:18 +00:00
skotlex
a102344894 - getpetinfo 5 will now return the pet's rename flag.
- Autoloot will now only work on items dropped a certain distance from the player. The distance is defined by AUTOLOOT_DISTANCE in atcommand.h and defaults to AREA_SIZE.


git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@10039 54d463be-8e91-2dee-dedb-b68131a5f0ec
2007-03-20 16:02:22 +00:00