• 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 Lightning Blade

  1. Lightning Blade

    C++ - Customizing MSG_SAY

    Hey everyone, I though I would put this out there since I felt like contributing. This tutorial will probably help you if you want to change the MSG_SAY. This tutorial specificly changes the color of specific player rank's messages. My tutorial is also targeted at beginners. -- Start of...
  2. Lightning Blade

    Npc Emote Back

    local example = NPCID local function Npc_example(event, creature, plr, emoteid) if(emoteid == 17) then creature:Emote(2) end end RegisterCreatureEvent(example , 8, Npc_example) If you /bow the npc attached to this script, the npc will bow back. You can change Emote(2) to anything a like...
  3. Lightning Blade

    Addon Help

    I was wondering how I would with or without Eluna get the players account name with my addon.
  4. Lightning Blade

    Lightning Blade's ChatBox dispute

    I dont really care tommy is a dick anyways, " You cant ask questions in the chatbox " this community is not even near as big as Ac-Shit and those who actually need help are 1 - 4 people once in a while, its a simple answer that takes 2 minutes to give, instead he wants people to make threads to...
  5. Lightning Blade

    Spell Costing Health

    I was bored and though of the class expire wanted to make, and i though of the health cost, and it found a way to do it. mXAggFV7 I will admit this is not the best way to do it, but it's not the worst either :S. UPDATE: i tried another way too. P3t8LkcB IMPORTANT: BOTH SCRIPTS ARE UN...
  6. Lightning Blade

    Boss help.

    So basically im doing this boss event thingy this is one of the npcs from the event, but whenever i click " did you kill the Orcs?" it just says: attempting to index local creature <a number value> on line 23. i know this haves something to do with the arguement so please someone help me DttgWSfa
  7. Lightning Blade

    Talk on spawn

    So basically i want this one creature to spawn this creature, which works perfectly now this creature doesn't work to well :S. Nj2tLCB6
  8. Lightning Blade

    SpawnCreature

    When i try to use it, it says. Temporary summoned creature (entry: 250000) have unkown type 1070050836 of
  9. Lightning Blade

    player:IsLeader()

    How exactly does the Group method " IsLeader() " Work ?
  10. Lightning Blade

    Bladestorm Fix

    Hello everyone, I was bored and i though i would source around the interweb when i ran over a thread on some forum board about the bladestorm bug where if you get disarmed, you're Bladestorm will still be casting, now what i did were just by simple logic put together a fast script which would...
  11. Lightning Blade

    Boss acting wierd

    This is my script my1WA4dT For some wierd reason, he doesn't semse to stop " OnEnterCombat ( loading it ) " whenever phase 2 begins he still uses SpinToWin, thats why you see it's limited to 4 times at the moment, Also my " Teleport to player active && on change state " keeps giving me and...
  12. Lightning Blade

    Boos help gooby pls :s

    Yesterday i made a thread about bosses randomly teleporting targets and one of the lovely and quick responding Administrators helped me out ( Tommy ) but he made a mistake so the part of the script he made for me didn't work out, could anyone else give it a try ?. http://pastebin.com/t1J0s7BU
  13. Lightning Blade

    Boss teleport random player

    How would i make a boss target a random player and teleport the player to my desired location :s ? Would there be any way to active a object after a x amount of time, after the player have been teleported ?. btw 1 last thing, he says " You are kidding... Maybe! " in phase 2 but he doesn't...
  14. Lightning Blade

    Boss: help again please

    http://pastebin.com/2aKWWEXd This is my current script. Whenever he enters combat and then leaves combat again, every 5 - 15 seconds ( Randomly between ) the script runs the " onleave " function again. I tried everything i could think of.
  15. Lightning Blade

    Boss: Help please

    http://pastebin.com/yX3B5EXD On line 23 it says: Attemp to index local 'creature' <a number value>
Top