summaryrefslogtreecommitdiff
path: root/npc/re/jobs/novice
AgeCommit message (Collapse)AuthorFilesLines
2020-01-13Update copyright headers for year 2020Haru3-9/+9
Signed-off-by: Haru <haru@dotalux.com>
2019-07-28Sanitize handling of the input() values.Emistry Haoyan1-203/+207
- avoid potential hacks for old scripts that use `input()` script commands. Signed-off-by: Haru <haru@dotalux.com>
2018-11-13Remove type argument from buildin_getnpcid.EyesOfAHawk1-5/+5
2018-07-28remove specialeffect on first login from the novice academy scriptAsheraf1-1/+0
this effect is officialy given thought the achievements system on first login.
2018-07-24update scripts to use new questinfo formatAsheraf1-15/+45
2017-06-03convert specialeffect calls with strings to use GIDgumi1-5/+5
2017-06-03remove specialeffect2 from npcsgumi3-29/+29
2016-11-20Replaced some unsupported symbols in AegisNames (step 2)Haru1-2/+2
This removes the remaining unsupported symbols (despite they being official names) in AegisNames: The apostrophe (`'`) sign is suppressed. The full replacement rules (cumulative with the step 1 commit) are thus: - Any apostrophe is suppressed. - Any non-`[A-Za-z0-9_]` character is replaced with an underscore (`_`). - If the replaced symbol is at a word boundary (beginning or end of the string, or next to another underscore), it is suppressed instead. - If the replacement causes an AegisName conflict, underscores are appended appropriately. Signed-off-by: Haru <haru@dotalux.com>
2016-11-20Propageted the AegisName fix to scripts and pre-re databaseHaru1-7/+7
This commit just propagates the AegisName changes to the pre-re database and to the (re) scripts. Two issues are fixed as a side-effect: - The ghost_palace script was referring the non-existing constant(s): Thanatos_Two-Handed_Staff == (Thanatos_Two) - (Handed_Staff) == 0. Paired with the script engine's inability to differentiate between constants and player variables, that produced a very subtle issue. - The item RAG203 is sold by a NPC (Rebellion Weapon Vending). Due to a pair of swapped AegisName constants (RAG203 and RAG203_), the slotted version was sold by the NPC instead of hte non-slotted one (the issue was actually fixed in the previous commit, although the description of the fix is here - these two commits are only split for legibility purposes but they're to be considered indivisible). Signed-off-by: Haru <haru@dotalux.com>
2016-10-02Update Intro (Renewal) (#1427)Ridley1-10078/+10257
* Update Intro (Renewal) - Conversion while Playing from kRO - New starting Map: iz_int 18 27 (Requires New kRO MAP) - iz_int01 - iz_int04 and int_land01 - int_land04 are added, but not used - the rest of the script was updated to latest script standards - x/y span for duplicates with OnTouch - Fixed wrong getarg - removed +"" in warp
2016-09-02change *strcharinfo to use constantsAsheraf3-45/+45
2016-08-29*strnpcinfo now uses constantsAsheraf2-108/+108
- NPC_NAME for the whole npc name including hidden part - NPC_NAME_VISIBLE for the visible part of the npc name - NPC_NAME_HIDDEN for the hidden part of the npc name - NPC_NAME_UNIQUE for the npc unique name - NPC_MAP for npc map
2016-06-25Corrected various translation/text encoding issuesHaru1-4/+4
- The generated translation file now loads cleanly without encoding conversion errors Signed-off-by: Haru <haru@dotalux.com>
2016-02-29Replaced the SEX_FEMALE/SEX_MALE constants to scripts, where appropriateEmistry2-24/+26
2016-01-17Script Standardization: changed select format in RE folderDastgir3-95/+95
2015-12-31Replace -1,{ with FAKE_NPC,{AnnieRuru2-27/+27
replace using Notepad++
2015-12-18More ItemID to ConstantsDastgir1-3/+3
2015-12-18ItemID to Constant: re FolderDastgir3-202/+202
2015-12-15Standardized header in scripts (part 5)Haru3-263/+206
- Now including GPL-compliant license/copyright info - Restored some missing copyrights - Jobs scripts folders Signed-off-by: Haru <haru@dotalux.com>
2015-11-11Fixed Issue #860Emistry1-1/+1
Fixed invalid zeny deduction.
2015-09-29Fix in academy.txtAtemo1-32/+36
2015-09-25More aggressive whitespace cleanup. Follow up to 51329e6Haru1-1/+1
Signed-off-by: Haru <haru@dotalux.com>
2015-09-20Fixed issue #721Emistry1-1/+1
invalid information.
2015-09-08Fixed a missing parenthesis in the Criatura Academy script.Haru1-120/+120
Also applied several minor whitespace fixes. Signed-off-by: Haru <haru@dotalux.com>
2015-09-07Converted all item constants to IDs for Academy. Added missing hair coupon item.Taylor Locke1-171/+173
2015-09-07Fixed const name of Academy Hat in Academy script. Fixes #707.Taylor Locke1-1/+1
2015-09-05Episode 14.2 Criatura Academy Release.Taylor Locke1-0/+14207
2014-11-02Replaced 'set' with direct assignment where applicable (re folder)Haru2-221/+221
Signed-off-by: Haru <haru@dotalux.com>
2014-10-28Removed use of 'checkquest' from scripts (re folder)Haru2-30/+30
Signed-off-by: Haru <haru@dotalux.com>
2014-05-13Removed trailing whitespace (scripts)Haru1-1/+1
Signed-off-by: Haru <haru@dotalux.com>
2013-11-30Re-commit of 4faa0ec9df7067cee3eb1c1953fccc6c2f842179Taylor Locke1-1/+1
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-1/+1
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-1/+1
2013-10-28Added ability to use constants instead of sprite IDs for NPCs. Converted all ↵Kisuka2-128/+128
npcs to use this.
2013-10-24Update to last rAthena npc.Michieru2-1231/+2587
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-05-30Reverted Novice Ground to 953aabf5a650d4eef506c1e620d81405f56863b6.j-tkay1-7/+2046
Signed-off-by: j-tkay <joseph.tk.ea@gmail.com>
2013-05-28Woohooo! Some more cleaning up!Mysteries1-2/+2
- Follow up to 80510a0 { Corrected name placeholders } - Vas cleanup on name placeholders - Small change in /doc/permissions.txt
2013-05-20-Updated IzludeStreusel1-2046/+7
-Added new Novice Ground NPCs
2012-12-27> Follow-up r17048:euphyy1-5/+4
- 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://rathena.svn.sourceforge.net/svnroot/rathena/trunk@17049 54d463be-8e91-2dee-dedb-b68131a5f0ec
2012-12-16- Fixed bugreport:6997, Novice Training Ground: check quest accordingly. ↵j-tkay1-396/+351
(re/jobs/novice/novice.txt) git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@17025 54d463be-8e91-2dee-dedb-b68131a5f0ec
2012-09-01* Follow-up r16726, more standardization on docs.euphyy1-23/+12
* 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-22- Fixed bugreport:6528, Eden Group Officer's level requirement. ↵j-tkay1-28/+16
(npc/re/jobs/novice/novice.txt) git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@16679 54d463be-8e91-2dee-dedb-b68131a5f0ec
2012-08-20* Some cleaning of "Eden Group Quests" script, fixes include bugreport:6510 ↵euphyy1-1/+1
(re\quests\eden\eden_quests.txt) * Other misc. cleaning... git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@16671 54d463be-8e91-2dee-dedb-b68131a5f0ec
2012-08-01Full npc folder reorganization. (I hope I didn't break anything D:)daegaladh1-481/+0
-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-30- Added svn:eol-style=native property on some recently added text files.brianluau1-691/+691
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@16534 54d463be-8e91-2dee-dedb-b68131a5f0ec
2012-07-27* Updated custom Stylist with 'getbattleflag', so no user configuration is ↵euphyy1-5/+6
required, credits to Saithis (custom\stylist.txt) * Replaced effect numerics with constants in Ex. Super Novice script (re\jobs\novice\supernovice_ex.txt) git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@16511 54d463be-8e91-2dee-dedb-b68131a5f0ec
2012-07-26* Updated Super Novice Expansion quest to match the official one, thanks to ↵euphyy2-160/+611
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://rathena.svn.sourceforge.net/svnroot/rathena/trunk@16505 54d463be-8e91-2dee-dedb-b68131a5f0ec
2012-07-18* Some cleaning of "Novice Training Grounds" script (npc\jobs\novice\novice.txt)euphyy1-220/+48
* Cleaned up "PvP NPCs" script a little bit (npc\other\pvp.txt) git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@16438 54d463be-8e91-2dee-dedb-b68131a5f0ec
2012-07-17* Added a Super Novice Expansion quest with custom dialogue. Will be updated ↵euphyy2-4/+252
once we get the official script. git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@16437 54d463be-8e91-2dee-dedb-b68131a5f0ec