summaryrefslogtreecommitdiff
path: root/npc/other/comodo_gambling.txt
AgeCommit message (Collapse)AuthorFilesLines
2016-01-17Script Standardization: changed select format in other folderDastgir1-3/+3
2015-12-18ItemID to Constant: other FolderDastgir1-4/+4
2015-12-15Standardized header in scripts (part 14)Haru1-23/+41
- Now including GPL-compliant license/copyright info - Restored some missing copyrights - Other scripts folders Signed-off-by: Haru <haru@dotalux.com>
2015-11-08Fixes Chance of Comodo Gambling (Thanks to @michaelforge for pointing itDastgir1-2/+2
out)
2015-09-25More aggressive whitespace cleanup. Follow up to 51329e6Haru1-2/+2
Signed-off-by: Haru <haru@dotalux.com>
2014-11-02Replaced 'set' with direct assignment where applicable (common folder)Haru1-249/+249
Signed-off-by: Haru <haru@dotalux.com>
2014-05-13Fixed several files with a missing EOL at EOFHaru1-1/+1
- All text files should end with an EOL. Period. - See http://robots.thoughtbot.com/no-newline-at-end-of-file for info on how to configure the most common text editors to do it automatically for you. Signed-off-by: Haru <haru@dotalux.com>
2013-11-30Re-commit of 4faa0ec9df7067cee3eb1c1953fccc6c2f842179Taylor Locke1-3/+3
Cleaned up Zeny manipulation in scripts. - It is now finally safe to re-commit. - Removed some unwanted parts of the original commit, that broke the character set in some scripts. [Haru] - Corrected spacing in some edited lines. [Haru]
2013-11-28Revert "Cleaned up Zeny manipulation in scripts."Haru1-3/+3
Reverted due to a serious regression. I'll commit this again once I fixed the issue in the script engine. Sorry for the inconvenience. This reverts commit 4faa0ec9df7067cee3eb1c1953fccc6c2f842179. Signed-off-by: Haru <haru@dotalux.com>
2013-11-25Cleaned up Zeny manipulation in scripts.Taylor Locke1-3/+3
2013-10-28Added ability to use constants instead of sprite IDs for NPCs. Converted all ↵Kisuka1-4/+4
npcs to use this.
2013-10-24Update to last rAthena npc.Michieru1-14/+17
Fix some typos change sc_bleeding to -> sc_blooding Updated RE EXP for quests_brasilis.txt
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-08-01Full npc folder reorganization. (I hope I didn't break anything D:)daegaladh1-0/+574
-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-574/+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-01-30- Removed more trailing tabs.brianluau1-1/+1
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@15527 54d463be-8e91-2dee-dedb-b68131a5f0ec
2012-01-02- Fixed little mistake from previous commit.masao871-8/+8
- List of Bugs fixed: bugreport:1569 bugreport:867 bugreport:2344 bugreport:3583 bugreport:3025 bugreport:3616 bugreport:3935 bugreport:4015 bugreport:4097 git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@15353 54d463be-8e91-2dee-dedb-b68131a5f0ec
2012-01-02- Lot's of Bugreport fixes and stuff.masao871-222/+156
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@15352 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-02-19- Fixed typo on rogue_skills.txt (bugreport:4768)Kisuka1-0/+2
- Fixed issue on icecream.txt (bugreport:4752) - Added missing prize on comodo_gambling.txt (bugreport:4748) - Rescripted the iRO event scripts. - Updated the Read Me. - Added 2009 Novice Training Grounds. git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@14711 54d463be-8e91-2dee-dedb-b68131a5f0ec
2007-10-18Uncommented the ShowWarning and ShowDebug from rev. 11508, and cleaned up ↵L0ne_W0lf1-2/+3
the warnings it produced. git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@11516 54d463be-8e91-2dee-dedb-b68131a5f0ec
2007-05-05Updated Comodo Gambling Prizes to official.Paradox924x1-27/+57
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@10475 54d463be-8e91-2dee-dedb-b68131a5f0ec
2007-03-15removed all .GAT from all the scripts and testedLupus1-4/+4
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@10018 54d463be-8e91-2dee-dedb-b68131a5f0ec
2007-01-29Almost but not quite u.uultramage1-205/+205
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@9741 54d463be-8e91-2dee-dedb-b68131a5f0ec
2007-01-29Converted all comodo_gambling.txt variables to temporary npc type.ultramage1-226/+222
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@9740 54d463be-8e91-2dee-dedb-b68131a5f0ec
2007-01-29Performed some eAthena-style adjustments to the comodo gambling script.ultramage1-454/+448
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@9739 54d463be-8e91-2dee-dedb-b68131a5f0ec
2007-01-29* Updated the comodo gambling scriptultramage1-535/+532
- synced the structure with the aegis script (with neccessary adjustments) - added a missing emotion and cutins (using jA's method) - added a missing npc git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@9738 54d463be-8e91-2dee-dedb-b68131a5f0ec
2007-01-21Typo huntultramage1-1/+1
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@9684 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-12-05- Massive EOL normalization & 'svn:eol-style native' flag setting for all ↵FlavioJS1-620/+620
txt/conf/h/c files. git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@9410 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-11-20- Removed security check since source level patch is applied. Reverted ↵Lance1-2/+0
select(), created prompt(). modified Changelog-Trunk.txt modified npc/airports/airships.txt modified npc/cities/amatsu.txt modified npc/cities/gonryun.txt modified npc/cities/hugel.txt modified npc/cities/lighthalzen.txt modified npc/cities/niflheim.txt modified npc/cities/valkyrie.txt modified npc/custom/eAAC_Scripts/disguiser.txt modified npc/custom/eAAC_Scripts/quest_warper.txt modified npc/custom/jobs/jobmaster.txt modified npc/events/idul_fitri.txt modified npc/jobs/1-1e/gunslinger.txt modified npc/jobs/1-1e/ninja.txt modified npc/jobs/novice/novice.txt modified npc/merchants/kunai_maker.txt modified npc/merchants/novice_exchange.txt modified npc/merchants/refine.txt modified npc/other/comodo_gambling.txt modified npc/other/dts_warper.txt modified npc/other/marriage.txt modified npc/other/powernpc.txt modified npc/quests/Lvl4_weapon_quest.txt modified npc/quests/gunslinger_quests.txt modified npc/quests/quests_ein.txt modified npc/quests/quests_umbala.txt modified npc/sample/monster_controller.cpp modified src/map/script.c git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@9267 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-11-19Updated scripts with select().. THERE ARE TONS OF THEM!! Will somebody give ↵Lance1-0/+2
me a hand or something? :B git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@9259 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-07-29Some more sign quest warps and a small change to the comodo gambling NPC.MasterOfMuppets1-1/+1
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@7964 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-07-17Added slotted Running Shirt to Comobo GamblingPlaytester1-1/+3
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@7715 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-06-21Fixed a small typo...Playtester1-1/+1
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@7283 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-06-15Fixed the gambling npc giving Orc Helm [1] instead of the non-slotted version.MasterOfMuppets1-1/+1
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@7191 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-06-15fixed gamblerLupus1-233/+227
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@7175 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-06-14Fixed an exploit in the comodo gambling script.MasterOfMuppets1-1/+2
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@7156 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-06-13Implemented the comodo gambling NPCs. Thanks to reddozen and Zefris.MasterOfMuppets1-0/+623
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@7132 54d463be-8e91-2dee-dedb-b68131a5f0ec