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

Shout-Out

User Tag List

Page 121 of 190 FirstFirst ... 2171117118119120121122123124125171 ... LastLast
Results 1,801 to 1,815 of 2850
  1. #1801
    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)
    I got a problem. Dont know what's it coming from but the server is working but dont konw if it slows it down. if any1 know how to prevent this plz say how to. Here is the problem




    Its keeping saying that a mob got a bad argument. Help plz

    and btw does the pvp system work now on repack 19? like that arena session is not 0 anymore so you can make arena teams and enter ab,av,eots

    [X3 Release] Keazain`s Latest Compiles and Converted NCDB & Logon DB ready for use!
  2. #1802
    thegame240's Avatar Member
    Reputation
    3
    Join Date
    Mar 2008
    Posts
    204
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by KryptoNEL View Post
    What is the version 3.0.3 or 3.0.8 copiles new core ARCEMU BLIZZ: Last core update 05.02.2009 Rev.2135 - Download ArcEmu Core BLIZZ 100% Blizz! :? I am 3.0.8 version wow not connect server ! this is the error me



    enter in arcemu-logonserver.conf and search for Client MiniBuild and change it to 9464 its the older number of the 3.0.8 and the 3.0.8 is 9506 probabli it is in the place of the MaxBuild

  3. #1803
    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)
    Hi all, arcemu is now updated to rev.2137 and spurious is rev.30...

    the new lunaremu core is not fully ready yet, but will be released as soon i can compile this core

    55555555 --> you can only do fix in db not in core, so if you know how to fix in tables, i wish you luck its a huge work to do this please be patient and this will be fixed by arcemu dev.team when the updates are going forward

  4. #1804
    55555555's Avatar Member
    Reputation
    2
    Join Date
    May 2008
    Posts
    50
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by keazain View Post
    Hi all, arcemu is now updated to rev.2137 and spurious is rev.30...

    the new lunaremu core is not fully ready yet, but will be released as soon i can compile this core

    55555555 --> you can only do fix in db not in core, so if you know how to fix in tables, i wish you luck its a huge work to do this please be patient and this will be fixed by arcemu dev.team when the updates are going forward
    thx mate and is my db issue that the party npc and like 4 more npc like house npc arent working all the other things are working 100% amazingly

    thx

  5. #1805
    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)
    Is there any change to remove the announce when some1 kills any1? pretty disterving when wí got 100 players killing each other every 10 sec

  6. #1806
    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)
    hi yes im aware about house issue, knaur just notice me

    until my next update do this to make guildhouse work again!
    1. delete new house.dll in script_bin dir and use the core before 2130 and just copy that house.dll insite script_bin dir OR just use the old core until next update, its almost the same, no big changes in 2130 from 2127

  7. #1807
    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)
    keeevin92, just remove PlayerXP.dll from script_bin dir and restart server and it wont work

  8. #1808
    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)
    i will look at killing script and see if i can make this less showing up by giving 240 seconds timeout when the same player is killing again but still get rewarded

  9. #1809
    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)
    Thanks or that the announce wont even come up.

  10. #1810
    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)
    Code:
     function On_Gossip (pUnit, event, player)
    pUnit:GossipCreateMenu(100, player, 0)
    pUnit:GossipMenuAddItem(9, "Claim Your Prize!", 1, 0)
    pUnit:GossipSendMenu(player)
    end
    
    function Gossip_Submenus(pUnit, event, player, id, intid, code)
    if(intid == 1) then
    pUnit:GossipCreateMenu(101, player, 0)
    pUnit:GossipMenuAddItem(9, "John's Bartily Blade", 2, 0)
    pUnit:GossipMenuAddItem(9, "John's Sevsy Blade", 3, 0)
    pUnit:GossipMenuAddItem(9, "John's Treali Spellblade", 4, 0)
    pUnit:GossipMenuAddItem(9, "John's Treali Sedventry", 5, 0)
    pUnit:GossipMenuAddItem(9, "John's Treality's Greatstaff", 6, 0)
    
    
    pUnit:GossipSendMenu(player)
    end
    
    if(intid == 2) then
    pUnit:SendChatMessage(14, 0, "I have been found! The event is over!")
    player:AddItem(500016, 1)
    pUnit:Despawn(0, 0)
    end
    
    if(intid == 3) then
    pUnit:SendChatMessage(14, 0, "I have been found! The event is over!")
    player:AddItem(500017, 1)
    pUnit:Despawn(0, 0)
    end
    
    if(intid == 4) then
    pUnit:SendChatMessage(14, 0, "I have been found! The event is over!")
    player:AddItem(500018, 1)
    pUnit:Despawn(0, 0)
    end
    
    if(intid == 5) then
    pUnit:SendChatMessage(14, 0, "I have been found! The event is over!")
    player:AddItem(500019, 1)
    pUnit:Despawn(0, 0)
    end
    
    if(intid == 6) then
    pUnit:SendChatMessage(14, 0, "I have been found! The event is over!")
    player:AddItem(500020, 1)
    pUnit:Despawn(0, 0)
    end
    end
    
    RegisterUnitGossipEvent(200000, 1, "On_Gossip")
    RegisterUnitGossipEvent(200000, 2, "Gossip_Submenus")
    Any1 know what's the problem?
    Its an hide and seek. The mob hass its Id 200000. Its has correct itemids. Its suppose to when some1 find him and click on an item it says. Iam found the event is over. Some1 help plz.

  11. #1811
    badot's Avatar Member
    Reputation
    5
    Join Date
    Apr 2007
    Posts
    84
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    hephaestus

    since Keazain is busy in answering others question maybe you can help me.
    how can update my old logon db and world db to newer version i still have rev 2075 i cant update to 2118 up because all characters are naked and their bags and equipment lost and shaman character crash when in PVP. i already download the latest rev. still my toons are naked even delete and replace the logon.exe, world.exe, script_bin, and collision.dll like keazain said to * and still naked.

  12. #1812
    ME412's Avatar Member
    Reputation
    6
    Join Date
    Oct 2008
    Posts
    23
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Hi, I have run into a few problems when using the Repack... I just cant seem to set the damn thing up no matter what I do! (I'm a total noob at this stuff)

    MySQL.bat:


    Unknown SQL Server Host Error: Happening for BOTH World and Logonserver


    Missing ascent.exe:


    Missing Restarter.bat:



    1) I have 'maps' in C:\Keazains Pack\ArcEmu_rev.2137
    2) I have 'dbc' in C:\Keazains Pack\Server
    3) I am missing 'ascent.exe' when using the AutoUP.exe
    4) No SQL Info ::My original SQL info for a repack::


    The last Repack I used was: Pedregon's 2.4.3 RepackV2
    ----------------------

    Steps I did:
    a) Downloaded C++ 2008 Redist Package

    b) Downloaded MICROSOFT .NET FRAMEWORK 3.5

    1) Downloaded 'Keazains Pack' folder to C:\

    2) Dropped 'ad.exe' in WoW directory and got the map folder and dropped it in C:\Keazains Pack\ArcEmu_rev.2137

    3) Clicked MySQL.bat

    4) Clicked arcemu-world.exe (Unknown SQL Server Error)

    5) Clicked arcemu-logonserver.exe (Unknown SQL Server Error)

    Code:
    #################################################################
    # Keazain`s Compiling - Revision 47 X19 Date 03.02.2009
    #################################################################
    
    ******************************************************************************************************************
    
    NOTE! Every ting in this Pack is released and tested 100% step by step by Keazain and all works.
          If you got errors/issues, you missed some of my text!
    
    
     Included in Pack:
    
     1.DBC extractor   (tested by keazain and works 100%)
     2.MAP extractor   (tested by keazain and works 100%)
     3.VMAP extractor  (tested by keazain and works 100%)
     4.Website, Blizz, Fun and Repack World and Logon DB (tested by keazain and works 100%)
    
    All NON-Working stuff in this server is in the CORE and only developers of AcrEmu Core, can change this issue in updates!
    
    ******************************************************************************************************************
    
    Server Instructions:
    1. install .NET Framework 3.5.
    2. install C++ 2008 Redist Package if you get errors installing .NET Framework 3.5
    
    3. inside the 'Tools' folder is ad.exe. copy that file to your WoW directory (C:\Program Files\World of Warcraft) and launch it...
       dont worry about vmap tools they are optional.
    
    4. while the maps are extracting, open realmlist.wtf with note pad and set to localhost (set realmlist 127.0.0.1)
       \World of Warcraft\Data\(your country dir - enUS or enGB etc.)\realmlist.wtf
    
    5. move the newly created 'maps' folder to your directory (C:\YOUR_SERVER)
    
    6. launch Restarter.bat
    
    >  login: admin / admin (this give you full rights as admin)
    OR
    >  login: gm / gmr (this give you limited rights as gm)
    
    NOTE! to make your website and server admin account, please use website register account and make your account.
          after you have maked your account, go to db user table and make you self "status" (4) for admin rights at website
          make your self (az) in DB logon account for admin rights.
    
    ******************************************************************************************************************
    * ALL in Tools dir. have been tested before release by Keazain and works 100%
    ******************************************************************************************************************
    
    Best Regards from Keazain


    If anyone can help me out in getting the Repack to work, I would greatly appreciate it and give a +Rep
    Last edited by ME412; 02-05-2009 at 10:39 PM. Reason: Added more info

  13. #1813
    badot's Avatar Member
    Reputation
    5
    Join Date
    Apr 2007
    Posts
    84
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    ME412

    do you have installed MySQL 5.0 and SQLyog
    sont run the mysql.bat in the repack test first your installed MySQL before running the website. execute all the db from tools\sql to your SQLyog and the configuration before starting the server.
    i hope it will work for you

  14. #1814
    badot's Avatar Member
    Reputation
    5
    Join Date
    Apr 2007
    Posts
    84
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    ME412

    just open the logon.exe and world.exe not the restarter sometimes i didnt work.

  15. #1815
    ME412's Avatar Member
    Reputation
    6
    Join Date
    Oct 2008
    Posts
    23
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by badot View Post
    ME412

    do you have installed MySQL 5.0 and SQLyog
    sont run the mysql.bat in the repack test first your installed MySQL before running the website. execute all the db from tools\sql to your SQLyog and the configuration before starting the server.
    i hope it will work for you
    Im not sure how to do all that...
    How exactly do I execute and all all this stuff?
    Last edited by ME412; 02-05-2009 at 10:53 PM. Reason: Figured out the info to get into the DB

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 09:39 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