10856 Commits

Author SHA1 Message Date
shennetsind
558748e111 Follow up r16837 replaces sprintf with snprintf to at least ensure we dont go over our length in a modified msg table -- (in the future we should make that a #define or something else practical and clever). The commit should've stopped on this, however as I was to compile I realized my recently-updated osx got rid of my makefile during the update, so I had to download and install it over. and during that download period I've gone over the whole chrif.c file and applied some syntax love to it, or as some of my lovely colleagues would say: I gayed it up.
git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@16846 54d463be-8e91-2dee-dedb-b68131a5f0ec
2012-10-31 00:31:19 +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
b69048d9c5 - Added svn:eol-style=native property.
git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@16844 54d463be-8e91-2dee-dedb-b68131a5f0ec
2012-10-30 08:26:18 +00:00
rud0lp20
2d68f350c2 Follow up r16842. added some missed added lines of code..
git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@16843 54d463be-8e91-2dee-dedb-b68131a5f0ec
2012-10-30 07:57:37 +00:00
rud0lp20
156446bf33 Fixed Level/Drop modifier based on level difference and created a db as suggested in pid:137564. (bugreport:6585)
git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@16842 54d463be-8e91-2dee-dedb-b68131a5f0ec
2012-10-30 07:30:36 +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
9fcdb56b2e * Follow-up r16835: Some cleanup.
* Updated Hunting Missions script to v1.2b, which adds experience multipliers to config (custom\quests\hunting_missions.txt)

git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@16839 54d463be-8e91-2dee-dedb-b68131a5f0ec
2012-10-29 07:35:02 +00:00
glighta
8b074051ea -Fixed action assignation follow up r16837,r16836,r16835
git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@16838 54d463be-8e91-2dee-dedb-b68131a5f0ec
2012-10-29 07:24:53 +00:00
glighta
202ec893fa -Fixed bugreport:6432 Shadow Formation effect range is 10 while casting range is 5
-Fixed and add some documentation on map fonctions. (JIS->UTF8 unwanted transformation)

git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@16837 54d463be-8e91-2dee-dedb-b68131a5f0ec
2012-10-29 07:18:31 +00:00
brianluau
cea840e1f9 - Fixed warnings from r16835.
git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@16836 54d463be-8e91-2dee-dedb-b68131a5f0ec
2012-10-29 07:07:37 +00:00
glighta
7a6a529548 -Add some src basic documentation.
-Change some remaining -1 for status ending timer.
-Move some hardcoded msg in msg_athena
-Small optimisation on battle_attr_fix

git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@16835 54d463be-8e91-2dee-dedb-b68131a5f0ec
2012-10-29 06:33:43 +00:00
rud0lp20
d4fe086e5d Fixed bugreport:6694 missing hiding function of SC_FEINTBOMB.
git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@16834 54d463be-8e91-2dee-dedb-b68131a5f0ec
2012-10-29 05:54:46 +00:00
brianluau
fa1f861dd8 - 'night_at_start' config can now be used, even if day_duration/night_duration are 0.
git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@16833 54d463be-8e91-2dee-dedb-b68131a5f0ec
2012-10-28 01:58:27 +00:00
brianluau
9142e02968 - Adjusted spacing in ASCII art so all lines are 70 characters wide.
git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@16832 54d463be-8e91-2dee-dedb-b68131a5f0ec
2012-10-27 05:28:13 +00:00
brianluau
a1a911eaaf - Fixed more missing single quotes in item_db.sql, follow up to r16822.
git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@16831 54d463be-8e91-2dee-dedb-b68131a5f0ec
2012-10-27 04:51:15 +00:00
brianluau
bd09db6af3 - Fixed missing single quotes in item_db.sql, follow up to r16822.
git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@16830 54d463be-8e91-2dee-dedb-b68131a5f0ec
2012-10-27 04:42:17 +00:00
euphyy
605e74bca3 * Updated Hunting Missions script to v1.2a, which includes party support, optimizations, and bux fixes. An SQL mob database is now required! (custom\quests\hunting_missions.txt)
git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@16829 54d463be-8e91-2dee-dedb-b68131a5f0ec
2012-10-25 19:51:49 +00:00
spre123
5b4644367c Fixed bCastrate function in item_combo_db. bugreport:6815
Fixed Item 13694, Freyas Crown Box Changed getitem to the official rentitem Item Script(verified By Joseph and muad). Continuation of bugreport:6714

git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@16828 54d463be-8e91-2dee-dedb-b68131a5f0ec
2012-10-25 07:27:43 +00:00
j-tkay
ed1e7b51be - Fixed bugreport:6810, checkquest paramater typo and added checkquest in Wanderer Job Change Quest. (npc/re/jobs/3-2/wanderer.txt)
git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@16827 54d463be-8e91-2dee-dedb-b68131a5f0ec
2012-10-24 11:13:00 +00:00
spre123
5a4acba757 Fixed/Changed the rest of the RE Items with the reversed/broken bcastrate with bVariableCastrate So it actually works as intended(ONLY RE needed this update). bugreport:6548
git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@16826 54d463be-8e91-2dee-dedb-b68131a5f0ec
2012-10-24 00:39:23 +00:00
j-tkay
8e575ee998 - Follow up r16824.
git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@16825 54d463be-8e91-2dee-dedb-b68131a5f0ec
2012-10-22 11:27:59 +00:00
spre123
9f3b089c68 Forgot to add the upgrade sql file for the Small DB change to item_db_re.sql Changing Defence from unsigned to accept negative Value do to some items having negative values.
git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@16824 54d463be-8e91-2dee-dedb-b68131a5f0ec
2012-10-22 02:02:06 +00:00
euphyy
0f0577cabf * Updated Thanatos Tower quest to Episode 13.1 - huge thanks to Muad_Dib! (bugreport:4498)
* Fixed some syntax in item_db_re.sql (bugreport:6714)

git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@16823 54d463be-8e91-2dee-dedb-b68131a5f0ec
2012-10-21 03:36:01 +00:00
spre123
6b6e42a3e5 major item update activating many script commands aswell as activating many items that are now in the client this effects 250+ items. Bugreport:6714
git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@16822 54d463be-8e91-2dee-dedb-b68131a5f0ec
2012-10-20 00:42:55 +00:00
j-tkay
84564da380 - Removed a warp from mid_campin and dic_in01 for quest purposes. (warps/cities/dicastes.txt & warps/cities/mid_camp.txt)
git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@16821 54d463be-8e91-2dee-dedb-b68131a5f0ec
2012-10-18 06:06:43 +00:00
j-tkay
1472039a91 - Fixed Arch Bishop Job Change Quest, players unable to continue the quest. (npc/re/jobs/3-1/archbishop.txt)
git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@16820 54d463be-8e91-2dee-dedb-b68131a5f0ec
2012-10-17 07:17:22 +00:00
j-tkay
de9950737d - Fixed bugreport:6785, missing changequest in Knight Job Quest. (npc/jobs/2-1/knight.txt)
git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@16819 54d463be-8e91-2dee-dedb-b68131a5f0ec
2012-10-15 15:06:41 +00:00
shennetsind
1ffe0e9967 Fixed bugreport:6493 Genwaku no longer works on npcs and on gvg maps (since push/knockback is also disabled on gvg)
git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@16818 54d463be-8e91-2dee-dedb-b68131a5f0ec
2012-10-13 17:17:50 +00:00
shennetsind
b313d24eb2 Fixed bugreport:2657 castend now also checks if the required weapon matches, fixing any possible exploits where a character manages to change weapon during cast/animation e.g., as the report claims, sonic blow. (also applied my curly brace love on the way)
Special Thanks to esu1214!

git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@16817 54d463be-8e91-2dee-dedb-b68131a5f0ec
2012-10-12 13:26:11 +00:00
euphyy
e0b316216f * Added Kagerou/Oboro support to Ninja Quests and Kunai Merchant (credits to insarius)
git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@16816 54d463be-8e91-2dee-dedb-b68131a5f0ec
2012-10-10 23:01:13 +00:00
shennetsind
cbeabd3385 Follow up r16814 / bugreport:6754
git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@16815 54d463be-8e91-2dee-dedb-b68131a5f0ec
2012-10-05 11:58:14 +00:00
shennetsind
110c612db3 Fixed @mobinfo flee/hit formula, as per bugreport:6754
git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@16814 54d463be-8e91-2dee-dedb-b68131a5f0ec
2012-10-05 06:12:46 +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
technote24
73c9feb7d6 =General
*Updated a hand full of enum tables and added some place holders in the skill databases.
-Tables updated are the Emotions, Map Types, Use Skill Fail Causes, Skills, Units, and Status.

git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@16812 54d463be-8e91-2dee-dedb-b68131a5f0ec
2012-10-03 20:45:45 +00:00
shennetsind
0b9d2f15d8 Minor improvements on pm processing ( prompted by data i found when testing bugreport:6740 ), also applied my curly brace love on the way.
1. removed double min_chat_delay check in the case of a @main message
2. moved autotrade check over the ignore list check, so that if user is in autotrade it doesnt waste time going thru the characters ignore list array.

git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@16811 54d463be-8e91-2dee-dedb-b68131a5f0ec
2012-10-03 09:21:54 +00:00
euphyy
879138501c * Fixed an endless loop and other typos in Wanderer job quest, bugreport:6748 (re\jobs\3-2\wanderer.txt)
git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@16810 54d463be-8e91-2dee-dedb-b68131a5f0ec
2012-10-02 23:43:08 +00:00
shennetsind
252474ec24 Fixing a few logical mistakes, also applying my curly brace love on the way.
git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@16809 54d463be-8e91-2dee-dedb-b68131a5f0ec
2012-09-30 01:17:25 +00:00
spre123
98887e4025 Updated bonus2 bCastrate items. Cast reducing equipment should now function properly. Bugreport:6745
git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@16808 54d463be-8e91-2dee-dedb-b68131a5f0ec
2012-09-29 20:38:34 +00:00
eathenabot
b15710e75a * Merged eAthena changeset ea:15190. (bugreport:5138)
git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@16807 54d463be-8e91-2dee-dedb-b68131a5f0ec
2012-09-29 18:11:51 +00:00
rud0lp20
c3b434f037 Fixed bugreport:6725 where wrong defined macro is used in parsing 'skill_cast_db.txt'
git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@16806 54d463be-8e91-2dee-dedb-b68131a5f0ec
2012-09-27 15:05:25 +00:00
shennetsind
0998743df9 Fixed bugreport:6720 fixed pvp/gvg mapflag handling by setmapflag/removemapflag script commands
git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@16805 54d463be-8e91-2dee-dedb-b68131a5f0ec
2012-09-26 23:35:57 +00:00
shennetsind
7471433a27 Fixed bugreport:6544 when mvp drops are at 100% drop rate it'll no longer always drop the first.
git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@16804 54d463be-8e91-2dee-dedb-b68131a5f0ec
2012-09-26 22:21:14 +00:00
shennetsind
8a1f5cf94a Fixing a rare issue where a pointer of a already freed unit would have corrupted memory and causing unexpected behavior (most likely crashing)
git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@16803 54d463be-8e91-2dee-dedb-b68131a5f0ec
2012-09-26 21:00:22 +00:00
shennetsind
bd0b05f3db Follow up r16801. I congratulate whoever commit these syntax errors, clearly caused by the person being praised since he/she did not test the commit. evil ind is back, be cautious.
git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@16802 54d463be-8e91-2dee-dedb-b68131a5f0ec
2012-09-26 20:57:29 +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
j-tkay
cbcb34c29a - Fixed bugreport:6620, missing checks for quest: Sapha's Visit. (npc/re/quests/quests_dicastes.txt)
git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@16800 54d463be-8e91-2dee-dedb-b68131a5f0ec
2012-09-26 19:09:28 +00:00
spre123
9cc229b2ae ...I am tired I suppose, Forgot to add the item_db_re.sql in with the Last revision Update. So Follow up on 16798 and Bugreport:6734 [Spre]
git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@16799 54d463be-8e91-2dee-dedb-b68131a5f0ec
2012-09-26 06:00:59 +00:00
spre123
cc4f755901 Updated Items, Uncommented the Traditional Cookie as it works fine and is needed for a pet. Also updated The Groomers That sell it. Bugreport:6734 [Spre]
git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@16798 54d463be-8e91-2dee-dedb-b68131a5f0ec
2012-09-26 05:40:18 +00:00
j-tkay
0e341c9e5b - Reverted to r16796. (npc/instances/EndlessTower.txt)
git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@16797 54d463be-8e91-2dee-dedb-b68131a5f0ec
2012-09-24 20:18:47 +00:00