summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2007-04-28Added items remotelysamuray221-0/+1031
C:\cygwin\home\Casa\easvn2\npc\quests\airship_ticket_quest.txt git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@10385 54d463be-8e91-2dee-dedb-b68131a5f0ec
2007-04-28* Tried and fixed md5 password encryptionultramage10-368/+320
- login_sql was doing stupid things like re-using one pre-generated key for all connections, and escaping binary md5 data (destroying it) - added missing code to login_txt when creating new accounts, showing that storing passwords as md5 hashes never really worked for txt - removed PASSWORDENC's conditional compilation effect, now just a flag - greatly simplified md5 password checking code, credits to eapp * login server will now bind only after finishing the init phase git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@10384 54d463be-8e91-2dee-dedb-b68131a5f0ec
2007-04-28Updated Ammo Casing NPC Kenny to official versionSinSloth2-89/+128
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@10383 54d463be-8e91-2dee-dedb-b68131a5f0ec
2007-04-28Fixed level requirement of Eye of Hellion questPlaytester2-1/+2
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@10381 54d463be-8e91-2dee-dedb-b68131a5f0ec
2007-04-28* Internal changes to the script engine:FlavioJS3-284/+305
- modulus division detects division by 0. dividing by zero stops the script and gives an error - underflow/overflow messages differentiated (warnings) - when a script function doesn't return a value, a C_NOP value is pushed instead (avoids stack corruption) - op_add merged with op_2+op_2num/op2_str - better type checking in the operators, int/string is never assumed. The script ends when an invalid type is found. - other minor code cleanups Changes made in consequence of: Ref: http://www.eathena.ws/board/index.php?s=&showtopic=149237&view=findpost&p=823195 git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@10379 54d463be-8e91-2dee-dedb-b68131a5f0ec
2007-04-28Some 11.1 field spawn updatesPlaytester3-6/+10
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@10378 54d463be-8e91-2dee-dedb-b68131a5f0ec
2007-04-27More mob skill updatesPlaytester2-137/+123
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@10377 54d463be-8e91-2dee-dedb-b68131a5f0ec
2007-04-27Small Kiel warp fixPlaytester2-6/+6
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@10375 54d463be-8e91-2dee-dedb-b68131a5f0ec
2007-04-27More Kiel quest fixes thanks to Toms and L0ne_W0lfPlaytester2-22/+33
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@10373 54d463be-8e91-2dee-dedb-b68131a5f0ec
2007-04-27* Added a part of Munin's Hugel NPCsPlaytester2-22/+443
- more to come git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@10372 54d463be-8e91-2dee-dedb-b68131a5f0ec
2007-04-27Raised Anubis's DEF to prevent exploitPlaytester2-1/+3
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@10370 54d463be-8e91-2dee-dedb-b68131a5f0ec
2007-04-26Some small Kiel quest fixesPlaytester4-1/+4
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@10368 54d463be-8e91-2dee-dedb-b68131a5f0ec
2007-04-26* Fixed some mob skillsPlaytester3-119/+109
- replaced attackpcgt with attackpcge git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@10367 54d463be-8e91-2dee-dedb-b68131a5f0ec
2007-04-26* Updated Sphinx spawnsPlaytester2-4/+8
- Anubis instead of Marduk on F4 and F5 - note: Anubis is not fully official yet git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@10366 54d463be-8e91-2dee-dedb-b68131a5f0ec
2007-04-26Added 1 second cast time to Chase WalkPlaytester2-1/+2
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@10365 54d463be-8e91-2dee-dedb-b68131a5f0ec
2007-04-26Fixed Wild Ginseng cardPlaytester3-3/+3
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@10363 54d463be-8e91-2dee-dedb-b68131a5f0ec
2007-04-26* You can now teleport in jupe_corePlaytester4-11/+12
* More accurate Kiel spawn amounts git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@10359 54d463be-8e91-2dee-dedb-b68131a5f0ec
2007-04-25Updated Kiel F2 spawnsPlaytester2-7/+10
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@10358 54d463be-8e91-2dee-dedb-b68131a5f0ec
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