Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- 1. De facut sa intre in functie doar daca playerul ARE questul asta 47545 rewarded
- Player* player = me->SelectNearestPlayer(200.0f);
- if (player && !playerDetected)
- {
- playerDetected = true;
- player->CompleteQuest(QUEST);
- player->CastSpell(player, SPELL_FREEZE, true);
- me->Talk(TEXT_YELL, CHAT_MSG_YELL, 250.0f, player);
- }
- 2. https://www.wow-freakz.com/spells.php?spell=247769&name=chrono-charisma
- https://www.wow-freakz.com/spells.php?spell=247770&name=chrono-charisma
- Nu cresc rep gain cu effectul ala deloc, trebuie pus dbc override de SPELL_AURA_MOD_FACTION_REPUTATION_GAIN care da rep increase doar pe mob kills, nu si cand folosesti spelluri de genul https://www.wow-freakz.com/spells.php?spell=246828&name=chromie-reputation, in schimb https://www.wow-freakz.com/spells.php?spell=246835&dbc_override_live merge perfect
- 3. https://www.wow-freakz.com/spells.php?spell=244550&dbc_override_live - ilvl scaling
- 4. https://www.wow-freakz.com/spells.php?spell=248588&name=tangled-web trebuie sa traga playerul si pe https://www.wow-freakz.com/npc_finder.php?npc=122663 pe pozitia casterului, ii leaga si isi vor lua damage pana cand distanta dintre ei este > 20 yards, similar cu https://www.wow-freakz.com/spells.php?spell=200227&name=tangled-web
- 5. Daca ownerul ataca ceva in melee range si https://www.wow-freakz.com/npc_finder.php?npc=122663 casteaza, o sa isi intrerupa castul sa incerce sa dea un melee hit, chiar daca are flag FREAKZ_CREATURE_FLAG_NO_MELEE_ATTACKS. Also vad ca incearca mereu sa se apropie din ce in ce mai mult de melee range de fiecare data cand playerul ataca si el in melee range.
- 6. Enable Chromie quest din Adventure Guide (inainte sa intre live)
Advertisement
Add Comment
Please, Sign In to add comment