summaryrefslogtreecommitdiff
path: root/doc
AgeCommit message (Collapse)AuthorFilesLines
2012-11-29* Removed Non-English sample files from doc/sample/ (bugreport:6750)thatakkarin3-276/+0
- sample/npc_test_ev.txt was originally used to demonstrate nifty event related commands. - sample/npc_test_arena.txt is rather defunct as there are fully working scripts within npc/ that demonstrate the same functionality. - sample/npc_test_str.txt explains how StRing != striNG. This is documented in doc/script_commands.txt * Slight update to CMakeLists.txt for README.txt git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@16982 54d463be-8e91-2dee-dedb-b68131a5f0ec
2012-11-29Fixed bugreport:5689 recoded/reimplement RE Matk formula(including RE Heal)rud0lp201-2/+1
Fixed bugreport:5745 WL_RECOGNIZED us now functional. Fixed bugreport:5663 where HW_MAGICPOWER shows glitch in status window. Fixed bugreport:6759 where items granting matk bonus didn't work. Follow up r16980 small performance enhancement...:) Done some TODO in skill_cast_db.txt git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@16981 54d463be-8e91-2dee-dedb-b68131a5f0ec
2012-11-29* Added missing bindatcmd documentation (tid:74882).euphyy1-12/+9
* Follow-up r16976: spell check and other minor changes. git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@16978 54d463be-8e91-2dee-dedb-b68131a5f0ec
2012-11-27* Follow-up r16971, documentation for map-cleaning commands.euphyy2-1/+10
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@16972 54d463be-8e91-2dee-dedb-b68131a5f0ec
2012-11-27* Applied Renewal mob mode changes (bugreport:6150).euphyy2-21/+18
* Small documentation changes (incl. bugreport:6937). git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@16970 54d463be-8e91-2dee-dedb-b68131a5f0ec
2012-11-25* Misc spelling fixesthatakkarin3-18/+20
* Added @lkami to list of current @kami variations in doc/atcommands.txt git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@16967 54d463be-8e91-2dee-dedb-b68131a5f0ec
2012-11-25* Added the "Catalog Magician" NPC to merchants/buying_shops.txt, thanks to ↵euphyy2-8/+39
Muad_Dib! * Changed all commands in atcommands.txt to their defined names, not aliases, and added two more common aliases. * Documented 'makerune' in script_commands.txt. * Documented '@accinfo' in atcommands.txt. * Follow-up r16965, database update for rune crafting formula. * Updated Magic Mushroom DB according to 3CeAM revision 703. git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@16966 54d463be-8e91-2dee-dedb-b68131a5f0ec
2012-11-24* Permanent monster spawn documentation is finally up-to-date (partly ↵euphyy1-47/+43
follow-up r16962). * Added missing documentation for boss_monster, and fixed a waitingroom example (bugreport:6800). * Added a small detail to pcblockmove documentation (bugreport:6894). * Added an array example to getd() documentation (tid:63002). * Follow-up r16961, standardization of documentation. * Deleted incorrect UseSkillToPC comments in scripts. This command will hopefully be added in the future. git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@16963 54d463be-8e91-2dee-dedb-b68131a5f0ec
2012-11-24Added documentation for getchariparcshiru1-0/+16
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@16961 54d463be-8e91-2dee-dedb-b68131a5f0ec
2012-11-23* Added Guillotine Cross job quest, again thanks to Muad_Dib! (bugreport:5834)euphyy2-18/+20
* Follow-up r16941: added documentation. * Updated WOE Controller script to v1.4, which modifies LoadEvent mapflag settings for easier cross-compatibility and standardizes script format. * Minor tweaks here and there. git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@16947 54d463be-8e91-2dee-dedb-b68131a5f0ec
2012-11-22-Adding checkweight2 and upgrading chekweight to read list of item tid:59194.glighta1-0/+164
Check npt_chekweight for exemple of usage. git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@16941 54d463be-8e91-2dee-dedb-b68131a5f0ec
2012-11-13- Fixed bugreport:6887, a variable was not initialized;momacabu1-5/+5
- Make @addwarp <npc name> parameter mandatory as per requests; - Changed SCB_ALL to SCB_BASE on SC_INTRAVISION case, it should be enough. git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@16922 54d463be-8e91-2dee-dedb-b68131a5f0ec
2012-11-12* Follow-up r16919, documented @addwarp modification in doc/atcommands.txteuphyy1-12/+13
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@16920 54d463be-8e91-2dee-dedb-b68131a5f0ec
2012-11-11* Cleaning of script_commands.txt, with db paths updated to reflect ↵euphyy1-256/+178
pre-re/re changes. * Follow-up r16905, clarified documentation. git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@16909 54d463be-8e91-2dee-dedb-b68131a5f0ec
2012-11-10- Modified *monster and *areamonster script commands to allow size and ai ↵momacabu1-7/+13
parameters. -- Event parameter now no longer works as size & ai replacement. -- If not defined, it'll assume the default size (0 = medium) and default ai (0 = none). - Changed all hardcoded AI states to recently created enum. Please test, if you find any bugs, report on our Bug Tracker. git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@16904 54d463be-8e91-2dee-dedb-b68131a5f0ec
2012-11-07* Update to doc/map_cache.txt due to r16867thatakkarin1-1/+4
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@16868 54d463be-8e91-2dee-dedb-b68131a5f0ec
2012-11-06* Partial Fix for bugreport:6800 - Point 3 (soundeffect) and point 4 (sprintf).thatakkarin3-70/+66
* Renamed a few files in doc/sample/ for standardization. * Indent cleanup in script_commands.txt git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@16864 54d463be-8e91-2dee-dedb-b68131a5f0ec
2012-11-06* Fixed bugreport:6860 - updated map_cache.txt to reflect current code.thatakkarin1-4/+5
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@16863 54d463be-8e91-2dee-dedb-b68131a5f0ec
2012-10-30- Updated 'checkweight' example. Apple is item_id 512, not 502!brianluau1-17/+15
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@16845 54d463be-8e91-2dee-dedb-b68131a5f0ec
2012-10-29- Fixed a typo in r16840.brianluau1-1/+1
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@16841 54d463be-8e91-2dee-dedb-b68131a5f0ec
2012-10-29- Clarified 'getpartymember' documentation. (bugreport:6804)brianluau1-21/+71
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@16840 54d463be-8e91-2dee-dedb-b68131a5f0ec
2012-10-03* Standardization of doc\sample\ folder.euphyy30-459/+482
* Deleted doc\sample\PCLoginEvent.txt, which contained outdated information. * Follow-up r16812, fixed file encoding. git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@16813 54d463be-8e91-2dee-dedb-b68131a5f0ec
2012-09-26* Deleted destroyed Sograt Desert maps from custom warper, bugreport:6737 ↵euphyy2-6/+6
(custom\warper.txt) * Fixed some typos. git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@16801 54d463be-8e91-2dee-dedb-b68131a5f0ec
2012-09-21* Merged eAthena ea:15187 by ai4rei, effect list improvements ↵euphyy2-73/+67
(doc\effect_list.txt) * Follow-up r16787, revised documentation and comments on MD5 hash check * Added svn:eol-style=native property on some recent files git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@16788 54d463be-8e91-2dee-dedb-b68131a5f0ec
2012-09-21* Added documentation for r16771 (MD5 Hash Check)thatakkarin2-456/+44
* Removed sample/npc_sample.txt as it's unneeded (and 17KB of wasted space) * Updated a link in readme/resources.html * Modified readme/commands.html to use doc/atcommands.txt for explanations. git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@16787 54d463be-8e91-2dee-dedb-b68131a5f0ec
2012-09-15* Added "Hunting Missions" custom script ↵euphyy1-3/+3
(npc\custom\quests\hunting_missions.txt) * Small updates to "readme" files and atcommands documentation * Deleted a misleading 'notice' file as we have no stable branch or official release (\notice.txt) git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@16779 54d463be-8e91-2dee-dedb-b68131a5f0ec
2012-09-10* Optimized Splendide coin merchant and merged it to a template with Manuk's ↵euphyy1-11/+17
(merchants\coin_exchange.txt) * Fixed and enabled a Manuk NPC (cities\manuk.txt) * Other small changes and fixes. git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@16773 54d463be-8e91-2dee-dedb-b68131a5f0ec
2012-09-10* Updated 'mapwarp' in script_commands.txt to show missing params - Thanks ↵thatakkarin3-9/+14
to Emistry for pointing that out! * permissions.txt's current version should be the date an additional permission was created, not documented. Cross-referencing for the win. * Slight clean-up in woe_time_explanation.txt git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@16768 54d463be-8e91-2dee-dedb-b68131a5f0ec
2012-09-08* Updated Renewal 'Mjolnir' item (bugreport:6646)euphyy2-12/+12
* Updated slots on RWC 2008 Dragon Helms (bugreport:6645) * Other minor changes... git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@16765 54d463be-8e91-2dee-dedb-b68131a5f0ec
2012-09-06* Added documentation in script_commands.txt for 'getrandgroupitem' (r16752)thatakkarin2-1/+14
* Added 'disable_commands_when_dead' to the list in permissions.txt (r16751) git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@16754 54d463be-8e91-2dee-dedb-b68131a5f0ec
2012-09-05* Follow-up r16742, revised quest sample (doc\sample\npc_test_quest.txt) and ↵euphyy3-76/+48
whisper system documentation (doc\whisper_sys.txt) * Follow-up r16745, fixed a few typos in atcommand documentation (doc\atcommands.txt) * Minor cleaning - spacing, tabulation, comments, dividers git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@16746 54d463be-8e91-2dee-dedb-b68131a5f0ec
2012-09-04* Large structural/content update to atcommand documentation file :Deuphyy1-819/+747
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@16745 54d463be-8e91-2dee-dedb-b68131a5f0ec
2012-09-03* Fixed bugreport:6619 with correct ammo view id in /doc/item_db.txtthatakkarin4-9/+88
* Slight cleanup in /doc/atcommands.txt * Added quest sample NPC in /doc/npc_test_quest.txt * Added an additional example in /doc/whisper_sys.txt to show extended usage git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@16742 54d463be-8e91-2dee-dedb-b68131a5f0ec
2012-09-03* Some optimization of Sealed Shrine instance (npc\instances\SealedShrine.txt)euphyy1-9/+10
* Updated 'waitingroom' documentation, bugreport:6610 (doc\script_commands.txt) git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@16740 54d463be-8e91-2dee-dedb-b68131a5f0ec
2012-09-03Updated atcommands.txt making it easier to read.thatakkarin1-215/+1440
* Updated original descriptions for most commands. * Added parameters and examples where possible. * Some commands require further updates. Challenge accepted! git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@16739 54d463be-8e91-2dee-dedb-b68131a5f0ec
2012-09-01* Merged eAthena r15184 by ai4rei, updated effect IDs and NPC IDs (db\const.txt)euphyy1-22/+22
* More updates to effect list documentation (doc\effect_list.txt) * Uncommented a status change in Ranger job quest, bugreport:6551 (npc\re\jobs\3-1\ranger.txt) git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@16731 54d463be-8e91-2dee-dedb-b68131a5f0ec
2012-09-01Converted sample Function and Skill scripts into plain English. More to follow.thatakkarin2-23/+29
Also, Akkarin's first commit! git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@16730 54d463be-8e91-2dee-dedb-b68131a5f0ec
2012-09-01* Follow-up r16726, more standardization on docs.euphyy9-121/+114
* Replaced and added dividers in many script files with one standard divider. * Other misc. cleaning... git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@16727 54d463be-8e91-2dee-dedb-b68131a5f0ec
2012-08-31- Standardized headers of /doc files.brianluau13-220/+210
- Added svn:eol-style=native property on some recently added text files. git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@16726 54d463be-8e91-2dee-dedb-b68131a5f0ec
2012-08-27* Standardization in some database files, and other minor cleaningeuphyy2-16/+8
* Disabled Ash Vacuum Warper since it's no longer in iRO - fixes bugreport:6560 (quests\quests_13_1.txt) git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@16709 54d463be-8e91-2dee-dedb-b68131a5f0ec
2012-08-24* Added warg rider check to custom breeder (custom\breeder.txt)euphyy1-1/+3
* Follow-up r16656, documented the new commands git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@16698 54d463be-8e91-2dee-dedb-b68131a5f0ec
2012-08-22* Added most skill names to Effect List and finished a last few (bugreport:6222)euphyy1-83/+92
* Follow-up r16671/r16677 on Eden files, oops. git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@16690 54d463be-8e91-2dee-dedb-b68131a5f0ec
2012-08-22Added documentation for autobonus3s argument skill ID/skill name.kenpachi2k111-0/+2
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@16685 54d463be-8e91-2dee-dedb-b68131a5f0ec
2012-08-18Implemented Renewal Casting System.rud0lp202-6/+7
Fixed bugreport:2018 where CH_PALMSTRIKE deals damage to hidden targets. Fixed bugreport:6473, bugreport:6325 SC_DEADLYINFECT should now spread status ailments properly. Fixed bugreport:5541, bugreport:6179, bugreport:6281 where self buff skill is transfer to targets when doing a combo. Updated AC_VULTURE where in renewal it doesn't show the hit bonus anymore in the status window. git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@16661 54d463be-8e91-2dee-dedb-b68131a5f0ec
2012-08-17Follow up documentation for r16635 and r16649arcshiru1-2/+2
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@16653 54d463be-8e91-2dee-dedb-b68131a5f0ec
2012-08-17Added documentation for @reloadquestdb which was added in r16651.arcshiru1-9/+10
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@16652 54d463be-8e91-2dee-dedb-b68131a5f0ec
2012-08-15Fixed Angra Manyus and Ahura Mazdah script and ATK/MATK/DEF. Additionally ↵kenpachi2k111-3/+3
corrected some descriptions in item_bonus.txt. (bugreport:5172) git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@16641 54d463be-8e91-2dee-dedb-b68131a5f0ec
2012-08-15` Changed areawarp script command to accept two additional, yet optional, ↵xantara1-1/+6
parameters to allow an area warp to an area (instead of just a specific coordinates). See documentation. git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@16636 54d463be-8e91-2dee-dedb-b68131a5f0ec
2012-08-15` Added new atcommands: disguiseguild, undisguiseguild, sizeall, sizeguildxantara1-0/+3
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@16635 54d463be-8e91-2dee-dedb-b68131a5f0ec
2012-08-14` Updated script command documentation for setdragon and setmounting. Added ↵xantara1-8/+18
checkdragon. git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@16634 54d463be-8e91-2dee-dedb-b68131a5f0ec