Main Website: http://zencraft.ucoz.com

Please take the time to vote for ZenCraft at http://www.xtremetop100.com/in.php?site=1132272084
Voting will allow our server to become more populated and better!

Join the forum, it's quick and easy

Main Website: http://zencraft.ucoz.com

Please take the time to vote for ZenCraft at http://www.xtremetop100.com/in.php?site=1132272084
Voting will allow our server to become more populated and better!

Main Website: http://zencraft.ucoz.com

Would you like to react to this message? Create an account in a few clicks or log in to continue.
Main Website: http://zencraft.ucoz.com

5 posters

    Mikhail Dev App

    avatar
    Mikhail
    Developer


    Number of posts : 4
    Activity Points! : 5511
    Reputation : 0
    Registration date : 2009-03-24

    Mikhail Dev App Empty Mikhail Dev App

    Post  Mikhail Tue Mar 24, 2009 3:42 pm

    1. What is your real name? (Full name please)

    Ori Cohen

    2. How old are you? (Not how old you will be)

    17

    3. What time zone are you in?

    Pacific (-8 GMT)

    4. How many hours a day can you work?

    Atleast 5

    5. Have you ever worked for any other servers?

    Yes

    6. If you have, what were/was the name(s) of the server(s)?

    WoWJunkies(Was head dev/admin there) BeyondWoW(Dev)

    7. Do you have a good knowledge of Scripting LUA?

    Yes, i know LUA very well

    8. What qualities do you possess that can be beneficial to Zencraft?

    I have more then a year's experience with developing for WoW private servers. I work hard and get the job done. All of the servers i have developed for turned out to be very popular among the player base.

    9. Do you vote for us regularly? ( We will double check this! )

    Yes

    10. What is your character name on our server?

    Mikhail

    11. Do you have any good ideas for our server? (Just a small example)

    Implementing a custom made BG event where people can turn in custom badges for items.

    12. Give me a small example of a script YOU made. I swear to god if I find the script on AC-Web or ArcEmu you will NOT get the job EVER.

    Code:
    function Gronlor_OnCombat(pUnit, Event)
    pUnit:SendChatMessage(12, 0, "Fools! Nobody has left this terrace alive!")
    pUnit:CastSpellOnTarget(15284, Unit:GetMainTank(0))
    pUnit:CastSpellOnTarget(41581, Unit:GetRandomPlayer(4))
    pUnit:RegisterEvent("Gronlor_Cleave",9000,0)
    pUnit:RegisterEvent("Gronlor_Charge",15000,0)
    pUnit:RegisterEvent("Gronlor_Phase2",1000,0)
    end

    function Gronlor_Cleave(pUnit, Event)
    pUnit:SendChatMessage(12,0,  "You die here.")
    pUnit:CastSpell(15284)
    end

    function Gronlor_Charge(pUnit, Event)
    pUnit:SendChatMessage(12, 0, "Move Back!")
    pUnit:Castspellontarget(41581, Unit:GetRandomPlayer(4))
    end


    function Gronlor_Phase2(pUnit, Event)
    if pUnit:GetHealthPct() <= 75 then
    pUnit:RemoveEvents()

    pUnit:RegisterEvent("Gronlor_Heal",45000,0)
    pUnit:RegisterEvent("Gronlor_Reverberate",15000,0)
    pUnit:RegisterEvent("Gronlor_Cleave",8000,0)
    pUnit:RegisterEvent("Gronlor_Charge",11000,0)
    pUnit:RegisterEvent("Gronlor_Phase3",1000,0)
    end
    end

    function Gronlor_Heal(pUnit, Event)
    pUnit:SendChatMessage(12, 0, "Lets try something else.")
    pUnit:CastSpell(39321)
    end


    function Gronlor_Reverberate(pUnit, Event)
    pUnit:SendChatMessage(12, 0, "I shall have no more!")
    pUnit:CastSpellOnTarget(36297, Unit:GetRandomPlayer(0))
    end


    function Gronlor_Phase3(pUnit, Event)
    if Unit:GetHealthPct() <= 40 then
    Unit:RemoveEvents()

    pUnit:RegisterEvent("Gronlor_Transform",1000,1)
    pUnit:RegisterEvent("Gronlor_Fear",15000,0)
    pUnit:RegisterEvent("Gronlor_ShadowBolt",12000,0)
    pUnit:RegisterEvent("Gronlor_ShadowboltVolley",27000,0)
    end
    end


    function Gronlor_Transform(pUnit, Event)
    pUnit:SendChatMessage(14, 0, "HAHAHA... Now you see my true form!")
    pUnit:SetModel(16508)
    end

    function Gronlor_Fear(pUnit, Event)
    pUnit:FullCastSpellOnTarget(39048, Unit:GetRandomPlayer(0))
    pUnit:ClearThreatList()
    pUnit:ClearHateList()
    pUnit:ChangeTarget(Unit:GetRandomPlayer(0))
    end

    function Gronlor_ShadowBolt(pUnit, Event)
    pUnit:CastSpellOnTarget(38892, Unit:GetRandomPlayer(0))
    end

    function Gronlor_ShadowBoltVolley(pUnit, Event)
    pUnit:CastSpellOnTarget(28599, Unit:GetRandomPlayer(0))
    end



    function Gronlor_OnLeaveCombat(pUnit,Event)
    pUnit:SendChatMessage(12, 0, "You cowards! Stop running and come play! Hahahaha ")
    pUnit:RemoveEvents()
    end

    function Gronlor_OnKilledTarget(pUnit,Event)
    pUnit:SendChatMessage(12, 0, "Your failure feeds my wrath! ")
    end

    function Gronlor_OnDied(pUnit,Event)
    pUnit:SendChatMessage(12, 0, "This simply cannot be!")
    pUnit:RemoveEvents()
    end

    RegisterUnitEvent(70000, 1, "Gronlor_OnCombat")

    RegisterUnitEvent(70000, 2, "Gronlor_OnLeaveCombat")

    RegisterUnitEvent(70000, 3, "Gronlor_OnKilledTarget")

    RegisterUnitEvent(70000, 4, "Gronlor_OnDied")
    Zen
    Zen
    Admin


    Number of posts : 238
    Activity Points! : 6644
    Reputation : 10
    Registration date : 2009-02-03
    Age : 31
    Location : California

    Mikhail Dev App Empty Re: Mikhail Dev App

    Post  Zen Tue Mar 24, 2009 7:03 pm

    I'll leave your fate in the hands of our already hired Developers, Ripit, Powershot, what do you think?
    iGnome
    iGnome
    Admin


    Number of posts : 22
    Activity Points! : 6044
    Reputation : 1
    Registration date : 2009-02-03

    Mikhail Dev App Empty Re: Mikhail Dev App

    Post  iGnome Tue Mar 24, 2009 10:35 pm

    Ori, is very good. I know this from past Experience on WoW Junkies, and Beyond. But it is your final choice zen Wink
    Zen
    Zen
    Admin


    Number of posts : 238
    Activity Points! : 6644
    Reputation : 10
    Registration date : 2009-02-03
    Age : 31
    Location : California

    Mikhail Dev App Empty Re: Mikhail Dev App

    Post  Zen Tue Mar 24, 2009 11:32 pm

    Well ya, but we already have two, and I remember Ori too, he made my sig Razz But it's really up to the Dev's if they want another co-worker.
    Posiden
    Posiden
    Game Master


    Number of posts : 94
    Activity Points! : 5619
    Reputation : 3
    Registration date : 2009-03-17
    Age : 32
    Location : Pennsylvania, USA

    Mikhail Dev App Empty Re: Mikhail Dev App

    Post  Posiden Wed Mar 25, 2009 5:45 am

    I may not be one of the devs but i have had 3 years of C++ coding classes and i dont think he is to bad... and hey im not going to lie... its always nice to have a whipping boy to do all the small crap that you really dont want to deal with haha...
    Zen
    Zen
    Admin


    Number of posts : 238
    Activity Points! : 6644
    Reputation : 10
    Registration date : 2009-02-03
    Age : 31
    Location : California

    Mikhail Dev App Empty Re: Mikhail Dev App

    Post  Zen Wed Mar 25, 2009 8:32 am

    very true Razz
    ripit
    ripit
    Developer


    Number of posts : 12
    Activity Points! : 5532
    Reputation : 0
    Registration date : 2009-02-27

    Mikhail Dev App Empty Re: Mikhail Dev App

    Post  ripit Wed Mar 25, 2009 11:27 am

    Im cool with him being a Developer I know that most Developers from wow junkies are really good with scripting so I think he could help me and powershot out. One more question how much are you going to be able to work on weekends?
    avatar
    Mikhail
    Developer


    Number of posts : 4
    Activity Points! : 5511
    Reputation : 0
    Registration date : 2009-03-24

    Mikhail Dev App Empty Re: Mikhail Dev App

    Post  Mikhail Wed Mar 25, 2009 8:31 pm

    All day unless i have something planned
    ripit
    ripit
    Developer


    Number of posts : 12
    Activity Points! : 5532
    Reputation : 0
    Registration date : 2009-02-27

    Mikhail Dev App Empty Re: Mikhail Dev App

    Post  ripit Wed Mar 25, 2009 9:09 pm

    alright well powershot's vote now =) I accept
    Zen
    Zen
    Admin


    Number of posts : 238
    Activity Points! : 6644
    Reputation : 10
    Registration date : 2009-02-03
    Age : 31
    Location : California

    Mikhail Dev App Empty Re: Mikhail Dev App

    Post  Zen Thu Mar 26, 2009 7:04 pm

    I have decided to accept your Developer application. I have known you for a while, and know you do good work. Please make a new In-game account with a unique Account name/Password only YOU know. Then contact me on Windows Live Messenger. I will then give you your permissions. I will wait for you reply then close this topic. Welcome to the ZenCraft Staff!

    ~Zen
    avatar
    Mikhail
    Developer


    Number of posts : 4
    Activity Points! : 5511
    Reputation : 0
    Registration date : 2009-03-24

    Mikhail Dev App Empty Re: Mikhail Dev App

    Post  Mikhail Thu Mar 26, 2009 7:11 pm

    Thanks. I promise to do all I can to make this place the most fun it can be!
    Zen
    Zen
    Admin


    Number of posts : 238
    Activity Points! : 6644
    Reputation : 10
    Registration date : 2009-02-03
    Age : 31
    Location : California

    Mikhail Dev App Empty Re: Mikhail Dev App

    Post  Zen Thu Mar 26, 2009 7:12 pm

    Good! And once again, welcome!

    Sponsored content


    Mikhail Dev App Empty Re: Mikhail Dev App

    Post  Sponsored content


      Current date/time is Fri Apr 19, 2024 6:07 am