summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2006-05-07git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@6513 ↵killercube6-77/+84
54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-05-07Fixed Sea Otter QuestPlaytester2-3/+6
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@6511 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-05-07removed old logsLupus12-706/+22
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@6510 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-05-07* Optimized clif.c clif_scriptmenu/input/inputstr to check for ↵Lance2-6/+12
sd->state.using_fake_npc before sending one (as it's not required to send twice). * Reinitialize sd->state.using_fake_npc in clif_parse_LoadEndAck (for scripts that warps players and still continues execution to work). git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@6509 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-05-06* item_db scripts cleanup (use of if{})DracoRPG2-40/+46
* Changed Doppelganger Card to non-stackable git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@6508 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-05-06Fixed warp in the Turbo Track RoomPlaytester2-1/+3
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@6506 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-05-06- Updated item_db.sqlskotlex2-109/+109
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@6505 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-05-06- Changed @deletemail's default level 0. NO ATCOMMAND SHOULD HAVE A DEFAULT ↵skotlex1-1/+1
OF 0 >.< git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@6503 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-05-06- Fixed a bug in @commands, most likely the reason some people were still ↵skotlex2-1/+3
getting crashes. git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@6500 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-05-06- Added missing include <limits.h> to npc.c...skotlex1-0/+1
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@6499 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-05-06- Corrected the max level of NPC_DARKBREATH 10->5 (don't ask, I need these ↵skotlex2-2/+1
things right :P) git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@6497 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-05-05- Fixed @commands not showing the last available commands (unless the total ↵skotlex2-1/+5
amount of commands is divisible by ten) git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@6495 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-05-05- Added a npc-script-event cache to avoid looking up event-scripts every ↵skotlex7-92/+136
time they need to be executed. Events cached are all those defined in script_config. - Since the cache holds direct pointers to the npcs/events, do NOT unload the related NPCs or you'll get dangling pointers. However, @reloadscript will work fine. - Set the etc_log to on to see a summary of npcs/events loaded for script execution on startup. git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@6494 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-05-05- The Rest bonus activated by using /doridori while in rest should now ↵skotlex2-1/+3
trigger with all the class tree (TK/SL/SG) git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@6493 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-05-05- Fixed Kaupe always triggering when the one who was under Kaupe was a ↵skotlex2-1/+3
player rather than the one attacking... git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@6492 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-05-05- /doridori now won't double the HP/SP regen of TKs, it only activates their ↵skotlex5-24/+27
"happy" state. - Added the -50 hit penalty when standing on Wall of Fog. - Cleaned up status_calc_mdef2 - Uncommented the status_calc_mdef2 call in status_calc_pc. git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@6491 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-05-05- Being in Enjoyable Rest state will now also trigger the HP/SP Time skills ↵skotlex8-14/+52
(even if there's no other TK around). - Renamed SC_TKDORI to SC_TKREST (makes more sense if you ask me) - Added battle config settings view_range_rate and chase_range_rate to adjust the view-range and chase-range (range2/range3) of the mob_db without having to manually change them. git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@6490 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-05-05- Kaupe now will only block all skills of players, for non-players, only ↵skotlex3-45/+49
normal attacks can be missed. - Moved the Kaite spell-reflect code after the damage calculation function, so the reflected damage is exactly the damage the original target would have received. Will only trigger if the damage to be reflected is above 0. git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@6489 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-05-05- Added a check to prevent player invoked-endure from overriding infinite ↵skotlex1-2/+11
endure. git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@6488 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-05-05- OnEquip scripts will be trigger on log-on now.skotlex10-35/+53
- Infinite Endure will no longer give mdef bonus. - Removed bInfiniteEndure bonus, Eddga card now uses onequip/onunequip to start/end infinite endure. - Hammer fall's stun duration is now 1+lv seconds. - Fixed Kaahi's SP cost per heal. git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@6487 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-05-05- Now when walkdelay is set to 0, characters will stop walking when hit, but ↵skotlex3-7/+13
will not have any walk delay. git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@6486 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-05-05Removed drops from Bio Lab mobs than are not in X.2Playtester2-10/+11
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@6485 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-05-05- Read changelog.Zido2-1/+5
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@6484 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-05-05- Fixed a possible infinite loop in skill_clear_unit_groupskotlex2-2/+1
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@6483 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-05-05fixed my MVP drop confreddozen1-10/+10
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@6481 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-05-04Hopefully fixed npc/events/custom/uneasy_cemetery.txtPlaytester2-2/+3
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@6479 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-05-04- Some clean-ups in the mob_aiskotlex4-13/+11
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@6478 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-05-04git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@6476 ↵eaac2-23/+68
54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-05-04- Cleaned up and used mob_skill_event function when hit by a ground-skill.skotlex3-13/+6
- Added one grace range in the mob_loot search function which should fix mob_can_reach failing when invoked with the same distance that distance_bl returned. git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@6475 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-05-04* Whoops, forgot to commit the update to the firecrackers. [erKURITA]eaac1-1/+1
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@6474 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-05-04Fixed another typo in gunslinger.txtPlaytester2-1/+2
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@6473 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-05-04Additional gunslinger.txt fixes...Playtester2-2/+3
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@6472 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-05-04Fixed a missing " in the gunslinger jobquest scriptPlaytester2-1/+3
-please test if the scripts crash the map-server before commiting them git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@6471 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-05-04- All KA-spells are interruptable.skotlex4-9/+9
- Added a temporary SI_RUN state. Actual value needs to be found... git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@6469 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-05-04- Cleaned up the mob-random-walking code.skotlex1-42/+37
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@6468 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-05-04- Stun time for using ES magic on non-mobs reduced to 0.5 secs.skotlex6-25/+37
- Eska is now usable on bosses. - Swoo will stun you if attempted on an already 'swooned' enemy. - clif_skill_failed will print out a debug line with the skill_id (since the current null_po does not helps at all to fix it) - Applied TheUltraMage's suggested fixes to the grfio module. git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@6467 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-05-04- Rewrote Kaahi to behave as it should. It will hear whatever amount of ↵skotlex7-38/+66
damage accumulates in the time2 interval (500ms by default) after being hit. - Changed skill_unit_move_unit_group to enable moving of all types of ground-skills except ensembles. - Modified NPC_STUNATTACK: Max level is 5, stun duration is 1+lv seconds. git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@6466 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-05-04fixesLupus1-15/+7
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@6465 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-05-04- Pair of almost insignificant changes in mob.c (removed a unneeded ↵skotlex1-2/+1
next_walktime set on loot-lock and usage of range2 rather than 3 for min_chase when locking an "attacked by" target) git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@6464 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-05-03- Kaahi now triggers every 500ms rather than on every hit (but it only heals ↵skotlex3-16/+35
if in those 500ms an attack that would previously trigger Kaahi has taken effect). In other words, it works just like before, except damage gets "buffered" into 500ms slots. git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@6463 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-05-03- Kaite, Kaute will now show a skill effect when they trigger.skotlex6-16/+20
- Fusion's cast time reduced to 0. - Knowledge will now only trigger if you logon to the memorized map, not walk into it. git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@6462 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-05-03- Corrected @whomap directly invoking msg_table[] rather than msg_txt()skotlex5-8/+22
- Guessed where the pet data goes in spawn packet 0x7c - Updated Charge Attack's state from none to move_enable. - Made tomahawk an NPC_SKILL so that it may not be plagiarized. git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@6459 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-05-03Removed all Novice Job bonussesPlaytester2-1/+2
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@6458 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-05-03Reverted the changes to Killer Mantis and Demon Pungus cardPlaytester2-2/+4
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@6457 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-05-03fixed new cardsLupus2-7/+11
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@6456 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-05-03- Fixed standing up not really standing you up.skotlex7-72/+66
- Moved battle_consume_ammo to the end of skill_castend_damage_id, skill_castend_nodamage_id and skill_castend_pos2 rather than battle_calc_weapon_attack. They will trigger when the player's arrow_atk state is active and a ground skill was not invoked. It should fix all issues with splash/ground skills consuming ammo per target rather than once per skill use. - Added structure state to the ground skills, their fields are magic_power, into_abyss and ammo_consume to indicate the states that were previously stored in val3. - Corrected Desperado ammo consumption (should be 10) git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@6455 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-05-03- Implemented desperado as explained by Rockman-EXE.skotlex6-10/+16
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@6454 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-05-02- Removed the unit_can_move checks in skill cast-end, they should be ↵skotlex3-13/+10
performed in skill_check_require when the skill's state is move_enabled. - Changed extremity fist's state to move_enabled, the explosion spirits check is now hardcoded. git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@6452 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-05-02- Absorb Spirit Sphere now gives +10SP per sphere as per discussions with Haplo.skotlex4-19/+46
- Changed a <= into a < in pc_steal_item. This means drops with 0.01% are impossible to steal unless you have at least 100% steal-rate (where steal rate is dex - opponent dex + skill_lv*3% + 10%) - Cleaned up clif_parse_action_request to enable sitting/standing while in shops, interacting with npcs, etc. git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@6451 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-05-02Lowered all card drop rates to 0.01% as they are in Aegis X.2Playtester2-58/+59
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@6450 54d463be-8e91-2dee-dedb-b68131a5f0ec