ultramage
9bea875b80
fixed minor npc file typos
...
git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@10855 54d463be-8e91-2dee-dedb-b68131a5f0ec
2007-07-04 14:54:49 +00:00
ultramage
fdb0636dc3
random fixing
...
git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@10808 54d463be-8e91-2dee-dedb-b68131a5f0ec
2007-06-23 12:15:58 +00:00
ultramage
45c732b05d
More eof eols (followup to r10401); skipping /npc/custom and /npc/samples
...
git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@10402 54d463be-8e91-2dee-dedb-b68131a5f0ec
2007-04-29 08:39:36 +00:00
ultramage
6867d93866
typos: recieve -> receive
...
git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@10163 54d463be-8e91-2dee-dedb-b68131a5f0ec
2007-04-05 19:02:52 +00:00
Lupus
c6d5f38b75
removed all .GAT from all the scripts and tested
...
git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@10018 54d463be-8e91-2dee-dedb-b68131a5f0ec
2007-03-15 20:32:55 +00:00
ultramage
3266ced856
More typo fixes
...
git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@9714 54d463be-8e91-2dee-dedb-b68131a5f0ec
2007-01-26 15:01:39 +00:00
ultramage
e034ce07bb
Typo hunt
...
git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@9684 54d463be-8e91-2dee-dedb-b68131a5f0ec
2007-01-21 12:12:04 +00:00
KarLaeda
223d87c197
- Fixed typo in the Priest Quest.
...
- Added year to the dates in stable/npc/Changelog.txt
git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@9585 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-12-28 17:14:26 +00:00
FlavioJS
266f66cfff
- Applied the rest of Rayce's suggestions and fixes ( http://www.eathena.ws/board/index.php?showtopic=129185 )
...
- warn_cmd_no_comma, warn_func_no_comma, warn_cmd_mismatch_paramnum are now warn_func_mismatch_paramnum and it only prevents showing the error, as it was probably intended in the first place. (correct me if i'm wrong)
- Merged the parsing of function calls in the script engine, removing the parse_cmd hackery, and made "heal (.@val+rand(0xff))&0xff,0;" valid again.
- Fixed a bug in eye_of_hellion.txt and a bug in hunter.txt
git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@9569 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-12-25 06:15:46 +00:00
FlavioJS
72bebf27fc
- Now root script functions calls can have parenthesis (will take any parenthesis after the function as the start of the argument list).
...
This means "func (exp),exp;" isn't valid anymore and has to be changed to "func exp,exp;" or "func((exp),exp);" or something like that.
- Updated swordman.txt and knight.txt accordingly.
Only changed this because it was very annoying when I was creating the sample localized npc.
Don't expect more changes unless something similar happens again. Bottom line: we're in soft feature freeze and moving to eApp...
git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@9536 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-12-20 11:50:44 +00:00
Lupus
2fd5ba31c5
removed extra name
...
git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@9454 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-12-11 16:08:54 +00:00
KarLaeda
cfb110ab58
Added missing close2 to Hunter Job Quest, merge it to stable
...
git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@9452 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-12-11 14:17:02 +00:00
Lupus
ec4405b354
added yuno warps, fixed wiz quest, fixed assassin quest
...
git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@9449 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-12-11 10:38:54 +00:00
FlavioJS
637ae9a4dc
- Massive EOL normalization & 'svn:eol-style native' flag setting for all txt/conf/h/c files.
...
git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@9410 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-12-05 13:23:07 +00:00
Lupus
03d70e9dc8
fixed Lighthalzen, Swaltzwalt Quest Part 1, added Hugel-Bingo warps, added Airship mobs, fixed Hunte job quest typos, added pet shop into Light
...
git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@9182 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-11-09 09:30:36 +00:00
Lupus
3501ccc736
Small fix in Hunter Job Quest
...
git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@9172 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-11-08 14:01:00 +00:00
Lupus
7367e7aa5f
Many small scripts fixes - tabs, parenthesis, typo
...
git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@9137 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-11-04 22:59:57 +00:00
Lupus
ebcd2d5276
updated Hunter Job Quest with 7 official item sets
...
git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@9129 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-11-03 19:31:12 +00:00
Lupus
caca2976df
fixed missing tabs, extra params. thanks to irmin i CAHTEXHuK. fixed warp coord of DTS warper. added missing next; to priest
...
git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@9078 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-10-26 18:14:09 +00:00
Playtester
c0a2534c76
Fixed small typo in the Priest job quest
...
git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@9041 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-10-23 13:21:18 +00:00
Lupus
e524b78a2a
fixed nameless npc - assassin job quest
...
git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@8985 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-10-14 08:53:30 +00:00
Lupus
a46f95df67
fixed Job Assassin Quest
...
git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@8922 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-10-03 07:38:23 +00:00
toms
87ef9cb9a4
Little correction on Assassin Job Quest
...
git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@8479 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-08-25 11:42:57 +00:00
Lupus
59ac684138
fixed hunter job quest
...
git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@8043 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-08-02 04:01:45 +00:00
Playtester
794703e24c
Small fix in the Blacksmith Quest
...
git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@7557 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-07-07 13:23:17 +00:00
Lupus
1a87e739bd
turned the rest of job numbers to constants
...
git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@7554 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-07-07 04:52:02 +00:00
Lupus
91f6da3017
merged jFunc 2-1
...
git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@7305 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-06-23 06:32:30 +00:00
Playtester
db2a9e7c96
* Commited Silent's Fix to the duplicate NPCs
...
- needs testing
- can't be fully fixed because of length limitation of names
git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@7200 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-06-16 10:02:18 +00:00
Playtester
bfae5bbeae
Changed the questions of the Wizard Quiz to official ones
...
git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@6711 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-05-23 14:19:09 +00:00
Playtester
7a78e8cdfa
Only a typo fix...
...
git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@6612 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-05-15 21:22:48 +00:00
Lance
1a6219365c
Script devs PLEASE convert all 'donpcevent's to proper format.
...
git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@6591 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-05-15 09:29:39 +00:00
Playtester
1e975ec56a
Fixed the quiz in the Wizard Job quest a bit
...
git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@6589 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-05-14 22:08:15 +00:00
Playtester
ab4b65926f
Updated several job quests so they work again
...
git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@6400 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-04-30 15:04:06 +00:00
Lance
2a6dc10d0b
Fixed scripts relying on older event calling methods.. Still searching for other scripts..
...
git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@6396 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-04-30 09:24:46 +00:00
Vicious
261c79eca2
constant-fied!
...
git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@5763 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-03-27 02:15:34 +00:00
Poki#3
955f2bbf68
Fixed some reference to old locations of the Blacksmith NPC's, Thanks to Neouni.
...
git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@5491 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-03-07 19:09:35 +00:00
DracoRPG
92e11d5a8b
Small script fixes
...
git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@5393 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-02-27 11:49:26 +00:00
Lupus
280ad53713
Added Kafra storage password protection.
...
git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@5306 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-02-17 04:47:12 +00:00
Valaris
2178a86317
AS OF SVN REV. 5901, WE ARE NOW USING TRUNK. ALL UNTESTED BUGFIXES/FEATURES GO INTO TRUNK.
...
IF YOU HAVE A WORKING AND TESTED BUGFIX PUT IT INTO STABLE AS WELL AS TRUNK. EVERYTHING ELSE
GOES INTO TRUNK AND WILL BE MERGED INTO STABLE BY VALARIS AND WIZPUTER. -- VALARIS
git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@5094 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-01-29 16:10:48 +00:00
Valaris
fd99753f8e
Clearing trunk.
...
git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@5091 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-01-29 16:00:45 +00:00
Lupus
5036cd21df
finished Valkirye
...
fixed Skill Points exploit in Assassin Job Quest
git-svn-id: https://svn.code.sf.net/p/rathena/svn/branches/stable@1383 54d463be-8e91-2dee-dedb-b68131a5f0ec
2005-04-02 22:06:40 +00:00
Lupus
48e184edac
added bugs reports
...
fixed Wiz Job Quest
git-svn-id: https://svn.code.sf.net/p/rathena/svn/branches/stable@1163 54d463be-8e91-2dee-dedb-b68131a5f0ec
2005-02-22 23:59:51 +00:00
(no author)
f0692bd788
fixed Wizard job quest
...
added some bugs reports
git-svn-id: https://svn.code.sf.net/p/rathena/svn/branches/stable@1064 54d463be-8e91-2dee-dedb-b68131a5f0ec
2005-02-09 20:54:19 +00:00
celest
c94c71d282
* Fixed some typos and exploits in the Blacksmith and Hunter job quest
...
* Modified 'wedding' script command to work with "OnTimer" scripts
* Added 'attachnpctimer' and 'detachnpctimer' script command
git-svn-id: https://svn.code.sf.net/p/rathena/svn/branches/stable@944 54d463be-8e91-2dee-dedb-b68131a5f0ec
2005-01-10 10:16:06 +00:00
Mass
de7b58beb3
git-svn-id: https://svn.code.sf.net/p/rathena/svn/branches/stable@879 54d463be-8e91-2dee-dedb-b68131a5f0ec
2004-12-30 19:54:52 +00:00
ajarn
e92f591372
git-svn-id: https://svn.code.sf.net/p/rathena/svn/branches/stable@715 54d463be-8e91-2dee-dedb-b68131a5f0ec
2004-12-22 07:33:09 +00:00
mc_cameri
025b4ac2d3
git-svn-id: https://svn.code.sf.net/p/rathena/svn/branches/stable@714 54d463be-8e91-2dee-dedb-b68131a5f0ec
2004-12-21 22:44:37 +00:00
codemaster
ed9ff63ee4
* Fixed a few NPCs that were giving curly errors. It seems to be caused by a bug that the NPCs' last line isn't read or something [Codemaster]
...
git-svn-id: https://svn.code.sf.net/p/rathena/svn/branches/stable@712 54d463be-8e91-2dee-dedb-b68131a5f0ec
2004-12-21 21:52:17 +00:00
amber
d479e29aee
Fixed some file types
...
git-svn-id: https://svn.code.sf.net/p/rathena/svn/athena@172 54d463be-8e91-2dee-dedb-b68131a5f0ec
2004-11-14 16:18:26 +00:00
(no author)
34c9cc4beb
Added easter, xmas event npcs. Added custom blackjack npc. [kobra_k88]
...
git-svn-id: https://svn.code.sf.net/p/rathena/svn/athena@13 54d463be-8e91-2dee-dedb-b68131a5f0ec
2004-11-05 09:43:07 +00:00