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

Recent content by FoxGaming

  1. FoxGaming

    Donation System

    Awhile back I made this to be released on The Bazaar but never got around to it, you may now use it as you wish. What does this contain? C++ Gossip Script w/ Item Preview Queries for dp_items table and balance column in auth. What is this missing? A dedicated website to add Donation points...
  2. FoxGaming

    Operator Overloading works in MSVC but not with GCC?

    As the title states I have a program that works 100% in MSVC but when compiled with GCC on redhat it's throwing Errors:g++ -std=c++0x -c assign26.cpp assign26.cpp: In function ‘int main()’: assign26.cpp:62: error: no match for ‘operator<<’ in ‘std::operator<< here is the code: Header Source...
  3. FoxGaming

    [SOLVED] Forcing an NPC to attack with range

    As the title states I'm trying to force a creature to attack with range and not with melee. I've tried setting the Melee variance to 0, and then Only setting range values but the NPC will still charge at the NPC. I'm trying to make this happen with the Database as requiring this to be done with...
  4. FoxGaming

    Trinity Core with Eluna fails to start

    Just pulled fresh from Github this morning and compiled. Used it with a fresh EDB as well as a fresh TrinityCore Database. World Server loads everything fine and crashes on: Starting objects pooling system... Here is my entire server log: TrinityCore rev. ce38ef0a1942 2014-09-14 00:33:06...
  5. FoxGaming

    Trinitycore Creature Creator

    Hello EmuDevs, while i was working on the Eluna challenge i got really tired of doing all the NPC's by hand just because they decided to change the table structure again and now most of the generators available don't support the most current changes. So I made a quick program to create some...
  6. FoxGaming

    [SOLVED] Worldserver can't connect to MySQL

    Like the title says my TC Worldserver cannot connect to the database. The strange thing is that my Auth Server connects just fine. Here are the log files. Auth Server: TrinityCore rev. 3432c872e11f 2014-08-23 17:23:53 +0300 (master branch) (Win32, Release) (authserver) <Ctrl-C> to stop. Using...
  7. FoxGaming

    What would you pay for this server?

    Hey guys, though I've quit the emulation scene and kind of WoW all together I've been looking into colocation. I've been working on building a couple dedicated servers, i've got one completed thinking about dropping it off at the data center this week though i was curious what you guys would pay...
  8. FoxGaming

    Basic Gold to Gold Bars

    This script is very basic, it checks on login how close you are to the gold cap, if you're over 200k gold the script will convert the players gold in to 4x50k gold bars. This is not very unique, however it sure does beat doing a core mod and recompiling. --Gold to Gold Bars-- --Written by...
  9. FoxGaming

    I need practice.

    I've been currently trying to get back into emulation after an extended break and need something to work on. I'm not exactly full of ideas at the moment so i figure a good way to get some practice is to find work. I'm sure most of you have some ideas that just seems to difficult or might be...
  10. FoxGaming

    Cataclysm Class help

    Hey, so i'm working on a custom class with Expire and i decided to do it on Cataclysm just cause it's never been done before (: Which means there's also no guide haha but I've got everything at about 99% Only problem is with my Character select page. As you can see with the ScreenShot below the...
  11. FoxGaming

    FoxGaming Review

    Review: Over all I've found EmuDevs to not only provide a great experience but to also provide an even better source of knowledge. There is no other forum that I know of where you can get this level of dedication when it comes to questions and problems. I've found myself achieving things in...
  12. FoxGaming

    FoxGaming Item Generator TrinityCore 3.3.5

    Item Generator Ver: 1.0 It is very simple to use though it can be time consuming at first. To my knowledge it does not have bugs as it is very basic, and if you choose to download and use it you will notice that is also not the prettiest thing but it functions and made my life much easier when...
  13. FoxGaming

    Item Generation Help

    lol so Tommy has kinda been helping me with this little project however I'm now at point where I'm completely lost. It compiles and runs however when it comes time to generate the files it does not, I'm not sure if it's due to the fact that the program hasn't read the file correctly or what...
  14. FoxGaming

    Program Help C++

    I have been assigned to make a program to convert Fahrenheit to Celsius, I'm programming everything in RedHat with g++ as my compiler. Everything functions proper except when I run my program against the testBed. When the user enters in 0 for Fahrenheit the testBed says i should be getting -18...
  15. FoxGaming

    Coming soon to a patch file near you

    lol this thread is mostly for Tommy since he expressed a deep love toward block based games. This is just my first attempt at the custom model for my Minecraft to WoW patch. I've already got all the dummy spells ready to go, it's almost perfect! Haha but as you can see i'm having a little...
Top