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

    Dynamic Beastmaster

    I have seen quite a few people request Beastmaster type scripts lately so figured I'd make one. The way it works is extremely simple. On Script Load, it caches all tameable beasts from the creature_template and sorts them based on their level. The said creatures then automatically get added to...
  2. Foereaper

    World Message Broadcaster

    I have been going through my scripts archive and I have found several scripts I made ages ago that I haven't released. Thus I figured I'd release some of them! This is a World Message broadcaster. The reason I made this script was because Mangos didn't have a broadcast system like Trinity did...
  3. Foereaper

    Eluna SQL Teleporter

    Was slightly bored yesterday so figured I'd create a new teleporter. However, instead of the Lua table teleporters I have made before, this has all of its locations stored in an SQL table, and cached on script load. This one, compared to my old tabled teleporter, also supports an "infinite"...
  4. Foereaper

    Light's Dawn is recruiting

    Light's Dawn is now recruiting seasoned developers. If you have knowledge in one or more of the following areas then you could be a valuable asset on our team: Lua MySQL PHP World building (not with gameobjects) WoW Modelling C++ What we are currently needing the most is an experienced world...
  5. Foereaper

    [Limited time offer!] Eluna T-Shirts!

    Hey guys! To celebrate the new year and Elunas 4 year anniversary, we decided we'd get some limited offer T-Shirts ordered for whoever wants one! We have decided on a design and color, as shown below; Each shirt is available for $20 USD, shipping included. Order will be going out some time...
  6. Foereaper

    Star Citizen, Logo/Banner request

    Hello everyone! I have just now started my Star Citizen organization, and I am now looking for a logo and banner to go with the organization page! The organization (or guild, if you want) is based around "legitimate" freelance work and bounty hunting ;) I am all for artistic freedom, so feel...
  7. Foereaper

    Eluna Lua Engine ©, Finally approved!

    That's right people, we finally received our Copyright Certification! After waiting almost a year for the US Copyright Office, we have finally been approved! Very excited about this, as it secures all the work we've put into the engine and project so far. Some sensitive information has...
  8. Foereaper

    Restricted Zone Checker

    Did this script as a quick request, it will allow you to restrict players to only stay in specific zones. You can change the message, the location you get teleported to whenever you exit the accepted zones, as well as which zones are allowed to be in. aXDFQXWY
  9. Foereaper

    Passphrase/Code Redeemer

    Hello everyone! Being bored last night I figured I should write a passphrase/code redeemer. This works the same way as the TCG NPC's in Booty Bay, and other redeemers on retail. Passphrases/codes are premade and stored in a database table. A passphrase can only be used once. There are currently...
  10. Foereaper

    [NEW] Eluna Scripting Challenge #1 - Mini Games!

    Hello everyone, and welcome to the first official Eluna scripting challenge! For those wondering what on earth this is, here's the rundown: Every month a new scripting challenge will be held, and every month has a unique theme that sets the stage for the script to be created. At the end of...
  11. Foereaper

    MaNGOS now officially uses Eluna!

    Hey everyone, these are very exciting times within the Eluna development team! Last week we decided to pick back up where we left off last December, and knocked our heads together with the MaNGOS team. After an incredibly speedy development process, we're now happy to announce that Eluna is...
  12. Foereaper

    [ElunaGate] [WIP] ElunaGate GM Addon

    This is currently under development, so it is not yet finished. However I will release part by part, so keep an eye on the thread if you're interested in the full tool! What is ElunaGate GM Addon? ElunaGate GM Addon is an Addon coded using ElunaGate. This means you can code and change the...
  13. Foereaper

    ElunaGate - A continuation of GATE by Kenuvis

    Hello everyone, I'm sure a lot of us know about the GATE project, previously created by Kenuvis. His GATE project was the first of it's kind, primarily to be able to code Addons for private servers completely server side, by using a framework addon and server side scripts. Unfortunately his...
  14. Foereaper

    Eluna and Client Addons!

    Earlier today we pushed a new hook and a new method to the repo. Secifically the hook OnAddonMessage, and the method player:SendAddonMessage. These two now allows us to create extremely powerful and easy binding for two way communication between the client (addons) and the server (scripts)...
  15. Foereaper

    [Example] ItemUpgrader

    A very basic Item Upgrade script I tossed together as a request. - Will open a Gossip menu with all available items the player has to upgrade, and you can select which item you want to upgrade. - It will then remove the old item, the token, and give you the new item. - This can very easily be...
  16. Foereaper

    G2A.com Review - Extremely cheap games.

    Introduction: Hello everyone, the other day I saw someone post a link to g2a.com, and something called g2a "goldmine". Considering the prices on the page, and the way their referral system is set up, I instantly thought it was either a scam or a pyramid scheme. Cautious as I am spending money...
  17. Foereaper

    ZoneBattles! WIP

    Created as an example to This Release, but ended up being a fully fledged Zone Battle script! It keeps track of the faction kills using world states, showing at the top of the screen. There are still a few things do be done to it, like adding a reward system and what not, however I have not...
  18. Foereaper

    Eluna Extension: WorldState methods!

    Originally created this for Salja earlier today, figured I should release it. Don't know what World States are? Have a look at This Script for an example of these methods in use! VWLXjqcp
  19. Foereaper

    Eluna Extension: Cooldown Methods!

    Earlier today I figured I'd create an extension script to allow setting and getting a cooldown for all kinds of purposes in scripts! The two new methods are as follows: player:SetLuaCooldown(seconds[, opt_id]) -- Sets the cooldown timer to X seconds, optionally a specific cooldown ID can be...
  20. Foereaper

    100% dynamic Teleporter

    100% Dynamic Teleporter Rewrote my old tabled teleporter, now made it 100% dynamic, so the only thing you would need to change/add is easy to use tables! :) To add new menus, simply add another table section as shown below: [X] = { "Menu Name", -- This is the Menu Name {"Tele Location...
Top