Disable Fall Damage menu

User Tag List

Results 1 to 3 of 3
  1. #1
    Padlockcode's Avatar Active Member
    Reputation
    44
    Join Date
    Dec 2006
    Posts
    116
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Disable Fall Damage

    You Have to be able to compile your own server sorry

    Goto ...\Arcemu\trunk\src\arcemu-world
    1Open up MovementHandler.cpp

    2Find This
    Code:
    			if( _player->isAlive() && !_player->GodModeCheat && falldistance > 12 && ( UNIXTIME >= _player->m_fallDisabledUntil ) && movement_info.FallTime > 1000 )
    			{
    				// 1.7% damage for each unit fallen on Z axis over 13
    				uint32 health_loss = float2int32( float( _player->GetUInt32Value( UNIT_FIELD_MAXHEALTH ) * ( ( falldistance - 12 ) * 0.017 ) ) );
    (LINE 523)

    3Change to this
    Code:
    			if( _player->isAlive() && !_player->GodModeCheat && falldistance > 12 && ( UNIXTIME >= _player->m_fallDisabledUntil ) && movement_info.FallTime > 1000 )
    			{
    				// 1.7% damage for each unit fallen on Z axis over 13
    				uint32 health_loss = float2int32( float( _player->GetUInt32Value( UNIT_FIELD_MAXHEALTH ) * ( ( falldistance - 12 ) * 0.000 ) ) );
    4Recompile your server

    Enjoy!
    Last edited by Padlockcode; 02-01-2009 at 01:21 PM.

    Disable Fall Damage
  2. #2
    Padlockcode's Avatar Active Member
    Reputation
    44
    Join Date
    Dec 2006
    Posts
    116
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Edited.

    Works

  3. #3
    CimSlunt's Avatar Contributor Authenticator enabled
    Reputation
    154
    Join Date
    Nov 2008
    Posts
    691
    Thanks G/R
    1/1
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Or you could just go into configs and turn it off.

Similar Threads

  1. CE No fall damage
    By foxfire60 in forum World of Warcraft General
    Replies: 6
    Last Post: 12-01-2006, 04:27 PM
  2. NO fall damage!!!! for warriors mages and maybe some others!
    By bloodofwar in forum World of Warcraft Exploits
    Replies: 18
    Last Post: 11-19-2006, 09:07 AM
  3. No fall damage (mage)
    By shattered.ice in forum World of Warcraft Exploits
    Replies: 3
    Last Post: 10-28-2006, 01:29 PM
  4. No fall damage as Rogue
    By Trustdale in forum World of Warcraft Exploits
    Replies: 12
    Last Post: 09-16-2006, 03:42 AM
  5. A fall damage topic
    By bassman in forum World of Warcraft Exploits
    Replies: 5
    Last Post: 08-27-2006, 03:40 AM
All times are GMT -5. The time now is 06:27 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