RuneHive-Game
Loading...
Searching...
No Matches
com.runehive.content.dialogue.impl.KamfreenaDialogue Class Reference

Handles the kamfreena dialogue. More...

Inheritance diagram for com.runehive.content.dialogue.impl.KamfreenaDialogue:
Collaboration diagram for com.runehive.content.dialogue.impl.KamfreenaDialogue:

Public Member Functions

void sendDialogues (DialogueFactory factory)
 Sends a player a dialogue.

Additional Inherited Members

Static Public Member Functions inherited from com.runehive.content.dialogue.Dialogue
static final boolean isDialogueButton (int button)
 Checks if the button triggered is an optional dialogue button.
Static Public Attributes inherited from com.runehive.content.dialogue.Dialogue
static final ImmutableList< Integer > DIALOGUE_BUTTONS = ImmutableList.of(2461, 2471, 2482, 2462, 2472, 2483, 2473, 2484, 2485, 2494, 2495, 2496, 2497, 2498)
 The action buttons responsible for dialogues.

Detailed Description

Handles the kamfreena dialogue.

Author
Daniel

Definition at line 12 of file KamfreenaDialogue.java.

Member Function Documentation

◆ sendDialogues()

void com.runehive.content.dialogue.impl.KamfreenaDialogue.sendDialogues ( DialogueFactory factory)

Sends a player a dialogue.

Parameters
factoryThe factory for this dialogue.

Reimplemented from com.runehive.content.dialogue.Dialogue.

Definition at line 15 of file KamfreenaDialogue.java.

15 {
16 factory.sendNpcChat(345, Expression.HAPPY,
17 "Welcome to the warriors guild! You can only enter the",
18 "Cyclops room when you have a minimum of 25 tokens. Once",
19 "inside 25 tokens will be removed every 1 minute 30",
20 "seconds. Defender drop are automatically adjusted.").execute();
21 }

References com.runehive.content.dialogue.DialogueFactory.execute(), com.runehive.content.dialogue.Expression.HAPPY, and com.runehive.content.dialogue.DialogueFactory.sendNpcChat().

Here is the call graph for this function:

The documentation for this class was generated from the following file: