Jump to content
TrinityCore

codeman3518

Members
  • Posts

    254
  • Joined

  • Last visited

  • Days Won

    39

Everything posted by codeman3518

  1. Actually you can find torrent ones by going to google.com and searching for 3.3.5a and one good source is piratebay if when searching just also add that one if you need to find a good source and there are other good sites out there. if you still have problems finding one let me know I will give you a link but google is your friend
  2. Actually 4.3.4 is a great version to use I run my server also using 4.3.4, 3.3.5a and 7.3.2 but the funnest one for me is Cataclysm 4.3.4 and you can compile one yourself if that is what version you are wanting to run here is the link for that version. https://gitlab.com/trinitycore/TrinityCore_434/tree/4.3.4
  3. Actually the only reason this is still working some what is because Blizzard employee's still play version 3.3.5a, 4.3.4, and 5 but after that the news feed is cut off but the images like the background doesn't show because the rendering system they used is not running anymore when the news feed is streamed so that is why you are not getting the background. This has nothing to do with the firewall blocking it.
  4. There is a sticky post already for this kind of issue but just to be clear are you connecting to the server outside where the server is or inside on the same system where you have the server running? Because if you are outside then you want to make sure all four ports are forward correctly. There is really not much to go off without more information or logs but if I had to say I bet you are missing the LoginREST external address and local which are not set correctly in your bnetserver conf file this happens to a lot of people that forget to set this which is the main reason why you get disconnected from server right away.
  5. Cool glad to hear everything is working great for you now
  6. Wait so you did get everything to work now?
  7. Sorry I have been gone for a while now been really busy with stuff but I did test that out and it didn't work until I started the database over again and cleared my cache so you might want to think about doing that, I have done a lot of testing lately and so far that is the best solution, I am still trying to work around one thing though so I will post back thanks
  8. okay cool thanks I will do that as soon as I compile another updated server, I try to compile a server every week if not sooner depending on the changes made. It gets crazy since I use all the servers, 3.3.5a, 4.3.4 and 7.2.5
  9. Can you send me your SQL query for the item for both tables I am going to edit the item myself and see where it is not allowing you to be clickable. As soon as you get me the SQL query I am going to write a script that will allow this to be clickable when you are on the quest only.
  10. Have you tried switching the data over to that field because I think I might know why it is not working for you could you take screen shots and send them to me because I would really like to figure out why this is not working for you. Be careful using navicat because it is not something trinitycore wants users using when it comes to statements and running queries because the way it handles that data sometimes and formats.
  11. Really it is kind of nice that legion moved over to db2 because now the ID's that were being used in item_template can now be used because the way and format data is handled now. item_sparse is just another new way to handle ID's in a different way instead of in MySQL database it is handled in client database instead so ID's can start at one and be handled differently.
  12. If I made something for Legion I wouldn't port anything over unless I had the same framework but I would make something new for an item creator and I don't know why you guys are having an issue with stats they work just fine for me I have tons of intellect and stamina on my items for testing. Are you guys sure you are using the right fields for item creating, maybe I should just make a simple application for item creating so there is no confusion.
  13. In the legion you add items now in the hotfixes database which is item, item_sparse same if it was in the world database but it is in the hotfixes database now.
  14. This isn't the Holiday Inn the last time I checked lol
  15. Yeah scripts are broken right now that is why you are getting compile error linking
  16. The application I use is custom made I make all my applications either using Xojo or Livecode depending on the project but most database or MySQL programs I make using Livecode because it supports MySQL and most databases really well. I am also working on a new application that controls all the database tables and allows you to add data to the database a lot easier like game objects, loot, quest, npcs, commands and so on. It is going to allow for easy editing of the database and allow for error proof to the most of its ability. I am also wanting to do something new with the search abilities to allow for copying other items so you can search for one field and use it as a template so you can create the next item, npc, command or so on.
  17. I am not sure what part he did not understand when you even said you compiled the server yourself not sure why it got canned when it is not even a repack but anyways so you are having problems connecting to a 3.3.5 server that is new normally it is 7.2.5 that people have problems connecting to lol. Do you have all the correct ports forward correctly and you are talking about 3.3.5 so I am clear on this right? Are you connecting to the server outside or inside where the server is?
  18. Well I can already see you have some issues here that would stop you from connecting at the login screen you are either not setting up your IP information correctly in your config file and/or your ports are all not being forwarded correctly depending on if you are trying to access the server outside or inside where the server is. You need to make sure your config file is setup correctly for one, which I bet is the problem because it is not setup correctly.
  19. That maybe but just cause the mission is bigger than normal doesn't mean we can just give in and stop trying, we have to push forward no matter the cost. There will be deaths though lol
  20. .debug quest, I do believe is the command I could be wrong on this, it has been a while since I have done any debugging.
  21. Can you get me a debug the quest for me when you pick it up and also where are you picking the quest up at because I noticed when switching over from mangos the titles don't always switch over, I also noticed that with the bank in Stormwind too.
  22. I went over everything you just said and even did the same steps as you did and I am able to click them just fine even the quest in Stormwind when you have to collect the apples around Stormwind work for me I am able to click on them as well. Maybe I am missing something you said, but I even tried adding my own quest with a custom item and I am able to collect the tablets as well for my quest. I did this after the one item you said wasn't working just to make sure I was able to enable the clickable item. I also make the quest with a script too so I could make it clickable only during a quest and no other time. I will go over it again so I can try to hopefully get the same issue you are seeing so I can try to figure out what is locking you up and to see if I can get the item not to work for me so far no luck.
  23. Why true it is not a bug but still should be noted to be added to default in trinitycore config file so it is not a problem in the future.
  24. Is this 3.3.5a, 4.3.4 or 7.2.5 because either one it is matching the correct way with blizzard servers.
  25. Oh you compiled it under Linux I didn't catch that until you said it just now.
×
×
  • Create New...