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

    [TC]Item_Template to item.dbc Generator

    Hey as some of you might know Anthonys-Toolbox made a tool a while back which allowed you to login to you DB and extract the Item_template into a Item.DBC file, but his site has gone down and does not seem to be comming back. So i made a new tool which does basicly the same. I have only tested...
  2. Mathias

    [SOLVED] GetName() Stops working when logging off

    Hey! for some reason when i am trying to execute a query when the player logs off i just get some string when doing player->GetName(); this is my query CharacterDatabase.PExecute("REPLACE INTO `table` (`name`, `Value2`, `Value4`, `Value5`) VALUES ('%s', %u, %u, %u)", player->GetName(), some...
  3. Mathias

    [SOLVED] Loading things from database and applying to items

    Hai guys! I have been working on this system that allows me to add stats requirements to items, i got all that working but there is a little probleme when it comes to loading the stat requirements from database currently i have a table in my database called items_StatRequirement and i load that...
  4. Mathias

    Change Character Creaton Screen

    Hello! I have been working on this "Mod" for a server i am playing with.. but i am having some errors this is the error log The CharacterCreate.lua The CharacterCreate.xml What i am trying to do is edit the screen to only have the three classes Warrior mage priest I got a patched wow.exe
  5. Mathias

    Collection was modified...

    This error is bugging me it really dosnt matter as the thing i am doing works as it should but i dont want it codeSnippet: void CurrentDeckGUI(int id) { scrollPosition2 = GUILayout.BeginScrollView(scrollPosition2, GUILayout.Width(300), GUILayout.Height(Screen.height - 5))...
  6. Mathias

    [SOLVED] error in item generator

    There is an error with the item generator it says that AP's statid is 39 which is ranged ap only AP is 38 UPDATE: I belive i made a mistake but check it out anyways
  7. Mathias

    donor rank

    Hey yesterday I donated but still doesn't seem like I got the rank
  8. Mathias

    Bugged profile

    Hey i did not find anywhere else i could post this qeustion.. but here it is if you go to my profile you see i got white background on some of the widgets is it possible to fix this i tried using the Customize My Profile button but saving dosnt seems to work it just got white after reload
  9. Mathias

    Mangos Eluna

    yeah ofc when i am done with all the shit to get the core compiled i see that the eluna engine seems to not work i can do .reload eluna etc and it works but if i make a simple chat command or a gossip script nothing happens here is the gossip script i made just to test function...
  10. Mathias

    [SOLVED] Mangos Error

    Hey guys i am trying to use mangos here but i got a problem while compiling this is the error 15>LINK : fatal error LNK1104: cannot open file 'ACEd.lib' and 3>MSBUILD : error MSB1001: Unknown switch.
  11. Mathias

    SQL c#

    Hey i am learning to use MySQL and C# together so my first app is a login form where you can registrer and login the registrer i did fine.. but when i got to login it was confusing. and what i get confused with is not the scripts but the SQL if you see here my Login DB has this two strings...
  12. Mathias

    A Friend of mine

    Hey a friend of mine made this. http://www.youtube.com/watch?v=vKHIHZLnU6E&feature=youtu.be its his first song published :)
  13. Mathias

    GossipMenuAddItem

    So a few days i updated my core and now the GossipMenuAdditem crashes the server same old script its when i click ok after writing a code heres the line plr:GossipMenuAddItem(0, "Text", 0, 3021, true, "Popup Text", 0)
  14. Mathias

    Mathias's Review

    I want to say that this forum have helped me really much as i was learning Eluna i came here with NO knownlegde whatso ever about lua scripting and at this moment i can say that i know pretty much what i need to know. I found this site while searching for something better then *******. I wanted...
  15. Mathias

    Gossip Menu Textbox

    Hey is it possible to make a textbox in eluna like on this SS:
  16. Mathias

    Website banner

    Hello i was wondering if EmuDevs have a "Website Banner" a html or bbcode that is an image and a link to Emudevs since i am going to start a server "Maybe" and i would like to add this to our site
  17. Mathias

    Launcher!!!

    So guys i figured out that i still had an old quit advanced launcher with patch downloading etc and i thought why not share it i wont be using it again! I will include the source codes how to use it To change where it download the patch go to the download.vb and you will see Patch_Path...
  18. Mathias

    [SOLVED] Trinity send chat messange

    Hey guys! I was wondering how I can send a chat messange like that only the player can see
  19. Mathias

    [SOLVED] 4.3.4 World DB error

    Hey i get this error when i run worldserver i used all updates but still getting it In mysql_stmt_prepare() id: 55, sql: "SELECT name, permission, help FROM command" Unknown column 'permission' in 'field list' DatabasePool world_4.3.4 NOT opened. There were errors opening the MySQL...
  20. Mathias

    Brodcasting a list or something

    Hello i was wondering how i could make this: I got a Table in my database where i have a few columns the columns looks like this PlayerName, Level and how i want this to be is when people do #checklevel80 it will display all people online that is level 80 in some kind of list like .gm...
Top