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

    TrinityCore WotLK game object spawn event

    I'm testing GAMEOBJECT_EVENT_ON_SPAWN, trying to get the nearest player to a specific type of object (mining node). I have the following code: GAMEOBJECT_EVENT_ON_SPAWN = 2 local goID = 1731 -- copper vein local function object_spawn(event, go) print("object spawned: "..go:GetName().."...
  2. V

    [SOLVED] ammo slot

    I'm working on a script to keep track of ammo for hunters on my TrinityCore server. I've tried a few different techniques that seem to work okay, but what I am really looking for is a way to identify which type of ammo is currently equipped and being used in combat, taking into account the fact...
Top