Ascent 1549 seem to have a bug.
http://img216.imageshack.us/img216/5...2074mh2.th.png
Printable View
Ascent 1549 seem to have a bug.
http://img216.imageshack.us/img216/5...2074mh2.th.png
Pls tell me pls .... :flag_schw
i have changed my db to NCDB laterst but still canot Get any character!!
=) there area some picture on my post outthere can discuss there
http://forum.ragezone.com/f114/help-...racter-303369/
Ha Ha Ha... people, animals and monsters are missing in Ascent 1549. I can see my character.
http://img230.imageshack.us/img230/7...2707di6.th.png
execute thisQuote:
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;
I get no mob's NPC's only my character in game...
i have tried to execute for
I was usingCode: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;
Ascent 1549
Client 2.1.3 (6898)
NCDB - Milestone 0.1 (data.sql) and (Script)
dcb Posted by zhangweizheng3
but still dun have the mob or npc
Updated from 1511 to 1576. Mobs and NPCs don't show up. I have tried to run the table creature_proto change but I get and unknown column error.
Ascent 1576
NCDB
That creature proto is for older Ascent.
Problemas com creature_proto
http://img220.imageshack.us/img220/9...agemlw8.th.jpg
now using Ascent 1588
seems like the Creture_proto error fixed...
using NCDB database but still dun have any mob or npc.. empty :eek6:
Board Message <--- Thats rev 1588
for fun servers i recoemnd usign antrix 941 cuzz bgs work and its less bugged
ecko tools v1.6 added
YAY! Just a request ... plz put the changelog in there 2 plz :D
Hi im trying to get the stuff to run an Ascent/antrix server, Everything there? Do I just pick a core? (I picked the highest one) and get everything else? wich database do i need? (I picked Rev 8) Is this all I need to run it?
u need maps, dbc extracted from the game folder... Check guides for newbies... Use the search tool!
Updated to rev1595 and now I can't see npc's. I tried to add execute query from silvermoon but nothing. Where can I find right code for those npc's?