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

    [SOLVED] Whats wrong with this function?

    Hey guys, I am trying to get this script working but there is something wrong with this function. "unexpected symbol near 'if'. function Saronex.Shadow_Word_Death(eventid, delay, repeats, pUnit) local targets = pUnit:GetPlayersInRange() local RT = targets[math.random(1, #targets)]...
  2. RonSwanson

    [SOLVED] Boss Scripting Standard

    Hey guys, I am new to Lua, but I understand programming. I have been browsing through the forums and been looking at code and there seems to be no standard, so it is hard to jump in and figure out which way is the best way. I can code bosses in C++ but I need to write about 10 - 15 bosses so I...
  3. RonSwanson

    [SOLVED] AddItem() Pull from drop loot table?

    I am trying to figure out how to add 3 items to a player from the drop loot table. EX player:additem(3 items from loot table)
  4. RonSwanson

    Additem On First World Enter!(First Script)

    This should work, I ported it from Arcemu + rep to Eldrak for the Arc version. I cannot test this as I am on the work pc at the moment! This gives players Wrathful gladiator on each new character they create once they login to the world for the first time. Warrior = { 51541, -- Chest...
Top