Difference between revisions of "User talk:CmdrAdeon"
m (→Merging Duplicate Account) |
Blondeshell (Talk | contribs) m (→Redraw: update link) |
||
(12 intermediate revisions by 3 users not shown) | |||
Line 1: | Line 1: | ||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
== Memo to self == | == Memo to self == | ||
Line 33: | Line 11: | ||
Items missing from logical progression: | Items missing from logical progression: | ||
− | :[[Improved Energy Beam]] | + | :<s>[[Improved Energy Beam]]</s> Added in I18 |
[[User:CmdrAdeon|CmdrAdeon]] 22:50, 18 November 2009 (UTC) | [[User:CmdrAdeon|CmdrAdeon]] 22:50, 18 November 2009 (UTC) | ||
== Redraw == | == Redraw == | ||
− | http://boards.cityofheroes.com/showpost.php?p=2441550&postcount=26 Post from BABs keeping for future reference [[User:CmdrAdeon|CmdrAdeon]] 18:26, 2 December 2009 (UTC) | + | [http://web.archive.org/web/20120904045419/http://boards.cityofheroes.com/showpost.php?p=2441550&postcount=26 http://boards.cityofheroes.com/showpost.php?p=2441550&postcount=26] Post from BABs keeping for future reference [[User:CmdrAdeon|CmdrAdeon]] 18:26, 2 December 2009 (UTC) |
==Misc== | ==Misc== | ||
− | http://boards.cityofheroes.com/showthread.php?t=127186 - quick chat menu | + | [http://web.archive.org/web/20120905021547/http://boards.cityofheroes.com/showthread.php?t=127186 http://boards.cityofheroes.com/showthread.php?t=127186] - quick chat menu |
+ | |||
+ | [http://web.archive.org/web/20120905181021/http://boards.cityofheroes.com/showthread.php?t=136343 http://boards.cityofheroes.com/showthread.php?t=136343] - pop menu | ||
+ | |||
+ | http://www.culex.us/ig/coh/CHres.xls - resistances | ||
+ | |||
+ | [http://web.archive.org/web/20120905091639/http://boards.cityofheroes.com/showthread.php?t=228044 http://boards.cityofheroes.com/showthread.php?t=228044] - enhancement standardization | ||
+ | |||
+ | ==Buff Bars option set== | ||
+ | |||
+ | /optionset buffsettings 2110240 | ||
− | + | add up all the options you want and use that with /optionset Buffsettings command. | |
+ | Code: | ||
+ | 1 status window hide auto | ||
+ | 2 status window hide toggles | ||
+ | 4 status window no blinking | ||
+ | 8 status window no stacking | ||
+ | 16 status window numeric stacking | ||
+ | 32 status hide buff numbers | ||
+ | 64 status stop sending buffs | ||
+ | 128 -- | ||
+ | 256 group window hide auto | ||
+ | 512 group window hide toggles? | ||
+ | 1024 group window no blinking | ||
+ | 2048 group window no stacking | ||
+ | 4096 group window numeric stacking | ||
+ | 8192 group window hide buff numbers | ||
+ | 16384 group window stop sending buffs | ||
+ | 32768 -- | ||
+ | 65536 pet window hide auto | ||
+ | 131072 pet window hide toggles? | ||
+ | 262144 pet window no blink | ||
+ | 524288 pet window no stacking | ||
+ | 1048576 pet window numeric stacking | ||
+ | 2097152 pet window hide buff numbers | ||
+ | 4194304 pet window stop sending buffs | ||
− | == | + | == Damage Formula == |
− | + | ||
− | + | ||
− | + | AREAMOD = (1+(0.75*(RADIUS/5))-(((0.011*(RADIUS/6))*(360-ARC))/5)<br/> | |
+ | DMG = (0.2*((RECH*0.8)+1.8)) / AREAMOD<br/> | ||
+ | END = 5.2 * DMG |
Latest revision as of 06:41, 10 December 2013
Memo to self
Pages that are blank:
Items of questionable Existence:
Items missing from logical progression:
Improved Energy BeamAdded in I18
CmdrAdeon 22:50, 18 November 2009 (UTC)
Redraw
http://boards.cityofheroes.com/showpost.php?p=2441550&postcount=26 Post from BABs keeping for future reference CmdrAdeon 18:26, 2 December 2009 (UTC)
Misc
http://boards.cityofheroes.com/showthread.php?t=127186 - quick chat menu
http://boards.cityofheroes.com/showthread.php?t=136343 - pop menu
http://www.culex.us/ig/coh/CHres.xls - resistances
http://boards.cityofheroes.com/showthread.php?t=228044 - enhancement standardization
Buff Bars option set
/optionset buffsettings 2110240
add up all the options you want and use that with /optionset Buffsettings command. Code:
1 status window hide auto 2 status window hide toggles 4 status window no blinking 8 status window no stacking 16 status window numeric stacking 32 status hide buff numbers 64 status stop sending buffs 128 -- 256 group window hide auto 512 group window hide toggles? 1024 group window no blinking 2048 group window no stacking 4096 group window numeric stacking 8192 group window hide buff numbers 16384 group window stop sending buffs 32768 -- 65536 pet window hide auto 131072 pet window hide toggles? 262144 pet window no blink 524288 pet window no stacking 1048576 pet window numeric stacking 2097152 pet window hide buff numbers 4194304 pet window stop sending buffs
Damage Formula
AREAMOD = (1+(0.75*(RADIUS/5))-(((0.011*(RADIUS/6))*(360-ARC))/5)
DMG = (0.2*((RECH*0.8)+1.8)) / AREAMOD
END = 5.2 * DMG