mirror of
https://github.com/2006-Scape/apollo.git
synced 2026-07-03 00:38:21 +00:00
32ef506211
Use block instead of lambda, add emotes.rb Proper tutorial island emote Add newline at end of emotes.rb Use block instead of lambda, fix send_generic_dialogue method to accept block
8 lines
315 B
Ruby
8 lines
315 B
Ruby
# Declares all of the possible emotes
|
|
declare_emote(:calm, 588)
|
|
declare_emote(:anxious, 589)
|
|
declare_emote(:default, 591)
|
|
|
|
# TODO: Properly name the rest of the facial emotes.
|
|
# Found at http://www.rune-server.org/runescape-development/rs2-server/tutorials/518991-pi-317-player-npc-facial-dialogue-expressions.html
|