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

User Tag List

Page 155 of 190 FirstFirst ... 55105151152153154155156157158159 ... LastLast
Results 2,311 to 2,325 of 2850
  1. #2311
    alumeto's Avatar Member
    Reputation
    1
    Join Date
    Oct 2007
    Posts
    12
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by sicky666 View Post
    Hi,

    I having problems with ArcEmu_blizz from ArcEmu_repack.2283.rar up to the current ArcEmu_repack.2289.rar.

    Arcemu-world.exe from the ArcEmu_blizz dir is saying:
    1.
    S config: >> configs/arcemu-world.confg
    has a unterminated block
    E config: >> configs/arcemu-optional.conf
    2.
    Once in a while it will continue but then crashes copleetly on line:
    N LuaengineMGR: spawning LUA engine

    Annone got anny sugestions on how to solve this ?

    Txs in advance,

    XRay
    insert a blank line to end of arcemu-world.conf
    delete some "#" character from arcemu-optional

    for crash :
    1. Wait for next update
    2. or Try other luaspcripting.dll

    [X3 Release] Keazain`s Latest Compiles and Converted NCDB & Logon DB ready for use!
  2. #2312
    megamoocow's Avatar Member
    Reputation
    3
    Join Date
    Jun 2007
    Posts
    11
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    ARCEMU: Latest Rev.2289 d/l link is dead

  3. #2313
    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)
    Sorry for the lack of updates regarding what quests works and what doesnt. Been having trouble with the latest database/server release, and I accidently removed my char when updating the logon database. Will start again when a "new" version is released (other then 2289 sun++ rev 682).

  4. #2314
    adzarus's Avatar Member
    Reputation
    1
    Join Date
    Feb 2008
    Posts
    11
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    All links doesnt works , maybe the site in off !!

  5. #2315
    sart1355'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)
    Ive found so far that the npc's taxi dont work. And the monsters npc's.. normally they walk around and these just stand still do nothing, well if you attack them they attack you...
    Some portals don't work, and i have seen alot of places where npc's are double spawned why? I would really be happy if you would fix this problem But still i think its awesome, all these thigns you can!

  6. #2316
    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)
    Keazain

    Can you look at this sql I made this using the information from thottbot.com

    Can I add column like `RewardXPAtMaxLevel` just like `RewardMoneyAtMAxLevel` because some of the XP has a minimum and a maximum amount I don't know where to put the maximum value. This is for the Quest 11561 to 11611 just for testing if ever it works I upload the remaining Quest so that the it will give correct XP and Reputation for the Player. I already test some of the Quest XP with only the minimum amount and it gives a positive result.

    here is the sql:

    ALTER TABLE `quests` ADD `RewardXPAtMaxLevel` int UNSIGNED DEFAULT '0' NOT NULL AFTER `RewardMoneyAtMAxLevel`;

    UPDATE `quests` SET `RewXP`='12050' WHERE (`entry`='11561') ;
    UPDATE `quests` SET `RewardXPAtMaxLevel`='20100' WHERE (`entry`='11561') ;

    UPDATE `quests` SET `RewXP`='12050' WHERE (`entry`='11564') ;
    UPDATE `quests` SET `RewardXPAtMaxLevel`='20100' WHERE (`entry`='11564') ;

    UPDATE `quests` SET `RewXP`='20100' WHERE (`entry`='11569') ;

    UPDATE `quests` SET `RewXP`='12050' WHERE (`entry`='11570') ;
    UPDATE `quests` SET `RewardXPAtMaxLevel`='20100' WHERE (`entry`='11570') ;
    UPDATE `quests` SET `RewRepFaction1`='942' WHERE (`entry`='11570') ;
    UPDATE `quests` SET `RewRepValue1`='250' WHERE (`entry`='11570') ;

    UPDATE `quests` SET `RewXP`='12050' WHERE (`entry`='11571') ;
    UPDATE `quests` SET `RewardXPAtMaxLevel`='20100' WHERE (`entry`='11571') ;
    UPDATE `quests` SET `RewRepFaction1`='942' WHERE (`entry`='11571') ;
    UPDATE `quests` SET `RewRepValue1`='250' WHERE (`entry`='11571') ;

    UPDATE `quests` SET `RewXP`='2000' WHERE (`entry`='11585') ;
    UPDATE `quests` SET `RewRepFaction1`='1085' WHERE (`entry`='11585') ;
    UPDATE `quests` SET `RewRepValue1`='10' WHERE (`entry`='11585') ;

    UPDATE `quests` SET `RewXP`='2000' WHERE (`entry`='11586') ;
    UPDATE `quests` SET `RewRepFaction1`='1085' WHERE (`entry`='11586') ;
    UPDATE `quests` SET `RewRepValue1`='10' WHERE (`entry`='11586') ;

    UPDATE `quests` SET `RewXP`='2000' WHERE (`entry`='11591') ;
    UPDATE `quests` SET `RewRepFaction1`='1064' WHERE (`entry`='11591') ;
    UPDATE `quests` SET `RewRepValue1`='10' WHERE (`entry`='11591') ;

    UPDATE `quests` SET `RewXP`='12050' WHERE (`entry`='11593') ;
    UPDATE `quests` SET `RewardXPAtMaxLevel`='20100' WHERE (`entry`='11593') ;
    UPDATE `quests` SET `RewRepFaction1`='1085' WHERE (`entry`='11593') ;
    UPDATE `quests` SET `RewRepValue1`='250' WHERE (`entry`='11593') ;

    UPDATE `quests` SET `RewXP`='12050' WHERE (`entry`='11594') ;
    UPDATE `quests` SET `RewardXPAtMaxLevel`='20100' WHERE (`entry`='11594') ;
    UPDATE `quests` SET `RewRepFaction1`='1085' WHERE (`entry`='11594') ;
    UPDATE `quests` SET `RewRepValue1`='250' WHERE (`entry`='11594') ;

    UPDATE `quests` SET `RewXP`='20100' WHERE (`entry`='11608') ;
    UPDATE `quests` SET `RewRepFaction1`='1085' WHERE (`entry`='11608') ;
    UPDATE `quests` SET `RewRepValue1`='250' WHERE (`entry`='11608') ;

    UPDATE `quests` SET `RewXP`='20300' WHERE (`entry`='11610') ;
    UPDATE `quests` SET `RewardXPAtMaxLevel`='25400' WHERE (`entry`='11610') ;
    UPDATE `quests` SET `RewRepFaction1`='1073' WHERE (`entry`='11610') ;
    UPDATE `quests` SET `RewRepValue1`='700' WHERE (`entry`='11610') ;

    UPDATE `quests` SET `RewXP`='20100' WHERE (`entry`='11611') ;
    UPDATE `quests` SET `RewRepFaction1`='1085' WHERE (`entry`='11611') ;
    UPDATE `quests` SET `RewRepValue1`='250' WHERE (`entry`='11611') ;
    Last edited by badot; 03-04-2009 at 10:19 PM. Reason: wrong column entry name

  7. #2317
    Tomatsuppen's Avatar Member
    Reputation
    2
    Join Date
    Sep 2007
    Posts
    73
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Get your site online again please.

    all links broken.

    Tomatsuppen.

  8. #2318
    adzarus's Avatar Member
    Reputation
    1
    Join Date
    Feb 2008
    Posts
    11
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Keazain where are you !!!

    Trinity Core 1138 and database Trinity 8 works perfect !! Thx ...

  9. #2319
    falke's Avatar Member
    Reputation
    1
    Join Date
    Feb 2009
    Posts
    2
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by adzarus View Post
    Trinity Core 1138 and database Trinity 8 works perfect !! Thx ...
    Question: Is that really for WoW Clientversion 3.09 or 2.43?
    Wanna test this Release, but its a long time ago i had used Trinity and dont know if it works with wow 3.09.

    Thanx

  10. #2320
    fmrocha79's Avatar Member
    Reputation
    4
    Join Date
    Jan 2009
    Posts
    19
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    someone can make this last repack for download? at least the world.sql Blizz?

  11. #2321
    adzarus's Avatar Member
    Reputation
    1
    Join Date
    Feb 2008
    Posts
    11
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Trinity 1138 is only WoW Client version 2.4.3

  12. #2322
    september's Avatar Member
    Reputation
    2
    Join Date
    Aug 2008
    Posts
    57
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    LOS, Vmaps, Voidwalker/imps, 2 realms.. help plzzzz

    Hello,

    1. Is Line Of sight working for you all, and/or Vmaps? I seem to not have them working i put the maps in but still nothing? what shall I do? anyone have the Vmaps working with this and advice for me what to do to have them work proper?

    2. The Quest For Void walker is unavailable is there a Fix for this?
    Also The Npc Trainer to teack the Voidwalker spells, and Imp spell says it has a no sell template so missing the spells is there a Fix for this as well?

    3. When i tried to run the Blizz and Fun realm at the same time the Fun realm over took and Both realms became the fun Realm anyone have soem advice for me of what i may be doing wrong here?

    +rep any help with this issue~!

  13. #2323
    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)
    Hmm I got a issue that have appeared... I run a vista and when iam holding my server up 24/7 somethings it say that like: arcemu-logonserver has stopped working. Close the program. Same with arcemu-world. I gotta click the close the program because it doesn't close down itself. So the problem is that the Autoup program doesn't open a new world or logon because it thinks the program is still up and it is until i have clicked the close program button. Any way to fix this? Like if i can do so I dont need to click close program. Just that it will automatic shut down and start a new 1 up.

  14. #2324
    W@WAdict's Avatar Member
    Reputation
    9
    Join Date
    Jul 2008
    Posts
    72
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by september View Post
    Hello,

    1. Is Line Of sight working for you all, and/or Vmaps? I seem to not have them working i put the maps in but still nothing? what shall I do? anyone have the Vmaps working with this and advice for me what to do to have them work proper?

    2. The Quest For Void walker is unavailable is there a Fix for this?
    Also The Npc Trainer to teack the Voidwalker spells, and Imp spell says it has a no sell template so missing the spells is there a Fix for this as well?

    3. When i tried to run the Blizz and Fun realm at the same time the Fun realm over took and Both realms became the fun Realm anyone have soem advice for me of what i may be doing wrong here?

    +rep any help with this issue~!
    1. Did you place the vmaps files in a subdirectory named vmaps?

    There is a config option in the world config file that looks like this:
    vMapPath = "vmaps"

    This tells it the path to your vmaps files.

    There used to be a define in the source code to enable or disable vmaps, I have not looked at the code in ages, so I am not sure if that is still in the source code or not.

    3. Did you set the realm count in the realms config file to 2?

    And did you add a Realm2 Name section in the realms config?

    I hope these help.

  15. #2325
    W@WAdict's Avatar Member
    Reputation
    9
    Join Date
    Jul 2008
    Posts
    72
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by keeevin92 View Post
    Hmm I got a issue that have appeared... I run a vista and when iam holding my server up 24/7 somethings it say that like: arcemu-logonserver has stopped working. Close the program. Same with arcemu-world. I gotta click the close the program because it doesn't close down itself. So the problem is that the Autoup program doesn't open a new world or logon because it thinks the program is still up and it is until i have clicked the close program button. Any way to fix this? Like if i can do so I dont need to click close program. Just that it will automatic shut down and start a new 1 up.
    Do you know what programming language the autoup program is written in?

    It would need to be modified to look for that dialog box, and to press the ok button for you.

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 01:11 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