summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2007-04-29Added $ephiroth's veins/nameless warps updateultramage4-3/+80
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@10400 54d463be-8e91-2dee-dedb-b68131a5f0ec
2007-04-29* More squashed bugs with if checking in Kiel Hyre quest.L0ne_W0lf2-6/+8
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@10399 54d463be-8e91-2dee-dedb-b68131a5f0ec
2007-04-28Updated Bullet Merchant Tony (npc/merchants/ammo_dealer.txt) to Official OneParadox924x2-87/+101
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@10397 54d463be-8e91-2dee-dedb-b68131a5f0ec
2007-04-28* Corrected Weight, buy/sell, attack, level and slots on three of the new fists.L0ne_W0lf2-6/+7
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@10396 54d463be-8e91-2dee-dedb-b68131a5f0ec
2007-04-28* Another bug fixed in the Kiel Hyre quest. (&& instead of ||)L0ne_W0lf2-1/+3
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@10394 54d463be-8e91-2dee-dedb-b68131a5f0ec
2007-04-28Scripts:L0ne_W0lf4-2/+284
* Fixed doors not resetting in kh_kiehl01 after 30 second timer is up. Database: * Added remaining 11.3 Equipment. * Added Known-Effect Cash Shop items. * Added Valentine's Day (2007) event items with info * Added St. Patrick's Day (2007) items. * Added a list of problems with 11.3 equipment and cash shop items to changelog. git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@10392 54d463be-8e91-2dee-dedb-b68131a5f0ec
2007-04-28More MVP level mob skill fixesPlaytester2-35/+81
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@10391 54d463be-8e91-2dee-dedb-b68131a5f0ec
2007-04-28Fixed login_sql ipbans not working (due to signed/unsigned mismatch)ultramage2-1/+2
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@10390 54d463be-8e91-2dee-dedb-b68131a5f0ec
2007-04-28'minor' detailsultramage3-3/+3
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@10389 54d463be-8e91-2dee-dedb-b68131a5f0ec
2007-04-28Added Airship Quest.samuray221-0/+21
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@10388 54d463be-8e91-2dee-dedb-b68131a5f0ec
2007-04-28git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@10387 ↵samuray222-0/+3
54d463be-8e91-2dee-dedb-b68131a5f0ec
2007-04-28git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@10386 ↵samuray221-2/+13
54d463be-8e91-2dee-dedb-b68131a5f0ec
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