Greenman's Ale is an alcoholic beverage which may only be purchased from the Ye Olde Dragon Inn at Yanille for 10 coins. When consumed, the drink temporarily raises your herblaw level by 1 and restores 1 hitpoint, but reduces your attack, strength and defense by at least 2 levels
There were two separate issues causing the player to not path around a wall to interact with an npc. Both would happen when you and the npc were right up next to the wall on opposite sides.
1). The pathing radius was set to 1, which means it would stop early because you were within that radius even though you needed to continue pathing to walk around the wall.
2). PathValidation#checkAdjacent (in WalkToMobAction#shouldExecute) was not performing the blocking check if the tile was marked as projectileAllowed.
This causes the execute callback (in AttackHandler) to execute prematurely which cancels pathing to the npc leaving it unreachable.
Npc actions that should now be fixed:
- Attacking (as mentioned in #1816)
- Talking (as mentioned in #1816)
- Using items on NPCs
- Thieving
(edited)2018-06-01: ORSC project begins
2018-06-22: This discord is created
2018-08-05: v1 is released with the ORSC world
2018-10-15: v2 is released
2019-05-04: Cabbage is released
2019-08-16: v3 is released
2019-xx-xx: v4 is released ;D
(edited)# Features
* Import sprites to an OpenRSC compatible sprite archive: .osar [Open Sprite ARchive]
* Import sprites as character animations.
* Import multiple images at a time with numbering 1-18.
* Make copies of existing sprites.
* Replace a single sprite image.
* Export png images from the sprite file.
* View sprites with different gray and bluescale masks.
* View character animations.
* Uses the original RSC sprite renderer for an authentic look while editing sprites and animations.
* Allows for new sprite slots on composite character animations.
* Allows for use of a bluescale colour for more sprite masking operations.
* Decrease colour count via the colour decimator to save file space and give sprites that RSC look and feel.
(edited)sed 's/gitlab.openrsc.com/orsc.dev/g' .git/config
Then copy and replace the contents of .git/config. Otherwise, simply delete and re-clone your repositories as needed from the website. (edited)- Adds Dragon 2 Handed Sword. Only dropped by the King Black Dragon.
- Adds King Black Dragon Scale item. Only dropped by the King Black Dragon. These will be used to acquire other Dragon items in later quests.
- Added Scot Ruth NPC in Edgeville Dungeon. He lets you use a tunnel that takes you to the Chaos Altar.
(edited)2018-06-01: ORSC project begins
2018-06-22: This discord is created
2018-08-05: v1 is released with the ORSC world
2018-10-15: v2 is released
2019-05-04: Cabbage is released
2019-08-16: v3 is released
2019-12-20: OpenRSC Sprite tool is released
2019-12-31: v4 is released
2020-02-xx: OpenRSC Model tool is finished???
2020-03-xx: v5 is released???
2020-03-xx: OpenPK is released???
2020-08-xx: LoginServer is released???
2020-xx-xx: OpenRSC Landscape tool is released???
2020-xx-xx: RSC Preservation is released???
(edited)- Adds a rowboat from Lumbridge to Edgeville for fast travel
- Disables cannon in KBD lair
- Adds Player Mod role
(edited)