diff options
author | (no author) <(no author)@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2005-02-13 04:51:54 +0000 |
---|---|---|
committer | (no author) <(no author)@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2005-02-13 04:51:54 +0000 |
commit | 9d65ce5dd14b7758be4eafffcea61f78feb38fa2 (patch) | |
tree | dd7f100274d315058c8407d523d0b2f3217bb1db /npc | |
parent | 67dc0c7a4ade3c375dd8fc3e721ecea00152904d (diff) | |
download | hercules-9d65ce5dd14b7758be4eafffcea61f78feb38fa2.tar.gz hercules-9d65ce5dd14b7758be4eafffcea61f78feb38fa2.tar.bz2 hercules-9d65ce5dd14b7758be4eafffcea61f78feb38fa2.tar.xz hercules-9d65ce5dd14b7758be4eafffcea61f78feb38fa2.zip |
* Only evoke script_rid2sd if agitcheck(1) is used
* Fixed some bugs in the novice training ground and the custom jobchanger script
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/branches/stable@1100 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'npc')
-rw-r--r-- | npc/Changelog.txt | 4 | ||||
-rw-r--r-- | npc/jobs/custom/jobchange.txt | 4 | ||||
-rw-r--r-- | npc/jobs/novice/novice.txt | 14 |
3 files changed, 13 insertions, 9 deletions
diff --git a/npc/Changelog.txt b/npc/Changelog.txt index 125a1eb96..879254d72 100644 --- a/npc/Changelog.txt +++ b/npc/Changelog.txt @@ -34,6 +34,10 @@ Other Ppl Date Added ====== +02/13 + * Added midas's fixes for bugs in the novice training ground and the custom + jobchanger script [celest] + 10/02 * Fixed Wizard job quest (made only one agressive mob in the last room) [Lupus] diff --git a/npc/jobs/custom/jobchange.txt b/npc/jobs/custom/jobchange.txt index 296c367cc..dc90c3d93 100644 --- a/npc/jobs/custom/jobchange.txt +++ b/npc/jobs/custom/jobchange.txt @@ -492,8 +492,8 @@ LSecondClass2: close; LBardDancer: - if(sex==0) goto LBard; - if(sex==1) goto LDancer; + if(sex==0) goto LDancer; + if(sex==1) goto LBard; LBard: if(class !=3) goto LNotArch3; diff --git a/npc/jobs/novice/novice.txt b/npc/jobs/novice/novice.txt index cd9c6235c..c2d8710c1 100644 --- a/npc/jobs/novice/novice.txt +++ b/npc/jobs/novice/novice.txt @@ -294,8 +294,8 @@ new_1-2.gat,81,110,4 script Newbie Instructor 84,{ mes "[Newbie Instructor]"; mes "Right-clicking on a character leads you to see individual menu including Trade command."; mes "When left-clicking on Trade menu, ^FF0000'Trade window'^000000 pops up. That's the way you can exchange ^FF0000items or zeny, Ragnarok currency^000000 with another character."; - mes "There are 2 different buttons on the bottom of trade window, one is ´OK´ the other is ´Cancel´."; - mes "Press ´OK´ if you are ready or ´Cancel´ if you want to cancel the deal."; + mes "There are 2 different buttons on the bottom of trade window, one is OK, the other is Cancel."; + mes "Press OK if you are ready or Cancel if you want to cancel the deal."; next; mes "[Newbie Instructor]"; mes "Let's check the ^FF0000'Chat Window'^000000 on the bottom of game screen, which allows you to chat with others. It is devided into 2 parts, you can enter a ^FF0000character name you want to whisper^000000 at the left part."; @@ -305,7 +305,7 @@ new_1-2.gat,81,110,4 script Newbie Instructor 84,{ next; mes "[Newbie Instructor]"; mes "The following text tells you more about the 'Character View'."; - mes "When you drag mouse from right to left with the right mouse button held down, the character view rotates (360°)."; + mes "When you drag mouse from right to left with the right mouse button held down, the character view rotates (360?."; mes "Holding down the 'Ctrl' key and the right mouse button while dragging the mouse up and down, makes the view ^FF0000Zooming in and out toward the character^000000."; mes "Holding down the 'Shift' key and the right mouse button while dragging the mouse up and down, controls the angle of the view ^FF0000for fixed range^000000."; next; @@ -1257,18 +1257,18 @@ new_1-4.gat,100,29,4 script Helper 54,{ mes "Bye!"; next; if (@TEMP != 0) goto L0a; - warp "new_1-4.gat",94,56; + warp "new_1-4.gat",94,63; close; L0a: if (@TEMP != 1) goto L0b; - warp "new_1-4.gat",98,56; + warp "new_1-4.gat",99,63; close; L0b: if (@TEMP != 2) goto L0c; - warp "new_1-4.gat",102,56; + warp "new_1-4.gat",100,58; close; L0c: - warp "new_1-4.gat",106,56; + warp "new_1-4.gat",98,62; close; L1: |