Search the Community

Showing results for tags 'ItemFlags'.



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 1 result

  1. Hello Everyone! I am writing regarding the following proplem I have confronted recently: I am trying to add more custom heroic affixes or custom itemflags to my WOTLK 3.3.5 repack. Unfortunately I am not an advanced PHP Code Editor, this was my first time I encountered with it, so I am at a very beginner level at this point (yes, you can blame for me that). So the problem is that I am stucked at this point: (Here are two links, which should serve as a tutorial : https://www.ownedcore.com/forums/world-of-warcraft/world-of-warcraft-emulator-servers/wow-emu-questions-requests/792118-trinitycore-latest-rev-how-add-more-heroic-affixes-items-core.html http://www.ac-web.org/forums/showthread.php?231973-Creating-a-new-item-flag-(HEROIC-DISPLAY) Pick a nice empty spot with 60 empty bytes. I chose 009DE3C0Write down the address you choose as OFFSET_4Calculate OFFSET_4 + 0x13 (Hex Calculator - Addition, Subtraction, Multiplication & Division), write it down as OFFSET_5.Calculate OFFSET_4 + 0x24, write it down as OFFSET_6Starting at your OFFSET_4, enter these lines, replacing OFFSET_# with your addresses: I don't get it where should I start replacing these lines. Should I replace the offset 4,5,6 with those lines in Notepad or should I look for someting in OLLYDBG? Please guys, help me understand the process without getting me discouraged. My dream is to ad Mythic and Mythic Titanforged to my database to become available to set as Itemflags for my custom items. I would really appreciate if anyone could write a detailed. beginner friendly, step by step guide to help me learn this. Thank you in advance!