ArcEmu Compiles with Sun++ ,New Lua Blua ,dbc (stable)and ArcEmu 2.4.3 Database menu

User Tag List

Page 5 of 8 FirstFirst 12345678 LastLast
Results 61 to 75 of 113
  1. #61
    softeg's Avatar Member
    Reputation
    1
    Join Date
    Mar 2008
    Posts
    4
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    links are dead...

    ArcEmu Compiles with Sun++ ,New Lua Blua ,dbc (stable)and ArcEmu 2.4.3 Database
  2. #62
    Jrgamespot's Avatar Member
    Reputation
    26
    Join Date
    Aug 2007
    Posts
    123
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    ya, reupload to megaupload, rapidshare, or qsave plz.


  3. #63
    Fantomass's Avatar Active Member
    Reputation
    23
    Join Date
    Feb 2007
    Posts
    111
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    well next time i will now the links r working ...
    ADD a new DB , Phoenix DB the one that i use..
    great db.

  4. #64
    kreegoth's Avatar Contributor
    Reputation
    122
    Join Date
    Jun 2008
    Posts
    810
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Which is the latest stable release? i find that 921 is Crashing constantly.. And my same database on 735 Didnt crash at all..

  5. #65
    nickeg's Avatar Member
    Reputation
    15
    Join Date
    Jan 2008
    Posts
    105
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    very nice +rep ... please keep this updated Fantomass <3 yah !

  6. #66
    cider0's Avatar Member
    Reputation
    1
    Join Date
    Aug 2008
    Posts
    11
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Phoenix WorldDB "creature_spawns" is bugged and whydbs "creature_spawns" TAKES FOREVER...
    Thank you and good bye

  7. #67
    baptizein's Avatar Member
    Reputation
    16
    Join Date
    Jul 2008
    Posts
    65
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by cider0 View Post
    Phoenix WorldDB "creature_spawns" is bugged and whydbs "creature_spawns" TAKES FOREVER...
    Thank you and good bye
    Can't help you with Phoenix DB, but you should use the MySQL console to execute the WhyDB database instead of Navicat, or whichever database management program you use, because it will get stuck at a certain percentage.

    Just open up your MySQL console enter your password and type the command below, then press enter...

    Code:
    use (Database name goes here)
    
    example: use ascent
    It will then switch to the database you want to execute your tables into. Then, to execute each .sql file, or if you use a WhyDB milestone, you can use this line to execute it to the database.

    Code:
    source (directory to SQL file)
    
    example: source C:\WhyDB_Milestone_2.sql
    Hope that helps you out!

  8. #68
    Fantomass's Avatar Active Member
    Reputation
    23
    Join Date
    Feb 2007
    Posts
    111
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Core and database updated !!!

  9. #69
    Fantomass's Avatar Active Member
    Reputation
    23
    Join Date
    Feb 2007
    Posts
    111
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Core and Database Updated
    sorry i was out of the city but im back

  10. #70
    Mr.Zunz's Avatar Contributor
    Reputation
    92
    Join Date
    Mar 2007
    Posts
    393
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Nice updates, everything is stable and all, BUT -.- i cant get my LUA scripts [Mostly Portals] to work :|, i'll have it enabled in the conf files, in the core they say it loaded fine.. but when i clikc on the object it doesnt even do a shit...

  11. #71
    Ellenor's Avatar Active Member
    Reputation
    18
    Join Date
    Jan 2008
    Posts
    281
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    enable lua files from world config

  12. #72
    Mr.Zunz's Avatar Contributor
    Reputation
    92
    Join Date
    Mar 2007
    Posts
    393
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by Zenneth View Post
    enable lua files from world config
    Learn2Read.

  13. #73
    cider0's Avatar Member
    Reputation
    1
    Join Date
    Aug 2008
    Posts
    11
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    he cant...

  14. #74
    cider0's Avatar Member
    Reputation
    1
    Join Date
    Aug 2008
    Posts
    11
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by baptizein View Post
    Can't help you with Phoenix DB, but you should use the MySQL console to execute the WhyDB database instead of Navicat, or whichever database management program you use, because it will get stuck at a certain percentage.

    Just open up your MySQL console enter your password and type the command below, then press enter...

    Code:
    use (Database name goes here)
    
    example: use ascent
    It will then switch to the database you want to execute your tables into. Then, to execute each .sql file, or if you use a WhyDB milestone, you can use this line to execute it to the database.

    Code:
    source (directory to SQL file)
    
    example: source C:WhyDB_Milestone_2.sql
    Hope that helps you out!
    it Worked! but now i am geting a
    Code:
    dc on connect

  15. #75
    kreegoth's Avatar Contributor
    Reputation
    122
    Join Date
    Jun 2008
    Posts
    810
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Zoozlo- if they are custom made have you Activated the objects ingame using .go sel and then .go activate? if so pm me your portal Lua and a Sql for the Portal GO and ill take a look at them.

    Cider0- Your logon doesnt match your Revision.. run updates for it.. Or check for another error in the Logon or world config

Page 5 of 8 FirstFirst 12345678 LastLast

Similar Threads

  1. [Repack] Easy ArcEmu 3.5.5a - With DBC/DB and more
    By Pieterkii in forum WoW EMU General Releases
    Replies: 9
    Last Post: 06-16-2011, 04:32 PM
  2. ArcEmu WOTLK Compiles with dbc, wotlk scripts . restarted and DB
    By Fantomass in forum WoW EMU General Releases
    Replies: 0
    Last Post: 12-15-2008, 06:42 PM
  3. ArcEmu Compiles With ArcScripts.... DBC,Maps , Vpams,Restarter,DBs,etc
    By Fantomass in forum WoW EMU General Releases
    Replies: 22
    Last Post: 12-14-2008, 03:37 PM
  4. 2.4.3 ArcEmu Rev 548 with Sun++ ,Lua and dbc . NCDB and WHYdb Latest Rev.
    By Fantomass in forum World of Warcraft Emulator Servers
    Replies: 3
    Last Post: 07-31-2008, 08:50 PM
  5. How to get Arcemu to compile with no script errors
    By Sorayazlawl in forum World of Warcraft Emulator Servers
    Replies: 0
    Last Post: 07-17-2008, 08:27 PM
All times are GMT -5. The time now is 10:55 AM. Powered by vBulletin® Version 4.2.3
Copyright © 2024 vBulletin Solutions, Inc. All rights reserved. User Alert System provided by Advanced User Tagging (Pro) - vBulletin Mods & Addons Copyright © 2024 DragonByte Technologies Ltd.
Digital Point modules: Sphinx-based search