Help with world.exe menu

User Tag List

Results 1 to 9 of 9
  1. #1
    Abstraction's Avatar Member
    Reputation
    32
    Join Date
    May 2008
    Posts
    472
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Help with world.exe



    I get that.

    My Optional Config File:
    Code:
    ###########################################################################
    # ArcEmu Optional Configuration File
    # Last Update: $Id: arcemu-optional.conf rev.1875
    #
    # This configuration file contains all non-blizzlike values.
    ###########################################################################
    
    #/********************************************************************************
    # * How to use this config file:                                                 *
    # * Config files are in a block->variable->setting format.                       *
    # * A < signifies the opening of a block, the block name is expected after that. * 
    # * After the block name, a space and then the settings sperated by = / ' '.     *
    # *                                                                              *
    # * e.g.                                                                         *
    # * <block setting="0" someval = "1">                                            *
    # *                                                                              *
    # * Comments can be in C format, e.g. /* some stuff */, with a // at the start   *
    # * of the line, or in shell format (#).                                         *
    # ********************************************************************************/
    
    #-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#
    # Optional Settings
    #
    #    Starting Level
    #      This controls at which level characters are created. Range is from 1-80.
    #      Default: 1
    #
    #    Level Cap
    #      This variable controls the level that stats will be generated up to internally.
    #      Beyond this level players can still see a higher level visually but their stats won't
    #      increase beyond this point.
    #      Default: 80
    #
    #    Generated Level Level Cap
    #      This variable controls the level at which stats will generate up to. Generally the formulas go
    #      crazy after level 80 so this way you can keep the high visual but stats at a reasonable value.
    #      Default: 80
    #
    #    Allow The Burning Crusade characters
    #      This will override account settings, so you can disable TBC from your server without having to mess with accounts.
    #      Default: 1 
    #
    #    CustomCharterGiver(EntryID)
    #      For registeration of custom script.
    #
    #    AdditionalFun
    #      it's verbose.
    #      Default: 0 (disabled)
    #
    #    Unstuck
    #      Default: 0 (disabled)
    #
    #    UnstuckCooldown
    #	Default: 60 (0 = No cooldown, otherwise time in seconds)
    #
    #    UnstuckToBind (Hearthstone coordinates)
    #	Default: 1 (0 = No, 1 = Yes)
    #
    #-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#
    
    <Optional StartingLevel="1"
    	LevelCap="80"
    	GenLevelCap="80"
    	AllowTBC="1"
     	AntiMasterLootNinja="0" 
    	CustomCharterGiver="0" 
      	AdditionalFun="0" 
    	DKStartingTalents="0" 
    	Unstuck="0" 
    	UnstuckCooldown="60" 
    	UnstuckToBind="0">
    
    #-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#
    # Interfaction Options
    #
    #    InterfactionChat
    #      This directive controls whether horde and alliance players can talk to each other.
    #      Default: 0 (disabled)
    #
    #    InterfactionGroup
    #      This directive controls whether horde and alliance players are able to build a group together.
    #      Default: 0 (disabled)
    #
    #    InterfactionGuild
    #      This directive controls whether horde and alliance players are able to build crossfaction guilds
    #      Default: 0 (disabled)
    #
    #    InterfactionTrade
    #      This directive controls whether horde and alliance players can trade with each other.
    #      Default: 0 (disabled)
    #
    #    InterfactionFriends
    #      If this is enabled players can add other players from the opposite faction to their friends list
    #      Default: 0 (disabled)
    #
    #    InterfactionMisc
    #      This directive controls whether horde and alliance players are able to use different functions
    #      on players of the opposite faction. This includes e.g. using the /who command.
    #      Default: 0 (disabled)
    #
    #    CrossOverCharacters
    #      If this is enabled players are able to create both, horde and alliance characters on a PVP realm.
    #      Default: 0 (disabled)
    #
    #-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#
    
    <Interfaction InterfactionChat="0" 	
    	InterfactionGroup="0"
    	InterfactionGuild="0"
    	InterfactionTrade="0"
    	InterfactionFriends="0"
    	InterfactionMisc="0"
    	CrossOverCharacters="0">
    
    #-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#
    # Color Configuration
    #
    #    AnnTagColor
    #      This controls which color the [] tag in front of announces has.
    #      Default: 2 (Light Blue)
    #
    #    AnnGMTagColor
    #      This controls the color of the GM/Admin tag in announces. Only enabled if GMAdminTag is set to 1.
    #      Default: 1 (Light red)
    #
    #    AnnNameColor
    #      This controls the color of the gamemaster's name in announces.
    #      Default: 4 (Green)
    #
    #    AnnMsgColor
    #      This controls the color of message in announces.
    #      Default: 6 (Gold)
    #
    #
    #   You can choose one of the colors below.
    #     LightRed	= 1
    #     LightBlue = 2
    #     Blue	= 3
    #     Green	= 4
    #     Red	= 5
    #     Gold 	= 6
    #     Grey	= 7
    #     White	= 8
    #     Magenta 	= 9
    #     Yellow 	= 10
    #-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#
    
    <Color AnnTagColor = "2"
    	AnnGMTagColor = "1"
    	AnnNameColor = "4"
    	AnnMsgColor = "6">
    
    #-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#
    # Extra Scripts Configuration
    #
    #    Instant80
    #      Enables Instant80 mode.
    #
    #    PvPToken
    #      This directive enables  item rewards when there is a PvP Kill and players are level 70
    #
    #    PvPTokenID
    #      If PvPToken is enabled, specify the item ID of your custom Token ID, or any other item
    #
    #    L70etc
    #      Enables L70etc Band Gossip script.
    #
    #-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#
    
    <Extra Instant80="0" 
    	PvPToken="0" 
    	PvPTokenID="13905" 
    	PvPKillAnnounce="0" 
    	Portals="0" 
    	L80etc="0" 
    	WeddingNPC="0">
    
    #-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#
    # GameMaster Configuration
    #
    #    ListOnlyActiveGMs
    #      List only gamemasters with enabled GMFlag to players without any permissions.
    #      Default: 0
    #
    #    HidePermissions
    #      Hides permission flags from players without any permissions.
    #      Default:0
    #
    #
    #-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#
    
    <GameMaster ListOnlyActiveGMs = "0"
    	HidePermissions = "0">
    
    #-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#
    # Common Schedule Configuration (func from commonschedulethread.cpp p2wow's core)
    #
    #    AutoBroadCast (MultiLanguages supported)
    #      Enable/Disable new broadcast system.(cebernic: blizzlike )
    #      Default: 0(Disable) 1(Enable)
    #
    #    BroadCastInterval
    #      Contents sending on interval by second
    #      Default:(Min:10 Max:1440)
    #
    #    BroadCastTriggerPercentCap
    #      Setup the cap of chance in condition with contents sending in each BroadCastInterval's value
    #      Notice: OP can setup any of message's priority, this could be adjustment in field `percent` of table `worldbroadcast`
    #      Default:99 (min:1 max:99, 99 only displaying message on priority 100 set.)
    #      i.e : If set 50 ,it means all of messages 100% selected(but may not displayed) by higher than '50' priority with each broadcastinterval.
    #      The total selected messages(>51 priority) chosen at random with send to all players.
    #
    #    BroadCastOrderMode [0-1]
    #      0:RandomMode - By Triggering & Conditions 
    #      1:SerialMode - [ignored both ->field `percent` from table `worldbroadcast` & TriggerPercentCap parameters.]
    #      Default:0
    #
    #-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#
    
    <CommonSchedule AutoBroadCast = "1"
    	BroadCastInterval = "10"
    	BroadCastTriggerPercentCap = "2"
    	BroadCastOrderMode = "0">
    
    #-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#
    #Extra Class Configurations
    #	DeathKnightPreReq
    #		Enable/Disable requirement to have a level 55 character on your account before allowing creation
    #		Of a Death Knight hero class.
    #		1 = level 55
    #		0 = Any level
    #
    #	DeathKnightLimit
    #		Enable/Disable limit to have a more than one Death Knight Hero Class per realm.
    #		1 = Enabled (Only one Death Knight per realm)
    #		0 = Disabled (You can create a 10 DK per realm)
    #
    #-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#
    
    <ClassOptions DeathKnightPreReq = "1"
    	    DeathKnightLimit = "1" >
    
    #-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#
    # GoldSettings Configuration
    #
    #    EnableGoldCap
    #      Enable/Disable Maximum Gold.
    #      Default: 0(Disable) 1(Enable)
    #
    #    StartingGold
    #      On Creating a character they will start with this amount in Gold
    #      Default: 0
    #
    #    MaximumGold
    #        Maximum amount of Gold a character can hold
    #      Default: 214748 (214k gold)
    #        Note: Client Max is 214748 Gold (2^31, signed int32)
    #
    #-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#
    
    <GoldSettings EnableGoldCap = "1"
    	      StartingGold = "0"
    	      MaximumGold = "214748">

    Help with world.exe
  2. #2
    Gastricpenguin's Avatar Legendary
    Reputation
    980
    Join Date
    Feb 2007
    Posts
    2,236
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    1. Put your cursor after MaximumGold = "214748">
    2. Press enter
    3. Save
    4. ????
    5. Profit
    Life Puzzler WoW - Website | Forums

  3. #3
    Abstraction's Avatar Member
    Reputation
    32
    Join Date
    May 2008
    Posts
    472
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    That didn't work.

    Anyone? Please!
    Last edited by Gastricpenguin; 05-03-2009 at 09:26 PM.

  4. #4
    Gastricpenguin's Avatar Legendary
    Reputation
    980
    Join Date
    Feb 2007
    Posts
    2,236
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Really? That usually works for me D:
    Try adding another space in :P

    Also, try not to double post
    Life Puzzler WoW - Website | Forums

  5. #5
    Abstraction's Avatar Member
    Reputation
    32
    Join Date
    May 2008
    Posts
    472
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Tried adding another space, and another, and another. Doesnt work. =/

  6. #6
    AngelSandy's Avatar Member
    Reputation
    19
    Join Date
    Jan 2009
    Posts
    330
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Did you assure that it isn't you computers default firewall, who wont let it happen? I've experienced that before. Because an "Undetermined Block" shouldn't really be just adding a space in the bottom of your config file :b

    Code:
    <CommonSchedule AutoBroadCast = "1"
    	BroadCastInterval = "10"
    	BroadCastTriggerPercentCap = "2"
    	BroadCastOrderMode = "0">
    Unless you do, have something to broadcast I would suggest you turn it off, or change the "BroadCastInterval" too something higher than 10...else your server is gonna be spammed with it :b
    Last edited by AngelSandy; 05-04-2009 at 02:29 AM.

  7. #7
    Abstraction's Avatar Member
    Reputation
    32
    Join Date
    May 2008
    Posts
    472
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Its not Undeterminated, its Unterminated.

  8. #8
    dexterkris's Avatar Member
    Reputation
    14
    Join Date
    Jan 2009
    Posts
    65
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Try restarting your computer, sometimes that works.
    If that doesn´t work, I suggest you start with a new Optional config file.

  9. #9
    Sandile's Avatar Member
    Reputation
    32
    Join Date
    Aug 2008
    Posts
    314
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    I get that crash to sometimes, but I use a restarter and often after a few restarts it starts up again without that error. So I would just say: Keep restarting
    "i downloaded it in "pirates bay", can you tell me how to download it in steam, pls"

Similar Threads

  1. Please help... arcemu-world.exe wont start...
    By FrozenWoW 01 in forum WoW EMU Questions & Requests
    Replies: 3
    Last Post: 08-16-2008, 01:58 PM
  2. [HELP] Ascent-World.exe error ever 30 mins!!!
    By jackdaripper in forum World of Warcraft Emulator Servers
    Replies: 0
    Last Post: 06-20-2008, 02:27 PM
  3. Need help with ascent.exe
    By aznboy in forum World of Warcraft Emulator Servers
    Replies: 11
    Last Post: 01-04-2008, 07:45 PM
  4. Please help with Realmserver.exe
    By [email protected] in forum World of Warcraft Emulator Servers
    Replies: 4
    Last Post: 11-08-2007, 01:03 AM
All times are GMT -5. The time now is 08:06 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