Originally Posted by
astroid
Realmlist Please!
Code:
set realmlist us.logon.worldofwarcraft.net
Im trying to get my program to intercept the connection to Tichondrius. That realmlist entry is easily accepted as I can
A: set the realmlist
Code:
set realmlist 127.0.0.1
or B: set my hosts file to to intercept the connection without touching the realmlist file
Code:
127.0.0.1 us.logon.worldofwarcraft.net
Thats all good and dandy. Now the thing is... after the connection is made, login sent to server, login accept sent from server to client, the client drops the connection to the login server, and connects to the actual realm (Tichondrius at 12.129.225.41 port 3724)
Problem is that it is making an IP connection, so a mere hosts file change wont cut it. Anyone know a good way I can intercept that connection?