[Help] No Npc spawns Ascent 1756..

Results 1 to 3 of 3
  1. #1
    Newbie nitr0x is offline
    MemberRank
    Jun 2006 Join Date
    Venezuela El CallaoLocation
    3Posts

    [Help] No Npc spawns Ascent 1756..

    I have a problem, not with himself the SQL Updates For the Ascent Rev1756, does not show npc nor anything, Somebody to me podria to help me


  2. #2
    Elite Member gmaze is offline
    Member +Rank
    May 2007 Join Date
    IndianaLocation
    238Posts

    Re: [Help] No Npc spawns Ascent 1756..

    try using these.
    Code:
    alter table creature_names change displayid male_displayid int(30) not null;
    alter table creature_names add column female_displayid int(30) not null after male_displayid;
    alter table creature_names add column unknown_int1 int(30) not null default 0 after female_displayid;
    alter table creature_names add column unknown_int2 int(30) not null default 0 after unknown_int1;
    alter table creature_names change unk2 unknown_float1 float(0) not null;
    alter table creature_names change unk3 unknown_float2 float(0) not null;
    alter table creature_proto add column fly_speed float(0) default "14.0" not null;
    alter table creature_proto add column extra_a9_flags int(30) default 0 not null;
    Code:
    alter table creature_spawns add column channel_spell int(30) not null default 0;
    alter table creature_spawns add column channel_target_sqlid int(30) not null default 0;
    alter table creature_spawns add column channel_target_sqlid_creature int(30) not null default 0;

  3. #3
    Newbie nitr0x is offline
    MemberRank
    Jun 2006 Join Date
    Venezuela El CallaoLocation
    3Posts

    Re: [Help] No Npc spawns Ascent 1756..

    Greetings, Thanks For their aid, But equal do not work spawn to me of npc! : s



Advertisement