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

    [SOLVED] Mob bugs

    Hi, I have a problem with all npcs/mobs. There are 2 problems that happen: 1. Some mobs go into "Evade mode" sometimes - less important 2. Once mob kills a player/pet he stops attacking, yet you could keep attacking him from distance - https://www.youtube.com/watch?v=JEDaCXXgCPw Are there any...
  2. D

    Nerfing/Buffing Spells (Easy methods)

    Hi guys, This tutorial will focus on nerfing / buffing spells. There are many ways to nerf spells and I will be covering easier once. First way is really easy, but not all spells can be affected by it (example would be Mortal Strike or Backstab or other spells that have % Weapon Damage): 1...
  3. D

    PLAYER_EVENT_ON_CHAT

    Hi, My server recently bought a CFBG script from emudevs store, and one problem came a long with a script (after many compiling errors have been fixed): Instead of message being shown by correct sender, sender is always client; Example, if I'm viewing my screen (Defalt): Favour says "Hi" It...
  4. D

    Loot

    Hi, Is it possible to make something like this with LUA: - Get loot from creature - If itemid == x -> Remove those item from creature loot and add them to players in group Also, is there a command that would setcooldown on skill ? Cheers
  5. D

    [SOLVED] Disable Night

    Hi, Is it possible to disable nighttime without freezing server time ? What kind of customization is required to do this, client side or server side ? Does anyone know what exactly I'm supposed to edit ? Thanks (:
  6. D

    Boss notification

    Hi, I have a question regarding Eluna scripts. How do I add SendMessage (in middle of screen) once boss is about to cast something. Current part of LUA script that I have is function MasterInfernal.Meteor(event, delay, pCall, creature) creature:SendUnitYell("You can't evade my...
  7. D

    [SOLVED] Two questions

    Hi guys, I have 2 questions and I would really appreciate any answer. 1. Owner on our server has crated a custom map, however VMAPs cannot be extracted from it (we don't know how to do it), and basically all spells ignore LoS. How exactly are VMAPs extracted from custom maps ? Is it possible to...
  8. D

    [SOLVED] Error @server

    Hi, We've been having some problems on server and after say 8-9 hours of uptime, everything 'freezes'. Restart is required to get server back up, and if anyone tries to log in they would be stuck on logging into game server/connecting. This only happens on live realm (we have a test realm...
  9. D

    [SOLVED] Custom Quests - Can't Complete

    Hi, I've been having problems with few quests, most of the time, even though they are 100% completed, players can't turn in the quest. Here's an example: Now keep in mind that it sometimes bugs and sometimes doesn't. Most of the other quests work find, does anyone know what's causing this...
  10. D

    [SOLVED] Modifying Spells

    Hi guys, I have a question regarding nerfing/buffing spells. There are many ways to do it and so far I am familiar with editing spell.dbc and spell_bonus_data, but there is a type of spells that I haven't been able to figure out how to modify. Spells that I have been having trouble with are...
  11. D

    Boss Script + error log

    Hi, guys I'm new here, currently I am working on my first LUA boss script, this is how it looks like local npcId = 85001 local MasterInfernal = {} function MasterInfernal.OnCombat(event, creature, target) creature:SendChatMessage(14, 0, "You will not prevail!")...
Top