• 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. J

    Can't Edit On Request Site

    It appears that you can't edit the information on your profile after you have edited it once. After I have done an edit and press save it displays a message quickly saying "Can't edited your profile!", and then redirect me back to my profile. http://i.imgur.com/51DnpQt.gif
  2. J

    Just C# being weird

    So I have had an issue with a listBox duplicating the items in it when you select a new item. listTitles.Items.Clear(); listTitles.Items.Add(1234); But when I replace the old code with this code, the 'bug' doesn't occur: listTitles.Items.Clear(); listTitles.Items.Clear()...
  3. J

    [DBC][Windows] Title Editor

    I figured this would be useful to some of you since it isn't doing anything but collecting dust on my hard disk. It's nothing huge, but I have yet to see something like this being released. Download
  4. J

    User Statistics

    I suppose this is a bug?
  5. J

    Website Tab Icon

    Can you change the tab icon back to the icon you used before the update? Edit: Should had read this post before posting - http://emudevs.com/showthread.php/2775-Updates-3-7
  6. J

    [TrinityCore][Win]Item Creator with GUI

    TrinityCore: Item Creator This application allows the user to generate queries for the item_template table in the Database. You are able to modify every single row to your specific need, and it includes some fail safe mechanisms. The application is easy to navigate and shouldn't be too hard...
  7. J

    C# Save State of Checkboxes in a Dialog and Retrieve an Int

    So I decided to learn C# a few hours ago and ran into some problems. I want it to save the state of the checkboxes in the dialog shown in the pictures below. So when I open the dialog up again (without closing Main before) it should remember the exact same states. In addition, I'm having...
  8. J

    [C++] The Ultimate C++ Boss Script Tutorial

    Boss Script In this tutorial, I will teach you one of the ways to make a Boss Script using C++ & SQL for TrinityCore. I will talk about the following points: 1. Casting Spells 2. Spawning Creatures 3. Phases 4. Talking and Emoting Template for a Boss Script This is how a basic template for a...
Top