k0s02

Untitled

Sep 8th, 2019
137
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.80 KB | None | 0 0
  1. 1. De facut sa intre in functie doar daca playerul ARE questul asta 47545 rewarded
  2.  
  3.  
  4. Player* player = me->SelectNearestPlayer(200.0f);
  5.  
  6. if (player && !playerDetected)
  7. {
  8. playerDetected = true;
  9. player->CompleteQuest(QUEST);
  10. player->CastSpell(player, SPELL_FREEZE, true);
  11. me->Talk(TEXT_YELL, CHAT_MSG_YELL, 250.0f, player);
  12. }
  13.  
  14. 2. https://www.wow-freakz.com/spells.php?spell=247769&name=chrono-charisma
  15. https://www.wow-freakz.com/spells.php?spell=247770&name=chrono-charisma
  16.  
  17. 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
  18.  
  19. 3. https://www.wow-freakz.com/spells.php?spell=244550&dbc_override_live - ilvl scaling
  20.  
  21. 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
  22.  
  23. 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.
  24.  
  25.  
  26.  
  27. 6. Enable Chromie quest din Adventure Guide (inainte sa intre live)
Advertisement
Add Comment
Please, Sign In to add comment