[Service] Script, mob, item, gobject and such store menu

User Tag List

Page 2 of 4 FirstFirst 1234 LastLast
Results 16 to 30 of 51
  1. #16
    Placeholder's Avatar Member
    Reputation
    61
    Join Date
    Oct 2007
    Posts
    142
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Reckon you can make me a script that rewards the first along a finish line? (make up the coords)

    I'm making a race track and need a script to reward the winner. I'm too busy on a huge raid to do it myself.

    I'd think it best if it adds a quest to the 'winner' so they can speak to someone for the prize.

    Think you can do it? Thanks in advance.

    [Service] Script, mob, item, gobject and such store
  2. #17
    Arthas117's Avatar Knight-Champion
    Reputation
    151
    Join Date
    Mar 2007
    Posts
    483
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by underseas View Post
    Reckon you can make me a script that rewards the first along a finish line? (make up the coords)

    I'm making a race track and need a script to reward the winner. I'm too busy on a huge raid to do it myself.

    I'd think it best if it adds a quest to the 'winner' so they can speak to someone for the prize.

    Think you can do it? Thanks in advance.
    Yes, if I knew C++, I could... But I dont know c++ :P

    World best PvP Paladin=Me? GG ;D


  3. #18
    Placeholder's Avatar Member
    Reputation
    61
    Join Date
    Oct 2007
    Posts
    142
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Ok, is there no way you can do it with lua?
    Sorry for the trouble, but there must be a way.

  4. #19
    secretdragon008's Avatar Member
    Reputation
    43
    Join Date
    Sep 2007
    Posts
    217
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    The script/lua didt work Arthas117.

  5. #20
    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)
    Here is that fixed LUA file Secretdragon:

    Code:
    function ATG_wrath(pUnit, event, miscunit, misc)
      player=pUnit:GetRandomPlayer(0)
      pUnit:FullCastSpellOnTarget(40737,player)
      pUnit:SendChatMessage(11, 0, "Feel My Wrath!!")
    end
    function ATG_pain(pUnit, event, miscunit, misc)
      player=pUnit:GetRandomPlayer(0)
      pUnit:FullCastSpellOnTarget(35859, player)
         pUnit:SendChatMessage(11, 0, "Feel the pain!")
    end
    function ATG_death(pUnit, event, miscunit, misc)
     if pUnit:GetHealthPct() < 25 then
         pUnit:FullCastSpellOnTarget(40251,Unit:GetClosestPlayer())
         pUnit:SendChatMessage(12, 0, "Die!")
    end
    end
    function ATG_OnCombat(pUnit, event, miscunit, misc)
     pUnit:RegisterEvent("ATG_wrath",17000, 0)
     pUnit:RegisterEvent("ATG_pain",50000, 0)
     pUnit:RegisterEvent("ATG_death",60000, 0)
     pUnit:SendChatMessage (12, 0, "Who's there? a...Finaly some fun!")
    end
    function ATG_OnLeaveCombat(Unit)
     Unit:RemoveEvents()
    end
    RegisterUnitEvent(71035, 1, "ATG_OnCombat")
    RegisterUnitEvent(71035, 2, "ATG_OnLeaveCombat")
    Life Puzzler WoW - Website | Forums

  6. #21
    Insignia's Avatar Banned
    Reputation
    24
    Join Date
    Oct 2007
    Posts
    68
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Okays im sorry i dont have 5 rep or more but im a total noob and dont have much talent ( i wanna learn C++ eventually tho) but can you make me this GO?:

    Name: Inconspicous bucket with no significance whatsoever
    DisplayID: once again im a noob and couldnt get this thing's model but its spawn id is 161752
    SpellID: can u make a custom teleport for me im not sure where im putting my city i want it to tele u to
    Sound: A teleport noise
    Last edited by Insignia; 02-21-2008 at 12:08 AM. Reason: misspell

  7. #22
    Killer_Dajobe's Avatar Member
    Reputation
    29
    Join Date
    Feb 2007
    Posts
    200
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    2 reep for a fully LUA scripted Arthas Encounter.

  8. #23
    Arthas117's Avatar Knight-Champion
    Reputation
    151
    Join Date
    Mar 2007
    Posts
    483
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by Killer_Dajobe View Post
    2 reep for a fully LUA scripted Arthas Encounter.
    Tell me what will happen in the encounter and I'll fix it

    World best PvP Paladin=Me? GG ;D


  9. #24
    secretdragon008's Avatar Member
    Reputation
    43
    Join Date
    Sep 2007
    Posts
    217
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Woot its works,ty so much Gastricpenguin.
    Ty to Arthas117 becuse you tryed.

    Il think i +Rep you both

    But do the shadow resistance add shadow spell dmg to the mob to?
    since i just have this spell: Shadow Nova - Spells - World of Warcraft
    It do 13875 to 16125 dmg,but still its hits me for the double dmg.

  10. #25
    Killer_Dajobe's Avatar Member
    Reputation
    29
    Join Date
    Feb 2007
    Posts
    200
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Tell me what will happen in the encounter and I'll fix it
    I dont know good spells or anything, but if You could make it with an awesome ledgandary fight tuned for around lvl 70 players, hardest boss in game!

  11. #26
    Arthas117's Avatar Knight-Champion
    Reputation
    151
    Join Date
    Mar 2007
    Posts
    483
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by Killer_Dajobe View Post
    I dont know good spells or anything, but if You could make it with an awesome ledgandary fight tuned for around lvl 70 players, hardest boss in game!
    Ohh yeah... Think I got it... not really a cool encounter, that would requrie C++... I start...NOW

    Spells I gonna use:

    30860 - For the phase 2
    43267 - Saber Lash, kills instant, for phase 1
    26029 - Dark Glare, 45k-57k when hes close to die
    23537 - Enrage, casted at the same time as Dark Glare
    31984 - Finger of Death...20k dmg, spamming for every % hp he gets downed from 10% hp
    41078 - Shadow Blast, like all teh timeh
    31249 - A Iceblast casted by both Arthas and his invisible defenders :P
    45031 - A shadow bolt volley... 4k-5k...
    40903 - On target-killed, he will heal himself for uhm... 100000 dmg :P
    40904 - Draw Soul...5k-6k dmg
    35839 - Drain Soul...1k dmg per second
    41245 - Some missile thing >_<
    36876 - some fire thing making 6k dmg
    40633 - fire dmg thing 34k-45k, recomend sending pet to agg him

    Ahh and well, I'll send ya a sql file and the scripts when I'm done

    World best PvP Paladin=Me? GG ;D


  12. #27
    Thirsha's Avatar Member
    Reputation
    35
    Join Date
    Feb 2008
    Posts
    30
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Could you make me a quest
    Quest Name: Shadowsong retribution
    Quest: for years the Green hand elves have stopped us from returning to Darnassus, $N, we need your help, we must return to Darnassus with the new knowledge
    Quest Objectives: kill 10 Green Hand scouts and 3 Green hand watchers and return with one of their spears
    Requires ID: 666115 (Green hand spear)

  13. #28
    secretdragon008's Avatar Member
    Reputation
    43
    Join Date
    Sep 2007
    Posts
    217
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    hm,its still some bug in my lua/script.
    The &#37; trigger dont work.
    is it becuse i use ascent stable 2.8?
    I mean this one: if pUnit:GetHealthPct() < 25 then

  14. #29
    Arthas117's Avatar Knight-Champion
    Reputation
    151
    Join Date
    Mar 2007
    Posts
    483
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by Thirsha View Post
    Could you make me a quest
    Quest Name: Shadowsong retribution
    Quest: for years the Green hand elves have stopped us from returning to Darnassus, , we need your help, we must return to Darnassus with the new knowledge
    Quest Objectives: kill 10 Green Hand scouts and 3 Green hand watchers and return with one of their spears
    Requires ID: 666115 (Green hand spear)
    Sure I'm currently installing MySQL... I need the ID for Green Hand Scouts and Green Hand Watchers for the quest btw

    World best PvP Paladin=Me? GG ;D


  15. #30
    Arthas117's Avatar Knight-Champion
    Reputation
    151
    Join Date
    Mar 2007
    Posts
    483
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    The Arthas script is done... If anyone want it, PM me

    World best PvP Paladin=Me? GG ;D


Page 2 of 4 FirstFirst 1234 LastLast

Similar Threads

  1. [Release] WoW Cache Converter, Used to get other servers items, and such.
    By Found in forum WoW EMU Programs
    Replies: 25
    Last Post: 04-03-2017, 08:53 AM
  2. [Buying] Way to dupe items, or the Blizzard store glitch to get unlimited mounts and pets.
    By Iamtehnoob0001 in forum World of Warcraft Buy Sell Trade
    Replies: 2
    Last Post: 07-08-2013, 01:25 PM
  3. [Service] Items, objects and more!
    By ardtard76 in forum World of Warcraft Emulator Servers
    Replies: 3
    Last Post: 02-25-2009, 02:43 AM
  4. Creating Items and Such
    By FNOG in forum World of Warcraft Emulator Servers
    Replies: 16
    Last Post: 10-31-2007, 09:01 PM
All times are GMT -5. The time now is 04:11 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