4295 Commits

Author SHA1 Message Date
Lupus
27fbde260e final clone maps -> original maps change. also fixed novice grounds map in char.c. fixed socked_enchant npc
git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@9064 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-10-25 05:26:11 +00:00
Playtester
0ca7a68aa7 Kiel Mob updates
git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@9063 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-10-24 21:37:47 +00:00
Playtester
a5185eeba3 Spawn updates for Einbroch Fields
git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@9062 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-10-24 19:34:11 +00:00
Lupus
d56e63a998 fixed pucca's typo
git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@9060 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-10-24 18:18:23 +00:00
skotlex
2b16b2d295 - Removed again your mdef reducing "petrifying" time as apparently it can't be reduced by mdef.
git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@9059 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-10-24 18:13:51 +00:00
Vicious
47648ac285 Reverted lupus' map_index update
git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@9058 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-10-24 17:34:04 +00:00
skotlex
14fd5f1b63 - Cleaned up the "show_steal_in_party" setting so it only takes effect when the item was successfully stolen (there was no point in telling you the item couldn't be stolen due to being overweight)
- Cleaned up the pc_steal_item implementation (again). It now uses a more random, simple approach in each steal attempt.
- Changed the way the skill_steal_max_tries work. Now it actually MEANS the max number of steal tries, use 0 to disable (unlimited tries).
- Changed the default of skill_steal_max_tries to 0 as there's no proof anywhere that there should be such a limit.


git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@9057 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-10-24 16:34:51 +00:00
skotlex
d182470892 - Corrected the skill_castnodex file speaking about dex reducing delay when now it's agi the one that can reduce it.
git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@9055 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-10-24 15:17:57 +00:00
Lupus
ae0850ea19 fixed map index
git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@9054 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-10-24 13:01:57 +00:00
Lupus
83b3460e60 few typos fix
git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@9053 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-10-24 11:39:06 +00:00
Lupus
24a1453543 removed unused map locations. freed some RAM, fixed Novice Grounds, JobQ warps
git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@9052 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-10-24 10:12:06 +00:00
skotlex
182e56b1d7 - Added a bunch of important indexes when dealing with the log tables. Added upgrade_svn9050.sql for this purpose.
git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@9051 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-10-23 18:54:28 +00:00
Lupus
997bb3ebf9 added official Gonryn Power Arena
git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@9050 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-10-23 18:53:48 +00:00
skotlex
70f2fde6ac - char_family now returns the char_id of the children when previously it would return true.
- Expanded the family check to work as it should, exp-share-range is respected, and the child is not considered for it (thanks to TheUltraMage for the investigation)


git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@9049 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-10-23 18:21:49 +00:00
skotlex
8b37134bc7 - Double Casting will no longer fail when used.
git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@9048 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-10-23 17:55:42 +00:00
skotlex
d80ed485d0 - Modified SC_STONE so that the duration of the "petrifying" time is 5 secs reduced by your natural resistance to petrify (which is mdef%)
git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@9047 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-10-23 17:11:02 +00:00
skotlex
8a569af435 - Removed useless variable in char-txt from-str char loading.
git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@9046 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-10-23 16:12:08 +00:00
skotlex
c87ac4f0a5 - Modified the meaning of the third column in the skill_require_db. Instead of MaxHP, this is now called MaxHPTrigger. This column (which was previously unused by all skills) signals the limit HP% that you can have to be able to use the skill. For example, setting it to 20 means the skill is unusable if you have more than 20% life (not that this is merely a threshold setting, it won't actually substract HP when used!)
- Adjusted LK_BERSERK so you can only use it when you have 20% or less life.


git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@9045 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-10-23 16:06:01 +00:00
skotlex
a78eb50f08 - Removed NJ_TOBIDOUGU adding damage to W_HUUMA weapons which somehow got readded.
- When nonplayers use Cloaking, it will be forced to level 10 since mobs shouldn't have movement/attack restrictions while walking cloaked.
- Should fix a warning in int_homun.c


git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@9043 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-10-23 13:57:54 +00:00
Playtester
c0a2534c76 Fixed small typo in the Priest job quest
git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@9041 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-10-23 13:21:18 +00:00
Playtester
37ee3a81a3 Small spawn updates for Gefenia and Einbech Dungeon
git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@9040 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-10-22 12:31:20 +00:00
blackhole89
1e4545aef5 clif_fixpos -> clif_slide in HAMI_CASTLE code
git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@9039 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-10-21 16:18:55 +00:00
Playtester
62db9f17b5 Official spawns for:
- Niflheim
- Louyang Field
- Louyang Dungeon
- Ayothaya Field
- Ayothaya Dungeon

git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@9038 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-10-21 12:41:54 +00:00
Playtester
6eb249ec22 Official kRO 10.1 spawns for:
- Gonryun Field
- Gonryun Dungeon
- Umbala Field
- Umbala Dungeon
- Yggdrasil

git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@9037 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-10-21 12:13:35 +00:00
Playtester
bf7b1c75b2 * Further spawn updates for:
- Yuno Field
- Magma Dungeon
- Amatsu Field
- Amatsu Dungeon

git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@9036 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-10-21 11:38:59 +00:00
skotlex
a127683c6b - Some minor cleanups
- Fixed the Homunc not spawning next to you after receiving it's data from the char-server.


git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@9035 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-10-21 03:38:14 +00:00
Playtester
690811805d Official Muscipular drops
git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@9033 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-10-20 21:17:38 +00:00
skotlex
1107b381bd - Fixed Charge Atk being able to go through chasm/pits.
- Moved the homunculus DB information from the player structure to the homun structure. Modified the homunculus creation packets to hold this information during creation, also, all initial values are handled by the map-server, the char server only assigns it a homun ID.
- Removed target_id/attacked_id from homun_data as it wasn't really used.
- Codes cleanup (removing of commented code mostly)


git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@9031 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-10-20 18:30:05 +00:00
Playtester
9182d7ea01 Reorganized citycleaners.txt, they now contain all city spawns, also they use official X.3 spawns.
git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@9030 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-10-20 17:44:22 +00:00
Playtester
dd2b681e82 Official kRO 10.1 spawns for:
- Morroc Field
- Prontera Field

git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@9029 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-10-20 17:05:51 +00:00
Lupus
18bb0d3b0e swapped 2 lines to make NPC name visible
git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@9028 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-10-20 15:48:58 +00:00
Lupus
5b5aa4081c tested and fixed novice Red Potion exchanger
git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@9027 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-10-20 15:46:07 +00:00
skotlex
8c699742a8 - Added config setting "summon_flora_setting", which it you can decide now two things: a. Whether or not players can harm your floras outside versus grounds, and b. Whether or not you can summon out and mix different types of plants at the same time.
- Likely fixed pc_steal_item always failing to steal (it was attempting to steal random item IDs...) 
- Cleaned up a bit the mob on-death event so that when the killer is a homunculus, it's master will be taken. Also, the variable killerrid will be set before running the script to specify who delivered the final blow. If the killerrid matches with the script attached player, you can be sure your player did the final blow to the mob, otherwise, the attached player is who did the most damage to the mob.


git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@9026 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-10-20 14:30:28 +00:00
Lupus
eeb8324eb2 fixed 2 typos
git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@9025 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-10-20 14:00:05 +00:00
Lupus
efdb13be3c Added Feast Day Of Ramadan Idul Fitri Event (official idRO)
git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@9024 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-10-20 10:58:29 +00:00
Lupus
312a0db44d added "free kafra cart rent ticket" to novice grouds
git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@9023 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-10-20 10:38:29 +00:00
Playtester
10b070ce22 Official kRO 10.1 spawns for Payon Field
git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@9022 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-10-20 10:08:44 +00:00
Playtester
354289ebed Official kRO 10.1 spawns for:
- Mjolnir Field
- Comodo Field
- Geffen Field (+ 10.4 Orc Village change)

git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@9021 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-10-20 09:33:27 +00:00
Lupus
344b6d44fc updated Gonryun, added new official Broken sword quest
git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@9020 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-10-20 09:05:28 +00:00
Lupus
028fb47447 updated novice_exchange
git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@9019 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-10-20 08:29:13 +00:00
Lupus
da6e94ebee fixed mjolnir seal bugs, fixed the sign bugs
git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@9018 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-10-20 05:57:28 +00:00
skotlex
2b44fd5db4 - Cleaned up the log.c file.
- Splitted log_pick into log_pick_pc and log_pick_mob to avoid ugly type-casting.
- Fixed log_chat not recording anything if the server is compiled in SQL mode and sql_logs is turned off (it should then record to a plain txt file)


git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@9017 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-10-19 21:25:56 +00:00
Playtester
ec58efcdbe ...and Prontera Culverts
git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@9016 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-10-19 21:05:30 +00:00
Playtester
bcd0cb820e Official kRO 10.1 spawns for:
- Anthell
- Orc Dungeon
- Coal Mine

git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@9015 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-10-19 20:57:42 +00:00
Playtester
54deaedc77 Official kRO 10.1 spawns for:
- Byalan
- Payon Cave
- Toy Factory
- Lutie Field

git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@9014 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-10-19 20:32:03 +00:00
skotlex
b0f98e1dad - Corrected a compilation error.
- Fixed SG_FRIEND, it should be triggering when Monks do Combo Finish (not triple blows), and the trigger rate increase should be based on your known level of SG_FRIEND, NOT TK_COUNTER.


git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@9013 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-10-19 16:47:30 +00:00
skotlex
b8d25efdf3 - Added the Monk combos to skill_castnodex so their delay is not decreased by skills.
- Added the actual skill delay of 1000ms to Triple Attack and Chain combo in skill_cast_db. Added Combo Finish and TigerFist as well with a delay of 700ms.
- Phantasmic arrow now knockbacks even if it misses.
- Adjusted the way Monk combo times work. The combo time is now always 300ms (adjusted by combo_delay_rate) which takes effect inmediately AFTER your current skill's canact-delay (which is why the particular skill delays were moved to skillcast_db)
- Modified skill_delayfix so it performs the can-act reduction from agi/dex for combos there.
- Modified pc_steal_item so that it behaves more closely to the way it does on Aegis.
- Commented out the monster_noteleport mapflag from the guild castles as this is the Aegis behaviour


git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@9012 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-10-19 16:21:09 +00:00
Lupus
6e7319212f fixed The Sign Quest
git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@9011 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-10-19 05:22:55 +00:00
skotlex
0ee096b60e - Added a overflow check when calculating party exp share.
git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@9010 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-10-18 21:31:59 +00:00
Playtester
216850007c Official kRO 10.1 spawns for:
- Beach Dungeon
- Pyramid
- Geffen Tower

git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@9009 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-10-18 17:49:58 +00:00