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

    [Lua-Socket] Ubuntu 14.04 64 bits(Dynamic librairies)

    Hi. Thank to Rotchet2's help, i figured out how make Lua-Socket works with Eluna on Ubuntu 14.04 64 bits. I think it will work on a 32 bits version, but you have to correct paths. (And also dynamic libraries) $cat /etc/lsb-release DISTRIB_ID=Ubuntu DISTRIB_RELEASE=14.04 DISTRIB_CODENAME=trusty...
  2. M

    An AIO script

    Hi. This is a small example i made of the AIO script: https://github.com/Rochet2/AIO Interface based on Total_RP_2 http://pastebin.com/xixBCkMV Object_Data (Modif: Object -> Player, i don't know why it didn't work if i don't change it) http://pastebin.com/ZEkG5mQG Small API...
  3. M

    How Eluna work

    Hi. ^^ Something i want to know :P. So, when we hook an Eluna's function to do something when we cast a spell, server'll check a lot of times in a second if a player cast a spell ? (Someone told me that, and i used to believe that Eluna weren't working like that for a script like...
  4. M

    Deal Damage function (Eluna)

    Hi. ^^ I made a request some times ago : http://emudevs.com/showthread.php/390-Damage-function But now, it seems that this function is disabled, i just would to know if i can "enable" this function ^^. I'm very sorry for my English (As usual) And can you help me with the damage calculation...
  5. M

    Donator

    Hi ^^. I hope it's the good section. ^^' I don't know if it's normal, but i donated few minutes ago and i didn't get the "Donator" under my name. (I'm sorry for my bad knowledge in English language ^^'.) Have a nice day ^^.
  6. M

    LUA Packet

    Hi. Hum. I want to know if SERVER_EVENT_ON_PACKET_RECEIVE is the only way to register a hook when a packet is send. (I want to modify /rand command and if Eluna can do this, i'll not have to do this in C++) ^^'.
  7. M

    Cameras

    I want to do some cameras, so i search a method to fix player's cam. Do you know a spell with this effect or also a function in Eluna ? Thank you :)
  8. M

    SetUInt64Value

    Hi. Can somebody tell me if we can modify an uint64 in Eluna or without C++ script ? :P (Maybe a trick with SetUInt32Value ? ^^") Thank you !!
  9. M

    Naked player debug

    Sometimes, players appear to be naked when equipped with custom items, so a command to debug : http://pastebin.com/VhWcLaRB :)
  10. M

    Anim functions

    Hello, Sorry for my bad english :P I search a function to do an anim on an unit, like (.debug anim X) but with every anim. And if it's possible, to do 2 anim in the same time ? :D
  11. M

    Draw a geometrical form

    I've tried some tricks to draw a geometrical form http://imagesup.org/images11/1373629519-penta.jpg Code : http://pastebin.com/9PpjxaJk Code 2 : http://pastebin.com/YeXU0jzB It is not optimial, so if someone can optimise... :p
  12. M

    Damage function

    Hello, Sorry for my bad english :P I search a function to do some damage to an unit, like DealDamage on arcemu. http://arcemu.org/wiki/Lua_DealDamage Thank you :D
  13. M

    When a channeling is over

    Hello. (Sorry, my english isn't good) :P So, i want to do some functions when a channeling spell is over. I've only found "PLAYER_EVENT_ON_SPELL_CAST" to the Hook (https://github.com/ElunaLuaEngine/Source/blob/master/src/server/LuaEngine/LuaEngine.h#L46). So, somebody can help me ? ^^'
Top