summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2006-05-15- Firepillar's damage per hit is now 100% MATK (rather than 20%) when the ↵skotlex4-7/+12
skill level is above 10. - Sorted out the item_data structure, getiteminfo should work correctly now. git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@6608 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-05-15- Soul Drain will now show the SP drained regardless of drain display settings.skotlex4-36/+44
- SC_COMBO state will now end in skill_attack rather than skill_check_condition (as it is required there to apply damage bonuses based on combo-casted skills) - Spirit skills now have 500ms delay. - KA skills can now be casted on other Soul Linkers as well without the Spirit requirement. git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@6607 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-05-15Changed speed of G_Khalitzburg (very fast now)Playtester2-1/+2
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@6606 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-05-15- Fixed Option_Wedding in const.txt (0x1000 won't work, it has to be 4096)skotlex2-1/+3
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@6604 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-05-15Small skill fix on Amon Ra...Playtester1-3/+3
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@6603 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-05-15- Fixed the nocast flag 2 (not usable in pvp) returning true in pk-mode servers.skotlex4-4/+18
- When removing a castle's owning guild, the char servers will erase the guardian data now. git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@6602 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-05-15More fixed on Amon Ra, it works quite well now, mostly code fixes are needed...Playtester5-9/+14
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@6600 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-05-15- Changed the behaviour of immobile mobs when they can't chase their target. ↵skotlex2-1/+5
Rather than using a longrange skill and then unlocking, they will use an attack/angry state skill and then unlock. git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@6599 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-05-15- Removed Lance's checks in clif.c to prevent sending packets when a player ↵skotlex3-12/+9
is in OPTION_INVISIBLE mode. Now pc_disguise won't change your viewclass when you diguise while hiding. The disguise should "show up" when you uncloak, instead. git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@6597 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-05-15- Fixed clif_GlobalMessage being the exact same function as clif_message ↵skotlex3-2/+5
(the fiirst should send to ALL_CLIENT and the later should send to AREA_CHAT_WOS). Should fix globalmes script command. git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@6596 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-05-15- Added SC_BLADESTOP to the switch listing in status_change_startskotlex7-11/+9
- Characters in vending are now always considered "idle" if the idle_no_share setting is active. - Corrected 10 Geminis spawning in Lhz1 rather than 2. git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@6595 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-05-15* Players with OPTION_INVISIBLE should not be sent to clients.Lance2-2/+13
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@6594 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-05-15git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@6593 ↵Lance1-1/+1
54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-05-15* Added NPC event deprecated warnings to ease debugging old scripts. Lance2-5/+40
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@6592 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-05-15Script devs PLEASE convert all 'donpcevent's to proper format.Lance1-3/+5
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@6591 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-05-15* Supplied fake NPC ID in sd->npc_id for item scripts. Lance2-0/+2
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@6590 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-05-14Fixed the quiz in the Wizard Job quest a bitPlaytester2-9/+11
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@6589 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-05-14More drop updates...Playtester2-14/+15
- Progress 45% git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@6588 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-05-14More Aegis X.2 drop updatesPlaytester2-16/+18
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@6587 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-05-14@_@ this is getting more confusing...Lance1-9/+9
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@6586 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-05-14* Bugfix on fake npcLance5-9/+23
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@6585 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-05-14Additional Skeggiold Fix...Playtester1-2/+2
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@6584 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-05-14Hopefully fixed Skeggiolds summoning endless slavesPlaytester2-4/+3
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@6583 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-05-14Added a hopefully better implementation of Amon Ra thanks to TharisPlaytester3-28/+11
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@6582 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-05-14data.x=x; data.y=y was not done at all except when using random coordinates. ↵blackhole892-2/+6
dfhsdfhsdfh git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@6581 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-05-14Uncommented Summon skill of Katrinn and ShecilPlaytester2-4/+5
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@6580 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-05-13Fixed the new shopsPlaytester2-3/+4
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@6579 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-05-13More Aegis X.2 drops...Playtester2-22/+23
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@6577 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-05-13Added missing shops at Beacon IslandPlaytester2-1/+7
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@6575 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-05-13Some more drop updatesPlaytester2-16/+17
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@6574 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-05-13Fixed Medusa drops and updated Treasure Box dropsPlaytester2-42/+44
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@6573 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-05-13git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@6572 ↵evera1-6/+6
54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-05-13Wooho.. I'm back. Added dts_warper.txt (DTS Warper NPC)evera3-0/+1082
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@6571 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-05-12- Reverted again the change that stuns the caster on Ske, Ska, Swoo when the ↵skotlex5-21/+33
target is a nonplayer (rather than always) - Modified mob_spawn_once so that coordinates -1,-1 are "random around the player" while 0,0 are random around the whole map (regardless of whether there's a player attached or not) - Knockback will no longer work on traps during woe. git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@6566 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-05-12- Updated cast times of Kaupe and Kaahi.skotlex8-11/+7
- Some small code cleanups. - Sma has cast-dex reducable now. git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@6564 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-05-12More drop updates...Playtester2-16/+16
- Progess 35% git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@6563 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-05-12Updating drops to Aegis X.2Playtester2-19/+21
- progress 30% git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@6560 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-05-11- Fixed the definition of the KEY in the loginlog, thanks to TheUltraMageskotlex2-1/+3
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@6559 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-05-11- NPC_POWERUP and NPC_AGIUP now cause a increase in hit/flee (respectively) ↵skotlex4-8/+7
of 40% per level. git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@6558 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-05-11- Changed a bit the MAX_ZENY checks in trade.c to prevent overflows.skotlex7-73/+95
- Rewrote npc_selllist for a more proper-clean implementation. - Increased NPC_POWERUP's dex bonus to +25*lv - Moved TK_DOWNKICK's stun time from time to time2 - Added TK_TURNKICK's stun to splash-pushed mobs. Duration is 2secs (time2) git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@6557 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-05-11- Merged the code for Ska, Ske, Swoo. Swoo stun duration is now 10 secs ↵skotlex2-20/+9
(reducable) if you target a mob that already has Swoo active. git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@6555 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-05-11- Added the missing semi-comma from the upgrade_svn6533.sql file. Thanks to ↵skotlex4-8/+21
Tanaous - Added back the missing code that substracts arrows when normal-attacking. git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@6554 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-05-10- Fixed compile errors in adduser.c and ladmin.c under win platforms.skotlex2-5/+4
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@6553 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-05-10- Changed the state of Asura back to explosionspirits, added a hardcoded ↵skotlex3-50/+37
move_enable check when invoking Asura and NOT while in BladeStop or a Combo. git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@6552 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-05-10- Fixed some typos and grammatical errors on the Job Dancer quest.skotlex2-49/+51
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@6551 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-05-10- Moved the OPTION defines from map.h to status.h (where they belong)skotlex5-58/+62
- Added back SC_XMAS to status.c (how was it... lost?) git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@6550 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-05-10Mob db back to windows format :pPlaytester2-870/+870
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@6549 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-05-10- Changed wedding costumes to use setoption rather than changebase.skotlex6-18/+20
- Modified setoption so that flag 1 or no flag adds an option, and flag 0 removes it. - Updated script_commands with the new behaviour. git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@6548 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-05-10Updated history in inn.txtPlaytester1-1/+3
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@6547 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-05-10Fixed Inn dialoguesPlaytester2-21/+20
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@6545 54d463be-8e91-2dee-dedb-b68131a5f0ec