WARP icon indicating copy to clipboard operation
WARP copied to clipboard

Win App Revamp Package

Results 60 WARP issues
Sort by recently updated
recently updated
newest added

From addr = Exe.FindHex(codes[0], memAddr - (Exe.Version < 14 ? 0x50 : 0x200), memAddr); To addr = Exe.FindHex(codes[0], memAddr - (Exe.Version < 14 ? 0x50 : 0x250), memAddr); ![image](https://github.com/Neo-Mind/WARP/assets/2725840/9c5cd054-a2e8-4e00-bf88-66047e3ff830) ![image](https://github.com/Neo-Mind/WARP/assets/2725840/8651518d-997c-4775-b0d5-18c5073c89f7)

bug

I changed to that, it should do the job /// /// \brief Function to extract data from loaded exe and set the members /// export function load() { const _...

bug

Here is the new asm instruction ![image](https://github.com/Neo-Mind/WARP/assets/2725840/8d256e1f-d561-4f02-be13-2ad4df59a70c) Had to add a condition of exe.Version >= 14 if (Exe.Version >= 14) //VC14+ { code = TEST(AL, AL) //test al, al +...

bug

**Describe the bug** When logging an account that is already logged in this msgbox is shown: ![image](https://github.com/Neo-Mind/WARP/assets/47922762/989fd8ec-6343-4a1e-87e6-342fd88ed196) When pressing OK the client is closed. **To Reproduce** Steps to reproduce the...

bug

Is there any way to add Auction to be activated on 2015 ~ 2023 clients? ![image](https://github.com/Neo-Mind/WARP/assets/98105181/4c8ea4a6-1d4e-4436-ae0a-b72401ff3a06)

enhancement

**Is your feature request related to a problem? Please describe.** On Client (RE) Renewal (Not Main) command /skip can't be used the output is invalid command. **Describe the solution you'd...

enhancement

can't apply this patch on Client date 2022-12-07 ![image](https://user-images.githubusercontent.com/129441721/228948971-1843bd6b-4955-4542-bb35-d25dd7a26872.png)

bug

Like the title stated is there a possibility to increase the max input character of the Sign Board? ![image](https://user-images.githubusercontent.com/4976551/228740934-a4e5a453-2363-40f3-ba9c-a4adb594d328.png)

enhancement

**Describe the bug** A clear and concise description of what the bug is. It does not work with Rolling cutter or Dragon breath as far as my testings go, most...

bug
in progress

**Describe the bug** Some patches are giving error in the client **2022-12-07_Ragexe_1670219086** **Screenshots** ![image](https://user-images.githubusercontent.com/98105181/221452005-f3d2564c-40a4-40e4-a211-36e92b164b4b.png) ![image](https://user-images.githubusercontent.com/98105181/221452012-1b10ddb1-a43b-48ba-ac27-5c43020968ce.png) ![image](https://user-images.githubusercontent.com/98105181/221452029-f5ad5bc7-99e7-4fe9-b387-b6341211e31b.png)

bug