Project 1999

Go Back   Project 1999 > General Community > Off Topic

View Poll Results: What server you want
FFA pvp range 1-50 14 13.08%
FFA pvp range +-8 18 16.82%
FFA pvp range +-8 raid zones range 1-50 26 24.30%
Team based +-8 49 45.79%
Voters: 107. You may not vote on this poll

Closed Thread
 
Thread Tools Display Modes
  #1  
Old 04-10-2011, 01:14 AM
naez naez is offline
Banned


Join Date: Mar 2011
Location: s0cal
Posts: 629
Send a message via ICQ to naez Send a message via AIM to naez Send a message via MSN to naez Send a message via Yahoo to naez
Default

for melee hit boxes on VZ/TZ I was going through Null's code and he made them a *6 mod in pvp (*4 is default pve). mod is applied after racial
  #2  
Old 04-10-2011, 01:17 AM
Xantille Xantille is offline
Fire Giant


Join Date: Mar 2011
Posts: 625
Default

Quote:
Originally Posted by naez [You must be logged in to view images. Log in or Register.]
for melee hit boxes on VZ/TZ I was going through Null's code and he made them a *6 mod in pvp (*4 is default pve). mod is applied after racial
wot

If this post means what I think it means, I always felt gnome warriors had an advantage, even on Live.
__________________
Xantille Cares
I fuk ur mouth since 2001
  #3  
Old 04-10-2011, 01:51 AM
Lasher Lasher is offline
Fire Giant

Lasher's Avatar

Join Date: Aug 2010
Posts: 953
Default

- melee hit boxes or sync issues screwed up so you couldn't even hit someone running away from you which was easily doable on EQ live

Obviously if wehrmacht couldnt hit people who were running and Xant could it meant Xant was speed hacking. amirite

[You must be logged in to view images. Log in or Register.]
  #4  
Old 04-10-2011, 01:59 AM
naez naez is offline
Banned


Join Date: Mar 2011
Location: s0cal
Posts: 629
Send a message via ICQ to naez Send a message via AIM to naez Send a message via MSN to naez Send a message via Yahoo to naez
Default

Quote:
Originally Posted by Xantille [You must be logged in to view images. Log in or Register.]
wot

If this post means what I think it means, I always felt gnome warriors had an advantage, even on Live.
GetSize() may be just mean 1x original model, meaning all races have same hitbox. think the gm command #size . not sure will look into it.

the big hitbox mods are for dragon races

PHP Code:
bool Mob::CombatRange(Mobother)
{
    if(!
other)
        return(
false);

    
float size_mod GetSize();
    
float other_size_mod other->GetSize();

    if(
GetRace() == 49 || GetRace() == 158 || GetRace() == 196//For races with a fixed size
        
size_mod 60.0f;
    else if (
size_mod 6.0)
        
size_mod 8.0f;

    if(
other->GetRace() == 49 || other->GetRace() == 158 || other->GetRace() == 196//For races with a fixed size
        
other_size_mod 60.0f;
    else if (
other_size_mod 6.0)
        
other_size_mod 8.0f;

    if (
other_size_mod size_mod)
        
size_mod other_size_mod;

    if(
other->IsClient() && this->IsClient()) //Null: PvP size mod
        
size_mod *= size_mod 6;
    else
        
size_mod *= size_mod 4;
    if (
DistNoRootNoZ(*other) <= size_mod)
        return 
true;
    return 
false;


the latest eqemu source has a slightly different formula
Last edited by naez; 04-10-2011 at 02:11 AM..
  #5  
Old 04-10-2011, 02:01 AM
Lasher Lasher is offline
Fire Giant

Lasher's Avatar

Join Date: Aug 2010
Posts: 953
Default

means trolls obviously are the worst warriors for pking
Closed Thread


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT -4. The time now is 09:15 PM.


Everquest is a registered trademark of Daybreak Game Company LLC.
Project 1999 is not associated or affiliated in any way with Daybreak Game Company LLC.
Powered by vBulletin®
Copyright ©2000 - 2026, Jelsoft Enterprises Ltd.