Smack-WoW
Would you like to react to this message? Create an account in a few clicks or log in to continue.

Williams developer application

3 posters

Go down

Williams developer application Empty Williams developer application

Post  willster217 Thu Sep 09, 2010 4:17 pm

1. Name:William feliciano

2. Age:15

3. Country:USA

4. Experience: I have been a dev on 3 servers 1 is world of immortality

5. Why do you wan't to become a developer for this server? Because i love to do MYsql and i would love to help out your server

6.Why should we hire you over someone with the same experience? Well im kind curtious i love to make jokes but dont take it literaly, i love to do mysql and i will do as much as i can to help this server

7. Scenario's, explain what you would do in the following scenario's:
7a. A spell is bugging or not working: I would do my best to fix it
7b. Server haste cap needs to be lowered: I would look into it and see if its a DB issue or core issue
7c. Quests such as Death Knight quests are broken: I would use my MYSQL skill to fix it(i got SQLyog)

8. You will be asked into Ventrilo for a brief interveiw, is that a problem? Nope i got ventrillo along with a microphone

IF you would liek to contact me my email and MSN is Willster217@live.com

willster217

Posts : 5
Join date : 2010-09-09
Age : 29
Location : pennsylcania

Back to top Go down

Williams developer application Empty Re: Williams developer application

Post  willster217 Thu Sep 09, 2010 4:58 pm

willster217 wrote:1. Name:William feliciano

2. Age:15

3. Country:USA

4. Experience: I have been a dev on 3 servers 1 is world of immortality

5. Why do you wan't to become a developer for this server? Because i love to do MYsql and i would love to help out your server

6.Why should we hire you over someone with the same experience? Well im kind curtious i love to make jokes but dont take it literaly, i love to do mysql and i will do as much as i can to help this server

7. Scenario's, explain what you would do in the following scenario's:
7a. A spell is bugging or not working: I would do my best to fix it
7b. Server haste cap needs to be lowered: I would look into it and see if its a DB issue or core issue
7c. Quests such as Death Knight quests are broken: I would use my MYSQL skill to fix it(i got SQLyog)

8. You will be asked into Ventrilo for a brief interveiw, is that a problem? Nope i got ventrillo along with a microphone

IF you would liek to contact me my email and MSN is Willster217@live.com


Sample script i made


Might have some slight errors..

INSERT INTO `creature_template` (`entry`, `Difficulty_entry_1`, `difficulty_entry_2`,`diffictuly_entry_3`,`KillCredit1`,`KillCredit2`,`modelid1`,`modelid2`,`modelid3`,`modelid4`,
`name`,`subname`,`IconName`,`gossip_menu_id`,`minlevel`,`maxlevel`,`exp`,`faction_A`,`faction_H`,`npcflag`,
`speed_walk`,`speed_run`,`scale`,`rank`,`mindmg`,`maxdmg`,`dmgschool`,`attackpower`,`dmg_multiplier`,`baseattacktime`,
`rangeattack`,`unit_class`,`unit_flags`,`dynamicflags`,`family`,`trainer_type`,`trainer_spell`,`trainer_race`,`minrangedmg`,
`maxrangedmg`,`rangedattackpower`,`type`,`type_flags`,`lootid`,`pickpocketloot`,`skinloot`,`resistance1`,`resistance2`,`resistance3`,
`resistance4`,`resistance5`,`resistance6`,`spell1`,`spell2`,`spell3`,`spell4`,`spell5`,`spell6`,`spell7`,`spell8`,`Petspelldatald`,`vehicled`,
`mingold`,`maxgold`,`alname`,`movementtype`,`inhabittype`,`health_mod`,`mana_mod`,`armor_mod`,`racialLeader`,`questitem1`,`questitem2`,
`questitem3`,`questitem4`,`questitem5`,`questitem6`,`movementID`,`equipment_id`,`mechan
ic_immune_mask`,`flags_extra`,`scriptname`,`wdbverified ) VALUES (10001, 0, 0, 0, 0, 0, 100001, 0, 0, 1, `mike`, `Vintage-WoW`, 0, 0, 80, 80, 2, 35, 35, 128, 0, 0, 1, 0, 1, 5, 0, 100, 1, 1, 1, 1, 2, 128, 8, 0, 2, 0, 0, 0, 5, 10, 80, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '', 0, 1, 1000000, 100000, 1000000, 0, 0, 0, 0, 0, 0, 0, 1, 0, 1073741823, 0, '', 0);


/*wintergrasp script*\

# HG changeset patch
# User mikebeck
# Date 1279582644 14400
# Node ID 1733c6eed315de9539c897ed4f0bf1dc12978c2a
# Parent a4daa56d8af3d652cb7dda941ad976f0268e51f9
Compile Fix

diff -r a4daa56d8af3 -r 1733c6eed315 Single-Patch/WintergraspPVPEvent
--- a/Single-Patch/WintergraspPVPEvent Tue Jun 29 12:25:19 2010 +0100
+++ b/Single-Patch/WintergraspPVPEvent Mon Jul 19 19:37:24 2010 -0400
@@ -277,7 +277,7 @@
+ else
+ if (1440 < time)
+ return false;
-+ time *= MINUTE * IN_MILISECONDS;
++ time *= MINUTE * IN_MILLISECONDS;
+
+ pvpWG->setTimer((uint32)time);
+
@@ -777,7 +777,7 @@
+ _LoadTeamPair(m_creEntryPair, OutdoorPvPWGCreEntryPair);
+
+ m_wartime = false;
-+ m_timer = sWorld.getConfig(CONFIG_OUTDOORPVP_WINTERGRASP_START_TIME) * MINUTE * IN_MILISECONDS;
++ m_timer = sWorld.getConfig(CONFIG_OUTDOORPVP_WINTERGRASP_START_TIME) * MINUTE * IN_MILLISECONDS;
+
+ m_towerDamagedCount[TEAM_ALLIANCE] = 0;
+ m_towerDestroyedCount[TEAM_ALLIANCE] = 0;
@@ -1771,7 +1771,7 @@
+ plr->ResurrectPlayer(1.0f);
+ plr->CastSpell(plr, 6962, true);
+ plr->CastSpell(plr, SPELL_SPIRIT_HEAL_MANA, true);
-+ ObjectAccessor::Instance().ConvertCorpseForPlayer(*itr);
++ sObjectAccessor.ConvertCorpseForPlayer(*itr);
+ }
+ m_ResurrectQueue.clear();
+ }
@@ -1852,7 +1852,7 @@
+void OutdoorPvPWG::StartBattle()
+{
+ m_wartime = true;
-+ m_timer = sWorld.getConfig(CONFIG_OUTDOORPVP_WINTERGRASP_BATTLE_TIME) * MINUTE * IN_MILISECONDS;
++ m_timer = sWorld.getConfig(CONFIG_OUTDOORPVP_WINTERGRASP_BATTLE_TIME) * MINUTE * IN_MILLISECONDS;
+
+for (PlayerSet::iterator itr = m_players[getDefenderTeam()].begin(); itr != m_players[getDefenderTeam()].end(); ++itr)
+{
@@ -1959,7 +1959,7 @@
+ if ((*itr)->isDead())
+ {
+ (*itr)->ResurrectPlayer(1.0f);
-+ ObjectAccessor::Instance().ConvertCorpseForPlayer((*itr)->GetGUID());
++ http://sObjectAccessor.ConvertCorpseForPlayer(*itr);
+ }
+ (*itr)->RemoveAurasDueToSpell(SPELL_TENACITY);
+ (*itr)->CombatStop(true);
@@ -2096,7 +2096,7 @@
+ }
+
+ m_wartime = false;
-+ m_timer = sWorld.getConfig(CONFIG_OUTDOORPVP_WINTERGRASP_INTERVAL) * MINUTE * IN_MILISECONDS;
++ m_timer = sWorld.getConfig(CONFIG_OUTDOORPVP_WINTERGRASP_INTERVAL) * MINUTE * IN_MILLISECONDS;
+ TeamCastSpell(getAttackerTeam(), SPELL_TELEPORT_DALARAN);
+ RemoveOfflinePlayerWGAuras();
+}

willster217

Posts : 5
Join date : 2010-09-09
Age : 29
Location : pennsylcania

Back to top Go down

Williams developer application Empty Re: Williams developer application

Post  Icon Thu Sep 09, 2010 6:39 pm

teach me Very Happy
Icon
Icon

Posts : 7
Join date : 2010-09-05
Age : 29
Location : USA

Back to top Go down

Williams developer application Empty What is the vent info?

Post  willster217 Sun Sep 26, 2010 3:11 pm

what is your vent info so i can help you with your server, i can if you want help you get it off hamachi, i can help make gear.

willster217

Posts : 5
Join date : 2010-09-09
Age : 29
Location : pennsylcania

Back to top Go down

Williams developer application Empty Application Status : Accepted.

Post  Smacky Tue Oct 12, 2010 3:53 pm

Greetings, you will be Developer + High Ranked GM.

Add me at msn : Marcus_yo@hotmail.com


Application Status : Accepted.
Smacky
Smacky
Admin

Posts : 19
Join date : 2010-09-05
Location : Haugesund, Norway

https://smack-wow.forumotion.com

Back to top Go down

Williams developer application Empty Thank you

Post  willster217 Wed Oct 13, 2010 2:15 pm

Thank you, il cya on the server!!! Razz

willster217

Posts : 5
Join date : 2010-09-09
Age : 29
Location : pennsylcania

Back to top Go down

Williams developer application Empty Re: Williams developer application

Post  Hamza Mon Jan 03, 2011 1:55 am

he really deserves Developer

Hamza
Guest


Back to top Go down

Williams developer application Empty Re: Williams developer application

Post  Sponsored content


Sponsored content


Back to top Go down

Back to top

- Similar topics

 
Permissions in this forum:
You cannot reply to topics in this forum