|
|
The Inn A place to gather around and chat about almost any subject |
|
Thread Tools | Display Modes |
01-13-2011, 08:17 PM | #11 |
Initiate
Join Date: Mar 2008
Location: Groningen, The Netherlands
Posts: 226
|
Well clearly there is something wrong with UM becouse ive heard lots of complaints about UM failing. Would be great if someone had the time to test it out a bit and showing us the results.
__________________
Rhaegar - Barbarian ________________ Daenarys - Conjurer The White Company
|
01-13-2011, 08:56 PM | #12 | |
Marquis
Join Date: Jan 2007
Location: RA
Posts: 1,897
|
Quote:
From how I interpret it each control effect has 90% chance of getting resisted. I am pretty sure it's not intended to resist 90% of all control spells casted on you.
__________________
Winning a fight is not what makes you a good player, it's how you do it.
http://home.znur.re/screenshot%20201...2011_39_37.jpg |
|
01-14-2011, 12:39 AM | #13 | |
Count
Join Date: Dec 2007
Location: Castillo oscuro (Isla Rosa de los Vientos)
Posts: 1,358
|
Quote:
And its more frustrating when it happens against lvl30hunter/marks in a fortwar
__________________
lukitox tjg - *Leyenda*
|
|
01-14-2011, 01:21 AM | #14 | |
Banned
Join Date: Dec 2009
Posts: 843
|
Quote:
If archers have a weak spot then is knock. Also its very dificult to have a universal setup what to be used vs all classes. Personal i use spears vs archers ans hammer vs barbs. Anyway UM......i am agree with Znurre....personal i call luck. Old UM 45 sec one,worked in same way...you had chain of failures or chain of succedes. What i cant understand is how defencive suport at 60% works better in practise like UM 90%....but combinet both of them works like a sharm inactual style of gameplay. My propleme was and its what means this 90% and how are they printed. I don't know exatly how works this is just a suposition. I think its used some kind of table with a scale from 1 to 100 and where first 90 numbers are resist and last 10 numbers succes. Example without const contribute: 1-resist 2-resist . . 90-resist ...... 91-succed 92-succed . .100-succed Now they can use a system to print a random number from this table.People what use python or another programing leanguage know about print random with range. So printing random from this table can be any number and there can be lots of chains...that why i call luck. Also if there its used const,at each 5 const for example one of succes numbers to be converted in resist. But there are anothers posibilitys ...if NGD will not tell whats means and how is calculated this 90% wee will stay frustrated and will say this UM not works. Repeat is just a suposition and i dont take side of anybody,i want just to understand what means this 90% of resists. Also i don't think they can calculate numbers of spells casted on a target and its not caunted as 100 hits. Last edited by HidraA; 01-14-2011 at 04:58 AM. |
|
01-14-2011, 06:38 AM | #15 | |
Marquis
Join Date: Jan 2007
Location: RA
Posts: 1,897
|
Quote:
Using UM's 90% chance in the example below: Code:
#include <cstdlib> #include <ctime> #include <cstdio> int main( int argc, char** argv ) { srand ( time( NULL ) ); printf( ( rand() % 100 ) < 90 ? "Resisted" : "Goes trough" ); }
__________________
Winning a fight is not what makes you a good player, it's how you do it.
http://home.znur.re/screenshot%20201...2011_39_37.jpg |
|
|
|