REALM: Total War Repack v1.6 menu

Shout-Out

User Tag List

Page 4 of 10 FirstFirst 12345678 ... LastLast
Results 46 to 60 of 144
  1. #46
    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)
    Run these queries, and your problems will be fixed.

    Code:
    SET FOREIGN_KEY_CHECKS=0;
    -- ----------------------------
    -- Table structure for professiondiscoveries
    -- ----------------------------
    CREATE TABLE `professiondiscoveries` (
      `SpellId` int(10) unsigned NOT NULL default '0',
      `SpellToDiscover` int(10) unsigned NOT NULL default '0',
      `SkillValue` int(10) unsigned NOT NULL default '0',
      `Chance` float NOT NULL default '0',
      PRIMARY KEY  (`SpellId`,`SpellToDiscover`)
    ) ENGINE=MyISAM DEFAULT CHARSET=utf8;
    Code:
    ALTER TABLE `instance_bosses` CHANGE COLUMN `creatureid` `spawnid` INT(11) UNSIGNED NOT NULL DEFAULT '0';
    Life Puzzler WoW - Website | Forums

    REALM: Total War Repack v1.6
  2. #47
    treeko11's Avatar Member
    Reputation
    11
    Join Date
    Jan 2008
    Posts
    275
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Thank you so much Gastric, have some rep, even though you dont need it

    Oh! It seems i dont have the column 'creatureid' in my instance_bosses table, can i have a Query for that as well please?
    Last edited by treeko11; 09-17-2008 at 06:50 AM.

  3. #48
    gavin1's Avatar Member
    Reputation
    1
    Join Date
    Sep 2008
    Posts
    3
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    nice share!

  4. #49
    EmiloZ's Avatar Flying Piggy Back
    CoreCoins Purchaser
    Reputation
    538
    Join Date
    Jun 2007
    Posts
    1,393
    Thanks G/R
    0/1
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Gastric, i ran the sql you posted and still getting :

    Why fill up a signature?

  5. #50
    Erase's Avatar Banned
    Reputation
    229
    Join Date
    Jun 2008
    Posts
    990
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Nice repack.

  6. #51
    TristinD's Avatar Active Member
    Reputation
    20
    Join Date
    Oct 2007
    Posts
    124
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    It give that crashdumb because there are some things writed in worldfilter_chat if you delete all the things in that table you dont get crash well i dont get crash

  7. #52
    Etna's Avatar Banned
    Reputation
    20
    Join Date
    Sep 2007
    Posts
    349
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Dude is the ics from you'r Own server ? beacuse i wanna play onit and +rep x2 for a nice Release of a NICE Repack.

  8. #53
    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)
    Run this query if you do not have the creature_id column at all. EmiloZ, just delete the content in Wordfilter_chat.

    Code:
    DROP TABLE IF EXISTS `instance_bosses`;
    
    CREATE TABLE `instance_bosses` (
      `mapid` int(11) unsigned NOT NULL default '0',
      `creatureid` int(11) unsigned NOT NULL default '0',
      `trash` text NOT NULL,
      `trash_respawn_override` int(11) unsigned NOT NULL default '0',
      PRIMARY KEY  (`mapid`,`creatureid`)
    ) ENGINE=MyISAM DEFAULT CHARSET=latin1 COMMENT='Instance Boss Definitions';
    Life Puzzler WoW - Website | Forums

  9. #54
    Wolverine77's Avatar Member
    Reputation
    9
    Join Date
    Dec 2007
    Posts
    213
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Gastric, how hard would it be to "merge" your PVP realm with an existing server?

  10. #55
    AzolexX's Avatar Contributor
    Reputation
    179
    Join Date
    May 2007
    Posts
    587
    Thanks G/R
    0/1
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    you would need a Sources of Core and Database is Easy to marge.

    Find about scripting, programming and music! My blog: https://worldofsmth.wordpress.com!

  11. #56
    runemaster's Avatar Banned
    Reputation
    25
    Join Date
    Dec 2007
    Posts
    291
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by Gastricpenguin View Post
    The only spawned content are areas that are readily available to players. Meaning: Av, starting zones, moonglade, gadgetzan, etc. There are no spawns in other regions so the server can run faster and provide better pvp

    cool i like this alot

    but wheres the npcs in gadgetzhan? O.~?

    nothing there at alll

  12. #57
    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)
    Look at the notes for version 2 on the first post.
    Life Puzzler WoW - Website | Forums

  13. #58
    fastelf's Avatar Active Member
    Reputation
    44
    Join Date
    Apr 2007
    Posts
    279
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    I get the same problem as Emiloz.

    Dude

    If your gonna release a repack, make sure you have the proper DLL's to actually start the server.. thats probably half the problem.

    You can't expect everyone to have it, nor have to get them because a repack should contain it, end of story.

    Also, what OS are you compiling this under?

  14. #59
    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)
    Fastelf, maybe you should do a little research, then you would find out the modules in the parent directory are OPTIONAL. Compiled on Windows.

    Besides, I will have a small update to version 1.4 tonight or tomorrow.
    Life Puzzler WoW - Website | Forums

  15. #60
    fastelf's Avatar Active Member
    Reputation
    44
    Join Date
    Apr 2007
    Posts
    279
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    I wasn't talking about those DLL's. I was on about the libmySQL & libeay32 DLL's that are used to run the actual server.

    With the new version, will it support the latest patch? (I'm fairly sure a new patch came out..)

Page 4 of 10 FirstFirst 12345678 ... LastLast

Similar Threads

  1. [Mangos] [2.4.3]Total War! New Vanilla server with 1.1.2 talents and more!
    By noes in forum WoW Emulator Server Listings
    Replies: 0
    Last Post: 05-16-2010, 10:59 AM
  2. Untold Realm --- Totally Pre TBC --- 1.12.1 ---
    By werko in forum WoW Emulator Server Listings
    Replies: 0
    Last Post: 04-03-2009, 04:59 PM
  3. [Request] Guide For 2 Realms, From 2 Repack's
    By september in forum WoW EMU Questions & Requests
    Replies: 8
    Last Post: 01-30-2009, 09:39 AM
All times are GMT -5. The time now is 04:34 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