Jump to content
EN
Play

Forum

The War Begins


r_Nives5
 Share

Recommended Posts

Stupid Tanki can't organize an event & let players suffer ----- Select a kill quota or think something quick  :angry: Shame on You TO  :wacko:

Edited by Hatty1994

Share this post


Link to post
Share on other sites

Today's mission might be To get as many kills as possible. And if that bar actually fills up then my guess would be that a faction needs to kill until they fill the bar to obtain that region , We'll see if that's the thing to do. You may notice a bar next to attacking Maps.

  • Like 1

Share this post


Link to post
Share on other sites

TO Really Shame Dont be Angry and ban me 

1) You guys now just suck our money 

2) Developers can't organize an event properly ( Everytime there is problems )

3) This event is going over my Head ( As well as all )

4) Please change developers and hire professional ones who can make events properly !

5) Ignore English , Just Understand my feelings !

Share this post


Link to post
Share on other sites

TO Really Shame Dont be Angry and ban me 

1) You guys now just suck our money 

2) Developers can't organize an event properly ( Everytime there is problems )

3) This event is going over my Head ( As well as all )

4) Please change developers and hire professional ones who can make events properly !

5) Ignore English , Just Understand my feelings !

Calm down.

Share this post


Link to post
Share on other sites

Calm down.

I am, But literally 90% Of Tanki players didn't understand what actually this event is ! 

They are not even responding anything 

That war site is just for nothing  ! 

No Tanki Mods are helping towards this ! 

Still I am Calm ! 

Share this post


Link to post
Share on other sites

I am, But literally 90% Of Tanki players didn't understand what actually this event is ! 

They are not even responding anything 

That war site is just for nothing  ! 

No Tanki Mods are helping towards this ! 

Still I am Calm ! 

Tanki Mods are also players like us, they are not aware of the situation just like we aren't.

Share this post


Link to post
Share on other sites

Tanki Mods are also players like us, they are not aware of the situation just like we aren't.

So who will address this situation ??

I don't even know I am selected for Battle phase or not ! 

Don't know wether they ticked the 200 kills or not 

I would suggest to cancel the so called Event and make some easy Event like to kill 1000 and get containers ! 

 

Share this post


Link to post
Share on other sites

u did 200 kills?

OFC , Made 300+ still there was NO TICK -_- , I asked many players , they also said the same , Then I slept and now its showing battle phase :/ ! 

No information wether i am selected or not :/ ! 

 

That's why I am saying , what the devs of the site doing ...

  • Like 1

Share this post


Link to post
Share on other sites

I have to say, as a UI/UX designer and frontend developer. The UI of "war" map is designed quite poorly, here are the reasons (I'm not talking about bugs, I'm assuming it is working as intended):

 

1) First thing I noticed right after I had a look of the map, which one is my capital? There are 4 capital obviously, but which one is mine?

 

2) I'm assuming I have to click an area to attack it, but what are the available options? The light red highlight is just too "light" which is very hard to notice in the first place. I personally can't even find any indicators showing the available areas for me to defense.

 

3) 200 kills count are updated once an hour. Really? What kind of design is that? Is that really that hard to use Javascript + AJAX + PHP + Database (assume you are using legacy system)?

 

 

4) When I open the web browser console, I saw warnings "Accessing createClass via the main React package is deprecated...". NEVER EVER use deprecated packages, especially you know it clearly.

 

5) I only see 1 single .js file with nearly 80k line of codes. Where does MVC go? Where do the software engineering skills go?

 

 

 

Edit

I saw this comment in your .js file

/**
   * Composite components are higher-level components that compose other composite
   * or host components.
   *
   * To create a new type of `ReactClass`, pass a specification of
   * your new class to `React.createClass`. The only requirement of your class
   * specification is that you implement a `render` method.
   *
   *   var MyComponent = React.createClass({
   *     render: function() {
   *       return <div>Hello World</div>;
   *     }
   *   });
   *
   * The class specification supports a specific protocol of methods that have
   * special meaning (e.g. `render`). See `ReactClassInterface` for
   * more the comprehensive protocol. Any other properties and methods in the
   * class specification will be available on the prototype.
   *
   * @interface ReactClassInterface
   * @internal
   */

This is a REACT tutorial/template comment, did you just directly copy and paste it in your own business code?

 

Then I found this:

https://github.com/reasonml/reason-react/blob/master/src/ReasonReactOptimizedCreateClass.re

in line 59

compare to your code starting from line 2103

 

I have lost my words

Edited by Aegis
  • Like 4

Share this post


Link to post
Share on other sites

Why tell him to "calm down"?  His English isn't perfect, but his reasoning is.

We talked.

 

 

I have to say, as a UI/UX designer and frontend developer. The UI of "war" map is designed quite poorly, here are the reasons (I'm not talking about bugs, I'm assuming it is working as intended):

 

1) First thing I noticed right after I had a look of the map, which one is my capital? There are 4 capital obviously, but which one is mine?

 

2) I'm assuming I have to click an area to attack it, but what are the available options? The light red highlight is just too "light" which is very hard to notice in the first place. I personally can't even find any indicators showing the available areas for me to defense.

 

3) 200 kills count are updated once an hour. Really? What kind of design is that? Is that really that hard to use Javascript + AJAX + PHP + Database (assume you are using legacy system)?

 

 

4) When I open the web browser console, I saw warnings "Accessing createClass via the main React package is deprecated...". NEVER EVER use deprecated packages, especially you know it clearly.

 

5) I only see 1 single .js file with nearly 80k line of codes. Where is MVC goes? Where are the software engineering skills go?

 

 

 

Edit

I saw this comment in your .js file

/**
   * Composite components are higher-level components that compose other composite
   * or host components.
   *
   * To create a new type of `ReactClass`, pass a specification of
   * your new class to `React.createClass`. The only requirement of your class
   * specification is that you implement a `render` method.
   *
   *   var MyComponent = React.createClass({
   *     render: function() {
   *       return <div>Hello World</div>;
   *     }
   *   });
   *
   * The class specification supports a specific protocol of methods that have
   * special meaning (e.g. `render`). See `ReactClassInterface` for
   * more the comprehensive protocol. Any other properties and methods in the
   * class specification will be available on the prototype.
   *
   * @interface ReactClassInterface
   * @internal
   */

This is a REACT tutorial/template comment, did you just directly copy and paste it in your own business code?

 

Then I found this:

https://github.com/reasonml/reason-react/blob/master/src/ReasonReactOptimizedCreateClass.re

in line 59

compare to your code starting from line 2103

 

I have lost my words

 

 

 

Hey, the website is working 100% properly now, and the one on top right is Enlgish Capital.

Edited by Hate
Spoiler added.

Share this post


Link to post
Share on other sites

 

 

 

I have to say, as a UI/UX designer and frontend developer. The UI of "war" map is designed quite poorly, here are the reasons (I'm not talking about bugs, I'm assuming it is working as intended):

 

1) First thing I noticed right after I had a look of the map, which one is my capital? There are 4 capital obviously, but which one is mine?

 

2) I'm assuming I have to click an area to attack it, but what are the available options? The light red highlight is just too "light" which is very hard to notice in the first place. I personally can't even find any indicators showing the available areas for me to defense.

 

3) 200 kills count are updated once an hour. Really? What kind of design is that? Is that really that hard to use Javascript + AJAX + PHP + Database (assume you are using legacy system)?

 

 

4) When I open the web browser console, I saw warnings "Accessing createClass via the main React package is deprecated...". NEVER EVER use deprecated packages, especially you know it clearly.

 

5) I only see 1 single .js file with nearly 80k line of codes. Where does MVC go? Where do the software engineering skills go?

 

 

 

Edit

I saw this comment in your .js file

/**
   * Composite components are higher-level components that compose other composite
   * or host components.
   *
   * To create a new type of `ReactClass`, pass a specification of
   * your new class to `React.createClass`. The only requirement of your class
   * specification is that you implement a `render` method.
   *
   *   var MyComponent = React.createClass({
   *     render: function() {
   *       return <div>Hello World</div>;
   *     }
   *   });
   *
   * The class specification supports a specific protocol of methods that have
   * special meaning (e.g. `render`). See `ReactClassInterface` for
   * more the comprehensive protocol. Any other properties and methods in the
   * class specification will be available on the prototype.
   *
   * @interface ReactClassInterface
   * @internal
   */

This is a REACT tutorial/template comment, did you just directly copy and paste it in your own business code?

 

Then I found this:

https://github.com/reasonml/reason-react/blob/master/src/ReasonReactOptimizedCreateClass.re

in line 59

compare to your code starting from line 2103

 

I have lost my words

 

 

 

HILARIOUS!

 

Tanki has a long history of cranking out crap that doesn't work and never testing anything.  "WAR" is no different.  For their next event, I'll be giving odds and taking bets on whether they release bug-ridden code.  The starting line is 100 to 1 that they will!

 

The unfortunate thing is that whatever time it would have taken them to do it RIGHT, multiply that by tens of thousands for the number of hours of player time they waste!

Edited by Hate
Spoiler added.

Share this post


Link to post
Share on other sites

 


 

I am, But literally 90% Of Tanki players didn't understand what actually this event is !
They are not even responding anything
That war site is just for nothing !
No Tanki Mods are helping towards this !
Still I am Calm !


The issue about the site not working has already been forwarded to the developers. Yesterday it had some issues here and there but now it should be fine.

 

 


 

How do u play a map like esplanade in NON-Pro Battles??? It makes no sense!


The maps shows in the special site don't determine that you have to play on those maps and do the 200 kills. You can just play on any map you want in any mode you want. The maps are just ''names'' in the website, I would have named them as countries or cities if it was up to me but oh well.

Share this post


Link to post
Share on other sites

 

 

 

I have to say, as a UI/UX designer and frontend developer. The UI of "war" map is designed quite poorly, here are the reasons (I'm not talking about bugs, I'm assuming it is working as intended):

 

1) First thing I noticed right after I had a look of the map, which one is my capital? There are 4 capital obviously, but which one is mine?

 

2) I'm assuming I have to click an area to attack it, but what are the available options? The light red highlight is just too "light" which is very hard to notice in the first place. I personally can't even find any indicators showing the available areas for me to defense.

 

3) 200 kills count are updated once an hour. Really? What kind of design is that? Is that really that hard to use Javascript + AJAX + PHP + Database (assume you are using legacy system)?

 

 

4) When I open the web browser console, I saw warnings "Accessing createClass via the main React package is deprecated...". NEVER EVER use deprecated packages, especially you know it clearly.

 

5) I only see 1 single .js file with nearly 80k line of codes. Where does MVC go? Where do the software engineering skills go?

 

 

 

Edit

I saw this comment in your .js file

/**
   * Composite components are higher-level components that compose other composite
   * or host components.
   *
   * To create a new type of `ReactClass`, pass a specification of
   * your new class to `React.createClass`. The only requirement of your class
   * specification is that you implement a `render` method.
   *
   *   var MyComponent = React.createClass({
   *     render: function() {
   *       return <div>Hello World</div>;
   *     }
   *   });
   *
   * The class specification supports a specific protocol of methods that have
   * special meaning (e.g. `render`). See `ReactClassInterface` for
   * more the comprehensive protocol. Any other properties and methods in the
   * class specification will be available on the prototype.
   *
   * @interface ReactClassInterface
   * @internal
   */

This is a REACT tutorial/template comment, did you just directly copy and paste it in your own business code?

 

Then I found this:

https://github.com/reasonml/reason-react/blob/master/src/ReasonReactOptimizedCreateClass.re

in line 59

compare to your code starting from line 2103

 

I have lost my words

 

 

 

You should work for Tanki instead of their current developers :P

Edited by Hate
Spoiler added.

Share this post


Link to post
Share on other sites

This topic is now closed to further replies.
 Share

×
×
  • Create New...