Jump to content
TrinityCore

Skettis

Members
  • Posts

    22
  • Joined

  • Last visited

Profile Information

  • Gender
    Not Telling
  • Location
    C/C++ for dummies

Skettis's Achievements

Newbie

Newbie (1/14)

4

Reputation

  1. Weird, never had this issue.. Indeed was from MYSQL client/server versions. I got the libmysql from MySQL\MySQL Server 5.5\lib\libmysql.dll and everything works correctly Thanks Lillecarl!
  2. Greetings TrinityCore. Got an issue with Worldserver.exe It's the latest revision from trinity github. ( downloaded, and compiled today (like everyday)) So as the World DB (downloaded, and apply every SQL update today(like everyday)) This issue i got since yesterday. I use Visual Studio 10 (x32) to compile it. The MYSQL server on Hostserver works, my main test realm it's currently online *1 day and a half uptime* I double check if "chartest" it's allright, it is. I didn't modified any database.. I rechecked the config, this is what writes in it : LoginDatabaseInfo = "94.177.***.***;3306;root;passwd;auth" WorldDatabaseInfo = "94.177.***.***;3306;root;passwd;world2" CharacterDatabaseInfo = "94.177.***.***;3306;root;passwd;chartest" The hostserver has a Windows Server 2003 running on it. I tried everything i could.. but i don't know what to do. Thanks in advance!
  3. So. because of the GO's and creature_equip_template it's from my fault ? because i didn't applied patches correctly ? But when i applied the full TDB dump i didn't saw any "weapons" on any NPC's ..
  4. Ah! I'm not using any SQL.. i do it from ingame.. the old newbie stuff .npc add , .gobject add etc..
  5. I applied any of them from updates (didn't checked "old" directory)... http://vault.senaris.net/public/d5fb1280528e158ef359cd2e9ab6d2c9.php /* * sql\updates\world\2011_04_02_01_world_version.sql */ to /* * sql\updates\world\2011_04_30_02_world_scriptname.sql */ And if you'll ask me if i recompiled the source. Yes i did also.
  6. I didn't tried to see them with GM on. Yes i applied them, and in the process i got also few errors like... SQL: SELECT entry, itemEntry1, itemEntry2, itemEntry3 FROM creature_equip_template ERROR: [1054] Unknown column 'itemEntry1' in 'field list' I didn't erased any thing, it's untouched. When you ask about SQL you mean the whole World database? Okay. http://vault.senaris.net/public/ed5286e439fe13a126f61219db4c3fd1.php If you're feeling uncomfortable to download from the link i posted, i'll make another. (It is my web-server) Thanks in advance.
  7. Hope i made this thread in correct section. I got latest TrinityCore revision from the day i made this thread. The TDB it's (as in mysql writes) TDB 335.11.39 I tried to make a "custom" zone, where only the gameobjects/npc's in world it's spawned there.. I took all the Profession Trainers, Class Trainers, side-proffesions, and i took also a Forge/Runeforge and put them there. I added also an object for design, some tiny fountains. The problem it's that, i restarted the server just once, and when i did that. the Runeforge/Forge and an anvil plus a Gate dissapeared completly, like i never spawned them there. I put them back, and again i tried to restart the server. Same thing, only the runeforge/forge and an anvil plus a gate dissapeared completly. The mini-fountains did not. The NPC's also did not. What i've done wrong? or.. What's wrong? Got also this errors from creature_equip 2011-05-02 03:46:17 Table `creature_template` lists creature (Entry: 198) with `equipment_id` 19 not found in table `creature_equip_template`, set to no equipment. 2011-05-02 03:46:17 Table `creature_template` lists creature (Entry: 4614) with `equipment_id` 389 not found in table `creature_equip_template`, set to no equipment. 2011-05-02 03:46:17 Table `creature_template` lists creature (Entry: 518) with `equipment_id` 30 not found in table `creature_equip_template`, set to no equipment. 2011-05-02 03:46:17 Table `creature_template` lists creature (Entry: 6) with `equipment_id` 135 not found in table `creature_equip_template`, set to no equipment. 2011-05-02 03:46:17 Table `creature_template` lists creature (Entry: 100) with `equipment_id` 23 not found in table `creature_equip_template`, set to no equipment. And it's a full log of these errors! And also i get this error ( i post it just because i think it's something to do with my gameobjects... ) [WARNING] MySQL client/server version mismatch; may conflict with behaviour of prepared statements. MySQL client library: 5.5.9 MySQL server ver: 5.5.11 i took the .dll from Mysql folder in program files.. so i don't know why it's a mismatch. Thanks in advance!
×
×
  • Create New...