Latest AoC Memory Paths, InjectSoft menu

Shout-Out

User Tag List

Page 2 of 2 FirstFirst 12
Results 16 to 16 of 16
  1. #16
    Pickled's Avatar Active Member
    Reputation
    33
    Join Date
    Jul 2008
    Posts
    78
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    I'd like to point out that changing you shields by forcing values has no serverside effect, since all statistic changes must go via a 'binary stream' to update the server.

    Eg: when you issue a Shield Allocation change (via your hotbar / keyboard etc.. it will issue the new state to the server via a series of calls then finally set the new "shield allocation" via Stat functions (client visable)).

    Hence mobs still think you have the "last known state" of your shields by just "forcing"

    Code:
    case ShieldAllocation:
    {
    			
      if(!IsCharacter(pDynel))
    	return false;
    
      int result = pDynel->GetStat(STAT_ShieldAllocation,DATA_ONLY);
      ...
      
      //Client side only, useless...
      pDynel->SetStat(STAT_ShieldAllocation,SHIELD_UP_2LEFT); 
    
      //Do it properly by using the games functions to handle all + server stream ...
      pDynel = GetPlayer();
      pDynel->GetActionObjectFromType(SHIELD_ALLOCATION)->PerformAction(SHIELD_UP_2LEFT);
    Last edited by Pickled; 10-03-2008 at 07:44 PM.

    Latest AoC Memory Paths, InjectSoft
Page 2 of 2 FirstFirst 12

Similar Threads

  1. 45 minutes of model editing and path exploiting
    By Matt in forum World of Warcraft General
    Replies: 2
    Last Post: 09-17-2006, 09:51 PM
  2. Path to Karazhan
    By Matt in forum World of Warcraft General
    Replies: 1
    Last Post: 08-17-2006, 06:35 AM
  3. Path to Mount Hyjal
    By Matt in forum World of Warcraft Exploits
    Replies: 17
    Last Post: 07-08-2006, 03:20 AM
  4. Exploiting Stormwind Pathing
    By Matt in forum World of Warcraft Guides
    Replies: 1
    Last Post: 05-03-2006, 01:35 AM
  5. Stonetalon Mountains Pathing Guide
    By Matt in forum World of Warcraft Guides
    Replies: 0
    Last Post: 04-21-2006, 11:17 PM
All times are GMT -5. The time now is 08:37 PM. Powered by vBulletin® Version 4.2.3
Copyright © 2025 vBulletin Solutions, Inc. All rights reserved. User Alert System provided by Advanced User Tagging (Pro) - vBulletin Mods & Addons Copyright © 2025 DragonByte Technologies Ltd.
Google Authenticator verification provided by Two-Factor Authentication (Free) - vBulletin Mods & Addons Copyright © 2025 DragonByte Technologies Ltd.
Digital Point modules: Sphinx-based search