summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2007-04-25Updated mob modePlaytester3-44/+45
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@10357 54d463be-8e91-2dee-dedb-b68131a5f0ec
2007-04-25- Corrected High Jump so it works on Guild Castles when WoE is off.skotlex2-3/+9
- Moonlit petals now always knocks to the back of the character rather than pushing the character away from it's center. git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@10355 54d463be-8e91-2dee-dedb-b68131a5f0ec
2007-04-25Reverted RSX0806 summonPlaytester2-2/+3
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@10352 54d463be-8e91-2dee-dedb-b68131a5f0ec
2007-04-25Some minor mob skill updatesPlaytester2-61/+48
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@10351 54d463be-8e91-2dee-dedb-b68131a5f0ec
2007-04-24* Updated sql files and AnubisPlaytester4-36/+49
- Anubis gives -40% exp because he's missing one skill git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@10349 54d463be-8e91-2dee-dedb-b68131a5f0ec
2007-04-24- Modified the mob ai think time update after using skills from ↵skotlex4-9/+8
adelay/amotion to 100ms since the previous method adds a large delay before the AI activates again (which screws up with the timing of idle/walk skills) git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@10348 54d463be-8e91-2dee-dedb-b68131a5f0ec
2007-04-24* Updated MVP level skillsPlaytester2-44/+57
- updated Pori Pori's skills - MVP level triggers for all level 10 mob skills regardless of MVP mode git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@10347 54d463be-8e91-2dee-dedb-b68131a5f0ec
2007-04-24- NPC_MAGICALATTACK now starts a state similar to Sacrificial Ritual, in the ↵skotlex8-6/+22
sense that every normal attack afterwards becomes a Magical Attack. The skill duration is 15 secs. - Corrected some trade-cancel calls in trade_traderequest. git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@10346 54d463be-8e91-2dee-dedb-b68131a5f0ec
2007-04-24Added missing Rachel quest mapPlaytester4-0/+3
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@10345 54d463be-8e91-2dee-dedb-b68131a5f0ec
2007-04-24- The autoloot range check is no longer done unless AUTOLOOT_DISTANCE is ↵skotlex5-17/+32
defined (by default it is no longer defined) - Ganbantein now deletes individual skill cells instead of the whole skill in the area it is casted. - Modified the mob total damage code to prevent overflows when mobs receive over 2kM damage. - Made the dmg structure of the damage log an unsigned int rather than signed. git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@10343 54d463be-8e91-2dee-dedb-b68131a5f0ec
2007-04-24Forgot to update headerPlaytester1-2/+3
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@10342 54d463be-8e91-2dee-dedb-b68131a5f0ec
2007-04-24Some official Odin and Hugel warpsPlaytester3-44/+55
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@10341 54d463be-8e91-2dee-dedb-b68131a5f0ec
2007-04-24Official Hugel field warpsPlaytester2-30/+31
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@10340 54d463be-8e91-2dee-dedb-b68131a5f0ec
2007-04-24Fixed exploit in The Sign questPlaytester2-1/+2
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@10337 54d463be-8e91-2dee-dedb-b68131a5f0ec
2007-04-24Fixed rewards of Momotaro eventPlaytester2-142/+24
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@10336 54d463be-8e91-2dee-dedb-b68131a5f0ec
2007-04-24Spider Web / Fiber Lock status cannot be dispelled nowultramage2-1/+3
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@10335 54d463be-8e91-2dee-dedb-b68131a5f0ec
2007-04-24Applied L0ne_W0lf's fixes to the Kiel questultramage3-3/+5
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@10334 54d463be-8e91-2dee-dedb-b68131a5f0ec
2007-04-23- All mob casted skills have a fixed range of 9 now. You can use ↵skotlex5-5/+16
monster_ai&0x400 to disable this and make the old skill range rules apply. git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@10331 54d463be-8e91-2dee-dedb-b68131a5f0ec
2007-04-23* Fixed exploitable Valkyrie Randgris respawn timePlaytester2-8/+12
- did I put that? >-< git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@10329 54d463be-8e91-2dee-dedb-b68131a5f0ec
2007-04-23- Updated the skill_db, some mob skills seem to be better to a range of -9 ↵skotlex7-195/+200
than 9. - Corrected the pet_db information for Xmas Goblin and Rice Cake. - Replaced all struct map_session_data to TBL_PC in script.c - Pressure no longer vaporizes plants. - Corrected pc_setregstr to handle a null str argument. - Corrected @reloadbattleconf causing a add_timer_func "already existing function" error. git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@10326 54d463be-8e91-2dee-dedb-b68131a5f0ec
2007-04-23Removed duplicates in cool_event_corptoms2-2/+3
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@10325 54d463be-8e91-2dee-dedb-b68131a5f0ec
2007-04-23Removed duplicates in Kiel_Hyre_Questtoms2-44/+45
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@10324 54d463be-8e91-2dee-dedb-b68131a5f0ec
2007-04-23Added missing close; to the magician first_class questultramage2-0/+3
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@10323 54d463be-8e91-2dee-dedb-b68131a5f0ec
2007-04-23- Fixed a compilation problem with the pid pluginultramage7-15/+10
- Some minor cleanups git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@10322 54d463be-8e91-2dee-dedb-b68131a5f0ec
2007-04-22Added some "refined" headgearsPlaytester2-24/+32
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@10318 54d463be-8e91-2dee-dedb-b68131a5f0ec
2007-04-22- Removed the include of features.h from the console.c plugin. It is ↵skotlex11-42/+38
apparently not needed (and it was preventing compilation on FreeBSD) - Fixed bug which totally broke item group bonuses. - Added warnings when setting a pvp/gvg flag removes the other flags on the same map (gvg and pvp can't coexist on the same map) - Optimized the unequip loop when changing sex. - Removed the check that prevented you from casting soul-collect when you already have 5 spirits. - Corrected Magic Rod so it doesn't displays any skill-use animation until it triggers. - Debuff on logout&2 is again set to default, instead of removing food bonuses now it removes Maximize Power, Maximum Overthrust and Steel Body. - Corrected Steel Body's icon (it actually belongs to AutoBerserk) git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@10317 54d463be-8e91-2dee-dedb-b68131a5f0ec
2007-04-22* Extended the functionality of StringBuf - length and appending a string.FlavioJS7-236/+432
* menu/select/prompt script functions support grouped and empty options. The selected option number is consistent with them. * More work on ticket #41. git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@10316 54d463be-8e91-2dee-dedb-b68131a5f0ec
2007-04-22Some more Anubis updatesPlaytester3-8/+10
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@10314 54d463be-8e91-2dee-dedb-b68131a5f0ec
2007-04-22Fixed up some shopsPlaytester2-5/+4
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@10312 54d463be-8e91-2dee-dedb-b68131a5f0ec
2007-04-22* Fixed some level requirements for swordman quest skillsPlaytester2-5/+8
- all the skill quests are still very custom :-/ git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@10310 54d463be-8e91-2dee-dedb-b68131a5f0ec
2007-04-22- Corrected crash if itemskill is used without an attached player.skotlex5-13/+21
- Removed range checks for autospells as per UltraMage Aegis tests. - Added chatID skill fail check to skill_check_condition - Corrected @refresh not re-displaying your spirit spheres nor re-setting your cloth dye. - Now the "number of attackers" in mob_dead is counted only from online characters on the same map. git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@10307 54d463be-8e91-2dee-dedb-b68131a5f0ec
2007-04-21* Added Rachel to the airship routePlaytester2-6/+83
- why was it still missing? - thanks to Articulus for scripting most of it git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@10305 54d463be-8e91-2dee-dedb-b68131a5f0ec
2007-04-21Official Rachel Field warpsPlaytester3-30/+33
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@10303 54d463be-8e91-2dee-dedb-b68131a5f0ec
2007-04-21Optimized db entries for autocastPlaytester2-3/+5
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@10302 54d463be-8e91-2dee-dedb-b68131a5f0ec
2007-04-21Official Ice Dungeon warpsPlaytester3-6/+7
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@10301 54d463be-8e91-2dee-dedb-b68131a5f0ec
2007-04-21- Updated the autospell bonus scripts so you don't have to specify all the ↵skotlex4-15/+35
attack type criteria. If neither of BF_LONG/BF_SHORT is specified, the spell will trigger on both. If neither of BF_WEAPON/BF_MAGIC/BF_MISC is specified, the spell will trigger on BF_WEAPON, if neither of BF_NORMAL/BF_SKILL is specified, BF_SKILL is used if the trigger is BF_MAGIC/BF_MISC and BF_NORMAL is used if the attack is BF_WEAPON. This way the default when nothing is specified is BF_NORMAL|BF_WEAPON|BF_SHORT|BF_LONG. git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@10300 54d463be-8e91-2dee-dedb-b68131a5f0ec
2007-04-21* Official Rachel Sanctuary warpsPlaytester5-40/+49
- had to move the current quest to another position * Fixed up some item_db entries git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@10299 54d463be-8e91-2dee-dedb-b68131a5f0ec
2007-04-21- Removed the +25% mdef, -50% def effect from Freeze statusultramage11-31/+33
- Changed autocast skills, they now only work with normal attacks - Fixed a few spots where the attack_type flag was getting truncated - Hopefully fixed the cygwin + size_t problem (using stddef.h as source) git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@10298 54d463be-8e91-2dee-dedb-b68131a5f0ec
2007-04-21Official Rachel warpsPlaytester3-95/+107
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@10297 54d463be-8e91-2dee-dedb-b68131a5f0ec
2007-04-20- Added ntows() to properly handle that client port number deficiencyultramage14-75/+75
- Adjusted the packet_db array for a more consistent look - Reorganized some entries in packet_db.txt - Fixed a small scripts_custom.conf typo git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@10296 54d463be-8e91-2dee-dedb-b68131a5f0ec
2007-04-19Fixed Aegis onspawn bugPlaytester2-1/+1
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@10294 54d463be-8e91-2dee-dedb-b68131a5f0ec
2007-04-19- fixed a few include lines.skotlex2-6/+5
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@10293 54d463be-8e91-2dee-dedb-b68131a5f0ec
2007-04-19Cleaned up the doc folder. Removed outdated, untranslated, useless files and ↵DracoRPG23-30689/+50
began normalizing a bit other ones~ git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@10292 54d463be-8e91-2dee-dedb-b68131a5f0ec
2007-04-19Minor summoning behavior fixesPlaytester2-5/+5
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@10291 54d463be-8e91-2dee-dedb-b68131a5f0ec
2007-04-18- Now @whogm hides perfect-hide gms only if their GM level is greater than ↵skotlex4-10/+5
the one who invoked the command. - Some minor cleanups. git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@10290 54d463be-8e91-2dee-dedb-b68131a5f0ec
2007-04-18* Changed summoning behavior to Aegis 10.4Playtester2-68/+17
- removed almost all "onspawn" summons - fixed a few summons git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@10288 54d463be-8e91-2dee-dedb-b68131a5f0ec
2007-04-18Added MEXP overflow checks.LuzZza2-1/+5
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@10287 54d463be-8e91-2dee-dedb-b68131a5f0ec
2007-04-18- Some more cleanups that should prevent the double-login issue even further.skotlex2-9/+11
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@10286 54d463be-8e91-2dee-dedb-b68131a5f0ec
2007-04-18Fixed two aegis namesPlaytester2-2/+4
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@10285 54d463be-8e91-2dee-dedb-b68131a5f0ec
2007-04-17Fixed Potato, Ice Cream and MochiPlaytester2-3/+4
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@10284 54d463be-8e91-2dee-dedb-b68131a5f0ec