[X3 Release] Keazain`s Latest Compiles and Converted NCDB & Logon DB ready for use! menu

Shout-Out

User Tag List

Page 17 of 190 FirstFirst ... 13141516171819202167117 ... LastLast
Results 241 to 255 of 2850
  1. #241
    johnstone's Avatar Member
    Reputation
    3
    Join Date
    Oct 2008
    Posts
    121
    Thanks G/R
    1/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    could u make tham a sql and copy whats in it and post that ..?<or is this what u r

    if it iss i get a dup on all sorry 2 b a bug man just am tring 2 get your work and your help 2 figer it out sorry
    Originally Posted by Muskade View Post
    Keazain Buffer, Healer & remove Sickness

    ________________________DATABASE____________________________

    INSERT INTO creature_names
    (`entry`, `name`, `subname`, `info_str`, `Flags1`, `type`, `family`, `rank`, `unk4`, `spelldataid`, `male_displayid`, `female_displayid`, `male_displayid2`, `female_displayid2`, `unknown_float1`, `unknown_float2`, `civilian`, `leader`)
    VALUES
    (99999, 'Keazain Buffer-Healer', 'Keazain Buffer-Healer', '', 0, 0, 0, 3, 0, 0, 24804, 0, 0, 0, 1, 1, 0, NULL);

    INSERT INTO creature_proto
    (`entry`, `minlevel`, `maxlevel`, `faction`, `minhealth`, `maxhealth`, `mana`, `scale`, `npcflags`, `attacktime`, `attacktype`, `mindamage`, `maxdamage`, `can_ranged`, `rangedattacktime`, `rangedmindamage`, `rangedmaxdamage`, `respawntime`, `armor`, `resistance1`, `resistance2`, `resistance3`, `resistance4`, `resistance5`, `resistance6`, `combat_reach`, `bounding_radius`, `auras`, `boss`, `money`, `invisibility_type`, `death_state`, `walk_speed`, `run_speed`, `fly_speed`, `extra_a9_flags`, `spell1`, `spell2`, `spell3`, `spell4`, `spell_flags`, `modImmunities`)
    VALUES
    (99999, 80, 80, 35, 100000, 100000, 100000, 1, 3, 0, 0, 7500, 2000, 0, 0, 0, 0, 360000, 2002, 0, 0, 0, 0, 0, 0, 1, 0, '', 0, 0, 0, 0, 2.5, 8, 14, 0, 0, 0, 0, 0, 0, 0);

    ________________________DATABASE____________________________


    ___________________________LUA______________________________


    function buff_main_menu(pUnit, player)
    pUnit:GossipCreateMenu(8544, player, 0)
    pUnit:GossipMenuAddItem(5, "Buff's.", 1, 0)
    pUnit:GossipMenuAddItem(9, "Remove Rez Sickness", 2, 0)
    pUnit:GossipMenuAddItem(4, "Heal", 90, 0)
    pUnit:GossipSendMenu(player)
    end

    function buff_on_gossip_talk(pUnit, event, player)
    buff_main_menu(pUnit, player)
    end

    function buff_on_gossip_select(pUnit, event, player, id, intid, code, pMisc)
    if (intid == 1) then
    pUnit:GossipCreateMenu(99, player, 0)
    pUnit:GossipMenuAddItem(3, "Agility", 3, 0)
    pUnit:GossipMenuAddItem(3, "Intellect", 4, 0)
    pUnit:GossipMenuAddItem(3, "Protection", 5, 0)
    pUnit:GossipMenuAddItem(3, "Spirit", 6, 0)
    pUnit:GossipMenuAddItem(3, "Stamina", 7, 0)
    pUnit:GossipMenuAddItem(3, "Strength", 8, 0)
    pUnit:GossipSendMenu(player)
    end

    if (intid == 2) then
    player:UnlearnSpell(15007)
    pUnit:GossipComplete(player)
    end

    if (intid == 3) then
    pUnit:FullCastSpellOnTarget(33077, player)
    pUnit:GossipComplete(player)
    end

    if (intid == 4) then
    pUnit:FullCastSpellOnTarget(33078, player)
    pUnit:GossipComplete(player)
    end

    if (intid == 5) then
    pUnit:FullCastSpellOnTarget(33079, player)
    pUnit:GossipComplete(player)
    end

    if (intid == 6) then
    pUnit:FullCastSpellOnTarget(33080, player)
    pUnit:GossipComplete(player)
    end

    if (intid == 7) then
    pUnit:FullCastSpellOnTarget(33081, player)
    pUnit:GossipComplete(player)
    end

    if (intid == then
    pUnit:FullCastSpellOnTarget(33082, player)
    pUnit:GossipComplete(player)
    end

    if (intid == 90) then
    pUnit:GossipCreateMenu(3543, player, 0)
    pUnit:GossipMenuAddItem(4, "Health", 91, 0)
    pUnit:GossipSendMenu(player)
    end

    if (intid == 91) then
    pUnit:FullCastSpellOnTarget(25213,player)
    pUnit:GossipComplete()
    end

    end

    RegisterUnitGossipEvent(99999, 1, "buff_on_gossip_talk")
    RegisterUnitGossipEvent(99999, 2, "buff_on_gossip_select")

    ___________________________LUA______________________________

    save in script Buff.lua

    .npc spawn 99999



    [X3 Release] Keazain`s Latest Compiles and Converted NCDB &amp; Logon DB ready for use!
  2. #242
    johnstone's Avatar Member
    Reputation
    3
    Join Date
    Oct 2008
    Posts
    121
    Thanks G/R
    1/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    dup all the time

    i tried that i put 22222 no good now dup on 2';s than ok i do 01234 on all no good ok hum...than i chang all 4 that have the same # 2 make tham all fisrant and still i get a dup i give sorry mane...thanks for the try of help men if u whant me 2 try a gin give me a igzamol 2 try...b coz all the things u post i put in a a heidisql and run r saying duplicate entry for key 1
    Originally Posted by Muskade View Post
    Change all 88888 for anything in sql an lua



  3. #243
    Muskade's Avatar Member
    Reputation
    6
    Join Date
    Dec 2008
    Posts
    21
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    I remake the last DB with Keazain T7 Vendors, Keazain Buffer, Keazain Teleporter and Keazain Morpher + Script folder



  4. #244
    Mango Jerry's Avatar Banned
    Reputation
    192
    Join Date
    Jan 2008
    Posts
    1,244
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Notice to you all:

    The newest release of an Ascent Database and Core is currently bugged.
    You may have to make your own DBC Files, as you can get the extractor on the Main Topic.

    Thank you for understanding from Hephaestus and the Keazain' Team!

  5. #245
    Muskade's Avatar Member
    Reputation
    6
    Join Date
    Dec 2008
    Posts
    21
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Here a DB and Script for Keazain repack with T7 vendor, Buffer, Lottery, Teleporter and Morpher. Included a readme.txt for spawn & instruction (for ArcEmu)

    wold_blizz with all Npc


    Last edited by Muskade; 12-31-2008 at 04:37 PM.

  6. #246
    Muskade's Avatar Member
    Reputation
    6
    Join Date
    Dec 2008
    Posts
    21
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    When the new db is readme, i integrate all NPC



  7. #247
    johnstone's Avatar Member
    Reputation
    3
    Join Date
    Oct 2008
    Posts
    121
    Thanks G/R
    1/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    just a q or 2 see if i mast up

    cool some of that worked for me thanks i opend my mysql and replased the world_blizz. in it with yours than i whant in the ArcEmu_rev.1958 ans opened the scripts and droped in the ones u gave and cool 2 out of tham work just fine the buffer and morpher spon and work ok the lotterey guy spones but not doing any thing and the teleporter no spon and the t7 vander no spawn....sorry but 2 out of 5 if ok any thots? did i messs any thing up?

    Originally Posted by Muskade View Post
    Here a DB and Script for Keazain repack with T7 vendor, Buffer, Lottery, Teleporter and Morpher. Included a readme.txt for spawn & instruction (for ArcEmu)

    wold_blizz with all Npc



  8. #248
    Muskade's Avatar Member
    Reputation
    6
    Join Date
    Dec 2008
    Posts
    21
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Close all (APACHE, MYSQL, LOGON AND WORLD) !
    ArcEmu 1958 is bug!
    Originally Posted by Hephaestus View Post
    Notice to you all:

    The newest release of an Ascent Database and Core is currently bugged.
    You may have to make your own DBC Files, as you can get the extractor on the Main Topic.

    Thank you for understanding from Hephaestus and the Keazain' Team!

    1) Close all (APACHE, MYSQL, LOGON AND WORLD) !
    2) Go to C:\Keazains Pack\Server\mysql\data and copy the new world_blizz
    3) Copy all lua in C:\Keazains Pack\ArcEmu_rev.1957\scripts
    4) Clear your wow cache
    5) Launch apache and mysql, after lunch your emulator (logon and world)


    And all is correct, all npc is ok on my server with that



    Last edited by Muskade; 12-31-2008 at 05:20 PM.

  9. #249
    babos15's Avatar Member
    Reputation
    6
    Join Date
    Nov 2007
    Posts
    66
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    please add the conf files to spurious

  10. #250
    Mango Jerry's Avatar Banned
    Reputation
    192
    Join Date
    Jan 2008
    Posts
    1,244
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Babos15, if the Spurious is available with the ArcEmu/Ascent Configs, just use them.
    They are compiled the same way as they're able on the 3.0.3+ patch.

  11. #251
    homiebrah's Avatar Member
    Reputation
    9
    Join Date
    Dec 2008
    Posts
    88
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by Hephaestus View Post
    Babos15, if the Spurious is available with the ArcEmu/Ascent Configs, just use them.
    They are compiled the same way as they're able on the 3.0.3+ patch.
    If I'm not mistaken, Spurious needs the world.ini file. I tried it earlier, and that's what it was complaining about.

  12. #252
    Mango Jerry's Avatar Banned
    Reputation
    192
    Join Date
    Jan 2008
    Posts
    1,244
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    @ Homiebrah:
    I am sure that Keazain is going to release it at the next Release of Spurious.

    Btw, i am soon going to release a Large Package with Stable Items.
    Im going to release it via. Post and Thread.

  13. #253
    homiebrah's Avatar Member
    Reputation
    9
    Join Date
    Dec 2008
    Posts
    88
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by Hephaestus View Post
    @ Homiebrah:
    I am sure that Keazain is going to release it at the next Release of Spurious.
    No doubts there. I had never heard of Spurious until I saw it on the OP this afternoon.

    Btw, i am soon going to release a Large Package with Stable Items.
    Im going to release it via. Post and Thread.
    * rubs hands in anticipation *

  14. #254
    Mango Jerry's Avatar Banned
    Reputation
    192
    Join Date
    Jan 2008
    Posts
    1,244
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Great to hear, Homiebrah.

    I will release it at Saturday.

  15. #255
    keazain's Avatar Banned
    Reputation
    234
    Join Date
    Jun 2008
    Posts
    660
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    spurious is fixed all missing files are working now and new revision of world db and logon is ready also...

Similar Threads

  1. Replies: 0
    Last Post: 07-28-2016, 09:15 PM
  2. [Selling] Undying and Hand of A'dal Account - Ready for Mythic
    By MistiServices in forum WoW-EU Account Buy Sell Trade
    Replies: 0
    Last Post: 05-14-2015, 01:51 PM
All times are GMT -5. The time now is 05:21 AM. 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