The Edge of Chaos Expansion menu

Shout-Out

User Tag List

Page 4 of 9 FirstFirst 12345678 ... LastLast
Results 46 to 60 of 122
  1. #46
    nhammen's Avatar Member
    Reputation
    4
    Join Date
    Apr 2014
    Posts
    7
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by stoneharry View Post
    I said 2013 redist is required in the main post. You probably did not need to delete 2010 and should not of removed those files manually.
    btw i tried updating and didn't work that's why i had to delete them

    The Edge of Chaos Expansion
  2. #47
    raeef's Avatar Member
    Reputation
    2
    Join Date
    Aug 2011
    Posts
    48
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    thx stoneharry

  3. #48
    kqmii's Avatar Member
    Reputation
    1
    Join Date
    Jan 2012
    Posts
    2
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    hi, i don't know why, but i can't see any spells description when i'm in game.

    I can only see things like this : The Edge of Chaos Expansion-1398520587-sans-titre-jpg

  4. #49
    stoneharry's Avatar Moderator Harry


    Reputation
    1618
    Join Date
    Sep 2007
    Posts
    4,564
    Thanks G/R
    151/150
    Trade Feedback
    0 (0%)
    Mentioned
    4 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by kqmii View Post
    hi, i don't know why, but i can't see any spells description when i'm in game.

    I can only see things like this : The Edge of Chaos Expansion-1398520587-sans-titre-jpg
    Only enGB or enUS clients are supported. I forgot to mention this.

  5. #50
    TheMause's Avatar Private
    Reputation
    1
    Join Date
    Feb 2014
    Posts
    8
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by stoneharry View Post
    Thanks for a solution.



    A lot of tuskarr was unfinished.
    Yo man! I was working on fixing the db for that, as that's all ot seems to be, once i'm done, do you want me to send it to you?

  6. #51
    stoneharry's Avatar Moderator Harry


    Reputation
    1618
    Join Date
    Sep 2007
    Posts
    4,564
    Thanks G/R
    151/150
    Trade Feedback
    0 (0%)
    Mentioned
    4 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by TheMause View Post
    Yo man! I was working on fixing the db for that, as that's all ot seems to be, once i'm done, do you want me to send it to you?
    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:

    Code:
    #faction
    The response from this GUI can be seen in the same file that the message is handled:

    0_Others - World Events\zzzServerClientCommunications.lua
    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
    ...
    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.

  7. #52
    Shellburn's Avatar Private
    Reputation
    1
    Join Date
    Feb 2013
    Posts
    1
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    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.

  8. #53
    stoneharry's Avatar Moderator Harry


    Reputation
    1618
    Join Date
    Sep 2007
    Posts
    4,564
    Thanks G/R
    151/150
    Trade Feedback
    0 (0%)
    Mentioned
    4 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by Shellburn View Post
    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:

    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">
    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).

  9. #54
    shindaustin's Avatar Active Member
    Reputation
    35
    Join Date
    Dec 2006
    Posts
    502
    Thanks G/R
    0/1
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    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.

  10. #55
    ollisan05's Avatar Member
    Reputation
    9
    Join Date
    Apr 2013
    Posts
    25
    Thanks G/R
    3/1
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    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

  11. #56
    stoneharry's Avatar Moderator Harry


    Reputation
    1618
    Join Date
    Sep 2007
    Posts
    4,564
    Thanks G/R
    151/150
    Trade Feedback
    0 (0%)
    Mentioned
    4 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by ollisan05 View Post
    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
    Yes, feel free to. I love seeing my stuff actually used.

  12. #57
    ollisan05's Avatar Member
    Reputation
    9
    Join Date
    Apr 2013
    Posts
    25
    Thanks G/R
    3/1
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by stoneharry View Post
    Yes, feel free to. I love seeing my stuff actually used.
    Thanks man you are the best! :-) now i have something to do tonight! ;D

  13. #58
    someguy1212's Avatar Private
    Reputation
    1
    Join Date
    May 2014
    Posts
    1
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    can't connect to login or world servers!

    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...
    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.
    I am actually unsure which of the two settings I changed did the trick for this one, but....
    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">
    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.

    So -- food for thought, I suppose.
    Last edited by someguy1212; 05-26-2014 at 11:32 PM.

  14. #59
    timmi72's Avatar Corporal
    Reputation
    7
    Join Date
    Jul 2013
    Posts
    24
    Thanks G/R
    0/1
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    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

  15. #60
    stoneharry's Avatar Moderator Harry


    Reputation
    1618
    Join Date
    Sep 2007
    Posts
    4,564
    Thanks G/R
    151/150
    Trade Feedback
    0 (0%)
    Mentioned
    4 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by timmi72 View Post
    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
    I gave basic instructions in the main post, at what point do you get stuck or not understand and are there any errors?

Page 4 of 9 FirstFirst 12345678 ... LastLast

Similar Threads

  1. [Discovery?] Weird land at the edge of Dustwallow ocean.
    By Evyntyne in forum World of Warcraft Exploration
    Replies: 22
    Last Post: 07-25-2008, 07:52 PM
  2. Exploring the edge
    By Platos in forum World of Warcraft Exploration
    Replies: 11
    Last Post: 11-01-2007, 11:44 PM
  3. The Edge... Of the Universe
    By Razmataz in forum World of Warcraft Exploration
    Replies: 4
    Last Post: 09-05-2007, 10:28 AM
  4. (Video) The Edge of Real Life (HILARIOUS)
    By Fault in forum World of Warcraft General
    Replies: 4
    Last Post: 12-20-2006, 07:16 AM
  5. Land mass at the edge of the world (1.11.1)
    By afiwarlord in forum World of Warcraft Exploits
    Replies: 24
    Last Post: 09-26-2006, 04:11 AM
All times are GMT -5. The time now is 10:51 AM. Powered by vBulletin® Version 4.2.3
Copyright © 2025 vBulletin Solutions, Inc. All rights reserved. User Alert System provided by Advanced User Tagging (Pro) - vBulletin Mods & Addons Copyright © 2025 DragonByte Technologies Ltd.
Google Authenticator verification provided by Two-Factor Authentication (Free) - vBulletin Mods & Addons Copyright © 2025 DragonByte Technologies Ltd.
Digital Point modules: Sphinx-based search