
12-13-2008
|
 | Kynox's sister's pimp Legendary User | | | Join Date: Apr 2006 Location: ntdll.dll
Posts: 4,188
Nominated 63 Times in 4 Posts  TOTM/W Award(s): 1 Reputation: 1085 Points: 55,580, Level: 35 | Level up: 16%, 3,120 Points needed |     | |
Quote:
Originally Posted by jjaa The address i am using for CastspellByID is 0x00773400 and i am casting spells fine. |
Yep just double checked.
I remember a problem like this though. When I was comparing updated offsets with Grey.
There are actually two "castspellbyid" functions. One does some client-side sanity checks, the other just sends a cast attempt to the server without the checks.
The former calls the latter and the checks aren't mandatory so you can use either.
Meh. Doesn't really matter which you choose to use. |