[Ascent] 2.3 fix here

Results 1 to 9 of 9
  1. #1
    Elite Member jarmale is offline
    Member +Rank
    Jun 2007 Join Date
    Behind youLocation
    170Posts

    [Ascent] 2.3 fix here

    for people that got problems running 2.3 on there server here is a fix

    first make sure you have the latest ascent rev
    2.3 maps 2.3 DBC

    than run this update in you DB with sqlyog or navicat

    http://www.jz-funserver.com/downloads/update2.3.sql

    also make sure you run it in you "world" and "logon" DB


    Greetings


  2. #2
    Sorcerer Supreme mihai00792 is offline
    Member +Rank
    Aug 2007 Join Date
    RomaniaLocation
    289Posts

    Re: [Ascent] 2.3 fix here

    hmm.. dont work .. not in world not in character db ...

  3. #3
    Elite Member jarmale is offline
    Member +Rank
    Jun 2007 Join Date
    Behind youLocation
    170Posts

    Re: [Ascent] 2.3 fix here

    just execute it it gives some errors bud it made it work on my server and on the server of 2 friends

  4. #4
    Sorcerer Supreme Kameleon20 is offline
    Member +Rank
    Jul 2007 Join Date
    HurdegarypLocation
    493Posts

    Re: [Ascent] 2.3 fix here

    didn't worked... haven't changed anything at all...

  5. #5
    You don't know me. Paco44 is offline
    Grand MasterRank
    Apr 2006 Join Date
    IllinoisLocation
    1,777Posts

    Re: [Ascent] 2.3 fix here

    To save this post from possibly being closed, I'll just put it in code tags.

    Code:
    UPDATE creature_proto SET npcflags = 135296 WHERE npcflags = 16644;
    UPDATE creature_proto SET npcflags = 4243 WHERE npcflags = 16407;
    UPDATE creature_proto SET npcflags= 4241 WHERE npcflags = 16405;
    UPDATE creature_proto SET npcflags = 4112 WHERE npcflags = 16400;
    UPDATE creature_proto SET npcflags = 4227 WHERE npcflags = 16391;
    UPDATE creature_proto SET npcflags = 4226 WHERE npcflags = 16390;
    UPDATE creature_proto SET npcflags = 4225 WHERE npcflags = 16389;
    UPDATE creature_proto SET npcflags = 4224 WHERE npcflags = 16388;
    UPDATE creature_proto SET npcflags = 4099 WHERE npcflags = 16387;
    UPDATE creature_proto SET npcflags = 4096 WHERE npcflags = 16384;
    UPDATE creature_proto SET npcflags = 4194307 WHERE npcflags = 8195;
    UPDATE creature_proto SET npcflags = 4194305 WHERE npcflags = 8193;
    UPDATE creature_proto SET npcflags = 4194304 WHERE npcflags = 8192;
    UPDATE creature_proto SET npcflags = 2097152 WHERE npcflags = 4096;
    UPDATE creature_proto SET npcflags = 1048577 WHERE npcflags = 2049;
    -- UPDATE creature_proto SET npcflags = 262145 WHERE npcflags = 1537;
    -- UPDATE creature_proto SET npcflags = 262144 WHERE npcflags = 1536;
    UPDATE creature_proto SET npcflags = 524417 WHERE npcflags = 1029;
    UPDATE creature_proto SET npcflags = 524416 WHERE npcflags = 1028;
    UPDATE creature_proto SET npcflags = 524288 WHERE npcflags = 1024;
    UPDATE creature_proto SET npcflags = 131075 WHERE npcflags = 259;
    UPDATE creature_proto SET npcflags = 131073 WHERE npcflags = 257;
    UPDATE creature_proto SET npcflags = 131072 WHERE npcflags = 256;
    UPDATE creature_proto SET npcflags = 65667 WHERE npcflags = 135;
    UPDATE creature_proto SET npcflags = 65665 WHERE npcflags = 133;
    UPDATE creature_proto SET npcflags = 65664 WHERE npcflags = 132;
    UPDATE creature_proto SET npcflags = 65539 WHERE npcflags = 131;
    UPDATE creature_proto SET npcflags = 65537 WHERE npcflags = 129;
    -- UPDATE creature_proto SET npcflags =  WHERE npcflags = 64;
    UPDATE creature_proto SET npcflags = 32769 WHERE npcflags = 33;
    UPDATE creature_proto SET npcflags = 32768 WHERE npcflags = 32;
    UPDATE creature_proto SET npcflags = 147 WHERE npcflags = 23;
    UPDATE creature_proto SET npcflags = 145 WHERE npcflags = 21;
    UPDATE creature_proto SET npcflags = 8195 WHERE npcflags = 11;
    UPDATE creature_proto SET npcflags = 8194 WHERE npcflags = 10;
    UPDATE creature_proto SET npcflags = 8193 WHERE npcflags = 9;
    UPDATE creature_proto SET npcflags = 8192 WHERE npcflags = 8;
    UPDATE creature_proto SET npcflags = 130 WHERE npcflags = 6;
    UPDATE creature_proto SET npcflags = 129 WHERE npcflags = 5;
    UPDATE creature_proto SET npcflags = 128 WHERE npcflags = 4;

  6. #6
    Member leppar is offline
    MemberRank
    Oct 2004 Join Date
    EstoniaLocation
    39Posts

    Re: [Ascent] 2.3 fix here

    link dont work for me...how i use those tags...

  7. #7
    Sorcerer Supreme mclarkey08 is offline
    Member +Rank
    Oct 2007 Join Date
    England, UKLocation
    428Posts

    Re: [Ascent] 2.3 fix here

    To use the link, open the .sql file in notepad copy the contents then paste it in sqlyog, then ctrl+a then the green arrow button.
    Worked for me fine

  8. #8
    Member leppar is offline
    MemberRank
    Oct 2004 Join Date
    EstoniaLocation
    39Posts

    Re: [Ascent] 2.3 fix here

    so i copy what paco says.... i paste it in the query slot? and then i ctrl a and then i press the single green arrow or the double green arrow... also do i have to select world or some other database while i do i.. anyways when i execute it it says like 0 rows affected

  9. #9
    You don't know me. Paco44 is offline
    Grand MasterRank
    Apr 2006 Join Date
    IllinoisLocation
    1,777Posts

    Re: [Ascent] 2.3 fix here

    Just because it says 0 rows affected, it means nothing. At least it doesn't say you have a syntax error. :)



Advertisement