Search the Community

Showing results for tags 'liquidtype'.



More search options

  • Search By Tags

    Type tags separated by commas.
  • Search By Author

Content Type


Forums

  • Important
    • Announcements
    • Getting Started
  • Modding
    • Modeling
    • Level Design
    • Interface
    • Serverside
    • Noggit
    • Miscellaneous
    • Retro-Porting
    • Useful Services
  • Projects
    • Recruitment
    • Paid Work
    • Showcase
    • Machinima
  • Community
    • General
    • Random
    • Gallery
    • Releases
    • The Graveyard

Categories

  • Tools
    • Uncategorized
    • Map Editing
    • Model Editing
    • DBC & DB2 Editing
    • Serverside
    • CASC & MPQ
  • Resources
    • Graphics
    • Uncategorized
    • Models
    • Maps
    • Client Patches
  • 010 Editor Scripts and Templates
  • Noggit Script Brushes

Categories

  • Projects
  • Machinima
  • Software Development

Categories

  • Beginner
    • Русский
    • Deutsch
  • Modeling
    • Česky
    • Français
  • Level Design
  • Interface
  • Serverside
  • Miscellaneous
    • Česky
    • Français
  • Retro-Porting
  • Machinima

Categories

  • Tutorials
  • Timelapse
  • Miscellaneous

Find results in...

Find results that contain...


Date Created

  • Start

    End


Last Updated

  • Start

    End


Filter by number of...

Joined

  • Start

    End


Group


Discord


Twitter


Skype

Found 2 results

  1. Hey! I used the following script (made by Skarn) on the undercity_xxx.wmo files in hopes to change the green slug to water: //-------------------------------------- //--- 010 Editor v6.0.3 Script File // // File: // Author: // Revision: // Purpose: //-------------------------------------- char sFile[]; int sIndex; int x, y, k; TOpenFileNames f = InputOpenFileNames( "Select .wmo files", "(*.wmo)" ); for( k = 0; k < f.count; k++ ) { sFile = f.file[k].filename; sIndex = FileOpen(sFile); if(sIndex < 0) return; RunTemplate("WMO_group.bt"); if (wmo_group.group_info.liquidType != 0) wmo_group.group_info.liquidType = 1; } FileSave(); Now when I go to undercity ingame my client crashes with the followinng error: Please, help!
  2. Hey! I wanna change the green slug in Lordaeron to water. As far as WoWDev wiki says, its controlled in AreaTable.dbc in column 30. However, I looked closely at my AreaTable.dbc (attached), and I just can't find the needed column! AreaTable.dbc