mirror of
https://github.com/goatcorp/Dalamud.git
synced 2025-12-28 11:29:18 +01:00
Merge branch 'fools23' of github.com:NotNite/DalamudFools23 into fools23
This commit is contained in:
commit
717dc79582
2 changed files with 4 additions and 3 deletions
|
|
@ -14,12 +14,13 @@ namespace Dalamud.Fools.Plugins;
|
|||
|
||||
public class OopsMaybeLalafells : IFoolsPlugin
|
||||
{
|
||||
// Plugin
|
||||
// Oops, Maybe Lalafells?
|
||||
// This plugin is deliberately nerfed to prevent a fully-formed revival of the original.
|
||||
|
||||
public OopsMaybeLalafells()
|
||||
{
|
||||
var scanner = Service<SigScanner>.Get();
|
||||
var addr = scanner.Module.BaseAddress + 0x0484F60;
|
||||
var addr = scanner.Module.BaseAddress + 0x0484F60; // Deliberate choice in line with the above comment - this is intended to break after the next patch.
|
||||
SetupCharacterHook = Hook<SetupCharacterDelegate>.FromAddress(addr, SetupCharacterDetour);
|
||||
SetupCharacterHook.Enable();
|
||||
RedrawAll();
|
||||
|
|
|
|||
|
|
@ -74,7 +74,7 @@ public class YesSolicitingPlugin : IFoolsPlugin
|
|||
|
||||
"Like to ERP? Join our Extraordinary Raid Party today!",
|
||||
"Bored? Hungry? Visit the Alternate Reality Plugins section today!",
|
||||
"Selling iTomestone 14 Pro - has 0.5x mechanic zoom camera, /tell if interested",
|
||||
"Selling iTomestone 14 Pro - has world-first 0.5x mechanic zoom camera, /tell if interested",
|
||||
"buying gf 10k gil",
|
||||
"ULTIMATE TWENTY NINE HOUR RAID SESSION BEGINS NOW. WATCH LIVE AT twitch.tomestone/xXx_HARDCORE_GAMING_xXx",
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue