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

    [SOLVED] World Message

    Hello Guys, I am currently using this code which works perfectly; - When taking quest, it will spawn a NPC on given coords. - Broadcasts a message to the character when accepting the quest. However, I want the message that is being broadcasted to be a world broadcast that everyone can see...
  2. EpiNemx

    [SOLVED] Spawn mob on quest accept - only once in a lifetime.

    Hey guys, so im wondering, would it be possible to spawn a creature when a quest is being accepted, only ONCE, allowing the npc the be permanent? For example, im using my script: function AcceptQuest(event, player, creature, quest) if (quest:GetId() == QUESTID) then...
  3. EpiNemx

    [SOLVED] Eluna Compile Error

    I am trying to compile the eluna engine However when I compile I end up with: 11> Creating library ..\..\bin\Win32_Release\realmd.lib and object ..\..\bin\Win32_Release\realmd.exp 11> realmd.vcxproj -> C:\Mangos\mangos\win\VC100\..\..\bin\Win32_Release\realmd.exe 11> 1 file(s)...
  4. EpiNemx

    [SOLVED] Precomiled Files?

    For some reason my computer doesn't allow me to compile stuff, installing the required tools is not working out to well for me... Is there anyone who have the precomiled WoTLK Eluna Files for me to use? I am trying to get back into WoW but it's not easy(doh)
  5. EpiNemx

    [SOLVED] Custom Items in a box?

    Hello, Is it possible to create a item where you right-click it and it opens loot with custom items in it? For example like a rogue Pick Lock Locked Box ? I have searched all over the place but couldnt find any way to do this. Thanks,
  6. EpiNemx

    Features on Spawn NPC when in Range

    Hello Guys, So i've basicly got the following code, now I am trying to add a couple of features to it, but i'm not sure if it's possible, that's why I wanted to ask. - When I come in range, the NPC keeps on spawning and spawning when im moving around the location, how can I make it only spawn...
  7. EpiNemx

    3 Questions

    Hello, I got 3 questions, first one: I am trying to spawn a NPC with a perm. emote state (for example; combat stance) I am using: creature:SpawnCreature(190014, -1017.753845, -3027.444336, 12.820842, 4.657427, 8, 0) but no clue how to add a perm state to it, does anyone know if thats...
  8. EpiNemx

    [SOLVED] Clean Database (Nothing Spawned)?

    Basicly, im looking for a database that includes everything but has nothing spawned.. Does anyone have any?
  9. EpiNemx

    [C] Web Design - FPS

    Hi Guys, Looking for comments / feedback on the Born with Skill web design. Design is based on CA NA. On a quick note; the 'sign' with Free Cash can be hidden by clicking on it. Thanks, - Epi.
  10. EpiNemx

    Spawn Creature when Quest Accepted

    What does this code do? This will spawn specific creature on given coords when you accept your (custom) quest. A great example of this being used in retail would be the Nagrand Arena quest. function AcceptQuest(event, player, creature, quest) if (quest:GetId() == QUESTID) then...
  11. EpiNemx

    Hi y'all

    Hello Everyone, I am from The Netherlands, just passing by, saying hello. I love EmuDevs for giving us Eluna, it's simply amazing and allows us to expand our imagination even more then ever! So, hello and thank you emudev! - EpiNemx.
  12. EpiNemx

    Spawn Creature on Trigger

    Sorry for asking so much help, I am actually getting a hang of it now but I still came across one more problem with the following script, Basicly when getting in range it spawns the creature on the spot, however because I keep moving around the "invisible" npc it keeps spawning the same...
  13. EpiNemx

    Spawn Creature on Coords xyz when Quest Accepted?

    Hello, I was wondering if it's possible to have a creature spawn on xyz with ID x when quest ID x has been accepted by player x. I've been trying to code but I cant even get close to something that works... Would love to have some help with this. Thanks, - E.
  14. EpiNemx

    [Release] Honor kill on NPC Kill

    What does this do? This script adds a honorable kill (lifetime) upon killing monsters, or a certain NPC in game and adds a PvP Title upon reaching amount of required kills. Credits: Foereaper - For the list of titles. Tommy - For helping me and correcting the code to get it to work. -- code...
  15. EpiNemx

    [Question] - Title on NPC kill(s)?

    Hello Everyone, I really wanted to ask - i saw the LUA Release of the Title on player kills, and I was wondering.. Is it possible to get that to work but instead of player kills, a certain NPC kill? for example if I have a NPC called "Horde NPC" and he gets killed 20 times you get Private? and...
Top