Search the Community

Showing results for tags 'hardcore'.



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. WOOPS-020.FULL.LUA Woops! You died!!! Lootable players for TC / AzerothCore. In LUA! This script allows the server to spawn a custom game object with a generic loot template, and then dynamically replaces that loot with specific dropped items when a player interacts with the object via the OnLoot function. At this point the existing loot is cleared from the lua table and the specific dropped items from the player who died are awarded up to the limit of the recipient's bag space. When the server restarts the crates and data are lost. Please note you will have to remove references to "hardCoreItem" in the code or add an item that you do NOT want removed from player eg. hearthstone? local hardCoreItem = ??? A custom game object for the crate, and custom items for stacks of gold coin and the hardcore item LL uses are also required. The sql for all these is included in the source, below. Credits are owed to the creator of the "Randomly Attacked" script, which we incorporate to create some random mob spawns for toons that are too greedy! woops-020.lua