• This is a read only backup of the old Emudevs forum. If you want to have anything removed, please message me on Discord: KittyKaev

Recent content by ALILP

  1. ALILP

    [SOLVED] How to add custom patch to oregon core?

    Hi I saw some patch scrpits on github but i dont know how to use them in my regon core source! pls help me.
  2. ALILP

    cMangos 2.4.3 I need youre Help to make a Vip system!

    Who can help me to make a Vip service with this feature? 1.Vip Extra talent. 2.Vip Extra gold. 3.Vip loot rate. 4.Vip Items which need Vip level. 5.Vip level Cap (e.g. Vip1==level==> 81) 6.Vip Extra XP. My skype id is : ali.lp5669
  3. ALILP

    [SOLVED] I have a Request from AlexeWarr!

    Hi ! I visited youre latest threads and when I opened the pastepin urls in youre threads i saw the Error "page not found". Can you pls put the codes in pastebin again? the threads that i need : http://emudevs.com/showthread.php/244-TC-stats-system-limits...
  4. ALILP

    cMangos 2.4.3 {OneServer-master} I need a healthy & working vmap extractor for it :D

    I need a healthy & working vmap extractor for "OneServer-master".
  5. ALILP

    [SOLVED] {trinity 2.4.3} where to find a healthy database for trinity core 2.4.3?

    but the database wont be imported.
  6. ALILP

    [SOLVED] {trinity 2.4.3} where to find a healthy database for trinity core 2.4.3?

    I asked my question in the title :D
  7. ALILP

    [SOLVED] Making items need vip level

    Hi How can i make an item which need vip level to equip?
  8. ALILP

    [SOLVED] It isnt Working

    function Player:GetVIP(player) local ViP = AuthDBQuery("SELECT `vip` FROM `account` WHERE `id`='"..player:GetAccountId().."'") ViP = ViP:GetUInt32(0) end function salam(event, player, message, lang, Type) if (message:lower() == "salam")then if(player:GetVIP() == 7)then...
  9. ALILP

    [SOLVED] {ELUNA}Can I Make New Method in Eluna Without C++ ?

    Hi Can i Make A New Custom Eluna Method With Eluna?(I dont want to Use C++) :D
  10. ALILP

    [SOLVED] Mangos C++ sql

    Hi:D I want to know how to select,update,delete,insert rows/fields in mangos TBC C++
  11. ALILP

    [SOLVED] How to change the maximum crit to 95%?

    Hi :D How to change the maximum crit percentage to 95%? {mangos TBC}
  12. ALILP

    [SOLVED] Vip Loot Rate

    Hi :D How to make custom loot rates for custom vips in Eluna? Is it Possible?
  13. ALILP

    Item Expire On LogOut

    function LogoutItem(event, player) player:RemoveItem(ItemId,ItemCount) end RegisterPlayerEvent(4,LogoutItem)
  14. ALILP

    Reset Talents BroadCasting

    function Resettalents(event, player, msg) local VIP = AuthDBQuery("SELECT `vip` FROM `account` WHERE `id`='"..player:GetAccountId().."'") VIP = VIP:GetUInt32(0) --pls add an intiger (11) field with name "vip" to youre account table. local name = player:GetName() if(VIP == 1)then...
  15. ALILP

    full players commands (not working for GMs) TBC Mangos

    full players commands TBC Mangos function ChatCommands(event, player, message, lang, Type) if(message:lower() == "commands")then player:SendBroadcastMessage("Available Commands:") player:SendBroadcastMessage(".Repairme") player:SendBroadcastMessage(".bank")...
Top