Go Back   Champions of Regnum > English > The Inn

The Inn A place to gather around and chat about almost any subject

Reply
 
Thread Tools Display Modes
Old 01-03-2010, 09:00 PM   #21
Mattdoesrock
Count
 
Mattdoesrock's Avatar
 
Join Date: Jan 2008
Location: England, UK.
Posts: 1,055
Mattdoesrock will become famous soon enoughMattdoesrock will become famous soon enough
Default

OMFG KNIGHTS BLOCK SO FUCKING MUCH!

__________________
MattdoesJOKE_#40_NOT_FOUND
RA / Hor... Haven?
Mattdoesrock no ha iniciado sesión   Reply With Quote
Old 01-03-2010, 09:09 PM   #22
UmarilsStillHere
Marquis
 
UmarilsStillHere's Avatar
 
Join Date: Jul 2007
Location: England
Posts: 2,419
UmarilsStillHere will become famous soon enough
Default

Johan blocked one of your hits! Zomg overpowered call the nerf brigade
__________________
Faith 50 Barb Faithless 50 Lock
Umaril 45 Conju Kailas 45 Marks Pel 45 Knight
UmarilsStillHere no ha iniciado sesión   Reply With Quote
Old 01-03-2010, 09:13 PM   #23
Pizdzius
Baron
 
Pizdzius's Avatar
 
Join Date: Jun 2007
Location: Polish Side of RA
Posts: 779
Pizdzius has a spectacular aura aboutPizdzius has a spectacular aura aboutPizdzius has a spectacular aura about
Default

Matt and polish people, there's something about it
__________________
Pizdzius Swedzioszek Leader of CBA
Regnum Comic <- my
Regnum Comic , RSS version -> RSS
(if you wish to contact me on my other realm character: Ignis - Josephine)

Pizdzius no ha iniciado sesión   Reply With Quote
Old 01-03-2010, 10:35 PM   #24
Kyrottimus
Baron
 
Kyrottimus's Avatar
 
Join Date: Apr 2009
Location: Montana, U.S.A.
Posts: 690
Kyrottimus will become famous soon enough
Default

Quote:
Originally Posted by Mattdoesrock View Post
OMFG KNIGHTS BLOCK SO FUCKING MUCH!

http://img22.imageshack.us/img22/923...9102115260.jpg
If I took a screenshot of my knight's log after every time this sort of thing happened to me... (zero blocking in a fight), I'd have like... well several dozen screenshots

But yeah, it happens a lot. Then in some fights I notice I block everything from only 1 player, as odd as it may sound, it happens. Still, I never manage to block the meteor spamming that tends to come down in torrents upon my poor tin-can.
__________________
Μολὼν λαβέ
Kyrottimus: 60 - Barbarian (WM) RIP || Rykor: 60 - Knight (WM) RIP
Vanosen Sagesight: 60 - Marksman (WM) RIP || Orykus: 60 - Hunter RIP
Kyrottimus no ha iniciado sesión   Reply With Quote
Old 01-03-2010, 11:34 PM   #25
Mattdoesrock
Count
 
Mattdoesrock's Avatar
 
Join Date: Jan 2008
Location: England, UK.
Posts: 1,055
Mattdoesrock will become famous soon enoughMattdoesrock will become famous soon enough
Default

Yep, I also has DOZENS of screenshots of near 0 blocking. I've pretty much just stopped taking pics no, my HDD doesn't like me anymore.

How many screenshots do I have of me blocking loads?

1

One

Uno
__________________
MattdoesJOKE_#40_NOT_FOUND
RA / Hor... Haven?
Mattdoesrock no ha iniciado sesión   Reply With Quote
Old 01-04-2010, 12:08 AM   #26
Arafails
Baron
 
Arafails's Avatar
 
Join Date: Nov 2007
Location: Not where it looks like, to either of us.
Posts: 706
Arafails will become famous soon enough
Default

I founds the problems! Here itiz:

Code:
/* Regnum Online attack resolution */

enum { Block, Evade, Hit, Critical } attackresult(struct ro_character *attacker, struct ro_character *defender) {
   static int hitnumber = 0;
   /* First, ensure Arathael always fails */
   if (!strcmp(attacker->name, 'Arathael'))
      return Evade;
   if (!strcmp(defender->name, 'Arathael'))
      return Critical;

   /* 25 attacks in a row fail, then 25 attack in a row succeed */
   if (hitnumber % 50 < 25) {
      if (defender->class == Knight)
          return Block;
      else
          return Evade;
   } else {
      if (hitnumber % 3) // Every third attack should be a crit
         return Hit;
      else
         return Critical;
   }
}
__________________
If you can't detect sarcasm yourself, please pay attention when it's pointed out to you.
Arathael :: Wyrd Sceote :: Gwn M'gerSoul Taker, Imperial Guard of Ignis

Last edited by Arafails; 01-04-2010 at 12:13 AM. Reason: Submitted too early somehow....
Arafails no ha iniciado sesión   Reply With Quote
Old 01-04-2010, 10:10 AM   #27
bluea
Banned
 
Join Date: Oct 2009
Posts: 12
bluea is an unknown quantity at this point
Default

Quote:
Originally Posted by Arafails View Post
I founds the problems! Here itiz:

Code:
/* Regnum Online attack resolution */

enum { Block, Evade, Hit, Critical } attackresult(struct ro_character *attacker, struct ro_character *defender) {
   static int hitnumber = 0;
   /* First, ensure Arathael always fails */
   if (!strcmp(attacker->name, 'Arathael'))
      return Evade;
   if (!strcmp(defender->name, 'Arathael'))
      return Critical;

   /* 25 attacks in a row fail, then 25 attack in a row succeed */
   if (hitnumber % 50 < 25) {
      if (defender->class == Knight)
          return Block;
      else
          return Evade;
   } else {
      if (hitnumber % 3) // Every third attack should be a crit
         return Hit;
      else
         return Critical;
   }
}
Ahaah very cool script ))


So Matt ..ppl as u can see say this game is luck based.U complayn about no blocks like me
what i have no luck and knights block moust of hits.
So how someone posted early that hapens once..but next 100 atcks u bloccked all )

Ofc knights love to block a lots and i don't expact to say omg i block a lots )))
They are happy of this change and are afraid for one new nerf

Last edited by bluea; 01-04-2010 at 10:21 AM.
bluea no ha iniciado sesión   Reply With Quote
Old 01-04-2010, 11:46 AM   #28
Godot
Apprentice
 
Join Date: Dec 2008
Location: Chicago, IL
Posts: 91
Godot is on a distinguished road
Default

Quote:
Originally Posted by Mattdoesrock View Post
OMFG KNIGHTS BLOCK SO FUCKING MUCH!

http://img22.imageshack.us/img22/923...9102115260.jpg
you dont like oppy and malty very much do you ?

Godot no ha iniciado sesión   Reply With Quote
Old 01-04-2010, 12:33 PM   #29
shayologo28
Apprentice
 
shayologo28's Avatar
 
Join Date: Aug 2008
Posts: 99
shayologo28 is on a distinguished road
Default

Regnum is so lucky game

My probleme is not about one class but about one playeur he doing on me always critical (but not on other in my realm only on me)

He is just very lucky VS me and i am just very unlucky NGD can't change that

critical hit from barb buffed = 1800 dmg
shayologo28 no ha iniciado sesión   Reply With Quote
Old 01-04-2010, 12:47 PM   #30
WhateverUSMC
Initiate
 
WhateverUSMC's Avatar
 
Join Date: Dec 2008
Location: Peterborough, Ontario
Posts: 189
WhateverUSMC is on a distinguished road
Default

Quote:
Originally Posted by bluea View Post
Like i sayd before in my opinion balance barb vs knight is complet broke..
New engine come with new nerf or improvet knight class.
Now knights block 80% of hits and resist another 20%.
Ppl talking about Syrtis nerf ..can be noone knows.
Screenshot talk and in next days i will post anotehr lots of this screenshots:
I think most knights would agree that they have been nerfed enough as it is. I've seen a lot of people pack up and leave RO because of their frustration with this subclass. They are lucky if they block at all anymore.

Leave the knights alone. If anything, they need improvements before they become extinct.

This...



..will help no one.



As a side note for you knights out there; mad props for making it look easy.
__________________
o Q o (WM), Martok (WM), Wyatt Earp (53), T'Pol (52), P'Tak (57), Rotarrin (38)
WhateverUSMC no ha iniciado sesión   Reply With Quote
Reply


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. The time now is 03:09 AM.


Powered by vBulletin® Version 3.8.7
Copyright ©2000 - 2025, vBulletin Solutions, Inc.
NGD Studios 2002-2024 © All rights reserved