[X3 Release] Keazain`s Latest Compiles and Converted NCDB & Logon DB ready for use! menu

User Tag List

Page 143 of 190 FirstFirst ... 4393139140141142143144145146147 ... LastLast
Results 2,131 to 2,145 of 2850
  1. #2131
    keazain's Avatar Banned
    Reputation
    234
    Join Date
    Jun 2008
    Posts
    660
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    ohhh ok m8 i didnt see that before now sorry i will do this add

    [X3 Release] Keazain`s Latest Compiles and Converted NCDB & Logon DB ready for use!
  2. #2132
    keazain's Avatar Banned
    Reputation
    234
    Join Date
    Jun 2008
    Posts
    660
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    hmm its blocking ...

  3. #2133
    the_venom's Avatar Member
    Reputation
    1
    Join Date
    Oct 2007
    Posts
    55
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    The Patch is Here xD
    Index: configs/arcemu-world.conf
    ===================================================================
    --- configs/arcemu-world.conf (revision 2042)
    +++ configs/arcemu-world.conf (working copy)
    @@ -774,4 +774,16 @@
    #
    #-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#
    <GameMaster StartOnGMIsland = "1">
    -
    +
    +#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#
    +# Arena Settings
    +#
    +# Allows you to control current season and its progress.
    +#
    +# Season - has to be higher than 0 for arenas to work.
    +# Progress - sets the progress, 0 = finished, 1 = in progress
    +#
    +#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#
    +
    +<Arena Season = "5"
    + Progress = "1">
    \ No newline at end of file
    Index: src/arcemu-world/Player.cpp
    ===================================================================
    --- src/arcemu-world/Player.cpp (revision 2042)
    +++ src/arcemu-world/Player.cpp (working copy)
    @@ -6638,6 +6638,11 @@
    m_lastRunSpeed = 0;
    UpdateSpeed();

    + WorldPacket ArenaSettings(SMSG_UPDATE_WORLD_STATE, 16);
    + ArenaSettings << uint32(0xC77) << uint32(sWorld.Arena_Season);
    + ArenaSettings << uint32(0xF3D) << uint32(sWorld.Arena_Progress);
    + GetSession()->SendPacket( &ArenaSettings );
    +
    sLog.outDetail("WORLD: Sent initial logon packets for %s.", GetName());
    }

    Index: src/arcemu-world/World.cpp
    ===================================================================
    --- src/arcemu-world/World.cpp (revision 2042)
    +++ src/arcemu-world/World.cpp (working copy)
    @@ -1317,6 +1317,9 @@
    antiMasterLootNinja = Config.OptionalConfig.GetBoolDefault("Optional", "AntiMasterLootNinja", false);
    realmAllowTBCcharacters = Config.OptionalConfig.GetBoolDefault("Optional", "AllowTBC", true);

    + Arena_Season = Config.MainConfig.GetIntDefault("Arena", "Season", 1);
    + Arena_Progress = Config.MainConfig.GetIntDefault("Arena", "Progress", 1);
    +
    announce_tag = Config.MainConfig.GetStringDefault("Announce", "Tag", "Staff");
    GMAdminTag = Config.MainConfig.GetBoolDefault("Announce", "GMAdminTag", false);
    NameinAnnounce = Config.MainConfig.GetBoolDefault("Announce", "NameinAnnounce", true);
    Index: src/arcemu-world/World.h
    ===================================================================
    --- src/arcemu-world/World.h (revision 2042)
    +++ src/arcemu-world/World.h (working copy)
    @@ -463,6 +463,11 @@
    bool gamemaster_hidePermissions;
    bool gamemaster_startonGMIsland;

    + //Arena Settings
    + int Arena_Season;
    + int Arena_Progress;
    +
    +
    // broadcast system config
    bool BCSystemEnable;
    int BCInterval;

  4. #2134
    keazain's Avatar Banned
    Reputation
    234
    Join Date
    Jun 2008
    Posts
    660
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    ok i have the code now , it give errors, but i will make it work in next update of cores after my next x40 release today

  5. #2135
    NitroMan's Avatar Member
    Reputation
    4
    Join Date
    May 2008
    Posts
    61
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    hey kez i have a problem . i downloaded the arcemu rev 2246 x40 fun and when i extract it it gives me an error saying the file is corrupt. and when i click the folder arcemu rev 2246 x40 fun ,i go to tools , sql and i see nothing ... so probably the winrar wont extract the x40 world database.

  6. #2136
    Davor's Avatar Member
    Reputation
    1
    Join Date
    Feb 2009
    Posts
    9
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Hi all.

    Keazain x40 working perfect thx for this.

    Can you tell me how to make heartstone without addons.

  7. #2137
    insainz's Avatar Member
    Reputation
    22
    Join Date
    Feb 2008
    Posts
    86
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by Davor View Post
    Hi all.

    Keazain x40 working perfect thx for this.

    Can you tell me how to make heartstone without addons.

    If you mean you want the hearth to acto normaly and not have all the extras, you just need to remove the lua script from the Scripts folder and It wil go back to normal.

  8. #2138
    keeevin92's Avatar Member
    Reputation
    8
    Join Date
    Jul 2007
    Posts
    203
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by the_venom View Post
    The Patch is Here xD
    Is it anyway I can add this to my repack byt putting it the in my world config and restart the server?
    Index: configs/arcemu-world.conf
    ===================================================================
    --- configs/arcemu-world.conf (revision 2042)
    +++ configs/arcemu-world.conf (working copy)
    @@ -774,4 +774,16 @@
    #
    #-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#
    <GameMaster StartOnGMIsland = "1">
    -
    +
    +#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#
    +# Arena Settings
    +#
    +# Allows you to control current season and its progress.
    +#
    +# Season - has to be higher than 0 for arenas to work.
    +# Progress - sets the progress, 0 = finished, 1 = in progress
    +#
    +#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#
    +
    +<Arena Season = "5"
    + Progress = "1">
    \ No newline at end of file
    Index: src/arcemu-world/Player.cpp
    ===================================================================
    --- src/arcemu-world/Player.cpp (revision 2042)
    +++ src/arcemu-world/Player.cpp (working copy)
    @@ -6638,6 +6638,11 @@
    m_lastRunSpeed = 0;
    UpdateSpeed();

    + WorldPacket ArenaSettings(SMSG_UPDATE_WORLD_STATE, 16);
    + ArenaSettings << uint32(0xC77) << uint32(sWorld.Arena_Season);
    + ArenaSettings << uint32(0xF3D) << uint32(sWorld.Arena_Progress);
    + GetSession()->SendPacket( &ArenaSettings );
    +
    sLog.outDetail("WORLD: Sent initial logon packets for %s.", GetName());
    }

    Index: src/arcemu-world/World.cpp
    ===================================================================
    --- src/arcemu-world/World.cpp (revision 2042)
    +++ src/arcemu-world/World.cpp (working copy)
    @@ -1317,6 +1317,9 @@
    antiMasterLootNinja = Config.OptionalConfig.GetBoolDefault("Optional", "AntiMasterLootNinja", false);
    realmAllowTBCcharacters = Config.OptionalConfig.GetBoolDefault("Optional", "AllowTBC", true);

    + Arena_Season = Config.MainConfig.GetIntDefault("Arena", "Season", 1);
    + Arena_Progress = Config.MainConfig.GetIntDefault("Arena", "Progress", 1);
    +
    announce_tag = Config.MainConfig.GetStringDefault("Announce", "Tag", "Staff");
    GMAdminTag = Config.MainConfig.GetBoolDefault("Announce", "GMAdminTag", false);
    NameinAnnounce = Config.MainConfig.GetBoolDefault("Announce", "NameinAnnounce", true);
    Index: src/arcemu-world/World.h
    ===================================================================
    --- src/arcemu-world/World.h (revision 2042)
    +++ src/arcemu-world/World.h (working copy)
    @@ -463,6 +463,11 @@
    bool gamemaster_hidePermissions;
    bool gamemaster_startonGMIsland;

    + //Arena Settings
    + int Arena_Season;
    + int Arena_Progress;
    +
    +
    // broadcast system config
    bool BCSystemEnable;
    int BCInterval;
    Last edited by keeevin92; 02-22-2009 at 08:50 AM.

  9. #2139
    Davor's Avatar Member
    Reputation
    1
    Join Date
    Feb 2009
    Posts
    9
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Working thx m8.

  10. #2140
    keazain's Avatar Banned
    Reputation
    234
    Join Date
    Jun 2008
    Posts
    660
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    im expect release at 18:00 sorry for delay, i want it perfect this time

    here is a quick-shot from mall...


    you realy gonna love this server

  11. #2141
    keazain's Avatar Banned
    Reputation
    234
    Join Date
    Jun 2008
    Posts
    660
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    insainz, please pm your server details again to me and let me know when this is released when you have the server ready to play on

  12. #2142
    NitroMan's Avatar Member
    Reputation
    4
    Join Date
    May 2008
    Posts
    61
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    yo kez could you make an update with the 6 zeros or sumthing ???

  13. #2143
    Nitram1's Avatar Member
    Reputation
    2
    Join Date
    May 2008
    Posts
    9
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Superb repack. Im looking forward to the X40 repack, but please dont stress it. Im sure the wait is worth it. Also got a question for you keazain. Would it help if you knew what quest works and what doesnt. If so then I'll gladly help out by testing the quest I can find and report if they work or not. I guess youll need "quest id" but what other information do you need to fix "broken" quests?

    +Rep

  14. #2144
    BitznBobz's Avatar Member
    Reputation
    1
    Join Date
    Aug 2008
    Posts
    13
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    omg dude mall looks uber xD lol how do u do the map editing ? cuz noggit dont wrk for 3.0.9

  15. #2145
    keazain's Avatar Banned
    Reputation
    234
    Join Date
    Jun 2008
    Posts
    660
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Nitram1 --> that would be great if you would do that

    BitznBobz --> all works in this pack even skycity etc.

Similar Threads

  1. Replies: 0
    Last Post: 07-28-2016, 09:15 PM
  2. [Selling] Undying and Hand of A'dal Account - Ready for Mythic
    By MistiServices in forum WoW-EU Account Buy Sell Trade
    Replies: 0
    Last Post: 05-14-2015, 01:51 PM
All times are GMT -5. The time now is 03:01 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