765 Commits

Author SHA1 Message Date
euphyy
8b9f66f562 * Added a point to 'npcskill' documentation.
* Added Malangdo Tool Dealer.
* Fixed quest log sample, which never worked to begin with -- thanks clydelion!
* Fixed potential error with clones in custom Hunting Missions script (bugreport:7055).
* Follow-up r16990, forgot to commit the EXP fix.

git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@17055 54d463be-8e91-2dee-dedb-b68131a5f0ec
2012-12-28 04:10:17 +00:00
euphyy
bb5364c2d1 > Follow-up r17048:
- Renamed 'useskilltopc' to 'npcskill';
- Removed cast time from NPC objects, code by mkbu95 (suspected official behavior);
- Documented 'npcskill';
- Replaced all instances in scripts.
* Fixed max level bypass, code by malufett (bugreport:5800).
* Updated Malangdo spawns to official.
* Some standardization of npc/quests/first_class/.

git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@17049 54d463be-8e91-2dee-dedb-b68131a5f0ec
2012-12-27 06:11:18 +00:00
euphyy
df5d78a4e2 * Documented @refreshall (r17035), @breakguild, @hommutate (r17038).
* Follow-up r16972, fixed a naming mistake (bugreport:7038).
* Edited format of default grf-files.txt.

git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@17039 54d463be-8e91-2dee-dedb-b68131a5f0ec
2012-12-23 21:11:29 +00:00
brianluau
54f3e0bda9 - Added $Revision$ and $LastChangedDate$ keyword properties to README.txt
git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@17019 54d463be-8e91-2dee-dedb-b68131a5f0ec
2012-12-12 06:24:02 +00:00
euphyy
a0b84ee722 * Added missing bindatcmd documentation (tid:74882).
* Follow-up r16976: spell check and other minor changes.

git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@16978 54d463be-8e91-2dee-dedb-b68131a5f0ec
2012-11-29 01:34:17 +00:00
euphyy
f60980596d * Follow-up r16971, documentation for map-cleaning commands.
git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@16972 54d463be-8e91-2dee-dedb-b68131a5f0ec
2012-11-27 22:32:03 +00:00
euphyy
e5e852cb54 * Applied Renewal mob mode changes (bugreport:6150).
* Small documentation changes (incl. bugreport:6937).

git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@16970 54d463be-8e91-2dee-dedb-b68131a5f0ec
2012-11-27 21:21:45 +00:00
thatakkarin
a1589988eb * Misc spelling fixes
* Added @lkami to list of current @kami variations in doc/atcommands.txt

git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@16967 54d463be-8e91-2dee-dedb-b68131a5f0ec
2012-11-25 20:42:27 +00:00
euphyy
e5253aa7c6 * Added the "Catalog Magician" NPC to merchants/buying_shops.txt, thanks to 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://svn.code.sf.net/p/rathena/svn/trunk@16966 54d463be-8e91-2dee-dedb-b68131a5f0ec
2012-11-25 01:08:33 +00:00
euphyy
6361cb555f * Permanent monster spawn documentation is finally up-to-date (partly 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://svn.code.sf.net/p/rathena/svn/trunk@16963 54d463be-8e91-2dee-dedb-b68131a5f0ec
2012-11-24 20:39:13 +00:00
arcshiru
c3093ec12d Added documentation for getcharip
git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@16961 54d463be-8e91-2dee-dedb-b68131a5f0ec
2012-11-24 15:00:41 +00:00
euphyy
7630c7eb61 * Added Guillotine Cross job quest, again thanks to Muad_Dib! (bugreport:5834)
* 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://svn.code.sf.net/p/rathena/svn/trunk@16947 54d463be-8e91-2dee-dedb-b68131a5f0ec
2012-11-23 03:22:28 +00:00
euphyy
1a1ea3075c * Cleaning of script_commands.txt, with db paths updated to reflect pre-re/re changes.
* Follow-up r16905, clarified documentation.

git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@16909 54d463be-8e91-2dee-dedb-b68131a5f0ec
2012-11-11 04:46:11 +00:00
momacabu
f28c2a56f5 - Modified *monster and *areamonster script commands to allow size and ai 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://svn.code.sf.net/p/rathena/svn/trunk@16904 54d463be-8e91-2dee-dedb-b68131a5f0ec
2012-11-10 19:44:12 +00:00
thatakkarin
9a2080f787 * Partial Fix for bugreport:6800 - Point 3 (soundeffect) and point 4 (sprintf).
* Renamed a few files in doc/sample/ for standardization.
* Indent cleanup in script_commands.txt

git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@16864 54d463be-8e91-2dee-dedb-b68131a5f0ec
2012-11-06 20:04:12 +00:00
brianluau
9c5992bb68 - Updated 'checkweight' example. Apple is item_id 512, not 502!
git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@16845 54d463be-8e91-2dee-dedb-b68131a5f0ec
2012-10-30 21:53:34 +00:00
brianluau
c182390854 - Fixed a typo in r16840.
git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@16841 54d463be-8e91-2dee-dedb-b68131a5f0ec
2012-10-29 15:16:55 +00:00
brianluau
230bd28024 - Clarified 'getpartymember' documentation. (bugreport:6804)
git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@16840 54d463be-8e91-2dee-dedb-b68131a5f0ec
2012-10-29 11:08:00 +00:00
euphyy
d2d9897606 * Standardization of doc\sample\ folder.
* Deleted doc\sample\PCLoginEvent.txt, which contained outdated information.
* Follow-up r16812, fixed file encoding.

git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@16813 54d463be-8e91-2dee-dedb-b68131a5f0ec
2012-10-03 23:13:33 +00:00
euphyy
1aa8196184 * Deleted destroyed Sograt Desert maps from custom warper, bugreport:6737 (custom\warper.txt)
* Fixed some typos.

git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@16801 54d463be-8e91-2dee-dedb-b68131a5f0ec
2012-09-26 19:59:54 +00:00
euphyy
884e6a1390 * Optimized Splendide coin merchant and merged it to a template with Manuk's (merchants\coin_exchange.txt)
* Fixed and enabled a Manuk NPC (cities\manuk.txt)
* Other small changes and fixes.

git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@16773 54d463be-8e91-2dee-dedb-b68131a5f0ec
2012-09-10 20:33:57 +00:00
thatakkarin
f79a3f34aa * Updated 'mapwarp' in script_commands.txt to show missing params - Thanks 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://svn.code.sf.net/p/rathena/svn/trunk@16768 54d463be-8e91-2dee-dedb-b68131a5f0ec
2012-09-10 09:28:25 +00:00
euphyy
05b65b91b3 * Updated Renewal 'Mjolnir' item (bugreport:6646)
* Updated slots on RWC 2008 Dragon Helms (bugreport:6645)
* Other minor changes...

git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@16765 54d463be-8e91-2dee-dedb-b68131a5f0ec
2012-09-08 19:58:00 +00:00
thatakkarin
eec571b782 * Added documentation in script_commands.txt for 'getrandgroupitem' (r16752)
* Added 'disable_commands_when_dead' to the list in permissions.txt (r16751)

git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@16754 54d463be-8e91-2dee-dedb-b68131a5f0ec
2012-09-06 23:16:19 +00:00
euphyy
f5cd388d85 * Some optimization of Sealed Shrine instance (npc\instances\SealedShrine.txt)
* Updated 'waitingroom' documentation, bugreport:6610 (doc\script_commands.txt)

git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@16740 54d463be-8e91-2dee-dedb-b68131a5f0ec
2012-09-03 16:50:10 +00:00
brianluau
9b08202837 - Standardized headers of /doc files.
- Added svn:eol-style=native property on some recently added text files.

git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@16726 54d463be-8e91-2dee-dedb-b68131a5f0ec
2012-08-31 21:49:48 +00:00
kenpachi2k11
56d05c46e3 Added documentation for autobonus3s argument skill ID/skill name.
git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@16685 54d463be-8e91-2dee-dedb-b68131a5f0ec
2012-08-22 19:21:01 +00:00
rud0lp20
ed4b36e5f4 Implemented Renewal Casting System.
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://svn.code.sf.net/p/rathena/svn/trunk@16661 54d463be-8e91-2dee-dedb-b68131a5f0ec
2012-08-18 07:52:11 +00:00
xantara
0b2fa50754 ` Changed areawarp script command to accept two additional, yet optional, parameters to allow an area warp to an area (instead of just a specific coordinates). See documentation.
git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@16636 54d463be-8e91-2dee-dedb-b68131a5f0ec
2012-08-15 01:12:36 +00:00
xantara
cba3bfaa13 ` Updated script command documentation for setdragon and setmounting. Added checkdragon.
git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@16634 54d463be-8e91-2dee-dedb-b68131a5f0ec
2012-08-14 21:45:03 +00:00
euphyy
f7ed64c315 * Clarified documentation for some constants (doc\script_commands.txt)
git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@16631 54d463be-8e91-2dee-dedb-b68131a5f0ec
2012-08-13 18:57:51 +00:00
euphyy
bec5ba9a8d * Follow-up r16600, added documentation for 'repairall' command (doc\script_commands.txt)
* Follow-up r16601, fixed encoding on 13-2 quests (npc\quests\quests_13_2.txt)

git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@16602 54d463be-8e91-2dee-dedb-b68131a5f0ec
2012-08-08 01:53:27 +00:00
arcshiru
eec011f75c Added documentation for donpcevent changes in r16564
git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@16570 54d463be-8e91-2dee-dedb-b68131a5f0ec
2012-08-03 19:40:21 +00:00
euphyy
1decd584a8 * Optimized Brasilis quests (re\quests\quests_brasilis.txt)
* Follow-up r16538, removed one more check - thanks Vali! (quests\skills\archer_skills.txt)

git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@16553 54d463be-8e91-2dee-dedb-b68131a5f0ec
2012-08-01 23:44:04 +00:00
euphyy
cde78b4fc4 * Updated Super Novice Expansion quest to match the official one, thanks to Gennosuke (the original script is edited a lot, though)
* Updated "Pile Bunker" quest to official, also thanks to Gennosuke
* Follow-up r16485, removed bind limit from documentation

git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@16505 54d463be-8e91-2dee-dedb-b68131a5f0ec
2012-07-26 16:37:30 +00:00
daegaladh
677941e05e Added checkre() script command, which allows to check if a renewal feature is enabled or not.
git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@16478 54d463be-8e91-2dee-dedb-b68131a5f0ec
2012-07-23 01:10:15 +00:00
euphyy
aa86954532 * Follow-up r16471, standardized new bindatcmd documentation and added an example.
* Optimized "noskill" mapflag file.

git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@16473 54d463be-8e91-2dee-dedb-b68131a5f0ec
2012-07-22 05:50:42 +00:00
cookiecrumbs
dea4553989 Follow up to r16471 documenting the array parameters system of the useatcmd.
git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@16472 54d463be-8e91-2dee-dedb-b68131a5f0ec
2012-07-22 05:28:24 +00:00
cookiecrumbs
0fd45ac13e Added the ability to bind atcommands to NPC events (ex: NPCNAME::OnEvent); original version by ToastOfDoom however heavily modified by I enabling command level at the invoking/character (@/#) level and fixes to prevent console errors as well as fixes aimed to ensure compatibility with rAthena.
Updated the script_commands.txt documentation with the following script commands: bindatcmd, unbindatcmd and useatcmd.

git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@16471 54d463be-8e91-2dee-dedb-b68131a5f0ec
2012-07-22 05:15:32 +00:00
euphyy
31605dd8d2 * Follow-up r16430, moved all the RE entries in the .conf files behind the pre-RE entries
* Re-added a missing .conf entry, bugreport:6256
* Edited "WoE Time Explanation" documentation (doc\woe_time_explanation.txt)
* Added Warg documentation to checkoption/setoption, thanks to QQfoolsorellina tid:120670 (doc\script_commands.txt)

git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@16435 54d463be-8e91-2dee-dedb-b68131a5f0ec
2012-07-17 13:58:18 +00:00
euphyy
2d95532556 * Follow-up r16427, cleaned new quest script and slightly edited hommutate documentation
git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@16428 54d463be-8e91-2dee-dedb-b68131a5f0ec
2012-07-14 17:25:43 +00:00
masao87
78cf7a424e - Added new script command hommutate which changes an Homunculus into an Homunculus S Class. Super special thanks to Xantara for doing the command!
- Added 2 new configs to homunc.conf to set the Max. Level for Homunculus and homunculus.
- Updated homun_exp.txt table with values from Lvl. 99 to 150 for Homnunculus S.
- Updated script_commands.txt with description of the new script command.
- Added Homunculus S Quest. bugreport:5641

git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@16427 54d463be-8e91-2dee-dedb-b68131a5f0ec
2012-07-14 15:52:49 +00:00
euphyy
3fd7ebd258 * Added Expanded Super Novice support to custom Job Master, and Kagerou/Oboro as well in comments (npc\custom\jobmaster.txt)
* Clarified rare_drop_announce description, since a lot of people have had trouble with it for whatever reason (conf\battle\drops.conf)
* Fixed a minor "viewpoint" argument error, bugreport:6221 (npc\jobs\3-2\royal_guard.txt)
* Deleted custom Kiel Dungeon warper (npc\custom\quests\kiel_quest.txt)
* Deleted custom Bongun Sword quest (npc\custom\quests\bongunsword.txt)
* Deleted custom Book of the Devil quest (npc\custom\quests\bookofthedevil.txt)

git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@16418 54d463be-8e91-2dee-dedb-b68131a5f0ec
2012-07-12 18:57:02 +00:00
euphyy
727327df6f * Fixed Elemental Sword database entry, bugreport:6134
* Clarified documentation for "doevent" and "donpcevent", as per bugreport:428 (doc\script_commands.txt)
* A major cleanup/rewrite of the "Whisper System" documentation (doc\whisper_sys.txt)
* A few other minor documentation corrections

git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@16358 54d463be-8e91-2dee-dedb-b68131a5f0ec
2012-07-01 02:39:47 +00:00
greenboxal2
66d5d750fe Added mercenary and elemental objects support for getmapxy.
git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@16326 54d463be-8e91-2dee-dedb-b68131a5f0ec
2012-06-21 10:28:02 +00:00
brianluau
638642450a - Added svn:eol-style=native property on some recently added text files.
- Fixed a typo in script_commands.txt (bugreport:5998)

git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@16278 54d463be-8e91-2dee-dedb-b68131a5f0ec
2012-06-12 15:33:46 +00:00
euphyy
20eac3f740 * Added documentation for "checkwug" (doc\script_commands.txt)
git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@16267 54d463be-8e91-2dee-dedb-b68131a5f0ec
2012-06-10 21:39:17 +00:00
euphyy
2cb2ee816b * Added documentation for new mounts (doc\script_commands.txt)
* Minor fix in "eA Job System" documentation for third classes (doc\ea_job_system.txt)

git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@16262 54d463be-8e91-2dee-dedb-b68131a5f0ec
2012-06-10 16:03:07 +00:00
xantara
10057be973 ` Updating script_commands.txt
-- bugreport:5412 Added documentation for freeloop, getargcount, is_function, and get_revision
-- bugreport:5723 Updated produce command to include success rate information
-- bugreport:5449 Updated getiteminfo to include type 15 for matk when RENEWAL is defined

git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@16242 54d463be-8e91-2dee-dedb-b68131a5f0ec
2012-06-08 07:28:56 +00:00
masao87
cbd577d069 - Added BaseClass explanation to script_commands.txt .
- Some updates to the custom folder / the old eAAC Scripts which are now in there.
- Fixed custom/warper.txt prontera location to not collide with Ash Vacuum warper. bugreport:5857
- Fixed Platinum Skill Quests properly checking for BaseClass now. bugreport:5853
- Fixed some typos in Ranger Job change Quest & Eden Paradise. bugreport:5858
- Fixed a typo in scripts_athena.conf . bugreport:5852

git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@16165 54d463be-8e91-2dee-dedb-b68131a5f0ec
2012-05-29 12:08:59 +00:00