GM Scripting Guides by me (there is alot of Scripting guides by me in here) menu

User Tag List

Page 2 of 2 FirstFirst 12
Results 16 to 27 of 27
  1. #16
    Illidan1's Avatar Banned
    Reputation
    244
    Join Date
    Jul 2007
    Posts
    2,251
    Thanks G/R
    0/1
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Re: GM Scripting Guides by me (there is alot of Scripting guides by me in here)

    New GM Scripting Guide Added
    To the big list lol \/


    --==Making a Npc Move==--
    Last edited by Illidan1; 10-31-2007 at 12:52 AM.

    GM Scripting Guides by me (there is alot of Scripting guides by me in here)
  2. #17
    Stew's Avatar Member
    Reputation
    59
    Join Date
    Sep 2007
    Posts
    239
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Re: GM Scripting Guides by me (there is alot of Scripting guides by me in here)

    great guides,
    is there any way to check for a paricular key instead of just of they'd done the quest?

  3. #18
    Dartex's Avatar Contributor
    Reputation
    147
    Join Date
    Feb 2007
    Posts
    295
    Thanks G/R
    10/2
    Trade Feedback
    0 (0%)
    Mentioned
    39 Post(s)
    Tagged
    0 Thread(s)

    Re: GM Scripting Guides by me (there is alot of Scripting guides by me in here)

    thanks this really helped me! +Rep

  4. #19
    Illidan1's Avatar Banned
    Reputation
    244
    Join Date
    Jul 2007
    Posts
    2,251
    Thanks G/R
    0/1
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Re: GM Scripting Guides by me (there is alot of Scripting guides by me in here)

    No problem S Falco

  5. #20
    Denelly's Avatar Member
    Reputation
    14
    Join Date
    Sep 2007
    Posts
    195
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Re: GM Scripting Guides by me (there is alot of Scripting guides by me in here)

    too make a custom npc i can make a trainer right so for global NpcName_stun = function()
    {
    plr = .GetClosestPlayer();
    if(plr != null)
    {
    .CastSpellOnTarget(Spell Id, plr);
    }
    };

    global NpcName_combat = function(mob)
    {
    .RegisterTimer(Time in Miller Seconds, NpcName_stun, 0);
    .RegisterTimer(Time in Miller Seconds, NpcName_stun, 1);
    };

    .RegisterUnitEvent(NpcID, 1, NpcName_combat);

    do i put the name in the red or the ( )

  6. #21
    Cesario's Avatar Member
    Reputation
    1
    Join Date
    Aug 2007
    Posts
    4
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Re: GM Scripting Guides by me (there is alot of Scripting guides by me in here)

    Awesome guide Illidan, thanks!

  7. #22
    althaxknight's Avatar Member
    Reputation
    2
    Join Date
    Nov 2007
    Posts
    12
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Re: GM Scripting Guides by me (there is alot of Scripting guides by me in here)

    nice if i knew hot to +rep i would im prity well much a leacher...

  8. #23
    alucardwill's Avatar Member
    Reputation
    1
    Join Date
    Sep 2007
    Posts
    10
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Re: GM Scripting Guides by me (there is alot of Scripting guides by me in here)

    Love you I really needed this tysm
    "The gate of the Dead Cell is opening...

  9. #24
    lazzer's Avatar Member
    Reputation
    1
    Join Date
    Dec 2006
    Posts
    25
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Re: GM Scripting Guides by me (there is alot of Scripting guides by me in here)

    nice but it seems my scripts folder ain thaving an affect on my server? i have alot of files inside it, fx ones called "Gruul encounter" but even that one aint active when i encounter him in-game can you tell me whats wrong? +rep if i could..

  10. #25
    Gastricpenguin's Avatar Legendary
    Reputation
    980
    Join Date
    Feb 2007
    Posts
    2,236
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Re: GM Scripting Guides by me (there is alot of Scripting guides by me in here)

    Every revision above 2000 has all Gm scripts disabled. The new scripting is LUA for ascent servers. Illidan has already posted a good starting guide
    Life Puzzler WoW - Website | Forums

  11. #26
    Illidan1's Avatar Banned
    Reputation
    244
    Join Date
    Jul 2007
    Posts
    2,251
    Thanks G/R
    0/1
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Re: GM Scripting Guides by me (there is alot of Scripting guides by me in here)

    Lol indeed i have, Thanks Gastricpenguin, i will add some more, bored!

  12. #27
    HumanAlien's Avatar Member
    Reputation
    1
    Join Date
    Oct 2007
    Posts
    52
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Re: GM Scripting Guides by me (there is alot of Scripting guides by me in here)

    I will NEVER learn GM scripting

Page 2 of 2 FirstFirst 12

Similar Threads

  1. Is there a teleport hack? I can't find it here.
    By evilbooter24 in forum Diablo 3 Bots Questions & Requests
    Replies: 1
    Last Post: 09-23-2012, 07:45 PM
  2. Is there a guide how to get alot of players on your server?
    By Lexeus in forum World of Warcraft Emulator Servers
    Replies: 7
    Last Post: 04-24-2008, 02:29 PM
  3. [Guide] Server Host. Look here
    By Rouslan in forum World of Warcraft Emulator Servers
    Replies: 6
    Last Post: 01-09-2008, 06:17 PM
  4. Long guide 4 alot of things
    By Trustdale in forum World of Warcraft Guides
    Replies: 6
    Last Post: 10-19-2006, 12:50 PM
All times are GMT -5. The time now is 06:36 PM. Powered by vBulletin® Version 4.2.3
Copyright © 2025 vBulletin Solutions, Inc. All rights reserved. User Alert System provided by Advanced User Tagging (Pro) - vBulletin Mods & Addons Copyright © 2025 DragonByte Technologies Ltd.
Google Authenticator verification provided by Two-Factor Authentication (Free) - vBulletin Mods & Addons Copyright © 2025 DragonByte Technologies Ltd.
Digital Point modules: Sphinx-based search