1856 Commits

Author SHA1 Message Date
Lance
720f3be7c3 git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@5665 54d463be-8e91-2dee-dedb-b68131a5f0ec 2006-03-19 05:46:15 +00:00
Lance
bfe227ac7d * Documentation update on NPC whisper and rid2name.
git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@5664 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-03-19 05:44:41 +00:00
Lance
0e1c1ec72e * Fixed event_kill_pc to behave like what it should instead of another replication of event_death. Added script function rid2name to convert bl ids to name.
git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@5663 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-03-19 05:14:59 +00:00
Lance
c44e8e1175 Replaced getmobdata to setmobdata in changelog.
git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@5662 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-03-19 04:38:21 +00:00
Lance
6ef4e75bb4 * Recoded getmobdata script function. Fixed mob_damage typo sd -> mvp_sd. Cleanep up confusing indentation in clif.c.
git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@5661 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-03-19 04:36:53 +00:00
Vicious
1b2cd77d7f NJ/SG item update
git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@5660 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-03-18 23:11:28 +00:00
Lupus
9a51949029 added script function 'getmonsterinfo'
git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@5659 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-03-18 14:41:02 +00:00
Lupus
16ebed91a0 fixed TONS of wrong wieght, wep lvl, req lvl of the items. minor typo in 6_hats npc
git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@5655 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-03-18 07:23:58 +00:00
Lance
4c65151fb5 * Fixed warnings on compilers again.
git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@5654 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-03-18 01:43:46 +00:00
Zephiris
562a64fee0 * Fixed the mob_skill_db by commenting out lines with targeted skills being cast during an idle state. (Thanks to LittleWolf) [Zephiris]
git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@5653 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-03-18 01:07:20 +00:00
skotlex
22c298e647 - Removed a block of code from skill_check_condition that actually belongs to status_check_skilluse.
git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@5651 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-03-17 18:58:41 +00:00
Lance
676de25d41 Modified battle_athena.conf for the new modifications.
git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@5650 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-03-17 16:48:51 +00:00
Lance
e804a51220 * Fixed misleading and inaccurately documented events and added a missing flag.
git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@5649 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-03-17 16:47:21 +00:00
Lance
fc7ef5e632 Corrected nullpo_retv -> nullpo_ret since npc_unload is int.
git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@5648 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-03-17 16:15:56 +00:00
Lance
1c65124338 Reappropriate my previous fix on map_foreachiddb, it's npc_unload's problem.
git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@5647 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-03-17 16:14:29 +00:00
Lance
b189439dd9 Commited something I shouldn't.
git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@5646 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-03-17 16:11:17 +00:00
Lance
fc71db55ba * Fixed npc_cleanup_dbsub not removing key and caused pointer being freed problem.
git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@5645 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-03-17 16:09:47 +00:00
skotlex
cee086fece - Fixed handling of the char_gm_read config for packet 0x2af7 (reloadgmdb)
- Added battle_config debuff_on_logout which removes Asura's SP regen delay and Strip-Equip effects on logout when set to yes (default).


git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@5644 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-03-17 14:09:54 +00:00
skotlex
a8aba5331a - removed auto-attaching of player-run scripts in initnpctimer. You must use attachnpctimer!
- updated juperos elevator script to invoke attachnpctimer as it should be.


git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@5643 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-03-17 13:42:14 +00:00
Lupus
4207f53586 alice doll fix, cooking quest
git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@5641 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-03-17 12:28:40 +00:00
Lance
d192fad9a4 * Another compiler warning...
git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@5639 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-03-17 06:45:58 +00:00
Lance
ceea8fde6c * Final fix on Juperos NPC.
* Fix on initnpctimer not attaching rid.
* Fix on OnTouch ignoring -1 NPCs.
* Fix on @reloadscript crashing due to passing non BL_SKILL bl to a function that accepts only BL_SKILL bl.
* Added area NPC detection in clif_parseLoadEndAck.

git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@5638 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-03-17 06:39:58 +00:00
foruken
36e6159d22 Fixed a typo in constant for Acolyte class.
git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@5637 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-03-17 04:51:14 +00:00
Lance
3bb957b709 Fix my fix on juperos.txt
git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@5636 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-03-17 04:21:00 +00:00
Lance
2d6182f027 * Fixed compiler warning in script.c get_mob_data.
git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@5635 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-03-17 03:47:08 +00:00
Lance
a3768f881a * Temperory resolved issues on Juperos until I get the exact description on the behaviour in retail servers.
git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@5634 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-03-17 03:40:49 +00:00
MasterOfMuppets
9a0ac94596 A small fix.
git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@5633 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-03-16 23:05:49 +00:00
MasterOfMuppets
49ac4b2386 Update NJ_ZENYNAGE to deal a random ammount of damage depending on its skill lvl.
git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@5632 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-03-16 23:01:54 +00:00
skotlex
6010f9a74c - @kill_monster/@kill_monster2 won't touch Guardians/Emperium now.
git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@5631 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-03-16 21:34:12 +00:00
skotlex
0ada26b85f - Small change in the random item reading function, may fix @itemdbreload messing up random item searches.
git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@5630 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-03-16 17:29:23 +00:00
MasterOfMuppets
22daa51d05 Restricted the use of GS_BULLSEYE to demi-human and brute targets.
git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@5629 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-03-16 16:25:23 +00:00
Lance
d5cf7d95e0 * mob_chat_sub fix. Added buildin_pcblockmove.
git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@5628 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-03-16 16:08:01 +00:00
Lance
46bdee18f9 * BL_PC and BL_MOB control script commands (experimental).
git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@5627 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-03-16 15:39:49 +00:00
Lance
3e1af99395 * Made an adjustment to addspiritball() to allow Gunslingers to summon up to 10 spheres [reddozen]
git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@5626 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-03-16 06:48:37 +00:00
skotlex
0c244d241b - Fixed Tarot Card of Fate using time instead of time2 which is the one that actually holds the effect duration.
git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@5623 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-03-16 02:38:47 +00:00
skotlex
7571250c04 - Fixed mob random walk interval being set to up to 6K seconds in some instances.
git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@5621 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-03-16 02:17:48 +00:00
skotlex
8955a37a9b - Added mapflag nodrop, fixed mapflag notrade.
git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@5619 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-03-15 21:07:00 +00:00
skotlex
1619899ed2 - Small fix on status_change_start
- Likely fixed Gravitation not hitting except for the last hit.


git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@5617 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-03-15 19:25:22 +00:00
skotlex
8e1ec0bf39 - Removed the hardcoded duration of 30seconds for sleep.
- Fixed rangecheck for pet skill usage of INF_SELF_SKILL
- Removed inall/exall from atcommand.conf since those two do not exist! (pointed out by Ancyker)
- @me now uses entry 270 in msg_athena as output format.


git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@5615 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-03-15 18:33:32 +00:00
skotlex
ee24ada967 - Couple of fixes on the skill_db, thanks to Haplo
git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@5613 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-03-15 16:21:12 +00:00
skotlex
f5ff59a033 - gm_skill_unconditional setting now also overrides skill_partner_check setting.
git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@5612 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-03-15 16:16:12 +00:00
Lance
25d8aba1fe * Emulated strtok_r functions to work strictly with ANSI compilers.
git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@5611 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-03-15 15:27:58 +00:00
skotlex
b9b10700aa - Added battle config options item_rate_adddrop, item_drop_add_min and item_drop_add_max to control drop rate of card-acquired loot bonuses.
git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@5610 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-03-15 14:58:04 +00:00
skotlex
b0515272d9 - Added item_db2.sql and mob_db2.sql, thanks to Joshuaali
- Added more usage of msg_athena on the slave atcommands.


git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@5609 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-03-15 14:00:32 +00:00
skotlex
e0dc8cf506 - Fixed twilight pharmacy dropping 1 item to the ground instead of the qty produced. Thanks to k3dt
- Fixed Plagiarism not working unless you had some sc active.


git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@5607 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-03-15 13:35:59 +00:00
skotlex
40a34b3912 - Fixed a possible crash in Venom Splasher if the countdown is too high.
- Small cleanup in clif.c hoping that it'll fix a mysterious crash.


git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@5606 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-03-15 02:55:50 +00:00
skotlex
68e0a223ff - Fixed skill_notok blocking guild skills
- Fixed Napalm vulcan's time2 entry in the skill_cast_db
- Removed a pair of debug switches that shouldn't be needed anymore.



git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@5604 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-03-14 23:52:01 +00:00
skotlex
f7884c6c52 - Fixed the average_lv column size specification. Thanks to Joshuaali (upgrade_svn5607.sql)
git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@5603 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-03-14 21:30:24 +00:00
LuzZza
40753b24b1 - Updated @rura/@warp. Now you can use both "@warp mapname x y" and "@warp mapname,x,y".
- Added command @tonpc (warp to NPC).
- Fixed @where at-command.

git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@5602 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-03-14 20:28:10 +00:00
skotlex
c22cfd5ae8 - Fixed WZ_WATERBALL + HW_MAGICPOWER
git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@5601 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-03-14 19:30:42 +00:00