Skip to content

Commit

Permalink
Change name
Browse files Browse the repository at this point in the history
  • Loading branch information
wushin committed May 12, 2016
1 parent d1e1173 commit c3ff276
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions world/map/npc/012-4/cave_ownership.txt
Expand Up @@ -16,27 +16,27 @@
if (.focusing) end; // a party is currently focusing on this totem
if (gettimetick(2) - .protected < 4) goto L_Protect; // a party is currently protecting this totem
set .focusing, getcharid(1);
message strcharinfo(0), "The stone begins to glow";
message strcharinfo(0), "The Fey Anomaly begins to glow";
set .cnt, gettimetick(2);
set .cancel, 0;
addnpctimer 1000, strnpcinfo(0)+"::OnFocus"; // make glow
addnpctimer get(.length, "TCO") * 1000, strnpcinfo(0)+"::OnFocusDone";
end;

L_Owned:
message strcharinfo(0), "The stone glows in your presense";
message strcharinfo(0), "The Fey Anomaly glows in your presense";
end;

L_ReCharge:
message strcharinfo(0), "The stone needs to recharge.";
message strcharinfo(0), "The Fey Anomaly needs to recharge.";
end;

L_NeedParty:
message strcharinfo(0), "You need to be in a party.";
end;

L_Protect:
message strcharinfo(0), "This monolith is currently being protected.";
message strcharinfo(0), "This Fey Anomaly is currently being protected.";
end;

OnFocus:
Expand Down

0 comments on commit c3ff276

Please sign in to comment.