[Repack] Hearthstone 3.3 Alterac Valley Custom PVP menu

Shout-Out

User Tag List

Page 2 of 3 FirstFirst 123 LastLast
Results 16 to 30 of 31
  1. #16
    Algorithm's Avatar Member
    Reputation
    175
    Join Date
    Mar 2008
    Posts
    395
    Thanks G/R
    0/1
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by plane225 View Post
    Ahhhhhhh, I dont see mysql in it :O
    this is not ac-web with control panel where you click 1 button and whole shit starts.

    this is a repack where you need to execute database.sql file yourself and start everythign yourself

    [Repack] Hearthstone 3.3 Alterac Valley Custom PVP
  2. #17
    Algorithm's Avatar Member
    Reputation
    175
    Join Date
    Mar 2008
    Posts
    395
    Thanks G/R
    0/1
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by craigy109 View Post
    t a vallid image when i try to start up the server

    thats prolyl because i compile my core on x64 so they are most likely x64 dll files... try use any dll files from arcmeu or any other emu

  3. #18
    Hyldran0's Avatar Contributor
    Reputation
    118
    Join Date
    Nov 2008
    Posts
    374
    Thanks G/R
    1/1
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    hmm i can't see a Logon.sql Only world ? And dbc ? :O
    Shit's Gone Real

  4. #19
    Algorithm's Avatar Member
    Reputation
    175
    Join Date
    Mar 2008
    Posts
    395
    Thanks G/R
    0/1
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Logon Structure
    SET FOREIGN_KEY_CHECKS=0;
    -- ----------------------------
    -- Table structure for `accounts`
    -- ----------------------------
    DROP TABLE IF EXISTS `accounts`;
    CREATE TABLE `accounts` (
    `acct` int(5) NOT NULL AUTO_INCREMENT,
    `login` varchar(32) NOT NULL DEFAULT '',
    `password` varchar(255) NOT NULL DEFAULT '',
    `SessionKey` varchar(255) NOT NULL DEFAULT '',
    `gm` varchar(10) NOT NULL DEFAULT '0',
    `flags` int(11) NOT NULL DEFAULT '24',
    `banned` tinyint(1) NOT NULL DEFAULT '0',
    `banreason` varchar(512) DEFAULT NULL,
    `lastlogin` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP,
    `lastip` varchar(15) NOT NULL DEFAULT '',
    `forceLanguage` varchar(5) NOT NULL DEFAULT 'enUS',
    `email` varchar(32) DEFAULT NULL,
    `muted` int(30) NOT NULL DEFAULT '0',
    PRIMARY KEY (`acct`),
    UNIQUE KEY `login` (`login`)
    ) ENGINE=MyISAM DEFAULT CHARSET=utf8;

    -- ----------------------------
    -- Records of accounts
    -- ----------------------------

    -- ----------------------------
    -- Table structure for `ipbans`
    -- ----------------------------
    DROP TABLE IF EXISTS `ipbans`;
    CREATE TABLE `ipbans` (
    `ip` varchar(12 NOT NULL,
    `time` int(30) NOT NULL DEFAULT '0',
    `expire` int(30) NOT NULL DEFAULT '0',
    PRIMARY KEY (`ip`)
    ) ENGINE=MyISAM DEFAULT CHARSET=utf8;

    -- ----------------------------
    -- Records of ipbans
    -- ----------------------------

  5. #20
    Shankers's Avatar Member
    Reputation
    1
    Join Date
    Jan 2008
    Posts
    20
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    I have no idea what im doing,is there a way someone can tell me what to do?

    e-mail or add me on msn [email protected]

  6. #21
    Hyldran0's Avatar Contributor
    Reputation
    118
    Join Date
    Nov 2008
    Posts
    374
    Thanks G/R
    1/1
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by Algorithm View Post
    Logon Structure
    Really Thx Mate !
    Shit's Gone Real

  7. #22
    myran2's Avatar Contributor

    Reputation
    130
    Join Date
    Dec 2008
    Posts
    475
    Thanks G/R
    3/4
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Sorry if I'm missing something, but I'm unable to find the character structure file, I see you've posted the logon structure further up, but I just can't seem to find the character query.

    If you could post it, or upload it, that would be great

  8. #23
    Algorithm's Avatar Member
    Reputation
    175
    Join Date
    Mar 2008
    Posts
    395
    Thanks G/R
    0/1
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by myran2 View Post
    Sorry if I'm missing something, but I'm unable to find the character structure file, I see you've posted the logon structure further up, but I just can't seem to find the character query.

    If you could post it, or upload it, that would be great

    here you go braw


    svn://svn.aspiredev.net/AspireCore/branches/3_2_0/sql

  9. #24
    myran2's Avatar Contributor

    Reputation
    130
    Join Date
    Dec 2008
    Posts
    475
    Thanks G/R
    3/4
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    haha, thanks a lot

  10. #25
    TheGamer192's Avatar Member
    Reputation
    1
    Join Date
    Jul 2008
    Posts
    1
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Really nice guy!!!
    Good job!!!

  11. #26
    andraconis's Avatar Member
    Reputation
    1
    Join Date
    Jan 2007
    Posts
    10
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    nice work been waitin for a 3.3.0a repack looks good ill download in a bit

  12. #27
    Algorithm's Avatar Member
    Reputation
    175
    Join Date
    Mar 2008
    Posts
    395
    Thanks G/R
    0/1
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Enjoy guys

    its great you guys loving it. its all about that Holiday Spirit

  13. #28
    LilleCarl's Avatar Active Member
    Reputation
    65
    Join Date
    Feb 2008
    Posts
    132
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    where is the source code thats what we are in need of to continue the work you made
    Violence doesn't solve shit, but everything else.

  14. #29
    Algorithm's Avatar Member
    Reputation
    175
    Join Date
    Mar 2008
    Posts
    395
    Thanks G/R
    0/1
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    svn://svn.aspiredev.net/AspireCore thats the source.

    but Aspire no longer supports new patches, so all changes made to the source are my fixes/patches.

  15. #30
    Henessy's Avatar Contributor
    Reputation
    104
    Join Date
    Sep 2008
    Posts
    1,284
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    hey, from what i see here you are doing a magnificent job...
    +REP x2 from me

Page 2 of 3 FirstFirst 123 LastLast

Similar Threads

  1. Garrison Hearthstone → Alterac Valley BG portal (Alterac Mountains)
    By Mickks in forum World of Warcraft Exploits
    Replies: 3
    Last Post: 07-26-2016, 02:06 PM
  2. Alterac Valley 39 TWINK,Fully Blizzlike,Purest PvP EVER COMING SOON
    By Hboybowen in forum WoW Emulator Server Listings
    Replies: 0
    Last Post: 03-21-2009, 06:10 PM
  3. [World of Conquer][Instant 80][Malls at Alterac Valley][Ultimate PvP]
    By PaikProductions in forum WoW Emulator Server Listings
    Replies: 0
    Last Post: 02-12-2009, 02:15 PM
  4. Jumping into north bunker in Alterac Valley | 1.12
    By zitronenbaum in forum World of Warcraft Exploits
    Replies: 5
    Last Post: 08-31-2006, 07:59 PM
All times are GMT -5. The time now is 11:04 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