• 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 Deewad

  1. Deewad

    [DBC]How To Change Zones Flags

    I Realise most people know this, But There isn't a tutorial on here for it, And, There may be a few people that would like to know this First, Navigate to Areatable.DBC With your prefered DBC Editor, Next, Use the Find Text on ur editor, And search for the zone you want to change Example...
  2. Deewad

    [SOLVED] Websites Cannot Connct to my database

    Hello, Tried 2 different websites, Both say Database connection failed: Access denied for user 'Deewadd'@'192.168.1.1' (using password: YES) I have a wildcard% Placed on from host, Allows any IP To connect to my sql database, Also I typed 71.72.227.115, But it seems to come back at me, With...
  3. Deewad

    C++ Scripted AI Question

    Alright, So what im trying to do here is make the creature stop movement, (Hes an Hunter) And want him to continuously fire Arcane shot, And Venom strike, And hunter skills like that, Which I can specify, Which I have equipped to him in the equipment template. Im looking for a skeleton of how...
  4. Deewad

    Help on C++ Gossip Code

    Hello, I'm trying to create a sub menu, On GOSSIP_ACTION_INFO_DEF+4 As you can see, I added when it is selected if (actions == GOSSIP_ACTION_INFO_DEF+4) { player->ADD_GOSSIP_ITEM(GOSSIP_ICON_CHAT, "Level Area 1", GOSSIP_SENDER_MAIN, GOSSIP_ACTION_INFO_DEF+5)...
  5. Deewad

    [SOLVED] Need help

    [SOLVED]Need help Solved
  6. Deewad

    BLPView

    This is a very nice tool that allow previews of BLP Files in your folders Virus Scan https://www.virustotal.com/en/file/2c7697417e5a179f14f7fc855ae4a32f8e432a58f5c37ce63907ff30275491d3/analysis/1368135329/ Program Download https://www.dropbox.com/s/70w3w2uyic44u72/BLPView.rar?m CREDITS: ...
  7. Deewad

    C++ Quick Question

    I recently getting into doing a little C++ And, Was wondering the 0, 1, 2 ID's //These texts must be added to the creature texts of the npc for which the script is assigned. SAY_NOT_INTERESTED = 0, // "Normal select, guess you're not interested." SAY_WRONG...
  8. Deewad

    Patching More Custom Items

    Here is a easy way to patch custom items, Just simply add this SQL To World Database, Fill in the columns when making a new item, Then Export it, And save it as, Example.csv, Then take ur DBC Editor and open Item.dbc and import that CSV. Hope it helps DROP TABLE IF EXISTS `aa_item_dbc`...
  9. Deewad

    [SOLVED] Need help making my server non hamanchi

    Alright, I can open ports, But I don't know what my server ip address is, Is there a way to tell which one your warcraft server uses? And what would my friends set there realmlist too to play on my server? Im at 12 gigs of ram 3.40ghz hyperthreadedquadcore, Im sure im able to host it pretty good...
  10. Deewad

    [PATCH]How to Create Custom Titles

    How to Create Custom Titles First you'll need a DBC Editor, And a MPQ Editor https://www.dropbox.com/s/9zqtvtmo1ihgmg1/MPQEditor.rar?v=0mcn And then youll need ur DBC Editor https://www.dropbox.com/s/5yqz1sjyn2ndczn/DBCEditor.rar?v=0mcn Now, First Go into your Release folder, And copy your...
Top