Arcemu 3.3.5 private server Instant cast spells non castable while moving menu

User Tag List

Results 1 to 10 of 10
  1. #1
    doggy99's Avatar Member
    Reputation
    2
    Join Date
    Nov 2007
    Posts
    65
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Arcemu 3.3.5 private server Instant cast spells non castable while moving

    Arcemu 3.3.5 private server

    hello im having a problem where a few instant cast spells are not working whileing moving for example ele shaman mastery talent witch makes a spell instant cast wont allow a spell to be casted while moving along with aimshot for hunter and traps etc plzz help me

    rep to who ever helps

    Arcemu 3.3.5 private server Instant cast spells non castable while moving
  2. #2
    Saridormi's Avatar Contributor
    Reputation
    306
    Join Date
    Mar 2007
    Posts
    556
    Thanks G/R
    19/16
    Trade Feedback
    1 (100%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Have you compiled your own server or are you using a repack?


  3. #3
    doggy99's Avatar Member
    Reputation
    2
    Join Date
    Nov 2007
    Posts
    65
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    compiled i hate repacks

  4. #4
    Terrorblade's Avatar Contributor I spent 5k CC and all I got was this user title
    CoreCoins Purchaser
    Reputation
    153
    Join Date
    Oct 2010
    Posts
    312
    Thanks G/R
    6/3
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Open up spell.cpp find
    Code:
    uint8 Spell::CanCast
    Find the code
    Code:
    if( ( p_caster != NULL ) && p_caster->m_isMoving && ( m_spellInfo->InterruptFlags & CAST_INTERRUPT_ON_MOVEMENT ) )
    return SPELL_FAILED_MOVING;
    Change to
    Code:
     if( ( p_caster != NULL ) && p_caster->m_isMoving && ( m_spellInfo->InterruptFlags & CAST_INTERRUPT_ON_MOVEMENT ) && m_castTime > 0)
    return SPELL_FAILED_MOVING;
    Should work, I haven't tested it at all.
    Stuff & Things

  5. #5
    doggy99's Avatar Member
    Reputation
    2
    Join Date
    Nov 2007
    Posts
    65
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    k i did that but its a C++ script doesnt that mean i would have to load up the C++ script some how if so can u tell me iv only done lua never C++
    Last edited by doggy99; 09-14-2012 at 03:10 PM.

  6. #6
    doggy99's Avatar Member
    Reputation
    2
    Join Date
    Nov 2007
    Posts
    65
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    like how do u recompile the C++ script so that it takes effect onto the server?

  7. #7
    XxXGenesisXxX's Avatar Sergeant Major
    Reputation
    67
    Join Date
    Apr 2012
    Posts
    154
    Thanks G/R
    0/1
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Just compile it like last time and replace the "world.exe".

  8. #8
    doggy99's Avatar Member
    Reputation
    2
    Join Date
    Nov 2007
    Posts
    65
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    what?? u mean compile the core?

  9. #9
    Harambeqt's Avatar Elite User CoreCoins Purchaser
    Reputation
    333
    Join Date
    Mar 2010
    Posts
    1,206
    Thanks G/R
    9/29
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by doggy99 View Post
    what?? u mean compile the core?
    you edit the cpp scripts in the uncompiled src(soruce) and then you open up the project in visual studio and re-compile it.
    then replace the old server files and start the server, if you are getting errors & shit just post em.
    Last edited by Harambeqt; 09-15-2012 at 10:58 AM.
    Support the #1 WoW Emulator:
    http://arcemu.org/
    https://github.com/arcemu/arcemu
    - - -

  10. #10
    doggy99's Avatar Member
    Reputation
    2
    Join Date
    Nov 2007
    Posts
    65
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Error 1 error MSB3073: The command "setlocal
    "C:\Program Files (x86)\CMake 2.8\bin\cmake.exe" -DBUILD_TYPE=Debug -P cmake_install.cmake
    if %errorlevel% neq 0 goto :cmEnd
    :cmEnd
    endlocal & call :cmErrorLevel %errorlevel% & goto :cmDone
    :cmErrorLevel
    exit /b %1
    :cmDone
    if %errorlevel% neq 0 goto :VCEnd
    :VCEnd" exited with code 1. C:\Program Files (x86)\MSBuild\Microsoft.Cpp\v4.0\Microsoft.CppCommon.targets 113 6 INSTALL

Similar Threads

  1. How to: Make a WOTLK ArcEmu 3.0.3 Private Server.
    By Hawk Eye in forum WoW EMU Guides & Tutorials
    Replies: 63
    Last Post: 05-24-2010, 09:37 AM
  2. Replies: 0
    Last Post: 03-23-2009, 12:43 PM
  3. WoW Special New Private Server :INSTANT 70 : Epic shops: Fuuuun!
    By Earelad in forum WoW Emulator Server Listings
    Replies: 0
    Last Post: 11-30-2007, 08:36 AM
  4. Instant Logout on Private Servers
    By Igzz in forum WoW EMU Programs
    Replies: 21
    Last Post: 11-14-2007, 11:01 PM
  5. Making your whole server instant cast.
    By Equ1N0X in forum World of Warcraft Emulator Servers
    Replies: 18
    Last Post: 11-01-2007, 06:34 AM
All times are GMT -5. The time now is 01:44 AM. 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