54 Commits

Author SHA1 Message Date
brianluau
6b106aeb56 - Fixed some small typos.
git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@14382 54d463be-8e91-2dee-dedb-b68131a5f0ec
2010-08-18 23:32:03 +00:00
L0ne_W0lf
dc0977ed37 * Quest log kill count now updated properly. (Added from topic 253813)
* More battleground editing, and some bug fixes.
- * ALL BATTLEGROUNDS ARE NOW ACTIVE BY DEFAULT. PLEASE CONTINUE TESTING *
- Rewrote the Badge Exchange NPC in bg_common.txt, is official now.
- Other changes to the bg_common folder, including disabled GM NPC.
- Completely rewrote Flavius for the most part, from ground up.
- Moved old Flavius battlegrounds to /custom/battleground folder.
- Restored original bg_common, and KVM to /custom/battleground
- Fixed wall bugs in Tierra Gorge, and added an oninit to the timers.
- Other minor tweaks to both Tierra Gorge and KVM scripts.
- Fixed the pseudo-cooldown on KVM not working properly, I hope.
- Added global time2str function which will be used later in Endless tower.
* Applied Epoque's mapflag clean up, which removes flags from scripts.


git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@14374 54d463be-8e91-2dee-dedb-b68131a5f0ec
2010-08-14 16:06:23 +00:00
L0ne_W0lf
9bb87169be * A rather large overhaul of the battlegrounds.
- in bg_common.txt, stripped out KvM npcs, fixed coordinates.
- Needs to be tested, none of the BG files are on by default.
- Created subfolder battleground/KvM/ which now holds KVM files.
- Added kvm_enter.txt, which warps players to the waiting rooms.
- Added kvm_item_pay.txt, which holds the point redemption NPC.
- Made the KvM battlegrounds work closer to official, needs work.
* Corrected variable typos in the acolyte arena. (bugreport:4374)
* Corrected donpcevent typo in the party arena. (bugreport:4374)
* Added two global functions which will return equip data as strings.
- F_GetWeaponType: returns the type of weapon by 'look', (ie "Dagger")
- F_GetArmorType: returns the kind of armor via 'equip loc'. (ie "Armor")
* Fixed duplicate documentation for getitemslot. (bugreport:4362)

git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@14369 54d463be-8e91-2dee-dedb-b68131a5f0ec
2010-08-03 18:27:00 +00:00
L0ne_W0lf
0143414445 * Completely rescripted the DTS warp service based on the aegis 11.3 file.
- Updated F_ClearGarbage to erase obsolete DTS player variables.
- Moved Cool Corp. Staff NPCs to Lighthalzen (cities/lighthalzen.txt.)
- Now everyone can enjoy the global broadcast "every-hour-nag" to vote!
- Note: Upon loading ALL prior DTS global variables are erased.

git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@13764 54d463be-8e91-2dee-dedb-b68131a5f0ec
2009-05-12 21:52:11 +00:00
L0ne_W0lf
59350e3bc3 * Uncommented all novice map, and added mapflags.
* Additionally; changed starting map from new_zone to new_1-1.

* Large update to the novice grounds. Fixed bugreport:1666
- Updated notice ground warps to reflect the above map-usage change.
- Additionally; NPCs now give EXP (base/job) dependant on your level.
- All prior novice ground progress will be lost, and variables cleared.
- NPCs give class specific items, but not the soulbound ones, yet.
- Fixed the mob count for the novice ground maps.
- Added all the old novice training ground vars to F_ClearGarbage

git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@12833 54d463be-8e91-2dee-dedb-b68131a5f0ec
2008-06-14 11:57:10 +00:00
Lupus
cc74ee4126 fixed 4 bugs in Blacksmith job quest, put some garbage var to clear. Fixed a typo in Bard Job q
git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@12791 54d463be-8e91-2dee-dedb-b68131a5f0ec
2008-06-08 12:53:48 +00:00
Lupus
c70703e473 Updated Valkirye, Global_Functions, Turtle Island Quest vars
git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@12463 54d463be-8e91-2dee-dedb-b68131a5f0ec
2008-04-03 09:15:22 +00:00
ultramage
9c07918456 Added proper checks to adoption processing (followup to r12428).
Cleaned up some code / fixed some typos.

git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@12432 54d463be-8e91-2dee-dedb-b68131a5f0ec
2008-03-25 09:56:18 +00:00
Paradox924X
61c61b6fe9 Updated Poring Tower to not refinable. (bugreport: 1050)
Renamed custom Stylist to Stylist#customstylist to avoid conflicts with official one. (bugreport: 1042
Updated Airship Typing Challenge to not fail you when you get both strings correct. (bugreport: 1008)
Fixed Job_Change Function to properly jobchange babies. (bugreport: 943)

git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@12368 54d463be-8e91-2dee-dedb-b68131a5f0ec
2008-03-15 18:51:07 +00:00
L0ne_W0lf
66071c3330 * Removed "F_CheckMaxCount" as it seems "checkweight". preforms the aforementioned check in addition to checking weight.
* Updated 2004 headgear quests to use checkweight.


git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@12256 54d463be-8e91-2dee-dedb-b68131a5f0ec
2008-02-28 04:46:29 +00:00
L0ne_W0lf
5b5caa7043 * Implemented new function F_CheckMaxCount.
- Checks if you have enough room in your inventory to accept items
* Updated 2004 headgear quests to fully official.
- Implemented usage of F_checkMaxCount in the 2004 headgear quests.

git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@12255 54d463be-8e91-2dee-dedb-b68131a5f0ec
2008-02-28 03:32:45 +00:00
ultramage
a6cd45f05d * Fixed north prontera kafra having an empty warp list
* Removed junk ЎA text from the 2004 headgears
* Changed deprecated Job_Alchem to Job_Alchemist (see r10904)
* Fixed a typo in a geffen city npc (Job_Merhcant)
* Fixed a typo in the Jobmaster custom script (Job_Gunsliger)
* Fixed one old eAAC Quest Warper bug (warp to nonwalkable coords)

git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@10940 54d463be-8e91-2dee-dedb-b68131a5f0ec
2007-07-31 21:27:01 +00:00
L0ne_W0lf
feb66f53d3 * Added the "F_BlockHigh" function back in, as it's still used by 2-x job quests.
- Fix the assassin job quest item reward bug. Cheap fix until it's rewritten. 
* Added official Pang Voice skill quest for bards. Further official 2-x skill quests to come.

git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@10938 54d463be-8e91-2dee-dedb-b68131a5f0ec
2007-07-31 09:11:38 +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
Lupus
a431acd416 Added npc/sample/npc_live_dialogues.txt how to use Global_Functions.txt
git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@10035 54d463be-8e91-2dee-dedb-b68131a5f0ec
2007-03-20 06:48:26 +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
skotlex
fa1c4b2e47 - Simplified the global function "getJobName"
- Simplified function agitcheck so it isn't crash prone. Now it takes no arguments, and will return whether WoE is on or not.
- Updated bundled scripts as required for this change.


git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@9559 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-12-22 15:38:30 +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
ecb547edc2 Removed garbage vars from Shinokas quest
git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@9372 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-11-30 13:09:14 +00:00
KarLaeda
78d9c69d88 Cleaned up global permanent variables in Airship Quest
git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@9306 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-11-24 11:24:21 +00:00
Lupus
c88fbc0e16 Added official Ninja Job quest
git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@9224 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-11-16 09:47:08 +00:00
Lupus
e00e768228 Cleared a bit 'clear garbage' function. Update novice grounds with correct kafra tickets
git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@9115 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-11-01 11:34:38 +00:00
Lupus
f5d4fd6aea added new TK job quest, added Rachel city NPC!, added louyang guide
git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@9074 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-10-26 05:38:39 +00:00
Lupus
9b9890e91c 2 typos fixed
git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@8834 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-09-21 14:36:42 +00:00
Lupus
001711c37a freed 15 more perm variables. Fixed bugs in Cube Room
git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@8831 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-09-21 11:12:52 +00:00
Lupus
6cd8533bc3 fixed Cube Room quest bug, more optimizations
git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@8821 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-09-20 09:39:11 +00:00
Lupus
2f788df6b6 1s job skill quests optimization. now using @temp vars
git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@8820 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-09-20 08:28:08 +00:00
Lupus
a402eb2a81 fixed typos, added missing NEXT;, optimized Niflheim. Clear nif vars garbage
git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@8819 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-09-20 05:43:48 +00:00
evera
3cef575197 updated header of other/Global_Functions.txt
git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@8282 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-08-15 03:59:59 +00:00
evera
0486ae7b2b updated dts_warper.txt to use MISC_QUEST|128 instead of dtseligible,2
Added that to garbage cleaning
Added garbage cleaning func call to dts_warper.txt (only makes sense)
And I did this at 1am, so look for bugs before I merge to stable, and report on forums.

git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@8266 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-08-14 08:13:21 +00:00
Lupus
63ea289b99 updated gunslinger quest/ updated 2006 headgears. fixed lighthalzen quest
git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@7996 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-07-31 09:27:15 +00:00
Lupus
8f8581568b updated gunslinger job quest/ fixed louyang bug
git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@7976 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-07-30 09:25:00 +00:00
evera
0c7b44a0e6 git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@7695 54d463be-8e91-2dee-dedb-b68131a5f0ec 2006-07-15 20:48:32 +00:00
evera
0295ac624f git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@7458 54d463be-8e91-2dee-dedb-b68131a5f0ec 2006-07-03 18:37:06 +00:00
evera
1a5ce835a6 Split quests from cities/einbroch.txt
+ quests/quests_einbroch.txt
Fixed some small typos
Added $talk to garbage clean-up

git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@7457 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-07-03 18:35:29 +00:00
Lupus
2d257532f8 updated job quests.
git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@7242 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-06-19 08:07:50 +00:00
Lupus
69179113d6 Completed full save/restore of Quest Skills on the REBIRTHING 8)
git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@7089 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-06-11 06:51:38 +00:00
Lupus
864ef25503 minor fix to make morgenstein quest
git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@7063 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-06-09 08:33:46 +00:00
Lupus
08b2f67d8a added functions to completely save/load of quest skills
git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@7028 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-06-07 10:23:30 +00:00
Lupus
4db57af69b added missing return;
git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@6972 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-06-05 05:47:23 +00:00
Lupus
1eb4c20509 many quests variables are shrinked in 1 variable bits. UPDATE ALL YOUR OLD scripts!
git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@6884 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-05-31 09:42:24 +00:00
Lupus
50112ece84 optimized some quests vars
git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@6839 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-05-30 10:35:19 +00:00
Lance
daaf8a0d13 * Global_Functions fix. Jobmaster fix.
git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@6687 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-05-22 09:07:50 +00:00
Lance
e174a54ca3 Rewrote JobChanger..
git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@6674 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-05-21 04:44:43 +00:00
Lupus
6e6d18c076 new job quests for Taekwon, Soul Linker, Star Gladiolus ^_-
git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@6189 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-04-20 07:33:10 +00:00
Vicious
43ef9a1e79 fixed baby jobchange
git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@5879 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-04-02 20:30:54 +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
celest
05e7c68ef7 Typo ^^;
git-svn-id: https://svn.code.sf.net/p/rathena/svn/branches/stable@1424 54d463be-8e91-2dee-dedb-b68131a5f0ec
2005-04-07 03:24:57 +00:00
celest
67a9cafa79 * Fixed a crash in clif_send when checking packet version
* Fixed a crash in Deluge, Volcano and Violent Gale
* Allow super novices to rent carts from the Kafra

git-svn-id: https://svn.code.sf.net/p/rathena/svn/branches/stable@1420 54d463be-8e91-2dee-dedb-b68131a5f0ec
2005-04-06 11:55:55 +00:00