tnx for the repack
I've a Question
how can i play this repack with both of my computer and laptop on a LAN ?
i really must know it
tnx again :good:
First you will have to open your database (e.g. via HeidiSQL). In the "auth" database you will find the "realmlist" table.
in there change the address from "127.0.0.1" to your LAN address (e.g. 192.168.1.50).
Note that if you're using DHCP addressing, your IP might change the next time you'll start your computer, in which case you'll have to change the table info again. I'd recommend to use static addressing to avoid this issue.
Then on the computer not hosting the server, set the realmlist to match your 1st computer IP (e.g. SET realmlist "192.168.1.50").
You might be blocked by Windows firewall, if thats the case either disable it entirely on both computers (easy way) or add an inbound rule on the 1st computer to allow the 2nd computer to connect on ports 8085/3724.
Mr. Satan said:
I've never set up a server for just LAN use, but it might work just using localhost in realmlist on both clients?
Seems 'too' easy but that's my first guess. Just host the server either PC, as long as they are connected to same network.
This is incorrect as "localhost" only refers locally as in "on this computer". While it will work for the hosting PC, it will not for the other one.