Hello & Welcome to our community. Is this your first visit? Register
Follow us on
Follow us on Facebook Follow us on Twitter Watch us on YouTube


MMOCoin

Likes Likes:  0
Page 6 of 15 FirstFirst ... 2345678910 ... LastLast
Results 51 to 60 of 150
  1. #51
    Beginner

    Join Date
    May 2011
    Posts
    3
    Post Thanks / Like
    Rep Power
    14
    Reputation
    1

    Register to remove this ad
    Quote Originally Posted by Nuccathwarrior View Post
    Yeah do that and make sure you have .net framework 3.5 at least installed or 4.0 and Visual C++ installed as well. But it looks like to me its something to do with the configuration files.



    Hamchi cannot be used to run a wow server. Its best to do it directly from the ip of the host. I'm not really fond of Hamchi other than it is used to bypass or create LAN playing servers that I know of. Its best to do it from the internet IP itself or you can create a domain name for the wow server, but you need the the IP to be set in the realm table of the database which is another cause of why he cannot connect to the realm. If you don't know how to do that then I'll create a small video tutorial for it.....Post back if a video tutorial is needed....

    The best domain hoster is No-IP

    Link: No-IP - Dynamic DNS, Static DNS for Your Dynamic IP
    a video tutorial would help please if you do make one it be much appreciated thank you




    › See More: Monster 4.1.0 Cataclysm Repack v3



  2. Related Threads - Scroll Down after related threads if you are only interested to view replies for above post/thread

  3. #52
    Beginner

    Join Date
    Mar 2010
    Posts
    16
    Post Thanks / Like
    Rep Power
    15
    Reputation
    1
    i tested on windows 7 it works but not in xp sp3.which means this is designed just for windows 7 or windows vista
    nice repack btw and finally i make it run

  4. #53
    Beginner

    Join Date
    Mar 2011
    Posts
    4
    Post Thanks / Like
    Rep Power
    14
    Reputation
    1
    Sup buds any chance of getting better file host the download its extremely slow and i am keen on trying this repack

    cheerz

  5. #54
    Beginner

    Join Date
    Jun 2011
    Posts
    1
    Post Thanks / Like
    Rep Power
    13
    Reputation
    1

    Question

    Seems like a decent repack,

    Igot a Problem tho I saw some other people had the same problem but I cant figure it out.

    when i start the authserver an error pops up:

    "The ordinal 968 could not be located in the dynamic link library LIBEAY32.dll"

    anyone knows how to fix this?

  6. #55
    Beginner

    Join Date
    Mar 2011
    Posts
    4
    Post Thanks / Like
    Rep Power
    14
    Reputation
    1

    Wink forum threads

    Quote Originally Posted by vugto2 View Post
    Seems like a decent repack,

    Igot a Problem tho I saw some other people had the same problem but I cant figure it out.

    when i start the authserver an error pops up:

    "The ordinal 968 could not be located in the dynamic link library LIBEAY32.dll"

    anyone knows how to fix this?
    [IMG]http://www.******.net/forums/images/icons/icon1.gif[/IMG] Compiling guide for Nobs by Keazain

    Keazain`s "Quick" Compiling Guide for "Newbs"

    Quick guide for: "arcemu - ascent - heartstone - spurious" only for "Windows XP and Windows Vista"

    First step: (important, only install ONE application at time)

    01. install net framework 3.5
    02. install visual basic c++ 2008 - this is your compiler
    03. install MySql 5.0 - install this in easy way, just say yes true installation (username and password of your choice, most used "root" "ascent")
    04. install TortoiseSVN

    When all that is done, please restart your computer.

    Now your computer have Restarted, go to next step.

    Next step is:

    01. Make a dir on your Desktop called "ArcEmu"
    02. Right Click and click on "SVN UPDATE" put this text in to address line "http://www.arcemu.info/svn" (tortoisesvn will now download all your needed files for making a full compiling)

    When all files is downloaded, your window will show you end text in form of examble: "Completed at revision 2003"

    This is the core revision as examble: "ArcEmu_rev.2003"

    Now we have made all our installations and completed all downloads we need.

    You now have to pay attention!!!

    01. go to "ArcEmu" you just downloaded all compiling files to.
    02. go to "trunk" dir.
    03. go to "extras" dir.
    04. go to "arcemu-windows-libraries" dir
    05. go to "VC" dir.
    06. go to "include" dir.

    07. Go to "ArcEmu\trunk\extras\arcemu-windows-libraries\include\"
    08. Now copy "ALL FILES" from that dir and paste files into "ArcEmu\trunk\src\arcemu-shared\"
    09. In the same dir "ArcEmu\trunk\extras\arcemu-windows-libraries\include\" you find "pcre.cpp" and "zconf.cpp" and "zlib.cpp"
    10. Now copy those 3 files to following dir: "ArcEmu\trunk\src\arcemu-logonserver\" and "ArcEmu\trunk\src\arcemu-realmserver\" and "ArcEmu\trunk\src\arcemu-world\"

    11. Now go to "ArcEmu\trunk\extras\arcemu-windows-libraries\Sources\"
    12. Click on "VC90-zlib" (when open, go to top-window and look after scrolldown window with "Debug" change this to "Release" and go to top-link "Build" and say "Build Solution")
    13. Now Click on "VC90-pcre" and do the exactly same thing like you just did in "VC90-zlib"

    Now you have made some files we need. go to "ArcEmu\trunk\extras\arcemu-windows-libraries\Sources\Output_Release\" copy "zlib.lib" and "pcre.lib" to following dir:
    "ArcEmu\trunk\src\arcemu-logonserver\" and "ArcEmu\trunk\src\arcemu-realmserver\" and "ArcEmu\trunk\src\arcemu-shared\" and "ArcEmu\trunk\src\arcemu-world\"

    We now have everything we need to compile our "ArcEmu Core"

    Now you just have to open 3 projectfiles and we are almost done.

    14. Go to: "ArcEmu\trunk\win\" and click "arcemuVC90" to open projectfile "when window is open, let it stay open and go to next step"
    15. Go to: "ArcEmu\trunk\src\scripts\" and click "scripts2008" "when window is open, let it stay open and go to next step"
    16. Go to: "ArcEmu\trunk\src\scripts\" and click "ExtraScripts2008" "when window is open, let it stay open and go to next step"

    We have now 3 windows opened and is ready for the last 3 steps.... (it`s important that you compile is this order below every time you compiling a new core)

    17. First we compile "arcemuVC90" (go to top-window and look after scrolldown window with "Debug" change this to "Release" and go to top-link "Build" and say "Build Solution") Note! Let this finish before you go to next step!
    18. Now we compile "scripts2008" (when open, go to top-window and look after scrolldown window with "Debug" change this to "Release" and go to top-link "Build" and say "Build Solution") Note! Let this finish before you go to next step!
    19. Last we compile "ExtraScripts2008" (when open, go to top-window and look after scrolldown window with "Debug" change this to "Release" and go to top-link "Build" and say "Build Solution") Note! Let this finish before you go to next step!

    When all 3 compiling are done, close all 3 windows and continue next step...

    20. Make a new dir called "server" and go to next step.
    21. Go to "ArcEmu\trunk\extras\arcemu-windows-libraries\DLL Files\" copy "libeay32.dll" and "libmySQL.dll" to your new dir "server"
    22. Now go to "ArcEmu\trunk\bin\Release" and copy "script_bin.dir" and "arcemu-logonserver.exe" and "arcemu-world.exe" and "collision.dll" to your new dir "server"
    23. And last, go to "ArcEmu\trunk\configs\" and copy the hole "configs" dir to your new "server" dir

    Now you have to make "dbc" and "maps" and "vmaps" to the same new dir "server" and make shure those actuely HAVE dbc,maps and vmaps files inside. (use extractors)

    You now have a completed server ready to run!

    Click "arcemu-logonserver.exe" and "arcemu-world.exe" and enjoy you OWN compiled
    server!!!

    NOTE! next time you compile do the EXACTLY same thing to compile your new core, BUT! this time we don't say "Build Solution" but "Rebuild Solution" and remember IN THE EXACTLY same order as you did the first time.
    ---------------------------------------------------------------------------------------------------
    THis is just an example i got off the forum
    "01. install net framework 3.5
    02. install visual basic c++ 2008 - this is your compiler
    03. install MySql 5.0 - install this in easy way, just say yes true installation (username and password of your choice, most used "root" "ascent")
    04. install TortoiseSVN
    "

    These files and prog you really need for allot of the repacks

    This is more or less the problem with most users who download the repacks
    i'm sure the guy's who is developing the repacks are extremely busy as is
    don't want to be a D*ck or any thing if there has been a problem with any repack that has come out on this site maybe try searching for the problem you having and just have a read or so and try get it to work yourself


    this will also make you understand more or less what's going on and how everything comes into place

    regards
    Pora

    ps: Please don't hate me for what i posted just a friend trying to help
    Last edited by Pora; 02-06-11 at 02:48 PM.

  7. #56
    Beginner

    Join Date
    Aug 2010
    Location
    Dead man's Chest, USA
    Posts
    27
    Post Thanks / Like
    Rep Power
    14
    Reputation
    2
    none of those are needed when I got the stuff right here in one package but since louis requested a video tutorial ill post the download link with the video link. The video tutorial took me about 36 hours to convert because I recorded it on linux to do the tutorial and I'm pretty sure you guys will laugh....lol But the video itself is fine but the audio may lag behind the video. so Mostly follow the video. 2.08 Gigabytes to upload to youtube. its gonna take a couple hours but by the time you read this forum post it might be already uploaded, but it also gonna take time to convert on youtube cuz its such a huge file......

  8. #57
    Beginner

    Join Date
    Mar 2011
    Posts
    4
    Post Thanks / Like
    Rep Power
    14
    Reputation
    1
    2011-05-18 00:11:03 SkyFireEMU Rev: 0 Release Hash: Archive (Win32,little-endian) (realm-daemon)
    2011-05-18 00:11:03 <Ctrl-C> to stop.

    2011-05-18 00:11:03 Using configuration file authserver.conf.
    2011-05-18 00:11:04 Added realm "Monster Repack".
    2011-05-18 00:11:04 TrinityRealm process priority class set to HIGH
    2011-05-18 00:11:04
    2011-05-18 00:11:27 Halting process...

    any ideas

  9. #58
    Beginner

    Join Date
    Aug 2010
    Location
    Dead man's Chest, USA
    Posts
    27
    Post Thanks / Like
    Rep Power
    14
    Reputation
    2
    Well I finally got the video uploaded and converted on youtubw and plus I'm gonna provide a download link of what files are required to run the wow servers as of today. 2 things are needed, Microsoft visual C++ and .net framework 4.0 and i added a couple of required dll files for the wow servers as well. Hopefully that will work for yas....

    Youtuibe video tutoral link:

    Video best viewed in 1080HD

    Required files: MEGAUPLOAD - The leading online storage and file delivery service

    If you have trouble with megaupload let me know and Ill upload it to mediafire as well if a problem persists for ya.


    Quote Originally Posted by Pora View Post
    2011-05-18 00:11:03 SkyFireEMU Rev: 0 Release Hash: Archive (Win32,little-endian) (realm-daemon)
    2011-05-18 00:11:03 <Ctrl-C> to stop.

    2011-05-18 00:11:03 Using configuration file authserver.conf.
    2011-05-18 00:11:04 Added realm "Monster Repack".
    2011-05-18 00:11:04 TrinityRealm process priority class set to HIGH
    2011-05-18 00:11:04
    2011-05-18 00:11:27 Halting process...

    any ideas
    Don't press the shortcut keys to shut it down, which are CTRL + C to close the window. If its closing by itself then provide of what the log gives ya, and you might need to change some settings in the configuration file for it to give you full detail of the shutdown and the reasoning....

    Edit:

    If video is giving you problems to be viewed let me know and ill upload the video file for ya....
    Last edited by Nuccathwarrior; 03-06-11 at 09:58 PM.

  10. #59
    Beginner

    Join Date
    Jan 2010
    Posts
    1
    Post Thanks / Like
    Rep Power
    15
    Reputation
    1

    nice



    ---------- Post added at 01:08 AM ---------- Previous post was at 12:45 AM ----------

    Ok, kind of nooby to this but, when i open worldserver.exe it launches but closes right away, everything else works fine, please help thanks

    ---------- Post added at 01:11 AM ---------- Previous post was at 01:08 AM ----------

    Ok, kind of nooby to this but, when i open worldserver.exe it launches but closes right away, everything else works fine, please help thanks

  11. #60
    Beginner

    Join Date
    Jun 2011
    Posts
    5
    Post Thanks / Like
    Rep Power
    13
    Reputation
    1

    Smile wow version support


    Register to remove this ad
    Hello
    i would like to ask if this Repack Supports 4.1.0 13940
    also are the any tools to extract the maps/vmaps included in the repack im asking this because i would rather extract them my self instead of DL them thank you.

 

 
Page 6 of 15 FirstFirst ... 2345678910 ... LastLast

Visitors found this page by searching for:

wow 4.1 repack

wow 4.1.0 repack

4.1.0 repack

Monster 4.1.0 Cataclysm Repack v3

repack cataclysm

cataclysm 4.1 repack

MonsterRepackV3

monsterrepackv3.rar

mangos cataclysm repack

wow 4.1 emulatorMonster WoW Repackmangos cataclysmmonster repack v3WoW emulator 4.1mangos cataclysm 4.1cataclysm repackmonster wow repack v3Monster 4.1.0 Cataclysm Repackwow server emulator 4.1wow 4.1.0 emulatorMonster 4.1.0 Cataclysm Repack v4wow private server 4.1.0 repackwow emulator 4.1.0wow 4.1.0 emu4.1.0 private server repackcataclysm emulatoremulador mangos 4.1.0repack 4.1.0Cataclysm Repack 4.1.0wow 4.1.0 private server repackwow emu 4.1.0monster wow repack v4wow repack 4.1repack cataclysm 4.1.0repack catacataclysm mangosWoW private server 4.1 RepackMonster 4.1.0 Repack v3WoW cata repackRepack cataclysm 4.1WoW Monster RepackMonster WoW.exe4.1 repackcataclysm mangos repackwow repack cataclysmMonster 4.1.0 Cataclysm Repack! wow monster repack v3Mangos 4.1Best Cataclysm Repackcataclysm emulator 4.1
SEO Blog

Tags for this Thread

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
All times are GMT -5. The time now is 02:24 AM.
Powered by vBulletin® Copyright ©2000-2024, Jelsoft Enterprises Ltd.
See More links by ForumSetup.net. Feedback Buttons provided by Advanced Post Thanks / Like (Lite) - vBulletin Mods & Addons Copyright © 2024 DragonByte Technologies Ltd.
vBulletin Licensed to: MMOPro.org