Lua script help and general questions from beginner menu

User Tag List

Results 1 to 2 of 2
  1. #1
    WinKIller0's Avatar Member
    Reputation
    11
    Join Date
    Feb 2008
    Posts
    19
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Lua script help and general questions from beginner

    Ok, so after I've been 9 whole days as member and my leacher status is coming 100mp/h at me I gotta start learning os i can write guides.
    I've been editing new private server with my mates from vanilla wow and we've come to the point where we need help, lots of it. Here are the questions:

    1). lua script for custom bossess dont work, why? I've boss (actaully it's 70 elite) kalled Ko'matra and there should be two pahse fight against him. I'm using the script from castricpenguin for starters.So if my boss' name is Mok'tra do I have to edit this:
    function phase_1(pUnit, Event)
    if pUnit:GetHealthPct() < 70 then
    pUnit:RemoveEvents();
    pUnit:FullCastSpell(16033)
    pUnit:RegisterEvent("phase_2",1000, 0)
    end
    end

    function phase_2(pUnit, Event)
    if pUnit:GetHealthPct() < 50 then
    pUnit:RemoveEvents();
    pUnit:FullCastSpell(33452)
    pUnit:RegisterEvent("phase_3",1000, 0)
    end
    end

    function phase_3(pUnit, Event)
    if pUnit:GetHealthPct() < 30 then
    pUnit:RemoveEvents();
    pUnit:FullCastSpell(34807)
    end
    end

    function boss_start(pUnit, Event)
    pUnit:RegisterEvent("phase_1",1000, 0)
    end
    RegisterUnitEvent(ENTRYID, 1, "boss_start")
    and how do I save it? I read I should save it as Mok'ra.lua to Ascent/scripts file, is this correct?

    2) Karazhan -> bosses. I'm using AC repack 7.6 and quite frankly where it says working ZA its bosses doesn't. So, how can I make bossess from raid instances to learn the fights, do I have to make lua's for them or is there other way? I'd appreceate this info as many of us like to raid ZA and in private realm it would go smoothly without beggars.

    3)Adding custom zones: I've downloaded Azo's emerald dream (.mql file) and Stormwind Vault from X , how do I install those? I'm aware how Vault is done, when it's .sql file, but still when I ty to update my database (using navicat) I get error message saying:
    [Err] 1136 - Column count doesn't match value count at row 1
    [Err] INSERT INTO `creature_proto` VALUES ('898989', '75', '75', '794', '99999', '999999', '0', '1', '1', '1394', '67567', '4.57646e+007', '0', '0', '0', '0', '7483', '218171138', '3', '2080', '33490436', '1038', '0', '0', '0', '10', '0', '0', '0', '0', '0', '0', '0', '1', '1', '', '0', '456456', '0', '0', '2.5', '8', '14', '0');
    [Msg] Finished - Unsuccessfully
    I've tried everything. How about the ED? It comes as .mgl file, I first thought it would go to my maps folder but it didn't contain .mgl files.

    4)My animations and/or skills are bugging (this would belong to 7.6 help but for svaing space I post it here), for in example when I try to judge as paladin my seal of crusader it doesn't give the judgement of crusader instead it gives judgement of light, and priest's skill prayer of mending doesn't work at all, one minor bug's also that casting animations don't go to the end (raise up hands as human paladin when casting fol), how do I fix this? Editing my databases and if which one?

    Well that's all folks, I try to reward you if you can help me , but as I stated I'm still noob so I'm still learning website controls Thanks.

    -Wink0

    Lua script help and general questions from beginner
  2. #2
    EcHoEs's Avatar lol why u mad
    Reputation
    374
    Join Date
    Sep 2006
    Posts
    1,647
    Thanks G/R
    3/1
    Trade Feedback
    2 (100%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    1) You need to change RegisterUnitEvent(ENTRYID) to your boss' entry ID. So you need to have boss made before scripting. If you use notepad, click Save As, then click the .txt file thing, change it to all files or similiar, then write for example bossname.lua. You put it at Ascent\scripts

    2) Bosses are scripted with LUA. Moon++ project has done much of Outland instance bosses, so you could search for them. I wont find them for you. Currently there is no fully working ZA boss scripts, although you can find two of them (Halazzi and some else) at Ascent Forums (Powered by Invision Power Board)

    3) Ascent/NCDB's database tables have been updated, so older SQL files are not working with newer ones.

    4) There are bugs in Ascent Core. Not all of them can/will be fixed, so dont even think of fully Blizzlike private server. you can try downloading new core, it might fix some of them.


Similar Threads

  1. Lua Script Help and tips needed
    By digger514 in forum WoW EMU Questions & Requests
    Replies: 2
    Last Post: 10-05-2009, 08:41 AM
  2. Simple LUA Script Help
    By Wolfly in forum WoW EMU Questions & Requests
    Replies: 7
    Last Post: 09-02-2008, 04:22 PM
  3. LUA Script Help Thread
    By mager1794 in forum World of Warcraft Emulator Servers
    Replies: 0
    Last Post: 07-04-2008, 12:46 AM
  4. LuA Scripting Help
    By Jlp in forum World of Warcraft Emulator Servers
    Replies: 15
    Last Post: 06-27-2008, 03:33 AM
  5. Need LUA Scripting Help ?
    By Snailz in forum World of Warcraft Emulator Servers
    Replies: 2
    Last Post: 02-04-2008, 12:36 PM
All times are GMT -5. The time now is 08:18 PM. Powered by vBulletin® Version 4.2.3
Copyright © 2024 vBulletin Solutions, Inc. All rights reserved. User Alert System provided by Advanced User Tagging (Pro) - vBulletin Mods & Addons Copyright © 2024 DragonByte Technologies Ltd.
Digital Point modules: Sphinx-based search