summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2009-01-06Updated monster modes for battleground NPCs.L0ne_W0lf4-10/+15
Uncommented warp moc_fild02 -> pay_fild04, in morroc_fild.txt. git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@13436 54d463be-8e91-2dee-dedb-b68131a5f0ec
2009-01-05Added @charcommands to return a list of available charcommands (bugreport:2630)sketchyphoenix4-35/+13
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@13435 54d463be-8e91-2dee-dedb-b68131a5f0ec
2009-01-05Moved the 'changed' mailbox flag from shared mmo.h to mapserver-only.ultramage5-7/+12
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@13433 54d463be-8e91-2dee-dedb-b68131a5f0ec
2009-01-05Fixed @mobsearch and @showmobs (bugreport:2481)ultramage2-19/+27
- now only search for mobs on the same map as the caller - now properly distinguish between dead and alive mobs git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@13432 54d463be-8e91-2dee-dedb-b68131a5f0ec
2009-01-04- Typo fixes to THQS.Kisuka3-18/+17
- Few fixes on warper.txt - Official warp cords for Kafra Teleport Service. (Someone delete Custom folder already before l0ne kills himself! :<) git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@13431 54d463be-8e91-2dee-dedb-b68131a5f0ec
2009-01-02- Novice quest fixzephyrus2-16/+7
- 2 missing headgears git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@13430 54d463be-8e91-2dee-dedb-b68131a5f0ec
2009-01-02Removed bonuses from Novice Armlet. C'mon guys. :( L0ne_W0lf2-1/+3
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@13429 54d463be-8e91-2dee-dedb-b68131a5f0ec
2009-01-01Changes from Chapter 11:Kisuka4-33/+26
- Rates and Items in some item givers changed. - Ice Cream Maker disabled. git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@13428 54d463be-8e91-2dee-dedb-b68131a5f0ec
2008-12-31* Changes to the script engine:FlavioJS3-177/+219
- new stack datatype script_retinfo for C_RETINFO to hold all the return state info that was being stored in the stack. (the script engine in 64bit-ready now) - pop_stack is responsible for adjusting all the stack pointers. - push_* returns the created script_data. - 'return' only converts to value scope variables of the current scope. git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@13427 54d463be-8e91-2dee-dedb-b68131a5f0ec
2008-12-30* Changes to the script engine:FlavioJS5-49/+75
- script ends when run_func can't find the buildin command. (script engine error) - run_script_main doesn't change RERUNLINE to RUN automatically, the buildin command that set it is responsible for that now. The buildin command can use this to detect a rerun. - created functions to alloc/free a script_state. git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@13426 54d463be-8e91-2dee-dedb-b68131a5f0ec
2008-12-30Removed a trailing argument left in r13420sketchyphoenix1-1/+1
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@13425 54d463be-8e91-2dee-dedb-b68131a5f0ec
2008-12-30Marked new Morroc fields as nomemo.L0ne_W0lf2-0/+4
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@13424 54d463be-8e91-2dee-dedb-b68131a5f0ec
2008-12-29Fixed Econ values in agit_template. Commited by accident, as it's not finished.L0ne_W0lf2-21/+13
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@13423 54d463be-8e91-2dee-dedb-b68131a5f0ec
2008-12-29- Corrected issues with the Keil Hyre quest. (bugreport:2511)L0ne_W0lf7-136/+162
- Corrected minor typo in alchemsit quest. (bugreport:2530) - High Aco is now given skills on change. (bugreport:2552) - Added item checks to Ice Necklace quest. - Uncommented a warp in morroc_fild. git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@13422 54d463be-8e91-2dee-dedb-b68131a5f0ec
2008-12-29Fixed broken card insert code (bugreport:2606).ultramage1-1/+5
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@13421 54d463be-8e91-2dee-dedb-b68131a5f0ec
2008-12-29 * Added missing command #delitem.sketchyphoenix3-10/+90
* Fixed charcommand behavior where those that can accept a name with no additional parameters being able to execute under said player's name with the name as a parameter.(bugreport:2601) git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@13420 54d463be-8e91-2dee-dedb-b68131a5f0ec
2008-12-28Corrected typo in @adjcmdlvl's parameter check.sketchyphoenix1-1/+1
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@13419 54d463be-8e91-2dee-dedb-b68131a5f0ec
2008-12-28Cleaned up code for inserting cards into items.ultramage2-40/+38
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@13418 54d463be-8e91-2dee-dedb-b68131a5f0ec
2008-12-28- Book reading script command.zephyrus3-0/+34
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@13417 54d463be-8e91-2dee-dedb-b68131a5f0ec
2008-12-27Some bug fixes. (bugreport:2558, bugreport:2588, bugreport:2583, bugreport:2587)Kisuka4-20/+28
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@13416 54d463be-8e91-2dee-dedb-b68131a5f0ec
2008-12-26Happy boxing day, eAthena! Here have a massive update.L0ne_W0lf28-10802/+12778
* Implemented the first round of episode 12.1 change which include: - Many Morroc NPCs have been moved to Morroc Ruins. - The addition of new of NPCs to the ruins of Morroc. - Several warp points leading around Morroc altered. - The implementation of the continental Guard Quest. - The removal of the 'Dandelion's Request" quest. - This update contains several changes, as Morroc and several fields no longer exist in one sense of the word. AS such, many NPCs have been moved, there may be quests that no longer function because of NPCs on inaccessable maps. * Commented out maps no longer accessable with 12.1 in maps_athena.conf * Updated mob_skill_db episode 12.1 skills to official. git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@13415 54d463be-8e91-2dee-dedb-b68131a5f0ec
2008-12-25* Extended sv_escape_c to escape '\a','\b','\t','\v','\f','\?' characters to ↵FlavioJS2-4/+18
their respective representations instead of octal. git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@13414 54d463be-8e91-2dee-dedb-b68131a5f0ec
2008-12-25* Charcommands no longer default to self if no target is found.sketchyphoenix1-2/+7
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@13413 54d463be-8e91-2dee-dedb-b68131a5f0ec
2008-12-25Added a check in The Sign Quest for Sign_Branch8A before attempting to run a ↵Paradox924X2-1/+4
delitem on items not needed based on Path taken. On a side note, Merry Christmas/Happy Holidays to everyone. =] git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@13412 54d463be-8e91-2dee-dedb-b68131a5f0ec
2008-12-23Small update to the checkweight in Christmas 2005 Event. (bugreport:2553)Paradox924X2-1/+4
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@13410 54d463be-8e91-2dee-dedb-b68131a5f0ec
2008-12-23 * Added a few missing atcommands.sketchyphoenix6-25/+392
* Added more commands to configurations (bugreport:2565) * Added a missing charcommand symbol config to atcommand configs. * GM command configs under the old format will have a warning printed back to the console as being deprecated. * Other fixes/cleaning partially resolving bugreport:2549 git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@13409 54d463be-8e91-2dee-dedb-b68131a5f0ec
2008-12-22Fixed incorrect usage of sv_escape_c() in TXT's login_log function, which ↵ultramage1-2/+2
produced malformed log entries (caused by r12489). git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@13408 54d463be-8e91-2dee-dedb-b68131a5f0ec
2008-12-20* Extended how duplicates work: (based on Orcao's work in bugreport:2361) ↵FlavioJS4-68/+236
[FlavioJS] - you can duplicate warps/shops/cashshops/npcs (before only npcs could be duplicated) - warp duplicates inherit the target location - shop/cashshop duplicates inherit the item list - npc duplicates inherit the script code (backward compatible behaviour) - updated script_commands.txt with the information git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@13407 54d463be-8e91-2dee-dedb-b68131a5f0ec
2008-12-20some minor generic cleanupsultramage1-16/+11
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@13406 54d463be-8e91-2dee-dedb-b68131a5f0ec
2008-12-18Added additional maps.L0ne_W0lf5-0/+37
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@13405 54d463be-8e91-2dee-dedb-b68131a5f0ec
2008-12-18Semi-reverted r13396. All item bonuses from past events can be found in ↵L0ne_W0lf2-1/+3
item_db2. git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@13404 54d463be-8e91-2dee-dedb-b68131a5f0ec
2008-12-18Removed charcommand code while allowing atcommand code to support its ↵sketchyphoenix24-4952/+730
functionality. Charcommands still retain their '#' symbol but now looks for a character name as the first parameter instead of last. Atcommand configs now support charcommand level configurations by comma seperation (e.g. 60,99) As a result of this, all atcommands that don't affect multiple users already (@kickall, @doom, @mapexit) are capable of remote usage. git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@13403 54d463be-8e91-2dee-dedb-b68131a5f0ec
2008-12-13Various bug fixes. (bugreport:2535, bugreport:2531, bugreport:2526)Kisuka3-3/+3
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@13396 54d463be-8e91-2dee-dedb-b68131a5f0ec
2008-12-09Some bug fixes to item_db.txt (bugreport:2520, bugreport:2522)Kisuka1-3/+3
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@13395 54d463be-8e91-2dee-dedb-b68131a5f0ec
2008-12-06Added new, and for the time being, useless, 'quest_db'.L0ne_W0lf2-0/+424
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@13394 54d463be-8e91-2dee-dedb-b68131a5f0ec
2008-12-01* Fixed rare crash when using Flying Kick on clones (bugreport:2506)ultramage2-26/+15
* Corrected Flying Kick's debuff rules to match official servers - only works on players - soul linkers and stalkers with Preserve active are immune - only removes Berserk Potion, Kaahi, Kaite, 1HQ, AAR and Soul Links git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@13392 54d463be-8e91-2dee-dedb-b68131a5f0ec
2008-12-01Bug Fixes:Kisuka3-7/+10
- Added Veins to nopvp mapflag. (bugreport:2504) - Corrected weight on some items. (bugreport:2471) - Corrected typo on Kiel Hyre Quest. (bugreport:2507) git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@13391 54d463be-8e91-2dee-dedb-b68131a5f0ec
2008-11-29Fixed typo on item script.Kisuka3-3/+4
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@13390 54d463be-8e91-2dee-dedb-b68131a5f0ec
2008-11-29Bug Fixes:Kisuka2-10/+28
- Check if user has zeny. (bugreport:2498) - Fixed typo. (bugreport:2473) git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@13389 54d463be-8e91-2dee-dedb-b68131a5f0ec
2008-11-27* Fixed a memory leak when returning a string variable in the script engine. ↵FlavioJS2-5/+3
(since r9864/r9865, fixes bugreport:2488) git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@13388 54d463be-8e91-2dee-dedb-b68131a5f0ec
2008-11-27- Oops, forgot lutie and had payon and prontera backwards.Kisuka1-4/+8
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@13387 54d463be-8e91-2dee-dedb-b68131a5f0ec
2008-11-24* Fixed a va_end using the wrong variable. (from r13383, fixes bugreport:2483)FlavioJS2-1/+3
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@13386 54d463be-8e91-2dee-dedb-b68131a5f0ec
2008-11-23* Readded code that was removed from atcommand_showmobs by mistake in the ↵FlavioJS2-0/+4
previous commit. (r13383) git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@13384 54d463be-8e91-2dee-dedb-b68131a5f0ec
2008-11-22* Hunted down improper uses of va_list variables.FlavioJS11-147/+122
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@13383 54d463be-8e91-2dee-dedb-b68131a5f0ec
2008-11-22* Updated effects for the Radio Antenna (bugreport:2465)jmanfffreak2-1/+2
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@13382 54d463be-8e91-2dee-dedb-b68131a5f0ec
2008-11-22* Fixed small typo with Platinum Shield (bugreport:2470)jmanfffreak2-1/+3
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@13381 54d463be-8e91-2dee-dedb-b68131a5f0ec
2008-11-22* Hunted down the simpler 64bit pointer truncations.FlavioJS15-26/+28
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@13380 54d463be-8e91-2dee-dedb-b68131a5f0ec
2008-11-22Fixed typos in var names from EIN_LOVERQRQ to EIN_LOVERQ in Einbroch Lovers ↵Paradox924X2-38/+41
Quest. (bugreport:2464) git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@13379 54d463be-8e91-2dee-dedb-b68131a5f0ec
2008-11-20Added setting of state.speed_changed in script function 'npcspeed'.ultramage1-5/+8
Should fix the walking npc display problem (bugreport:2434). git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@13378 54d463be-8e91-2dee-dedb-b68131a5f0ec
2008-11-18- Removed redundent input from mercenary vendor. (bugreport:2427)L0ne_W0lf6-18/+26
- Corrected Wolfheiden and Mithril magic cape skill levels. (bugreport:2431) - Corrected 12.1 monsters using penuma on target not self. (bugreport:2435) - Fixed delitem causing the sign quest to fault. (bugreport:2444) git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@13376 54d463be-8e91-2dee-dedb-b68131a5f0ec