Roger: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
No edit summary |
||
Line 2: | Line 2: | ||
[[Roger]] is an ex-pirate living in the basement of the [[General Store]] in [[Celadon City]]. He plays a role in the [[Dragonsmoke Island (Quest)|Dragonsmoke Island]] quest and offers a unique cosmetic service. If you bring him a [[Bottle of Rum]], he'll reward you by changing your shirt into a pirate-themed outfit—either the male or female variation of the '''Pirate Shirt'''. | [[Roger]] is an ex-pirate living in the basement of the [[General Store]] in [[Celadon City]]. He plays a role in the [[Dragonsmoke Island (Quest)|Dragonsmoke Island]] quest and offers a unique cosmetic service. If you bring him a [[Bottle of Rum]], he'll reward you by changing your shirt into a pirate-themed outfit—either the male or female variation of the '''Pirate Shirt'''. | ||
== Conversations == | |||
'''Roger:''' Arr, get outta my house, would ye? | |||
'''Player:''' Sorry | |||
'''Player:''' Smee sent me | |||
'''Roger:''' Smee? | Haven't heard that name in a while | Whats he been up to? | |||
'''Player:''' Still being a pirate | |||
'''Roger:''' Oh really | Well I'm not just going to give away any of my old pirate shirts | Lets make a deal, you give me a bottle of rum, I give you a pirate shirt | |||
'''Player:''' Deal | |||
'''Player:''' Where can I get a bottle of rum from? | |||
'''Roger:''' Well we always had rum on pirate ships | Or maybe a bar nearby is selling some | |||
<code style="color: red;">''Event Action:'' {'type': 'AdvanceQuest', 'description': 'Dragonsmoke Island', 'questid': 3, 'checkpoint': 3, 'requirements': None}</code> | |||
'''Player:''' I don't have time for small talk | |||
'''Roger:''' Oh really | Well I'm not just going to give away any of my old pirate shirts | Lets make a deal, you give me a bottle of rum, I give you a pirate shirt | |||
'''Player:''' Deal | |||
'''Player:''' Where can I get a bottle of rum from? | |||
'''Roger:''' Well we always had rum on pirate ships | Or maybe a bar nearby is selling some | |||
<code style="color: red;">''Event Action:'' {'type': 'AdvanceQuest', 'description': 'Dragonsmoke Island', 'questid': 3, 'checkpoint': 3, 'requirements': None}</code> | |||
'''Roger:''' If you want a pirate shirt, just give me some rum | |||
'''Player:''' I don't have any rum | |||
'''Roger:''' No rum, no shirt | |||
'''Player:''' Here's your rum | |||
'''Roger:''' Well hand it over | |||
'''Player:''' Here you go | |||
'''Roger:''' Ahh, lovely rum | |||
'''Roger:''' Oh yes, and what kind of pirate shirt do you want? | |||
'''Player:''' Guys shirt | |||
<code style="color: red;">''Event Action:'' {'desc': 'player gives a bottle of rum', 'type': 'PlayerGiveItems', 'playerGiveItems': [{'id': 424, 'isIOU': False, 'amt': 1}]}</code> | |||
<code style="color: red;">''Event Action:'' {'desc': 'changes into pirate shirt', 'type': 'ForceChangeAppearance', 'beard': None, 'hair': None, 'shirt': 28, 'pants': None, 'body': None, 'requirements': None}</code> | |||
<code style="color: red;">''Event Action:'' {'type': 'AdvanceQuest', 'description': 'Dragonsmoke Island', 'questid': 3, 'checkpoint': 4, 'requirements': [{'desc': 'player needs to be at checkpoint 3 of Dragonsmoke Island quest', 'type': 'quest', 'questid': 3, 'checkpoint': 3, 'booleanoperator': None, 'operator': '==='}]}</code> | |||
'''Player:''' Gals shirt | |||
<code style="color: red;">''Event Action:'' {'desc': 'player gives a bottle of rum', 'type': 'PlayerGiveItems', 'playerGiveItems': [{'id': 424, 'isIOU': False, 'amt': 1}]}</code> | |||
<code style="color: red;">''Event Action:'' {'desc': 'changes into pirate shirt', 'type': 'ForceChangeAppearance', 'beard': None, 'hair': None, 'shirt': 29, 'pants': None, 'body': None, 'requirements': None}</code> | |||
<code style="color: red;">''Event Action:'' {'type': 'AdvanceQuest', 'description': 'Dragonsmoke Island', 'questid': 3, 'checkpoint': 4, 'requirements': [{'desc': 'player needs to be at checkpoint 3 of Dragonsmoke Island quest', 'type': 'quest', 'questid': 3, 'checkpoint': 3, 'booleanoperator': None, 'operator': '==='}]}</code> | |||
'''Player:''' Nevermind | |||
'''Player:''' Actually I changed my mind | |||
'''Player:''' I think I'll keep my rum actually | |||
'''Roger:''' No rum, no shirt |
Revision as of 21:35, 15 June 2025
Roger is an ex-pirate living in the basement of the General Store in Celadon City. He plays a role in the Dragonsmoke Island quest and offers a unique cosmetic service. If you bring him a Bottle of Rum, he'll reward you by changing your shirt into a pirate-themed outfit—either the male or female variation of the Pirate Shirt.
Conversations
Roger: Arr, get outta my house, would ye?
Player: Sorry
Player: Smee sent me Roger: Smee? | Haven't heard that name in a while | Whats he been up to? Player: Still being a pirate Roger: Oh really | Well I'm not just going to give away any of my old pirate shirts | Lets make a deal, you give me a bottle of rum, I give you a pirate shirt Player: Deal Player: Where can I get a bottle of rum from? Roger: Well we always had rum on pirate ships | Or maybe a bar nearby is selling someEvent Action: {'type': 'AdvanceQuest', 'description': 'Dragonsmoke Island', 'questid': 3, 'checkpoint': 3, 'requirements': None}
Player: I don't have time for small talk Roger: Oh really | Well I'm not just going to give away any of my old pirate shirts | Lets make a deal, you give me a bottle of rum, I give you a pirate shirt Player: Deal Player: Where can I get a bottle of rum from? Roger: Well we always had rum on pirate ships | Or maybe a bar nearby is selling someEvent Action: {'type': 'AdvanceQuest', 'description': 'Dragonsmoke Island', 'questid': 3, 'checkpoint': 3, 'requirements': None}
Roger: If you want a pirate shirt, just give me some rum
Player: I don't have any rum Roger: No rum, no shirt
Player: Here's your rum Roger: Well hand it over Player: Here you go Roger: Ahh, lovely rum Roger: Oh yes, and what kind of pirate shirt do you want? Player: Guys shirtEvent Action: {'desc': 'player gives a bottle of rum', 'type': 'PlayerGiveItems', 'playerGiveItems': [{'id': 424, 'isIOU': False, 'amt': 1}]}
Event Action: {'desc': 'changes into pirate shirt', 'type': 'ForceChangeAppearance', 'beard': None, 'hair': None, 'shirt': 28, 'pants': None, 'body': None, 'requirements': None}
Event Action: {'type': 'AdvanceQuest', 'description': 'Dragonsmoke Island', 'questid': 3, 'checkpoint': 4, 'requirements': [{'desc': 'player needs to be at checkpoint 3 of Dragonsmoke Island quest', 'type': 'quest', 'questid': 3, 'checkpoint': 3, 'booleanoperator': None, 'operator': '==='}]}
Player: Gals shirtEvent Action: {'desc': 'player gives a bottle of rum', 'type': 'PlayerGiveItems', 'playerGiveItems': [{'id': 424, 'isIOU': False, 'amt': 1}]}
Event Action: {'desc': 'changes into pirate shirt', 'type': 'ForceChangeAppearance', 'beard': None, 'hair': None, 'shirt': 29, 'pants': None, 'body': None, 'requirements': None}
Event Action: {'type': 'AdvanceQuest', 'description': 'Dragonsmoke Island', 'questid': 3, 'checkpoint': 4, 'requirements': [{'desc': 'player needs to be at checkpoint 3 of Dragonsmoke Island quest', 'type': 'quest', 'questid': 3, 'checkpoint': 3, 'booleanoperator': None, 'operator': '==='}]}
Player: Nevermind Player: Actually I changed my mind
Player: I think I'll keep my rum actually Roger: No rum, no shirt