Project 1999

Project 1999 (/forums/index.php)
-   PvP Bugs (/forums/forumdisplay.php?f=56)
-   -   Game Mechanics: Archery LoS Issues (/forums/showthread.php?t=160241)

Haynar 08-03-2014 05:38 PM

Archery LoS Issues
 
Where are there issues where using a bow has LoS, and shouldn't?

That is usually just about rebuilding maps, including the zone objects. Which I can do pretty easy.

H

Colgate 08-03-2014 06:09 PM

not sure about shoulds/shouldn'ts, some of the more annoying places would be around the walls at the karnor's castle zoneline in dreadlands, the frontier mountains and dreadlands zoneline in both zones, around the solb/sola/temple zonelines in lavastorm

these apply to spells not requiring line of sight as well

Colgate 08-03-2014 06:13 PM

if you wanna touch archery, i'm pretty sure in another thread someone posted a line of code where archery chance to hit was being divided by 4 in the stock emu code to balance it out with later AAs while throwing didn't have any such nerf

this would explain why archery is so awful here while throwing is absurdly good, assuming p99 devs never fixed it

Technique 08-04-2014 05:37 AM

Quote:

Originally Posted by Technique (Post 1278934)
The following rule on line 327 in ruletypes.h may be defined on p99 as it is in the stock emu source:
Code:

RULE_REAL ( Combat, ArcheryHitPenalty, 0.25) //Archery has a hit  penalty to try to help balance it with the plethora of long term +hit  modifiers for it
Mods affecting chance-to-hit didn't exist in classic, so that one's a no-brainer.

Quote:

Originally Posted by Colgate (Post 1562291)
this would explain why archery is so awful here while throwing is absurdly good, assuming p99 devs never fixed it

Alecta also confirmed that archery damage is currently only 80% in PvP.
Quote:

Originally Posted by Alecta (Post 1276632)
IIRC (dev box isnt unpacked yet, cant verify), archery is doing 80% of it's damage in PvP.

Quote:

Originally Posted by Technique (Post 1271520)
It seems archery damage was initially reduced to 66% dmg in PvP during the LoY expansion, then increased to 80% during GoD. At any rate, it should be full dmg during p99's era.

Another reason throwing is doing more damage than archery is probably due to:
Code:

uint16 MaxDmg = (((2 * wDmg) * GetDamageTable(SkillThrowing)) / 100)
whereas archery max damage is calculated as:
Code:

(WDmg+ADmg)*GetDamageTable(SkillArchery) / 100
(ADmg being the dmg value of the ammo used)


All times are GMT -4. The time now is 03:18 AM.

Powered by vBulletin®
Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.