3886 Commits

Author SHA1 Message Date
Playtester
f380d9b708 Added Ammo Dealer Tony
git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@8298 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-08-15 18:31:37 +00:00
skotlex
3a6cea35b4 - Added a crash-fix on status_calc_bl_sub_homun to abort in case the homun has no master (need to clean up this function later)
- Tested char-txt load/save, it seems to be working fine.


git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@8296 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-08-15 17:57:44 +00:00
skotlex
a18db9e79f - Updated the char save structure for char-TXT servers so that the homun id will be saved, now also the map info (last point, save point, memo maps) are now saved using the mapindex rather than the string. BACKUP BEFORE UPDATING since this code isn't yet tested.
- Cleaned up a bit the char-saving code, added overflow crash prevention in case there are more memos than the max-allowed saved.
- AM_CALLHOMUN can now be used to recall vaporized homuns.
- AM_RESURRECTHOMUN will now fail when the homun is vaporized.


git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@8295 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-08-15 17:47:44 +00:00
skotlex
baee95996c - Added SCB_DYE which marks which status-changes need a forced cloth dye change to 0 due to sprite issues. Currently only NJ_BUNSINJYUTSU's status uses it.
git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@8293 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-08-15 15:42:55 +00:00
skotlex
9c6d56be63 - Asura Strike now moves you to the target on fail always (unless the target does not exists or is in another map or there's a obstacle on the way)
- Corrected skill_attack_area hitting dead characters on it's splash range.
- Swapped the values for OPTION_XMAS and OPTION_FLYING. This should enable SG to show the fly animation again, even if sometimes others will see him as Santa. As for xmas cloth, it shouldn't make much of a difference since the view class is changed to christmas anyway.
- Moved the AM_CALLHOMUN code from castend_id to castend_pos.
- Made AM_CALLHOMUN and AM_RESURRECTHOMUN be like the wedding skills, where they automatically pick a spot around you.
- Cleaned up some the AM_RESURRECTHOMUN code. Hopefully it works now.
- Cleaned up some the hom evolution code.


git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@8292 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-08-15 15:26:51 +00:00
Playtester
b8b57f9c39 Made Kiel MVP's skills non-cancelable
git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@8291 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-08-15 14:35:27 +00:00
Playtester
13b1fd6ecd * Fixed some parts of the Gunslinger gun quests
* Added Ammo Casing Seller Kenny
* Added Holy Arrow Quivers to Inventor Jaax

git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@8290 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-08-15 14:17:23 +00:00
toms
92aca761ba Fixed SIGSEGV with homunc save
git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@8288 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-08-15 12:02:00 +00:00
Playtester
eec1d4425e * Added all the Gunslinger gun quests
- sphere creation and ammo casing are still missing, working on it
- removed erKURITA's version, he's okay with it

git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@8287 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-08-15 11:57:43 +00:00
Playtester
dd40d4ff2f Fixed Masamune and Kamaitachi using bAspd rather than bAspdRate
git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@8285 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-08-15 08:43:58 +00:00
evera
8115f9db06 Various changes in other/dts_warper.txt:
Uses new global var $dtsday to count voting sessions 
Bug fix for a bug involving both warpers being activated at the same time
Need bug testers for these fixes before stable merge

git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@8284 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-08-15 05:37:38 +00:00
evera
3cef575197 updated header of other/Global_Functions.txt
git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@8282 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-08-15 03:59:59 +00:00
evera
ee6ce16a4e fixed bug in bio labs quest
git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@8281 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-08-15 03:52:57 +00:00
skotlex
c182e64c0d - Removed support for negative autosave intervals, instead added a minsave_interval setting which specifies which is the minimum time between character saves. Default to 100ms (map_athena.conf).
git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@8280 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-08-14 20:14:58 +00:00
skotlex
6e5a887656 - Sacrifice no longer shows damage to self.
- When Asura fails, the skill display will still come off.
- Cleaned up AM_CALLHOMUN so that the required item is specified on skill_require_db
- Cleaned up function merc_call_homun and added function merc_hom_vaporize to handle the respective cases.
- Cleaned up a bit unit_remove_map/unit_free on regards to homun. it will display the /sob emotion when the homun dies due to low intimacy. Moved removal of timers and all that to unit_free
- Cleaned up function merc_hom_dead
- Simplified lots of code around by using the new merc functions.


git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@8279 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-08-14 19:48:16 +00:00
Playtester
c8198b8ea7 Updated mob stats according to official kRO website
git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@8278 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-08-14 18:31:13 +00:00
Playtester
9ee30e13ee Fixed attack power of Dusk
git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@8277 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-08-14 17:21:43 +00:00
skotlex
2705daec74 - Some cleaning of skillnotok
- Corrected emergency_call setting to not use map_flag_gvg define, since the setting already has woe on/off restriction bits.


git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@8276 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-08-14 16:37:41 +00:00
skotlex
41f2f3ca40 - Increased Run's walk speed bonus to 25->50%
- Modified emergency_call setting to allow for more specific configuration (woe/non-woe, gvg-grounds/non-gvg-grounds, disable from nowarpto maps), see skill.conf for details.


git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@8275 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-08-14 16:30:14 +00:00
skotlex
78475ffd1a - Fixed script engine allowing scripts to set a player's zeny to negative values.
- Fixed setting hide_woe_damage making even "miss" attacks seem to connect.
- Cleaned up pc_getzeny to not require doubles.
- When readjusting the fame-list, the last entry's id is also reset (may fix characters appearing more than once on it?)
- Some sign/unsigned comparison warning fixes.
- Some 'may be used unitialized' warning fixes.


git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@8273 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-08-14 14:54:14 +00:00
Playtester
fd8b27f8ce Fixed 2006 headgears npc giving you Lion Mask rather than Lion Masquerade
git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@8270 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-08-14 12:16:21 +00:00
Playtester
5512fadd94 Added official Gunslinger ASPD values according to Ragnarok Monthly
git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@8269 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-08-14 09:47:35 +00:00
Playtester
5cb9cfd463 * Moved the Gunslinger quest NPCs to gunslinger_quests.txt
- put erKURITA's version of the Garrison quest into another file since I already added a complete version, use it if you like it more
- also gave the NPCs their official names

git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@8267 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-08-14 08:52:26 +00:00
evera
0486ae7b2b updated dts_warper.txt to use MISC_QUEST|128 instead of dtseligible,2
Added that to garbage cleaning
Added garbage cleaning func call to dts_warper.txt (only makes sense)
And I did this at 1am, so look for bugs before I merge to stable, and report on forums.

git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@8266 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-08-14 08:13:21 +00:00
eaac
2b92d4797c * Added (finally) the official Inn Maid of Rachel. Save and warp points are official aswell, thanks to RockmanEXE [erKURITA]
* Added (finally) the Garrison quest npc. Item requirements are the official ones, but the quest... well you know. Thanks to RockmanEXE [erKURITA]

git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@8265 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-08-14 00:07:49 +00:00
evera
80525c2a28 Bio Ethics Quest
git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@8264 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-08-13 23:51:08 +00:00
evera
6e166fd86d oops, fixed my small bug in bio ethics
git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@8263 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-08-13 23:45:51 +00:00
evera
d6472e861b Finished Bio Ethics Quest (needs bug testers)
Added Bio Ethics to quest_variables.txt for bit shift character variable optimization... And I don't feel good, so look over it for errors.

git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@8262 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-08-13 23:43:32 +00:00
Vicious
cb823cdce8 elemental -1 for some GS skills
git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@8261 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-08-13 21:15:57 +00:00
Playtester
fd04e7fe44 Destroyer now has a 1% chance on breaking armor rather than Hit-10
git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@8260 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-08-13 09:36:16 +00:00
Lupus
45f33bdeef moved warp to fix endless warping
git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@8258 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-08-13 06:44:00 +00:00
skotlex
1d2c4f8950 - Removed @itemcheck as it was totally pointless.
- Corrected states killer/killable being easily dispellable.
- Fixed the totally wrong text messages being used for @killer/@killable related atcommands, added appropiate entries to msg_athena
- Magic and Misc attacks will now get type "flee" when they do less than 1 damage, this blocks them from causing additional status effects when they are blocked.
- Cleaned up a bit the Basilica code, it should now properly end when you walk.
- Added an unnecessary qty check when inserting cards :P
- Fixed some logs not working when you enabled all logs.
- Corrected unmute being a level 60 command by default (should be 80)


git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@8256 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-08-13 06:14:27 +00:00
Lupus
907653ac7a updated file version! DO always increment file version!
git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@8255 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-08-13 06:14:13 +00:00
skotlex
9080a1b373 - Corrected the mapif_parse_PartyChangeMap function to correctly update level-range when someone logs on/off, fixes being unable to set even-share on once it's been broken even when the characters out of range logoff.
git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@8254 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-08-13 05:07:13 +00:00
blackhole89
11d3442df9 See Changelog.
git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@8253 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-08-12 22:47:16 +00:00
Playtester
ef4af33e08 Fixed Fling requiring unknown amunition
git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@8252 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-08-12 22:19:01 +00:00
Playtester
a093397ab8 * Changed the aftercast delay of Envenom to 100ms
- this will cause that you can cast Envenom as fast as aMotion

git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@8251 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-08-12 21:05:48 +00:00
Playtester
6202448594 Fixed id of Dryad Card in the Headgears 2006 quest thanks to tonyfud
git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@8250 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-08-12 10:37:01 +00:00
Playtester
7a5a7e7b13 * Added Violin[3] to the Comodo Weapon seller
* Optimized a warp near Gunslinger weapon shop
* Extended the Garrison quest to slot the Garrison

git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@8247 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-08-12 08:44:52 +00:00
skotlex
c39d3b2a02 - Fixed Dancers/Bards being able to use normal attacks while performing.
git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@8245 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-08-12 02:00:52 +00:00
skotlex
155f9c12f5 - Fixed the item group bonus not working.
- Removed unnecessary member id from the item group structure.
- Fixed songs/dances always being considered overlapped with themselves.
- Added some additional song/dance overlap code that should correctly change the effect of songs/dances when they overlap.
- Added a check so that the status-change packet is always send to self when the inflicted char is a player disguised.


git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@8242 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-08-11 01:25:40 +00:00
toms
d7e51241f8 Code cleanup on homunc, they stay in memory until player disconnect or homunc destruction
git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@8241 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-08-10 23:34:35 +00:00
Zephiris
6f28d55d6c Fixed packetdb.txt updates.
git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@8240 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-08-10 21:15:06 +00:00
skotlex
6db2d44adb - Hopefully fixed family-party-even-share not breaking when a member logs out.
- Corrected Advanced Jobs HP bonus from 30% -> 25%


git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@8238 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-08-10 20:17:38 +00:00
skotlex
2c74fc0254 - Should have fixed the login-sql crash when passed user-name's length is beyond the limit.
- Removed setting mob_ghostring_fix
- Changed setting attack_attr_none to affect all neutral-element attacks. Basicly, this setting is now used to determine who can hit for full damage always when using neutral-attacks (defaults to non-players)


git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@8237 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-08-10 19:06:13 +00:00
Zephiris
4d1dadcae5 Updated the Packet DB for both trunk and stable to the latest version.
git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@8234 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-08-10 18:30:00 +00:00
Playtester
b5df813fb5 Reverted Tracking being affected by dex
git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@8233 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-08-10 16:27:16 +00:00
toms
79e2a54b49 Switch airplanelocation variables to temp variables to avoid unusefull mapreg(sql/txt) writes
git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@8232 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-08-10 15:07:48 +00:00
Playtester
e109725687 Aloevera and Anodyne now cast on self
Note: There is no way to make the effect display, if anyone knows how to make it display please add it.

git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@8231 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-08-10 14:42:04 +00:00
skotlex
f706f02ebe - Fixed a warning GCC kept giving me when including mercenary.h
git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@8230 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-08-10 14:39:50 +00:00