• This is a read only backup of the old Emudevs forum. If you want to have anything removed, please message me on Discord: KittyKaev

Search results

  1. Jbob

    [SOLVED] Can't turn in

    Not sure if this is c++ or sql related. Figured it could be either. I've got a quest that requires you to obtain an item from an npc, take that item to a specific location to charge it, then take the charged version back to the npc. Everything works up until you try to turn in the quest. It...
  2. Jbob

    [SOLVED] Heroic Flag

    I recently turned Old SM into a heroic 5man. The heroic flag appears in the upper right hand corner, but it has a 0 in it. Any idea on how to change that? I've searched google, looked through the DBC and through the DB, but couldn't seem to find anything that made any sense. It's just...
  3. Jbob

    [SOLVED] Blp edit

    I've got a custom and currently working blp file that I'm trying to edit. I've converted, edited, reconverted and patched as required. When I log back into game, I'm getting the green block. I used gimp to edit, I didn't change the size, just changed/blended some color. I'm assuming it's a...
  4. Jbob

    PC Build

    Have been wanting a new PC for some time now and am sure it will be some time before I actually convince myself to buy one, but was looking anyway. Was debating buying one of the barebones. Something like this from Tiger Direct...
  5. Jbob

    [SOLVED] Argent Squire/Grunt

    I'm trying to get the Argent Squire/Gruntling to work, I have managed to get everything working except the Bank part. When you click on the Bank section from the chat box, it pauses for a second, then nothing. Then the script continues with adding the bank aura, but the bank window never...
  6. Jbob

    Minimanager

    Looking for a replacement (or upgrade) for it. Will have multiple realms from wotlk to mop. Any ideas?
  7. Jbob

    [SOLVED] Prefix select

    I am unable to select the 3.3.5 prefix in the support section. I believe tommy may have or is looking into (based on a previous thread) but thought I'd post it in case someone else had the issue.
  8. Jbob

    [SOLVED] Calendar

    I went through recently and updated all the events in the database, correcting start times and lengths, also extending the "end time" to 2020. I was going to attempt working on the in game calendar so that it will reflect all working events on the calendar. I assume and will start with the...
  9. Jbob

    [SOLVED] Partial core update 335

    3.3.5 Partial core update What's the best way to update sections of the core? The core I'm based off of is rather old now and I'm wanting to update parts of it, but not the whole thing (too many custom fixes to fully update). For example, I pulled a current copy of trinity's 335, and...
  10. Jbob

    [SOLVED] SF and TC one auth?

    I'm adding skyfires 5.x.x to the current Trinity 3.3.5a server. They are two different auth.exe's and settings are different. Is there a way to only use the one auth and have the option to switch servers on the server selection screen? I've done it with two trinity servers, but not with two...
  11. Jbob

    [SOLVED] 3.3.5 Security

    Had a new player logon and whisper me. They said that they were a new player and then quickly proceeded to tell me that he/she was a bug tracker and that they could crash the clients. Before I could screen shot it for proof, my client crashed. They got my attention to say the least. I...
  12. Jbob

    [SOLVED] Patchlist

    Going to be working on some custom patches in the near future, is there a way to setup a patchlist that the player will be able to set the patchlist in the realmlist file so that it downloads the patch automatically? Will be for 3.3.5a
  13. Jbob

    [SOLVED] Can't trade

    I've came across a bug that I can't see to get rid of. It doesn't seem to happen very often, but does happen now and then. There are a few players that can't seem to trade regardless of what the situation. I've tried joining a group, relog with cache cleaned. The .die/.revive commands didn't...
  14. Jbob

    [SOLVED] Emblem Vendor (SQL)

    I've made an Emblem Vendor that exchanges badges/emblems upward. It works, but does not show the cost for it. Example, right click on the npc, the vendor window opens up and shows the items, (EoH, EoV, EoC, EoT and EoT), but does not show what they cost, but clicking on them works (provided...
  15. Jbob

    [SOLVED] Hyjal Map

    Looking to add the Hyjal map to 3.3.5 so if/when you are in that area, you can view the map of it instead of it being disabled and showing all of Kalimdor. Is this possible? Thanks.
  16. Jbob

    [SOLVED] Scripting Help (Learning)

    I've been trying to learn C++ off and on for some time now. I have gone through the videos, tutorials, how-to's etc...I can look through existing code and make small changes as needed, but when it comes to creating my own, im lost. I don't know where to start, or what to use and when. It...
  17. Jbob

    [SOLVED] Link Item to Spell

    I've created a custom item and a custom script and am looking to link the two together. Basically, you click the item and it summons an npc. I've compiled with no errors after making the c++ script for the item, added the info in spell_dbc, changed the scriptname in the item_template. If I...
  18. Jbob

    [SOLVED] spell_dbc (sql)

    Im looking to add some a few custom spells. Is there a better site for viewing the field description in the spell_dbc table (not spell.dbc) than this one? http://collab.kpsn.org/display/tc/spell_dbc#spell_dbc-Attributes I've got the first spell to work, but I was just "stabbing in the dark"...
  19. Jbob

    [SOLVED] Gossip Help in DB

    I am in need of some NPC Gossip help...Been trying for two days now to get the gossip menu and gossip menu option to work, but have had little luck. I'm trying to interrogate an NPC with a series of 3 questions with each question being answered prior to asking the next. Example: Click on...
  20. Jbob

    [SOLVED] SmartAI Casting

    I'm trying to cast a spell on myself (aka the player) upon clicking an object or selecting a menu option. What restrictions are on the casting action? I've tried a bunch of different options and nothing seems to work. For example: -- Walt SAI SET @ENTRY := 24807; UPDATE `creature_template`...
Top