diff options
author | Jared Adams <jaxad0127@gmail.com> | 2009-03-09 13:02:52 -0600 |
---|---|---|
committer | Jared Adams <jaxad0127@gmail.com> | 2009-03-09 13:05:44 -0600 |
commit | 1ad4140a3a0d3a8aca5c90bff2e46781f6bde3b5 (patch) | |
tree | 423679ff288d99ea57fab351faf665a1a0efc719 /npc/020-1_Nivalis | |
parent | 167a4ef2fd6af2a5ac8d9b9058673387714c2a11 (diff) | |
download | serverdata-1ad4140a3a0d3a8aca5c90bff2e46781f6bde3b5.tar.gz serverdata-1ad4140a3a0d3a8aca5c90bff2e46781f6bde3b5.tar.bz2 serverdata-1ad4140a3a0d3a8aca5c90bff2e46781f6bde3b5.tar.xz serverdata-1ad4140a3a0d3a8aca5c90bff2e46781f6bde3b5.zip |
Adjust the sex changers
Xanith has been removed for now. Cost for sex change is 10k GP and you
need to be atleast level 10. Server message has better wording.
Diffstat (limited to 'npc/020-1_Nivalis')
-rw-r--r-- | npc/020-1_Nivalis/_import.txt | 1 | ||||
-rw-r--r-- | npc/020-1_Nivalis/sexchanger.txt | 29 |
2 files changed, 0 insertions, 30 deletions
diff --git a/npc/020-1_Nivalis/_import.txt b/npc/020-1_Nivalis/_import.txt index 0e18f3ac..cda51aa5 100644 --- a/npc/020-1_Nivalis/_import.txt +++ b/npc/020-1_Nivalis/_import.txt @@ -2,6 +2,5 @@ map: 020-1.gat npc: npc/020-1_Nivalis/_mobs.txt npc: npc/020-1_Nivalis/_warps.txt npc: npc/020-1_Nivalis/amrak.txt -npc: npc/020-1_Nivalis/sexchanger.txt npc: npc/020-1_Nivalis/soul-menhir.txt npc: npc/020-1_Nivalis/startrek.txt diff --git a/npc/020-1_Nivalis/sexchanger.txt b/npc/020-1_Nivalis/sexchanger.txt deleted file mode 100644 index 168f47a3..00000000 --- a/npc/020-1_Nivalis/sexchanger.txt +++ /dev/null @@ -1,29 +0,0 @@ -// - -020-1.gat,50,49,0 script Xanith 136,{ - mes "[Xanith the Surgeon]"; - mes "\"No sex changes right now, sorry.\""; - close; - - mes "[Xanith the Surgeon]"; - mes "\"Are you tired of being what you are?\""; - next; - - mes "[Xanith the Surgeon]"; - mes "\"Would you maybe be interested in a sex change?\""; - next; - - mes "[Server]"; - mes "\"Warning: All the character in your account will get the sex changed.\""; - mes "\"Also you probably will require to restart the client to notice a change.\""; - next; - - menu - "Please do, my dear...", L_Change, - "Leave alone my family treasure!", -; - close; - -L_Change: -// changesex; - close; -} |