[Ascent]No Npc's Latest Rev.

Results 1 to 1 of 1
  1. #1
    Elite Member KuroSan is offline
    Member +Rank
    Dec 2006 Join Date
    New YorkLocation
    233Posts

    [Ascent]No Npc's Latest Rev.

    I tried using this fix, it did not help at all, there is creatures in the table same with npcs.. Some help would be nice!
    alter table creature_proto change health minhealth int(30) unsigned not null;
    alter table creature_proto add column maxhealth int(30) unsigned not null after minhealth;
    update creature_proto set maxhealth=minhealth;
    alter table creature_proto change level minlevel int(30) unsigned not null;
    alter table creature_proto add column maxlevel int(30) unsigned not null after minlevel;
    update creature_proto set maxlevel=minlevel;
    alter table creature_proto add column invisibility_type int(30) unsigned not null;
    alter table creature_proto add column death_state int(30) unsigned not null;
    ALTER TABLE creature_proto ADD walk_speed FLOAT DEFAULT "2.5" NOT NULL AFTER death_state;
    ALTER TABLE creature_proto ADD run_speed FLOAT DEFAULT "8" NOT NULL AFTER walk_speed;




Advertisement