thx stoneharry
You would be better off setting the tuskarr starting zone to the Alliance/Horde ones since theirs was nowhere near finished.
You can open the 'choose your faction' GUI by playing on a game master account and sending the following message in chat:
The response from this GUI can be seen in the same file that the message is handled:Code:#faction
0_Others - World Events\zzzServerClientCommunications.lua
I will not be integrating such customisations into the repack. I want to leave it as it was when we stopped development - not artificially change stuff so that it can be experienced. :P There are many features that were finished/near finishing that were never released fully upon the server and still exist somewhere in the server.Code:function Tuskarr_OnChat(event, plr, message, mtype, language) if message and plr then if string.find(message, "[CU-ADDON]", 1, true) or string.find(message, "[EoC-Addon]", 1, true) then if mtype == 7 then -- whisper if message == "[CU-ADDON] JoinAlliance" then plr:CastSpell(11) plr:SendBroadcastMessage("You selected Alliance.") plr:SendBroadcastMessage("|cFFFF0000Cutscene showing Tuskarr leaving the isle via ship.") return false; elseif message == "[CU-ADDON] JoinHorde" then plr:CastSpell(11) plr:SendBroadcastMessage("|cFFFF0000Cutscene showing Tuskarr leaving the isle via ship.") plr:SendBroadcastMessage("You selected Horde.") return false; end ...
Is there anyway it is possible to play Edge of Chaos on a LAN and not just alone. I have tried to make the server public but it is still only I who can connect. I have even gotten confirmations that I have set up everything correctly for it being public.
You only need to change one file: realms.config
Change number of realms to 2, then add one for localhost and one for your internal IP address. Like this:
Google how to find your internal IP - basically you need to go into command prompt and type "ipconfig". Find your IP start 192.168 and not default gateway (this is the router).Code:<LogonServer Address = "127.0.0.1" Port = "8093" Name = "Default Logon" RealmCount = "2"> <Realm1 Name = "Edge of Chaos Localhost" Address = "127.0.0.1:8129" Icon = "PVP" Population = "1.0" TimeZone = "8"> <Realm2 Name = "Edge of Chaos LAN" Address = "192.168.0.2:8129" Icon = "PVP" Population = "1.0" TimeZone = "8">
Just wanted to vouch that Stone's server was the most highly creative and down right enjoyable servers i have ever played.
Hope this isn't off topic.
Harry am i allowed to put a server online/Public with this? and if i give all the credits to you and your guys?
Nice release btw thank you i have REALLY fun playing this<3
Every time I try to start the login server I get these errors:
Code:logon-error.log [20:21][EoC] [2014-05-26 20:21:12] [20:21][EoC] Bind unsuccessful on port 3724. [20:21][EoC] [ERR] C:\Users\Harry_\Desktop\arcemu\src\arcemu-logonserver\Main.cpp:517 LogonServer::Run Error creating sockets. Shutting down...I am actually unsure which of the two settings I changed did the trick for this one, but....Code:logon-normal.log [20:21][EoC] [2014-05-26 20:21:12] [20:21][EoC] AccountMgr: 3497 accounts are loaded and ready. [20:21][EoC] [BSC] C:\Users\Harry_\Desktop\arcemu\src\arcemu-logonserver\LogonConsole.cpp:120 LogonConsole::Kill Waiting for console thread to terminate.... [20:21][EoC] [BSC] C:\Users\Harry_\Desktop\arcemu\src\arcemu-logonserver\LogonConsole.cpp:125 LogonConsole::Kill Console shut down. [20:21][EoC] Waiting for database to close.. [20:21][EoC] [BSC] C:\Users\Harry_\Desktop\arcemu\src\arcemu-logonserver\Main.cpp:553 LogonServer::Run Shutdown complete.
Anyway, so far so good! I am liking what I am seeing and the use of cataclysm music (and models? I actually can't tell since I haven't played cata in years) was a nice, nostalgic, touch. One minor thing, if there's a way you may want to consider changing the loading screens. It really detracts from the overall atmosphere when I get hit with those cruddy WotLK loading screens. Worst loading screens of them all if you ask me.Code:logon.conf /* Host Directive * * This is the address that the realmlist will listen on. * To listen on all addresses, set it to 0.0.0.0 * Default: 127.0.0.1 (localhost) * * Note: ISHost is the interserver communication listener. */ <Client MinBuild = "12343" Maxbuild = "12350"> <Listen Host = "localhost" ISHost = "0.0.0.0" RealmListPort = "3724" ServerPort = "8093"> --and /* Server file logging level * * This directive controls how much output the server will * write to log files. It cannot be disabled * 0 = Normal + Error; 1 = Detail; 2 = Debug * Default: 0 */ <LogLevel File = "2">
So -- food for thought, I suppose.
Last edited by someguy1212; 05-26-2014 at 11:32 PM.
Hi....
Im kinda new to making own private servers and repacks etc.
i was wondering if one of you more experienced dudes could make either a guide or a tutorial for how to get this repack running as i would love to play this awesome repack![]()