Forums WoW Modding Resources Tools [Archive] [Release] Automatic stop-casting in Windows 1.12.1.5875 client

[Archive] [Release] Automatic stop-casting in Windows 1.12.1.5875 client

[Archive] [Release] Automatic stop-casting in Windows 1.12.1.5875 client

Pages (2): Previous 1 2
rektbyfaith
Administrator
0
11-04-2025, 12:44 PM
#11
Archived author: Lbniese • Posted: 2025-11-04T13:44:56.475528
Original source

Quote: Originally Posted by Mothridius
[Image: lastpost-right.svg]

From the zip I got folders titled loader and nampower

2 files named .gitignore and nampower.sln.

2 text docs named license and readme.

inside the loader folder are 5 files named loader.rc loader.vcsproj loader.vcxproj.filers main.cpp and resource.h

inside the nampower folder are 9 other files.

Sounds like you didn't compile the code :-)
rektbyfaith
11-04-2025, 12:44 PM #11

Archived author: Lbniese • Posted: 2025-11-04T13:44:56.475528
Original source

Quote: Originally Posted by Mothridius
[Image: lastpost-right.svg]

From the zip I got folders titled loader and nampower

2 files named .gitignore and nampower.sln.

2 text docs named license and readme.

inside the loader folder are 5 files named loader.rc loader.vcsproj loader.vcxproj.filers main.cpp and resource.h

inside the nampower folder are 9 other files.

Sounds like you didn't compile the code :-)

rektbyfaith
Administrator
0
11-04-2025, 12:44 PM
#12
Archived author: namreeb • Posted: 2025-11-04T13:44:56.475528
Original source

rektbyfaith
11-04-2025, 12:44 PM #12

Archived author: namreeb • Posted: 2025-11-04T13:44:56.475528
Original source

rektbyfaith
Administrator
0
11-04-2025, 12:44 PM
#13
Archived author: Mothridius • Posted: 2025-11-04T13:44:56.475528
Original source

Quote: Ah, I have downloaded hadesmen and boost c++. I have no idea what I am supposed to do from here to compile this. I apologize for being a noob here.
rektbyfaith
11-04-2025, 12:44 PM #13

Archived author: Mothridius • Posted: 2025-11-04T13:44:56.475528
Original source

Quote: Ah, I have downloaded hadesmen and boost c++. I have no idea what I am supposed to do from here to compile this. I apologize for being a noob here.

rektbyfaith
Administrator
0
11-04-2025, 12:44 PM
#14
Archived author: namreeb • Posted: 2025-11-04T13:44:56.475528
Original source

Quote: Oh. I didn't realize you were trying to compile it. Not to be rude, but if you can't figure that out it's not really intended for you. The release on github contains a compiled binary version though, which you can just download and run, once the files are copied to your WoW folder, as I have said here (and as said in the instructions). Visit here: https://github.com/namreeb/nampower/releases and click on the .7z file to download the binary.
rektbyfaith
11-04-2025, 12:44 PM #14

Archived author: namreeb • Posted: 2025-11-04T13:44:56.475528
Original source

Quote: Oh. I didn't realize you were trying to compile it. Not to be rude, but if you can't figure that out it's not really intended for you. The release on github contains a compiled binary version though, which you can just download and run, once the files are copied to your WoW folder, as I have said here (and as said in the instructions). Visit here: https://github.com/namreeb/nampower/releases and click on the .7z file to download the binary.

rektbyfaith
Administrator
0
11-04-2025, 12:44 PM
#15
Archived author: namreeb • Posted: 2025-11-04T13:44:56.475528
Original source

rektbyfaith
11-04-2025, 12:44 PM #15

Archived author: namreeb • Posted: 2025-11-04T13:44:56.475528
Original source

rektbyfaith
Administrator
0
11-04-2025, 12:44 PM
#16
Archived author: Mothridius • Posted: 2025-11-04T13:44:56.475528
Original source

Quote: I figured it out now. Thank you for your help. I made something really easy really hard.
rektbyfaith
11-04-2025, 12:44 PM #16

Archived author: Mothridius • Posted: 2025-11-04T13:44:56.475528
Original source

Quote: I figured it out now. Thank you for your help. I made something really easy really hard.

rektbyfaith
Administrator
0
11-04-2025, 12:44 PM
#17
Archived author: dardrinxoxo • Posted: 2025-11-04T13:44:56.475528
Original source

Quote: Is there any simple way to use this on the 2.4.3 servers. I'm in New Zealand so im trying to deal with 300+ms and no ability Queue and its really bad.

NVM, After reading other peoples comments it seems that this not required. I guess the random long pauses after casts that happens frequently is caused by something else.. [Image: frown.gif]

*especially noticeable at the end of casting arcane missiles
rektbyfaith
11-04-2025, 12:44 PM #17

Archived author: dardrinxoxo • Posted: 2025-11-04T13:44:56.475528
Original source

Quote: Is there any simple way to use this on the 2.4.3 servers. I'm in New Zealand so im trying to deal with 300+ms and no ability Queue and its really bad.

NVM, After reading other peoples comments it seems that this not required. I guess the random long pauses after casts that happens frequently is caused by something else.. [Image: frown.gif]

*especially noticeable at the end of casting arcane missiles

rektbyfaith
Administrator
0
11-04-2025, 12:44 PM
#18
Archived author: namreeb • Posted: 2025-11-04T13:44:56.475528
Original source

Quote: Originally Posted by dardrinxoxo
[Image: lastpost-right.svg]

Is there any simple way to use this on the 2.4.3 servers. I'm in New Zealand so im trying to deal with 300+ms and no ability Queue and its really bad.

NVM, After reading other peoples comments it seems that this not required. I guess the random long pauses after casts that happens frequently is caused by something else.. [Image: frown.gif]

*especially noticeable at the end of casting arcane missiles

Just to clarify, yes, you are correct. It is not necessary after classic, because the limitation that nampower bypasses is present only in classic. Specifically, the limitation is that the client will not let you cast a spell until it receives a message from the server that the previous cast has completed. In TBC and onwards, the client will let you attempt a cast even if one is currently underway.
rektbyfaith
11-04-2025, 12:44 PM #18

Archived author: namreeb • Posted: 2025-11-04T13:44:56.475528
Original source

Quote: Originally Posted by dardrinxoxo
[Image: lastpost-right.svg]

Is there any simple way to use this on the 2.4.3 servers. I'm in New Zealand so im trying to deal with 300+ms and no ability Queue and its really bad.

NVM, After reading other peoples comments it seems that this not required. I guess the random long pauses after casts that happens frequently is caused by something else.. [Image: frown.gif]

*especially noticeable at the end of casting arcane missiles

Just to clarify, yes, you are correct. It is not necessary after classic, because the limitation that nampower bypasses is present only in classic. Specifically, the limitation is that the client will not let you cast a spell until it receives a message from the server that the previous cast has completed. In TBC and onwards, the client will let you attempt a cast even if one is currently underway.

Pages (2): Previous 1 2
Recently Browsing
 1 Guest(s)
Recently Browsing
 1 Guest(s)