Chrispee `s Repack of Back :D :D menu

User Tag List

Page 9 of 10 FirstFirst ... 5678910 LastLast
Results 121 to 135 of 143
  1. #121
    Chrispee's Avatar The True Repacker


    Reputation
    686
    Join Date
    Mar 2007
    Posts
    931
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    no mate this is for 2.3.3




    Chrispee `s Repack of Back :D :D
  2. #122
    heliodoros's Avatar Member
    Reputation
    2
    Join Date
    Nov 2006
    Posts
    25
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    ok thnx im lucky my WoW is still on 2.3.3
    When do you think a 2.4.1 server will be possible?

  3. #123
    Arthas117's Avatar Knight-Champion
    Reputation
    151
    Join Date
    Mar 2007
    Posts
    483
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by heliodoros View Post
    ok thnx im lucky my WoW is still on 2.3.3
    When do you think a 2.4.1 server will be possible?
    Uhm... Maybe next week, there will be a 2.4.1 repack done (stable)!

    But... You guys really shouldn't run 2.4.1 on a private server, cuz it deletes the MPQ file... Gotta reinstall and update to 2.3.3

    World best PvP Paladin=Me? GG ;D


  4. #124
    Chrispee's Avatar The True Repacker


    Reputation
    686
    Join Date
    Mar 2007
    Posts
    931
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    no arthas theres a way to get mpg working on 2.4.1 il ask someone




  5. #125
    geek26's Avatar Member
    Reputation
    2
    Join Date
    Mar 2008
    Posts
    24
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    WTF!!!! AWESOME M8!!!! GREAT WORK! and welcome back

  6. #126
    Outlands's Avatar Sergeant
    Reputation
    20
    Join Date
    Oct 2006
    Posts
    42
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    hello chrispee,
    when i start the ascent-logon and ascent-world it says , error can't run application , error parameters.

    What is this? how i fix this? I use windows vista. thank you

  7. #127
    Chrispee's Avatar The True Repacker


    Reputation
    686
    Join Date
    Mar 2007
    Posts
    931
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    u have netframework 3.5 instaled ?




  8. #128
    Outlands's Avatar Sergeant
    Reputation
    20
    Join Date
    Oct 2006
    Posts
    42
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Chrispee thanks, I had netframework 3.0 but installed the 3.5 and it works. ;D .
    Any know how is for Fix teleporter.dll?? Thx . I love your repacks Chrispee . And... How i Fix Playeritems? When i do logout my items,gold,backpacks, all deleted .
    Last edited by Outlands; 04-14-2008 at 12:48 PM.

  9. #129
    Chrispee's Avatar The True Repacker


    Reputation
    686
    Join Date
    Mar 2007
    Posts
    931
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    for teleporter.dll make sure ure using my ascent compile and for the items delete the table playeritems in navicat and insert this

    SET FOREIGN_KEY_CHECKS=0;
    -- ----------------------------
    -- Table structure for playeritems
    -- ----------------------------
    CREATE TABLE `playeritems` (
    `ownerguid` int(10) unsigned NOT NULL default '0',
    `guid` bigint(20) unsigned NOT NULL default '0',
    `entry` int(10) unsigned NOT NULL default '0',
    `creator` int(10) unsigned NOT NULL default '0',
    `count` int(10) unsigned NOT NULL default '0',
    `charges` int(10) unsigned NOT NULL default '0',
    `flags` int(10) unsigned NOT NULL default '0',
    `randomprop` int(10) unsigned NOT NULL default '0',
    `randomsuffix` int(11) NOT NULL default '0',
    `itemtext` int(10) unsigned NOT NULL default '0',
    `durability` int(10) unsigned NOT NULL default '0',
    `containerslot` int(11) NOT NULL default '-1',
    `slot` tinyint(4) NOT NULL default '0',
    `enchantments` longtext NOT NULL,
    PRIMARY KEY (`guid`),
    KEY `ownerguid` (`ownerguid`)
    ) ENGINE=MyISAM DEFAULT CHARSET=latin1;

    -- ----------------------------
    -- Chrispee
    -- ----------------------------




  10. #130
    Outlands's Avatar Sergeant
    Reputation
    20
    Join Date
    Oct 2006
    Posts
    42
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by Chrispee View Post
    for teleporter.dll make sure ure using my ascent compile and for the items delete the table playeritems in navicat and insert this
    Thx Chrispee, but your script doesn't work xDD . But i edit your table and now work , thx , the table is this:

    Code:
    SET FOREIGN_KEY_CHECKS=0;
    -- ----------------------------
    -- Table structure for playeritems
    -- ----------------------------
    CREATE TABLE `playeritems` (
      `ownerguid` int(10) unsigned NOT NULL default '0',
      `guid` bigint(20) unsigned NOT NULL default '0',
      `entry` int(10) unsigned NOT NULL default '0',
      `wrapped_item_id` int(30) NOT NULL default '0',
      `wrapped_creator` int(30) NOT NULL default '0',
      `creator` int(10) unsigned NOT NULL default '0',
      `count` int(10) unsigned NOT NULL default '0',
      `charges` int(10) unsigned NOT NULL default '0',
      `flags` int(10) unsigned NOT NULL default '0',
      `randomprop` int(10) unsigned NOT NULL default '0',
      `randomsuffix` int(30) NOT NULL,
      `itemtext` int(10) unsigned NOT NULL default '0',
      `durability` int(10) unsigned NOT NULL default '0',
      `containerslot` int(11) default '-1' COMMENT 'couldnt find this being used in source',
      `slot` tinyint(4) NOT NULL default '0',
      `enchantments` longtext collate utf8_unicode_ci NOT NULL,
      PRIMARY KEY  (`guid`),
      UNIQUE KEY `guid` (`guid`),
      KEY `ownerguid` (`ownerguid`)
    ) ENGINE=MyISAM DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci;
    
    -- ----------------------------
    -- Records 
    -- ----------------------------
    and.. if i use teleporter.dll ,ascent-world always crashed.

  11. #131
    Jardiare's Avatar Banned
    Reputation
    27
    Join Date
    Jan 2008
    Posts
    175
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    when i try to open ascentlogon.exe it says ! Cannot execute "C:\DOCUME~1\Admin\LOCALS~1\Temp\Rar$EX39.860\CHrispee Ascent\ascent-logonserver.exe"

  12. #132
    Chrispee's Avatar The True Repacker


    Reputation
    686
    Join Date
    Mar 2007
    Posts
    931
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    u need to start logonserver.exe before




  13. #133
    rick5305's Avatar Member
    Reputation
    1
    Join Date
    Oct 2007
    Posts
    8
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Is there an item id list for all the 400 custom items? =]

    And vendor spawn id's and so forth...

    k...just went through every custom item in the DB...im sorry but this repack is very unbalanced, the caster gear is in no comparison to the melee gear, and the first starting level 80 mobs in hyjal hit for 28k on plate armor..
    Last edited by rick5305; 04-17-2008 at 12:40 AM.

  14. #134
    Outlands's Avatar Sergeant
    Reputation
    20
    Join Date
    Oct 2006
    Posts
    42
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Flying Mounts

    Anyone know fix flying mounts for work in outlands? . .mount (ID) doesn't work too... :S

  15. #135
    Laveciar's Avatar Member
    Reputation
    1
    Join Date
    Jan 2008
    Posts
    31
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Flying Mounts

    Yeah Outlands I am having the same issue, I am using this repack for my fun server and after being up for a couple days now i'm getting some major complaints about flying mounts not working in outland as well as every player in game being able to wield a polearm even if it is red and they don't have the weaponskill. Being kinda newbish I haven't a clue on how to attempt to fix these major errors. Any help would be greatly apprecaited.

    Cheers

Page 9 of 10 FirstFirst ... 5678910 LastLast

Similar Threads

  1. Chrispee `s Repack of Back Error :(
    By thegame240 in forum World of Warcraft Emulator Servers
    Replies: 4
    Last Post: 03-22-2008, 07:21 AM
  2. How do i Update Chrispee's Repack to a Newer Ascent Revision?
    By mafiaboy in forum World of Warcraft Emulator Servers
    Replies: 3
    Last Post: 11-02-2007, 03:28 PM
  3. help| I'm using chrispee's repack, and i have a bug that i only do miss
    By shaked in forum World of Warcraft Emulator Servers
    Replies: 6
    Last Post: 11-02-2007, 01:43 PM
  4. Brooms with display id ! (for chrispee's repack)
    By Condor in forum World of Warcraft Emulator Servers
    Replies: 7
    Last Post: 11-01-2007, 07:12 AM
  5. Geting Chrispee Latest Repack To Turn on Pvp!
    By mafiaboy in forum World of Warcraft Emulator Servers
    Replies: 1
    Last Post: 10-30-2007, 08:09 PM
All times are GMT -5. The time now is 07:43 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