diff options
author | Jesusaves <cpntb1@ymail.com> | 2020-05-27 17:55:45 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2020-06-17 03:43:14 +0000 |
commit | 42ba4602de17807f346a49ab60fd0f99bbafb44e (patch) | |
tree | 68dc43b4738cccc2125c0ba06fd674e13ac5cdcb /npc | |
parent | 29e1ad40faa662f6b4d66cc3381ba1a8df4a73ad (diff) | |
download | serverdata-42ba4602de17807f346a49ab60fd0f99bbafb44e.tar.gz serverdata-42ba4602de17807f346a49ab60fd0f99bbafb44e.tar.bz2 serverdata-42ba4602de17807f346a49ab60fd0f99bbafb44e.tar.xz serverdata-42ba4602de17807f346a49ab60fd0f99bbafb44e.zip |
This will not cause any immediate change, but it is the definition for the factions.
Factions are internally recognized as "clans" and are often reffered as "guilds"
(But in RO, a clan is also seldomly called Guild)
NOTE: SI was not updated.
Diffstat (limited to 'npc')
-rw-r--r-- | npc/001-2-39/qanon.txt | 2 | ||||
-rw-r--r-- | npc/008-3-5/nunia.txt | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/npc/001-2-39/qanon.txt b/npc/001-2-39/qanon.txt index 427a97ca..e2273850 100644 --- a/npc/001-2-39/qanon.txt +++ b/npc/001-2-39/qanon.txt @@ -85,7 +85,7 @@ function legionState { // minor guilds: Merchants, Thieves and Mages. // It would be the commands below: - // join_clan(CLAN_LEGION); + // join_clan(FACTION_LEGION); // clan_leave(); return; } diff --git a/npc/008-3-5/nunia.txt b/npc/008-3-5/nunia.txt index f87a32d9..b2234dff 100644 --- a/npc/008-3-5/nunia.txt +++ b/npc/008-3-5/nunia.txt @@ -71,7 +71,7 @@ function nuniaBegin { l("At least, you look peaceful. And I see by your fingers that you can deal with lockpicks."), l("I am going to teach you all what a thief needs to know, later"), l("Call for Micksha and Jesusalva to implement all this, please."), - l("And Tezer, our president in Tulimshar, should be able to give you even more training."); + l("And Tanveer, our president in Tulimshar, should be able to give you even more training."); return; } |