Can't you give me no manual to compile igt?
Can't you give me no manual to compile igt?
Omg this is Epic man
now if only those timed events could be updated for HearthStones Shared Pointers...
HEllO! How can i compile it!!!
Look at the guide section, there are tons of them =|
<3 MysterioussouL for the sig
Sorry I really searched arround for days, and simply can't find a guide for compiling SCRIPTS ... I have single scripts and the Sun++ folder but I can't use it cuz I don't know how to xP Also I have seen tonss of ppl asking for a guide for compiling scripts, but just ignored =/
Cooooool man![]()
Post updated with a guide on how to compile
<3 MysterioussouL for the sig
Oh, and I needed to change somethings on the sql. file
Don't know if it is only for me, but I'm using the newest NCDB and the table count is wrong in creature.proto =]
A little update:
:wave:INSERT INTO creature_proto
(`entry`, `minlevel`, `maxlevel`, `faction`, `minhealth`, `maxhealth`, `mana`, `scale`, `npcflags`, `attacktime`, `attacktype`, `mindamage`, `maxdamage`, `can_ranged`, `rangedattacktime`, `rangedmindamage`, `rangedmaxdamage`, `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`, `spell1`, `spell2`, `spell3`, `spell4`, `spell_flags`, `modImmunities`)
VALUES
(123213, 100, 100, 35, 111111, 111111, 111111, 1, 1, 11, 11, 11, 11, 0, 11, 11, 11, 0, 100, 0, 0, 0, 0, 0, 0, 1, 1, 0, 0, 0, 0, 0, 2.5, 8, 14, 0, 0, 0, 0, 0, 0, 0);
Sorry to bother youpwntzyou, but I get this error SQL Error: Duplicate entry '30000' for key entry 1.
And I haven't a clue why it's saying that sorry again >.>
You already have that entry in your database. Run running these queries in MySQL
DELETE * FROM creature_names WHERE entry='30000';
DELETE * FROM creature_proto WHERE entry='30000';
Oh, thank you Chain!![]()
is there a way to make this work with repacks?