cast mage's blizzard at a specific location menu

User Tag List

Results 1 to 6 of 6
  1. #1
    Aigewen's Avatar Member
    Reputation
    1
    Join Date
    May 2022
    Posts
    10
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    cast mage's blizzard at a specific location

    I want to cast mage's blizzard at the location that I want. I can call the castspell function and I can see the green circle of blizzard. When playing the game, one needs to left-click on the location and start to channel. However, I don't know if there's a function to left click. Do anyone how to do it?

    cast mage's blizzard at a specific location
  2. #2
    Borg333's Avatar Member Authenticator enabled
    Reputation
    2
    Join Date
    Dec 2013
    Posts
    33
    Thanks G/R
    6/1
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    TerrainClick(TerrainClickData* data)

  3. #3
    Turtle25's Avatar Member
    Reputation
    1
    Join Date
    Jan 2023
    Posts
    13
    Thanks G/R
    1/3
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    i use this to be able to click on position for all AOE spells
    Code:
    class TerrainClickData
    {
    public:
    
    	 int64_t guid; 
    	 Vector3 pos; 
    	 int32_t click_type;
    
    	 TerrainClickData(int64_t Guid, Vector3 vector3, int32_t _click_type = 0)
    	 {
    		 guid = Guid;
    		 pos = vector3;
    		 click_type = _click_type;
    	 }
    }; 
    
    static int32_t CastOnTerrain(TerrainClickData* data)
    	{
    		return reinterpret_cast<int32_t(__cdecl*)(TerrainClickData*)>(0x80C340)(data);
    	}
    function method

    Code:
    inline auto ClickOnPosition(int state)
    {
    	int x = ToNumber(state, 1);
    	int y = ToNumber(state, 2);
    	int z = ToNumber(state, 3);
    	Vector3 pos;
    	pos.X = x;
    	pos.Y = y;
    	pos.Z = z;
    
    	if (!pos.Invalid())
    	{
    		auto Position = new TerrainClickData(0, pos);
    		Interact::CastOnTerrain(Position);
    		delete[] Position;
    	}
    	else
    	{
    		DisplayError(state, "the vector3 you added are invalid.");
    	}
    	FrameScriptPushNil(state);
    	return 0;
    }
    enjoy, if you need any help let me know.

  4. #4
    Borg333's Avatar Member Authenticator enabled
    Reputation
    2
    Join Date
    Dec 2013
    Posts
    33
    Thanks G/R
    6/1
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Hi, do you know how to get is AOE spell pending or not? i Meen, is exists green aoe circle?

  5. #5
    scizzydo's Avatar Active Member
    Reputation
    78
    Join Date
    Oct 2019
    Posts
    81
    Thanks G/R
    4/34
    Trade Feedback
    0 (0%)
    Mentioned
    2 Post(s)
    Tagged
    0 Thread(s)
    I'm sure looking into something like SpellIsTargeting is a good one. I usually send the cast and click at the exact same time, no need to wait for it

  6. #6
    Turtle25's Avatar Member
    Reputation
    1
    Join Date
    Jan 2023
    Posts
    13
    Thanks G/R
    1/3
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    True, unless you have a massive amount of lag like 2000 +, there should be any problem with just clicking / casting to position.

Similar Threads

  1. [Buying] lvl 60 good geared mage or rogue at "therebirth" server
    By shade7 in forum World of Warcraft Buy Sell Trade
    Replies: 0
    Last Post: 06-26-2013, 05:17 PM
  2. +30% First Spell Cast (Mage)
    By ShadowSyth in forum World of Warcraft Guides
    Replies: 6
    Last Post: 10-16-2009, 05:03 PM
  3. [Mage] I Suck At PvP
    By Maisteri in forum WoW PvP & Battlegrounds
    Replies: 15
    Last Post: 01-19-2009, 06:15 PM
  4. Concentrate a mage's Blizzard in AB
    By Forgiving in forum World of Warcraft Exploits
    Replies: 16
    Last Post: 07-14-2008, 03:39 PM
  5. [Video guide] (Mage) I Suck At PvP
    By Xerian in forum World of Warcraft Guides
    Replies: 15
    Last Post: 03-10-2008, 08:51 PM
All times are GMT -5. The time now is 10:45 PM. Powered by vBulletin® Version 4.2.3
Copyright © 2024 vBulletin Solutions, Inc. All rights reserved. User Alert System provided by Advanced User Tagging (Pro) - vBulletin Mods & Addons Copyright © 2024 DragonByte Technologies Ltd.
Digital Point modules: Sphinx-based search