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

2 posters

    Ripz Dev App

    ripit
    ripit
    Developer


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

    Ripz Dev App Empty Ripz Dev App

    Post  ripit Fri Feb 27, 2009 10:21 pm

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

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

    3. What time zone are you in? Eastern standard time

    4. How many hours a day can you work? 7-10 on weekdays more on the weekends.

    5. Have you ever worked for any other servers? Yes

    6. If you have, what were/was the name(s) of the server(s)? I have been gm on four servers Pandawow,Dvwow,Virtuswow,Night-wow, and Wow True. Wowtrue got shut down because of a financial crises where the owner stole approximately $2,000 which he got sued and all the donors got most of their money back. Dv wow and Virtuswow are the same server just transferred over.

    7. Do you have a good knowledge of Scripting LUA? Yes i have good knowledge for scripting in Lua.

    8. What qualities do you possess that can be beneficial to Zencraft? The things that I think that I would be qualified for a Dev are that I like to help people and dont get annoyed easily. I also have experience as a Dev/Gm on other servers with the Emu server commands. Last but not least, I always try to make the server expand so more people will come to the server.

    9. Do you vote for us regularly? ( We will double check this! ) I'm new to the server and voted today.

    10. What is your character name on our server? Ripz

    11. Do you have any good ideas for our server? (Just a small exam)A good idea for the server is to create a quest zone. Which enables you to go into different zones to kill bosses after you have completed the quest chains.

    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.

    function Witch_Spell1(Unit)
    Unit:CastSpell()
    end

    function Witch_Spell2(Unit)
    Unit:CastSpell()
    end

    function Witch_Spell3(Unit)
    Unit:CastSpell()
    end

    function Witch_Spell4(Unit)
    Unit:CastSpell()
    end

    function Witch_Phase1(Unit, event)
    if Unit:GetHealthPct() < 80 then
    Unit:RemoveEvents()
    Unit:SendChatMessage(12, 0, "Yes,New blood for my soul!")
    Unit:RegisterEvent("Witch_Spell1",1000, 1)
    Unit:RegisterEvent("Witch_Phase2",1000, 0)
    end
    end



    function Witch_Phase2(Unit, event)
    if Unit:GetHealthPct() < 60 then
    Unit:RemoveEvents()
    Unit:SendChatMessage(12, 0, "This is a disgrace of your own kind!")
    Unit:RegisterEvent("Witch_Spell2",1000, 1)
    Unit:RegisterEvent("Witch_Phase3",1000, 0)
    end
    end



    function Witch_Phase3(Unit, event)
    if Unit:GetHealthPct() < 40 then
    Unit:RemoveEvents()
    Unit:SendChatMessage(12, 0, "Why are you doing this to me!")
    Unit:RegisterEvent("Witch_Spell4",1000, 1)
    Unit:RegisterEvent("Witch_Phase4",1000, 0)

    end
    end



    function Witch_Phase4(Unit, event)
    if Unit:GetHealthPct() < 20 then
    Unit:RemoveEvents()
    Unit:SendChatMessage(12, 0, "Plz,Stop this madness you will be infected once I am Finished!")
    Unit:RegisterEvent("Witch_Spell3",1000, 1)
    Unit:RegisterEvent("witch_Phase5",1000, 0)

    end
    end

    function Witch_OnCombat(Unit, event)
    Unit:SendChatMessage(12, 0, "You can't defeat me I have the power from the Devil!")
    Unit:RegisterEvent("Witch_Phase1",1000, 0)
    Unit:RegisterEvent("Witch_Phase2",1000, 0)
    Unit:RegisterEvent("Witch_Phase3",1000, 0)
    Unit:RegisterEvent("Witch_Phase4",1000, 0)
    Unit:RegisterEvent("Witch_Phase5",1000, 0)
    end


    function Witch_OnLeaveCombat(Unit, event)
    Unit:RemoveEvents()

    end

    RegisterUnitEvent(The Id for the Witch placed here, 1, "Witch_OnCombat")
    RegisterUnitEvent(The Id for the Witch placed here , 2, "Witch_OnLeaveCombat")
    Zen
    Zen
    Admin


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

    Ripz Dev App Empty Re: Ripz Dev App

    Post  Zen Fri Feb 27, 2009 11:48 pm

    Looks good Ripz =] We really need a good developer and hopefully you will be the one to do it. Pretty glad I met you. Do you have hotmail? Or yahoo, or some form of IM?
    ripit
    ripit
    Developer


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

    Ripz Dev App Empty Re: Ripz Dev App

    Post  ripit Sat Feb 28, 2009 8:28 am

    I have yahoo messenger Very Happy
    Zen
    Zen
    Admin


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

    Ripz Dev App Empty Re: Ripz Dev App

    Post  Zen Sat Feb 28, 2009 8:46 am

    K, closing this topic now. Welcome to the ZenCraft staff =]

    Sponsored content


    Ripz Dev App Empty Re: Ripz Dev App

    Post  Sponsored content


      Current date/time is Fri May 17, 2024 12:36 am