[Heeeelp Plzzz] Bug with ascent.exe menu

Shout-Out

User Tag List

Results 1 to 12 of 12
  1. #1
    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)

    [Heeeelp Plzzz] Bug with ascent.exe

    Ok... So I'm working on my repack once again, I got it working without creature_proto and only creature_names, but it spawned other mobs... like this



    So, I wrote a whole new creature_proto on those mobs I needed... And tried to restart, then this error came (just as in my old core)



    I know its creature_proto, but how can I fix it? Btw heres download link for my creature_proto

    Arthas117's Creature_Proto

    +rep x2 if you can fix it

    World best PvP Paladin=Me? GG ;D


    [Heeeelp Plzzz] Bug with ascent.exe
  2. #2
    EcHoEs's Avatar lol why u mad
    Reputation
    374
    Join Date
    Sep 2006
    Posts
    1,646
    Thanks G/R
    3/1
    Trade Feedback
    2 (100%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Why wouldn't you want creature_proto?
    Excactly what Alan said, though.


  3. #3
    King Shaun's Avatar Member
    Reputation
    419
    Join Date
    Dec 2007
    Posts
    1,305
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Hmm, try using the creature tables?
    Haha, I did not really understand what you were saying mate.


    Threads of the Week: [Errage] [Blizzard] [Rapidshare]

  4. #4
    Sonic Waffle's Avatar Contributor
    Reputation
    170
    Join Date
    Dec 2007
    Posts
    990
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Freaky! :|
    @ Shaun: Every time he spawns a NPC, it spawns a random NPC instead... :P


  5. #5
    King Shaun's Avatar Member
    Reputation
    419
    Join Date
    Dec 2007
    Posts
    1,305
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Oh, that is strange.
    And you are saying you don't have your tables?
    For the creatures..

    If you don't have them: Get them!
    If you do have them! Update your database / tables, get them from the ascent SVN.

    Hope that helps.


    Threads of the Week: [Errage] [Blizzard] [Rapidshare]

  6. #6
    Viter's Avatar Elite User
    Reputation
    410
    Join Date
    Aug 2007
    Posts
    2,153
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    maybe the ID for the mob is a too high numbeR?



  7. #7
    *TraPStaR*'s Avatar Contributor
    Reputation
    164
    Join Date
    Aug 2007
    Posts
    275
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    nope he's using the right id but the wrong id yeah its hard to explain but what it is

    theres creature proto and names they need to be the same id for the same setup


    there ya go theres a name and proto template to use for vendors


    Code:
    insert into `creature_names` (`entry`, `name`, `subname`, `info_str`, `Flags1`, `type`, `family`, `rank`, `unk4`, `spelldataid`, `male_displayid`, `female_displayid`, `male_displayid2`, `female_displayid2`, `unknown_float1`, `unknown_float2`, `civilian`, `leader`) values('id,'name','Miscellaneous',' ','0','4','0','3','0','0','21418','0','0','0','1','0','0','0');
    
    insert into `creature_proto` (`entry`, `minlevel`, `maxlevel`, `faction`, `minhealth`, `maxhealth`, `mana`, `scale`, `npcflags`, `attacktime`, `mindamage`, `maxdamage`, `rangedattacktime`, `rangedmindamage`, `rangedmaxdamage`, `mountdisplayid`, `equipmodel1`, `equipinfo1`, `equipslot1`, `equipmodel2`, `equipinfo2`, `equipslot2`, `equipmodel3`, `equipinfo3`, `equipslot3`, `respawntime`, `armor`, `resistance1`, `resistance2`, `resistance3`, `resistance4`, `resistance5`, `resistance6`, `combat_reach`, `bounding_radius`, `auras`, `boss`, `money`, `invisibility_type`, `death_state`, `walk_speed`, `run_speed`, `fly_speed`, `extra_a9_flags`) values('id','100','100','1741','1000000','1000000','100000','1','4224','100','10000','10000','0','0','0','0','0','0','0','0','0','0','0','0','0','1','5','5','5','5','5','5','5','1','1','','0','0','0','0','2.5','8','14','0');

  8. #8
    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)
    I didnt import my old creature_proto, I just made new mobs in the new DB (but I executed a few creature_name things)

    At first, there was no creature_proto for my custom made creature_names, it all worked fine, but it picked another mob. I made new custom mobs with the allready used creature_names AND creature_proto (I made new mobs easly said) and then this happen

    World best PvP Paladin=Me? GG ;D


  9. #9
    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 kard View Post
    nope he's using the right id but the wrong id yeah its hard to explain but what it is

    theres creature proto and names they need to be the same id for the same setup


    there ya go theres a name and proto template to use for vendors

    Code:
    insert into `creature_names` (`entry`, `name`, `subname`, `info_str`, `Flags1`, `type`, `family`, `rank`, `unk4`, `spelldataid`, `male_displayid`, `female_displayid`, `male_displayid2`, `female_displayid2`, `unknown_float1`, `unknown_float2`, `civilian`, `leader`) values('id,'name','Miscellaneous',' ','0','4','0','3','0','0','21418','0','0','0','1','0','0','0');
     
    insert into `creature_proto` (`entry`, `minlevel`, `maxlevel`, `faction`, `minhealth`, `maxhealth`, `mana`, `scale`, `npcflags`, `attacktime`, `mindamage`, `maxdamage`, `rangedattacktime`, `rangedmindamage`, `rangedmaxdamage`, `mountdisplayid`, `equipmodel1`, `equipinfo1`, `equipslot1`, `equipmodel2`, `equipinfo2`, `equipslot2`, `equipmodel3`, `equipinfo3`, `equipslot3`, `respawntime`, `armor`, `resistance1`, `resistance2`, `resistance3`, `resistance4`, `resistance5`, `resistance6`, `combat_reach`, `bounding_radius`, `auras`, `boss`, `money`, `invisibility_type`, `death_state`, `walk_speed`, `run_speed`, `fly_speed`, `extra_a9_flags`) values('id','100','100','1741','1000000','1000000','100000','1','4224','100','10000','10000','0','0','0','0','0','0','0','0','0','0','0','0','0','1','5','5','5','5','5','5','5','1','1','','0','0','0','0','2.5','8','14','0');
    lol ty I'm not sure if it will work, but atleast worth a try :P
    +rep x2 if it works

    World best PvP Paladin=Me? GG ;D


  10. #10
    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 Deathstrong1203 View Post
    In the screenshot, you looked up a mob, and the mobs id was 111111, but when you went to spawn, you left out a 1.
    Haha soz m8 i'm not that stupid xD take a look at my creature_proto and you'll understand

    Ahh, the only thing I need now is a newly updated creature_proto and creature_names

    World best PvP Paladin=Me? GG ;D


  11. #11
    2dgreengiant's Avatar ★ Elder ★


    Reputation
    1192
    Join Date
    Feb 2007
    Posts
    7,129
    Thanks G/R
    1/3
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Filebeam - Free Fast File Hosting is the latest creature_names n proto
    If you need me you have my skype, if you don't have my skype then you don't need me.

  12. #12
    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 2dgreengiant View Post
    Filebeam - Free Fast File Hosting is the latest creature_names n proto
    lol ty mate :P gonna test if this works now :P

    +rep x2 to you, that guy that tried and that guy that noticed wrong ID thing on the pic xD (i feel like repping today)

    World best PvP Paladin=Me? GG ;D


Similar Threads

  1. [Help] GRR... always error with ascent.exe
    By LordJedi in forum World of Warcraft Emulator Servers
    Replies: 7
    Last Post: 02-15-2008, 07:46 PM
  2. Need help! got problem with Ascent.exe will +rep :P
    By Anthraxx in forum World of Warcraft Emulator Servers
    Replies: 2
    Last Post: 01-26-2008, 10:12 AM
  3. [Help] Ascent.exe crashes with a strange error
    By Lakelog in forum World of Warcraft Emulator Servers
    Replies: 7
    Last Post: 01-07-2008, 11:30 PM
  4. Need help with ascent.exe
    By aznboy in forum World of Warcraft Emulator Servers
    Replies: 11
    Last Post: 01-04-2008, 07:45 PM
  5. bug with the karazhan floating over goldshire thing.
    By raamoz in forum World of Warcraft Exploits
    Replies: 9
    Last Post: 07-24-2006, 12:38 AM
All times are GMT -5. The time now is 12:19 PM. 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