From 6403fda71f2788b0cd18405503e718ace09f034f Mon Sep 17 00:00:00 2001 From: mekolat Date: Wed, 22 Oct 2014 15:41:11 -0400 Subject: remove basic skills --- world/map/npc/021-2/government_building.txt | 56 ++++------------------------- 1 file changed, 6 insertions(+), 50 deletions(-) (limited to 'world/map/npc/021-2') diff --git a/world/map/npc/021-2/government_building.txt b/world/map/npc/021-2/government_building.txt index 89abee80..9aea5916 100644 --- a/world/map/npc/021-2/government_building.txt +++ b/world/map/npc/021-2/government_building.txt @@ -144,71 +144,27 @@ S_give_rings: set @halloween_npc_id, $@halloween_npc_tathin; callfunc "TrickOrTreat"; - if (getskilllv(SKILL_PARTY) == 2 ) - goto L_Base_Menu; - if (BaseLevel >= 15 - && getskilllv(SKILL_PARTY) == 1) - goto L_Can_Make_Party; - if (getskilllv(SKILL_PARTY) == 1) - goto L_Base_Menu; - if (BaseLevel >= 10) - goto L_Can_Party; goto L_Base_Menu; L_Base_Menu: menu + "I'd like to join a party.", L_Give_Party, + "I'd like to create my own party.", L_Give_Make_Party, "Nothing, I guess.", L_Close; -L_Can_Party: - menu - "I'd like to get a party permit.", L_Get_Party, - "Nothing, I guess.", L_Close; - -L_Can_Make_Party: - menu - "I'd like to get a party creator permit.", L_Get_Make_Party, - "Nothing, I guess.", L_Close; - -L_Get_Party: - mes "[Tathin]"; - mes "\"A permit to join parties costs 10 GP.\""; - next; - menu - "OK", L_Give_Party, - "No thank you", L_Close; - L_Give_Party: - if (Zeny < 10) - goto L_NotEnoughMoney; - set Zeny, Zeny - 10; - setskill SKILL_PARTY, 1; mes "[Tathin]"; - mes "\"Here's your permit. You'll need to be invited by an existing member of a party to join it.\""; + mes "\"You'll need to be invited by an existing member of a party to join it. You may also create your own party.\""; next; mes "[Tathin]"; mes "\"Remember, parties cannot share experience if any members are more than 10 levels apart.\""; - close; - -L_Get_Make_Party: - mes "[Tathin]"; - mes "\"A permit to create parties costs 50 GP.\""; - next; menu - "OK", L_Give_Make_Party, - "No thank you", L_Close; + "I'd like to create my own party.", L_Give_Make_Party, + "Goodbye.", L_Close; L_Give_Make_Party: - if (Zeny < 50) - goto L_NotEnoughMoney; - set Zeny, Zeny - 50; - setskill SKILL_PARTY, 2; - mes "[Tathin]"; - mes "\"Here's your permit. You can create parties with the 'new' or 'create' commands on the Party tab in the client. Parties need to have unique names.\""; - close; - -L_NotEnoughMoney: mes "[Tathin]"; - mes "\"You don't have enough GP\""; + mes "\"You can create parties with the 'new' or 'create' commands on the Party tab in the client. Parties need to have unique names.\""; close; L_Close: -- cgit v1.2.3-60-g2f50