summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
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
2008-11-18Autotrade characters will no longer get caught by Urgent Recall. ↵L0ne_W0lf2-1/+3
(bugreport:2447) git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@13375 54d463be-8e91-2dee-dedb-b68131a5f0ec
2008-11-17followupultramage3-2/+5
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@13374 54d463be-8e91-2dee-dedb-b68131a5f0ec
2008-11-17- Some "expire_time" = 0 considerations. Please update. (Bugreport 2451)zephyrus3-4/+8
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@13373 54d463be-8e91-2dee-dedb-b68131a5f0ec
2008-11-16Kisuka's first oops. :pKisuka1-1/+1
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@13372 54d463be-8e91-2dee-dedb-b68131a5f0ec
2008-11-16Updated rental items with rental item script.Kisuka1-195/+195
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@13371 54d463be-8e91-2dee-dedb-b68131a5f0ec
2008-11-16- Item Rental System.zephyrus14-75/+317
Script Usage: - rentitem <itemid>,<seconds>; - rentitem <itemname>,<seconds>; git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@13370 54d463be-8e91-2dee-dedb-b68131a5f0ec
2008-11-13Corrected wrong treasure spawn position in schg_cas01.zapbomb1-2/+3
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@13369 54d463be-8e91-2dee-dedb-b68131a5f0ec
2008-11-11* Updated script_commands.txtFlavioJS4-52/+111
* Made scripts terminate with an error: (fixes bugreport:2429) - when getitem/getitem2 tries to delete more items than the player has - when trying to set Zeny to a negative number. git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@13368 54d463be-8e91-2dee-dedb-b68131a5f0ec
2008-11-10Added a check to make sure killed monster's level was greater than half of ↵Paradox924X2-1/+3
the mercenary owner's level before incrementing mercenary's killcount. (bugreport:2410) git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@13367 54d463be-8e91-2dee-dedb-b68131a5f0ec
2008-11-08Cleaned up mob_readskilldb() a bit (moved row processing to its own function).ultramage1-218/+248
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@13359 54d463be-8e91-2dee-dedb-b68131a5f0ec
2008-11-08Changed how mobcount works since it wasn't counting last mob death. ↵L0ne_W0lf2-1/+4
(bugreport:2419) git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@13358 54d463be-8e91-2dee-dedb-b68131a5f0ec
2008-11-08Corrected typo in Librarian Gloves bonuses.L0ne_W0lf2-1/+3
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@13357 54d463be-8e91-2dee-dedb-b68131a5f0ec
2008-11-06* Fixed 'Char creation denied' message not being sent properly.FlavioJS3-2/+7
- Number 2 didn't exist in old clients so it used the default message, now it exists so the wrong message is displayed. - Changed 2 to 0xFF to get the default message. git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@13356 54d463be-8e91-2dee-dedb-b68131a5f0ec
2008-11-06some minor tweaks to previous commitsultramage2-2/+2
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@13355 54d463be-8e91-2dee-dedb-b68131a5f0ec
2008-11-06Fix of accident in 13353Sara1-266/+1
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@13354 54d463be-8e91-2dee-dedb-b68131a5f0ec
2008-11-06* Fixed the maximum level of Create Elemental Converter. (bugreport:2326) [Sara]Sara5-2/+272
* Fixed issue preventing you from changing to the original cart when using Change Cart. (bugreport:2383) [Sara] git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@13353 54d463be-8e91-2dee-dedb-b68131a5f0ec
2008-11-04* Updated: added info about latest packet_ver flag in client.conf ↵akrus2-0/+3
(bugreport:2415) [akrus] ( wheee~ hope I'll have time now to commit several fixes, kisses to everyone in IRC :P ) git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@13352 54d463be-8e91-2dee-dedb-b68131a5f0ec
2008-11-04Small update to fix merchant Paul Spanner from giving item 612 instead of ↵Paradox924X2-4/+6
.@item. (bugreport:2418) git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@13351 54d463be-8e91-2dee-dedb-b68131a5f0ec
2008-11-04Fixed a few donpcevent's that didn't include the NPC's hidden display name. ↵Paradox924X2-4/+6
(bugreport:2407) git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@13350 54d463be-8e91-2dee-dedb-b68131a5f0ec
2008-11-04Added a bunch of missing "end;"s for Broken Sword Quest that caused NPC to ↵Paradox924X2-0/+21
execute unwanted labels. (bugreport:2404) git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@13349 54d463be-8e91-2dee-dedb-b68131a5f0ec
2008-11-02stop erasing revision history, damnit...ultramage2-3955/+3955
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@13345 54d463be-8e91-2dee-dedb-b68131a5f0ec
2008-11-02* Added charcommands again. Wrong project.sketchyphoenix2-0/+3955
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@13344 54d463be-8e91-2dee-dedb-b68131a5f0ec
2008-11-02Removed charcommands from the source.sketchyphoenix2-3955/+0
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@13343 54d463be-8e91-2dee-dedb-b68131a5f0ec
2008-10-30slight cleanup for r13336sketchyphoenix1-1/+1
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@13339 54d463be-8e91-2dee-dedb-b68131a5f0ec
2008-10-30Small cleanup of r13321/r13322/r13331.ultramage2-70/+10
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@13338 54d463be-8e91-2dee-dedb-b68131a5f0ec