summaryrefslogtreecommitdiff
path: root/npc/guild2/schg_cas05.txt
AgeCommit message (Collapse)AuthorFilesLines
2013-09-16Corrected line endings and BOM issues with several filesHaru1-1/+1
- Ensured final end-of-line character in every file. - Corrected cases of mixed line endings (mostly CR and CRLF within the same file.) - Removed extra BOM from some scripts, since it causes a parsing error. Signed-off-by: Haru <haru@dotalux.com>
2013-02-03Updated more placeholders and fixed some spacing issues.Mysteries1-3/+1
2012-09-02- Fixed partially bugreport:6572, where WoE:SE Flag Emblem not showing. ↵j-tkay1-2/+2
(npc/guild2) git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@16733 54d463be-8e91-2dee-dedb-b68131a5f0ec
2012-08-03* You may notice that your /guild2/ folder shrunk considerably - you're ↵euphyy1-2899/+40
welcome. x.x * You may also notice that your /guild2/ folder no longer functions. If that's the case... blame Maki (you can find him on the forums, IRC, TS, TSR, etc...) git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@16571 54d463be-8e91-2dee-dedb-b68131a5f0ec
2012-08-01Full npc folder reorganization. (I hope I didn't break anything D:)daegaladh1-0/+2935
-Now common scripts goes to the main npc folder, and pre-re-only/re-only ones goes to their respective folders. -NPCs with practically the same script but little differences have been left in the main folder and uses the command checkre() for the differences. -For those NPCs with different coordinates but same script, the script has been left in the main folder but the NPCs splitted as duplicates. -All pre-renewal files has been reverted back to their pre-renewal behavior. TODO: -Correct pre-re quest rewards. -Check for pre-re/re differences in mapflags. git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@16545 54d463be-8e91-2dee-dedb-b68131a5f0ec
2012-07-08Okie ladies and gentleman if this commit breaks anything it's jman's and ↵shennetsind1-2935/+0
maki's fault, yes, blame them. Fixing pre-re / re npc support, moving /config/ folder to src root so other servers may also make use of the #define renewal dir and other stuff. git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@16382 54d463be-8e91-2dee-dedb-b68131a5f0ec
2012-05-24- Fixed guild emblems not showing on flags at server start. (bugreport:5796, ↵brianluau1-0/+2
since r15657) git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@16144 54d463be-8e91-2dee-dedb-b68131a5f0ec
2012-03-04- Guild Castle code cleanup:gepard19841-6/+2
- removed `MAX_GUILDCASTLE` limit - char-server now caches guild castles in `DBMap` - improved guild castle SQL queries to support non-default values of `MAX_GUARDIANS` - disallowed declaring guild castles on maps that are on other map-servers - map-server now requests data for all guild castles from char-server on initial connect (bugreport:287) - removed ''guildcastleinfo events'' as they were esentially duplicated ''OnAgitInit'' - optimized castle data load packets (bugreport:287) - updated WoE scripts to reflect source changes (scripts no longer need or should request castle or guild data) - updated related docs - Added `db_size` macro. - Replaced manual counting of castles occupied by a guild with `guild_checkcastles()` calls. git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@15657 54d463be-8e91-2dee-dedb-b68131a5f0ec
2011-12-24- Replaced all occurrences of "eAthena" to "rAthena" stringmercurial1231-2/+2
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@15251 54d463be-8e91-2dee-dedb-b68131a5f0ec
2011-05-24- Fixed a possible exploit in guild castle investment. (bugreport:4929, ↵brianluau1-3/+21
topic:272783) git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@14833 54d463be-8e91-2dee-dedb-b68131a5f0ec
2009-11-29- Fixed typo in WoE:SE Castle announcements (bugreport:3714).Kisuka1-1/+1
- Fixed typo of a check in god_weapon_creation.txt (bugreport:3613). - Fixed missing changequest in Knight Job Quest (bugreport:3757). - Fixed placement of Control Device01#aru04 (bugreport:3716). git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@14178 54d463be-8e91-2dee-dedb-b68131a5f0ec
2009-11-03* Added new broadcasting support from r14120 to WoE scripts.L0ne_W0lf1-5/+5
- "Conquered" messages can now be effectively toggled off in Battle log - Added fontsizes for WoESE messages. (At least the non-default sizes.) * Added font weight constants, although they don't seem to do anything. git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@14122 54d463be-8e91-2dee-dedb-b68131a5f0ec
2009-03-04Follow up to r13559, r13560 and r13561. Moved some stuff around in the WoESE ↵L0ne_W0lf1-11/+16
agits, and corrected a few mistakes I made. git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@13566 54d463be-8e91-2dee-dedb-b68131a5f0ec
2009-03-03* Applied the updated eco/def investment system to Juno WoESE castles.L0ne_W0lf1-26/+60
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@13561 54d463be-8e91-2dee-dedb-b68131a5f0ec
2008-09-25* Continues replacing of specialeffect/2 numerics with constants.L0ne_W0lf1-29/+30
- A lot of files still remain, but they don't have the proper effect names in commented in beside the ID. ;P git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@13238 54d463be-8e91-2dee-dedb-b68131a5f0ec
2008-09-09Enabled WoE SE to be run independently of WoE. Let's see how long it is ↵L0ne_W0lf1-11/+11
before something blows up, or Ultramage pulls out his hair while cursing my existence. git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@13202 54d463be-8e91-2dee-dedb-b68131a5f0ec
2008-06-23- Some WoE 2.0 fixeszephyrus1-3/+6
* Not investment per day reset bug. * Not stop the emperium respawn if you take it in less than 10 seconds and woe ends. git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@12886 54d463be-8e91-2dee-dedb-b68131a5f0ec
2008-06-14- Fixed a bug in some Gunslinger skills, when weapon ids changedzephyrus1-2/+2
- Little cleanup in and a bug fix in guild2 scripts. git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@12831 54d463be-8e91-2dee-dedb-b68131a5f0ec
2008-06-13Converted skill commands integers to strings. Follow up on r12814shadow1-1/+1
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@12819 54d463be-8e91-2dee-dedb-b68131a5f0ec
2008-05-20* Fixed variable issue with Milk Trader NPC. (bugreport:1523)L0ne_W0lf1-4/+8
* Fixed typos in the acolyte nad mage skill quests. (bugreport:1531) * Fixed issue with a removing a Keil Hyre cutin. (bugreport:1593) * Corrected a few oversights in the WoESE scripts. * Added dummy "OnMyMobDead" label to a Niflheim NPC. git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@12718 54d463be-8e91-2dee-dedb-b68131a5f0ec
2008-05-16Fixed variable typo in guild scripts. (bugreport:1514)L0ne_W0lf1-9/+10
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@12712 54d463be-8e91-2dee-dedb-b68131a5f0ec
2008-05-08* Fixed some of the newer reported bugs.L0ne_W0lf1-4/+4
- Corrected typo in guild steward (missing space.) (bugreport:1423) - Corrected duplicate messages in WoE 2.0 scripts. (bugreport:1449) - Corrected missing close in turtle island quest (bugreport:1455) - Corrected missing next in hunter job quest. (bugreport:1477) git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@12692 54d463be-8e91-2dee-dedb-b68131a5f0ec
2008-04-21Fixed bugreport:1390, bugreport:1394, bugreport:1396. L0ne_W0lf1-2/+3
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@12624 54d463be-8e91-2dee-dedb-b68131a5f0ec
2008-04-15changed MES -> mesLupus1-1/+1
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@12596 54d463be-8e91-2dee-dedb-b68131a5f0ec
2008-04-08Added the Schwaltzvalt Guild Castles 1-5. (update 3/3)L0ne_W0lf1-0/+2870
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@12532 54d463be-8e91-2dee-dedb-b68131a5f0ec