Likes: 1
Results 11 to 20 of 25
-
31-05-11, 04:17 PM #11
Register to remove this adHmm .. I just tested on the latest Skyfire emu DB (their own) and the SQL ran fine with no errors.
The SQL batch provided by Skyfire emu was a bit faulty though, I had to correct some errors (probably typos).
This may have caused some tables not to be created in your database or to be different from the ordinary Skyfire emu DB, that causes errors when executing the portal master and by default ingame.
This is totally their mistake, or then you have some older version of their database and core that may have somethings different.
The main point here is that the Trinity teleporter works without errors if you have the Skyfire DB installed properly. (I only tested their seketon of the DB found in the core source *cant be found anymore*)
› See More: Teleporter | Jukebox for Arcemu, Mangos and TrinityLast edited by Rochet2; 01-07-11 at 05:27 PM.
-
01-07-11, 05:21 PM #12
This link does not work ;D
---------- Post added at 05:21 PM ---------- Previous post was at 05:11 PM ----------
Thanks for sharing
-
01-07-11, 05:21 PM #13
Hmm .. what link?
2/3 of them in this thread work and the one that does not work does not have really nothing to do with the teleporter or other stuff I am offering here.
It is only a link to skyfire DB scructure, nothing more. It is not needed for anything really .. just provided it at that time to specify that what structure I tested the teleporter on.
Seems like they dont provide the skeleton for the world DB anymore and that their address has changed.
Bad for development : /. Ill just remove the link so everyone can be happy.Last edited by Rochet2; 01-07-11 at 05:26 PM.
-
02-07-11, 04:39 PM #14
Trinity don't work, i've tried everything and i keep getting SQL errors x.x
-
02-07-11, 05:40 PM #15
Can you send me the SQL you ran and the error you are getting (detailed error info would be best, but if you dont know how to, just send the error you see on screen.
I will try testing it on a server tomorrow.
-
03-07-11, 05:06 AM #16
I keep getting this error
/* SQL Error (1146): Table 'world.smart_scripts' doesn't exist */ /* 34 rows affected, 0 rows found. Duration for 9 of 23 queries: 0.203 sec. */
Maybe cus i use HeidiSQL 4.6?
-
03-07-11, 07:42 AM #17
The problem is caused by you using an old core, not an offical compile or an incomplete database.
The table should exsist in all new cores and in the current default world database structure as seen here: https://github.com/TrinityCore/Trini...ase.sql#L16733
I would advise you to update / recreate your core. I am not supporting old cores.
You can find a guide on how to create a trinitycore server from here:
How-to:Win - TrinityCore WikiLast edited by Rochet2; 03-07-11 at 07:46 AM.
-
03-07-11, 03:00 PM #18
-
03-07-11, 03:50 PM #19
hmh?
Random comment?
-
06-07-11, 09:44 AM #20
Register to remove this adOk, back here again.
I have now worked a lot today and finally finished up.
I Fixed the SQL to work on current arcemu structure, fixed the bugs that appeared ingame due to the SQL working only on older cores, fixed the lua to be for Luabridge, saved old LHA luascript to my computer, deleted it from the online creator and fixed couple bugs related to the top text display.
So, The teleporter for arcemu now works for current arcemu and Luabridge, but does not work on LHA anymore.