-=/PryDevServer-4TC:\=- Trinity Core! menu

User Tag List

Page 150 of 164 FirstFirst ... 50100146147148149150151152153154 ... LastLast
Results 2,236 to 2,250 of 2446
  1. #2236
    WhiteTiger88's Avatar Private
    Reputation
    1
    Join Date
    Dec 2010
    Posts
    1
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Hello Guys,

    first, NICE CORE!

    but i have one question, where i can find the Ultra Core 8150 with DB ? Hope anyone can help me, i need working Playerbot + NPCBot

    Thanks for Help
    Bye
    White

    -=/PryDevServer-4TC:\=- Trinity Core!
  2. #2237
    starwolf64's Avatar Corporal
    Reputation
    1
    Join Date
    Dec 2010
    Posts
    17
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Thanks for the x32 bot update pryd. I can't wait for when the bots finally assist in combat, I'd love to help you guys out but unfortunately my c++ knowledge is near nonexistent. Btw why is it that navicat takes 10+ hours to import the world db while it takes less than 30 seconds in SQLyog; something I discovered after waiting 20+ hours of extracting dbs through navicrap.

    WhiteTiger88; I've been wondering that too, you can try asking on PryDevServer: Ultra Core • Index page

  3. #2238
    uuulool221's Avatar Private
    Reputation
    1
    Join Date
    Dec 2010
    Posts
    4
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    my worldserver cant start :S any help ?

    ---------- Post added at 12:36 AM ---------- Previous post was at 12:13 AM ----------

    everything works but i cant make it public, dunno how to open ports..

  4. #2239
    whitetiger1987's Avatar Member
    Reputation
    1
    Join Date
    Jul 2008
    Posts
    28
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    If you have a linksys or another router type you can goto Welcome to portfoward.com - Search Results for "portforward.com" and it will show you how to. But if it is just your firewall it will open it if you allow to unblock port or application.

    Hope it helped
    Last edited by whitetiger1987; 12-11-2010 at 08:20 AM. Reason: Messed up on the url.

  5. #2240
    Bazillus's Avatar Member
    Reputation
    1
    Join Date
    Mar 2009
    Posts
    13
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Hi all, thank you again for your repack!

    I use Win7 64 and the core doesnt start, it crashes while the core tries to delete the log files:

    After the message: Will clear `logs` table of entries older than 1209600 seconds every 10 minutes.
    The windows message is: the worldserver no longer works.

    could someone please be so kind to help me?

    I tryed it with: PDS-4TC_v3c and PDS-TC_x64_CoreServer_10280

    thank you very much!

    Kind regards

    Baz
    Last edited by Bazillus; 12-12-2010 at 04:17 AM.

  6. #2241
    pryd's Avatar Member
    Reputation
    182
    Join Date
    Dec 2008
    Posts
    215
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    SVN Updated - New Customs added ! Version 4a waiting for be compiled..

    SVN UPDATED:
    PryDev 4TC Version 4b released in SVN!

    I took the time to convert some of the old special scripts/npcs that we used to use
    before TC updated. So we have a few more additions back in the world / core.


    Guild Buffer is back, great addition for Guild Houses!

    TeleNPC is back, my custom version including the usual + :
    Faction Specific ( Safe ) MAll / Zones ( no malls yet.. )
    Free For All PVP Area ( Can be used for pvp area..)

    SPGM's All In One ( tested and everything is working )

    All new customs have config options. You don't need to set them..
    But you can if you like So update those configs..

    As usual, the sources are there for your pleasure on sf.net.
    Feel free to take just what you like, etc.
    If you would like to contribute your custom work please do so on our forums.

    Lastly, it's finals for me this week, there won't be bins so make sure you compile
    if you want the latest.


    Originally Posted by WhiteTiger88 View Post
    Hello Guys,

    first, NICE CORE!

    but i have one question, where i can find the Ultra Core 8150 with DB ? Hope anyone can help me, i need working Playerbot + NPCBot

    Thanks for Help
    Bye
    White
    Bots are great, but they aren't worth going back that far just to use them.
    We'd be better off tweaking our current bots, to allow combat functionality.
    Then all would be well. BTW - Still I have no solution..


    Originally Posted by starwolf64 View Post
    Btw why is it that navicat takes 10+ hours to import the world db while it takes less than 30 seconds in SQLyog;
    I have also wondered this question . It is because SQL Exports by SQLyog use every last bit of each line possible in a file ( 32000+ characters to a line...) And we can see that by the size difference compared to a navicat export which breaks up the query in a nifty package to which most good editors can handle, and to which Navicat is optimized to handle..

    Essentially, when we export with Navicat, we're getting a database 180+ megs ( mostly white space in that file! uugh ) With SQLyog we optimize our space by more than half at roughly 85 megs currently. Now When you add zipping into that consideration, we save even more space w/ SQLyog. So, it takes Navicat forever to read SQLyog's import because it wants to read SQLs down. SQLyog reads them straight across.. Yea I love their 30 sec install of 85 megs

    I've done much testing, even at Navicat's highest optimizations, 3-5 min install and longer export times equate to non-efficient processes and wasted valuable time waiting.. Now this is all from observation.. im sure there's further specificities involved and if anyone is so inclined then please fill us in.


    Originally Posted by Bazillus View Post
    Hi all, thank you again for your repack!

    I use Win7 64 and the core doesnt start, it crashes while the core tries to delete the log files:

    After the message: Will clear `logs` table of entries older than 1209600 seconds every 10 minutes.
    The windows message is: the worldserver no longer works.

    could someone please be so kind to help me?

    I tryed it with: PDS-4TC_v3c and PDS-TC_x64_CoreServer_10280

    thank you very much!

    Kind regards

    Baz
    Baz,

    Long time no see. Possibly your system is missing x64 distributable?
    Shrug, install VS2008 w/ all the options. Update your OS as much as possible..
    Install cmake and openSSL, mysql server community edition, should just about do it.
    Oh plus .net framework etc.
    Last edited by pryd; 12-12-2010 at 02:18 PM.

  7. #2242
    Bazillus's Avatar Member
    Reputation
    1
    Join Date
    Mar 2009
    Posts
    13
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Hi Pryd, thank you very much for your answer.

    The Core: x64_3.3.5a_rev8892 works perfectly, but all the 4tc releases doenst work.

    I tried it with mysql 5.1.53 but nothing changed....

    x64_3.3.5a_rev8892 runs with netframework 4
    I will wait until the next release, maybe I have more luck than

  8. #2243
    impact1560's Avatar Member
    Reputation
    4
    Join Date
    Dec 2010
    Posts
    10
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Thanks for the great update. Everything is working fine now. I was having problems with the the AH and some other small issues but it's fixed now with the PryDev 4TC Version 4b.

  9. #2244
    pryd's Avatar Member
    Reputation
    182
    Join Date
    Dec 2008
    Posts
    215
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    PDS-4TC Version 4D released on SVN

    What's new?

    Trial of Champion completely re-worked in core and database.
    Fixed and optimized.

    Ruby Sanctum scripts upgraded...
    Full world SQL released to match version 4D zipped in SVN

    To get the latest core / etc you must grab svn and compile.
    Will update bins after finals tonight!

  10. #2245
    starwolf64's Avatar Corporal
    Reputation
    1
    Join Date
    Dec 2010
    Posts
    17
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Thanks pryd, will check out the update. Btw, I know I'm gonna be hated for asking this but is there any way we could get a semi working version of playerbot or some sorta update for it on Christmas (hey Christmas is coming up gotta take advantage of that!)? X)

    Also, as I'm solo playing through the game and I was curious if it would help out if I were to start making a list of the bugged quests and post the non working stuff on the prydevserver.com forums for someone knowledgeable to look into (at least before I learn how to fix them myself) or is stuff like that just not high enough on anyones priorities list. I'm asking here because I find this thread a lot more active over the forums. Anyways keep up the good work and gl w/ the finals.

  11. #2246
    13ack.Stab's Avatar Member
    Reputation
    7
    Join Date
    Jul 2007
    Posts
    26
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Pryd, good luck with the exams. I'm finally finished with mine for this semester. Bleh.

    Thanks for the update. I'll check it out later tonight.

  12. #2247
    mariella_28's Avatar Private
    Reputation
    1
    Join Date
    Apr 2010
    Posts
    12
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    hi good and great job pry been reviewing the guild npc to buy house after house for 2 makes the fall you can review kingdom thank you very much for your work is excellent.
    excuse my English is regular

  13. #2248
    Bazillus's Avatar Member
    Reputation
    1
    Join Date
    Mar 2009
    Posts
    13
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Could someone please be so kind to upload the compiled Core?

    Kind regards

    Baz

  14. #2249
    mimica's Avatar Private
    Reputation
    1
    Join Date
    Dec 2010
    Posts
    2
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Has anyone found these errors from PDS-4TC_10366_v3c or PDS-4TC_10366_v4d? BTW I checked mysql and these tables are not empty. Also tried different versions of mysql.

    2010-12-16 01:31:29 ERROR: `spell_ranks` table is empty!
    2010-12-16 01:31:38 ERROR: >> Loaded 0 linked respawns. DB table `creature_linked_respawn` is empty.
    2010-12-16 01:31:43 ERROR: >> Loaded 0 quest POI definitions. DB table `quest_poi` is empty.
    2010-12-16 01:31:54 ERROR: >> Loaded `npc_vendor`, table is empty!
    2010-12-16 01:31:54 ERROR: The table `waypoint_data` is empty or corrupted
    2010-12-16 01:31:55 ERROR: The table `addons` is empty

    Thx, Mimica >^-^<

  15. #2250
    13ack.Stab's Avatar Member
    Reputation
    7
    Join Date
    Jul 2007
    Posts
    26
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Mimica:

    I don't have those errors, but I did notice the following things upon loading (there may have been more):

    DB table 'auctionhouse' is empty.
    DB table 'waypoints' is empty.
    Only expired mails (need to be return or delete) or DB table 'mail' is empty.
    DB table 'custom texts is empty.

    Mine aren't error messages, though, just warnings/notifications.

Similar Threads

  1. [Trinity Core] Crashing
    By Synyster in forum WoW EMU Questions & Requests
    Replies: 8
    Last Post: 08-02-2009, 04:42 PM
  2. Illidan fight bugged in Trinity Core
    By sirjason in forum WoW EMU Questions & Requests
    Replies: 4
    Last Post: 07-14-2009, 11:07 AM
  3. Trinity Core Vendors [3.1.3]
    By ArcticdeathSR in forum WoW EMU Questions & Requests
    Replies: 4
    Last Post: 07-07-2009, 04:18 PM
  4. Malls/Vendors for Trinity Core
    By MEC in forum WoW EMU Questions & Requests
    Replies: 1
    Last Post: 07-05-2009, 01:28 PM
  5. Trinity Core Help
    By Illegalpie in forum WoW EMU Questions & Requests
    Replies: 4
    Last Post: 06-26-2009, 09:01 AM
All times are GMT -5. The time now is 02:49 PM. Powered by vBulletin® Version 4.2.3
Copyright © 2025 vBulletin Solutions, Inc. All rights reserved. User Alert System provided by Advanced User Tagging (Pro) - vBulletin Mods & Addons Copyright © 2025 DragonByte Technologies Ltd.
Google Authenticator verification provided by Two-Factor Authentication (Free) - vBulletin Mods & Addons Copyright © 2025 DragonByte Technologies Ltd.
Digital Point modules: Sphinx-based search