so u got server on different pc ? and launcher connecting from diffrent pc?
- - - Updated - - -
open visual studio and click on launcher then click network and clickon client.cs you can change it here then save and only rebuild launcher
static public int Version = 1;
static public string IP = "127.0.0.1";
static public int Port = 8000;
static public bool Started = false;
logged in,but cant do anything,and
worldserver.exe is updating creatures protos(?) @leo222
is this normal?
the worldserver is sending request trying to update the creature_protos table even if its full
![]()
Last edited by xlw00tlx; 15-03-18 at 10:02 PM.
ah yeh forgot about that that's normal its updating the creature types and creature subtypes mite take along time to add all types to db it will do that once if you let it run then it will do it for npc waypoints if u add the npc waypoints
Last edited by leo222; 15-03-18 at 11:04 PM.
OK UPDATED LINKS FOR SERVER AND DB ON FIRST POST let me know if u get stuck on seting it all up like if u like :) doors now working
ok here some new fixes by me last update was in 2014 by some guy will add new links to first post when uploaded
here info on fixes
Doors fixed
fixed population box dont show now on login
random name fixed
quest maps added
pairing added
gm command teleport quick added
npc,s dont attack gm,s
door open and close fixed
door open and close sound added
npc waypoints added with speech ect
vendor text fixed
missing zone offsets added now npc will show up
zone onscreen text added
quest dye vendor box fixed needs dye code fixing
public quest fixs added
chapter influnce bar added
you are now flagged for rvr added
fixed error were you carnt teleport to the lost vale
scenaro ative now que added port to a scenaro
siegeweapon loading
Last edited by leo222; 16-03-18 at 05:42 PM.
after login nothing happens,still stuck on that screen
also this
NVM FIXED THAT ERROR
STILL AFTER LOGIN I CANT CREATE CHARACTER
Last edited by xlw00tlx; 17-03-18 at 03:33 AM.
I see your picture your in the debug folder have you not used visual studio before ? set visual studio as release then build the server then go into bin release and not debug unless your debugging the game to test new code if not then only use release
neither debug or release work,when you login in the game theres no button to create character
is client or server problem
edit: also
in sln launcher the path should be this
Directory.SetCurrentDirectory(CurDir + "\\user");
not Directory.SetCurrentDirectory(CurDir + "\\..\\user");
or it gives error
edit2:still,can login but cant create character
![]()
Last edited by xlw00tlx; 17-03-18 at 01:01 PM.
ok I see your nearly there add in your firewall exception to war.exe
so you have them disabled you have internet enabled ? also check that your charters db is correct
windows defender,firewall,security center disabled
all files unlocked
all databases in 1:warhammer,also edited the configs to point at it insted of 3 different db
database SHOW CREATE TABLE `warhammer`.`characters`; empty
SHOW CREATE TABLE `warhammer`.`characterinfo`; shows all races and clases
still cant create chars,server side or client problem
client or server error
ok could be the data.myp
Last edited by leo222; 27-03-18 at 05:08 PM.
game crash on loading after splash screen now
@leo222 i need interface.myp too
Last edited by xlw00tlx; 17-03-18 at 03:45 PM.