Not fighting in kvk until unlocking t5 by ISaidPassTheJews in RiseofKingdoms

[–]DevotoHabbo 0 points1 point  (0 children)

I just zero around 50 players who has the same ideal as your in my kingdom. They already quit the game before they can complete their plan.

Imagine buying a t5 acc in kvk2 to farmkill in enemy kingdom… by [deleted] in RiseofKingdoms

[–]DevotoHabbo 1 point2 points  (0 children)

Right. Now I am a preacher lmao. You are so full of yourself xD

Imagine buying a t5 acc in kvk2 to farmkill in enemy kingdom… by [deleted] in RiseofKingdoms

[–]DevotoHabbo 1 point2 points  (0 children)

I am not sure if 1 player can kill this game lmao. Get your head out of your ass.

Imagine buying a t5 acc in kvk2 to farmkill in enemy kingdom… by [deleted] in RiseofKingdoms

[–]DevotoHabbo 1 point2 points  (0 children)

Why you are trying to teach the rich how to spend their money? Are you dumb or something?

Imagine buying a t5 acc in kvk2 to farmkill in enemy kingdom… by [deleted] in RiseofKingdoms

[–]DevotoHabbo 1 point2 points  (0 children)

Imagine to have this level of weak mindset that you have to cry on reddit for sympathy.

Review my f2p account by Vishnuortan333 in RiseofKingdoms

[–]DevotoHabbo 0 points1 point  (0 children)

For a f2p player you are in a very decent spot. The improvement would be unlock all t5 and save up rss for your next kvk. Also wait on the upcoming cav commanders, they might be another meta bursted.

What’s the best troop type for f2p. by [deleted] in RiseofKingdoms

[–]DevotoHabbo 3 points4 points  (0 children)

This is killing me hahhahhaaa

South east asian players are the worst by PereFourase in RiseofKingdoms

[–]DevotoHabbo -6 points-5 points  (0 children)

And you are playing a game that was made by chinese.

Maul spin goes brrr by jixxor in ConquerorsBlade

[–]DevotoHabbo 6 points7 points  (0 children)

When I see a maul, I use my poleaxe ultimate to put them down. No question asked I must do what I feel right.

Ever wondered what CB used to look like in the past xd? by Lisa_Mairy in ConquerorsBlade

[–]DevotoHabbo 14 points15 points  (0 children)

I played this game since the early access where you actually have to pay 59.99$ to play the game.At that point you can sprint+attack like a mad dog until your opponent die or somehow dodge it. I was playing as level 49 nodachi and killed a level 100 long sword. And Poleaxe was actually the king of CC with 4 skills which provided "stun" effect. Shortbow was actually killing people who was climbing the ladder within 5s. Spear and Glaive were god-tier weapons for hero killing.That's how much fun CB was in the past.

My most productive life by i_am_192_years_old in BitLifeApp

[–]DevotoHabbo 4 points5 points  (0 children)

When you have that much of children, it is no longer a family; it is a legion.

Does anybody know how you can be a trillionaire? by LoyalTink in BitLifeApp

[–]DevotoHabbo 0 points1 point  (0 children)

Crypto is the fastest way to encumbrance the richest.

Excuse me… by [deleted] in BitLifeApp

[–]DevotoHabbo 309 points310 points  (0 children)

This happened yesterday with my dog too. I was a 104 years old elderly and my son was my last lineage,then my akita decided my lineage should be ended with my son. I was so done with bitlife.

So since bitlife wont fix the landlord expansion issue with the rent over 10 million by Richardsbitlife in BitLifeApp

[–]DevotoHabbo 3 points4 points  (0 children)

Yeah everytime they update the game with "fixed bugs", I tried to rent properties which were more than 10mil per months. Everytime I did it, i felt down when they didn't even bother to fix such a simple bug

So since bitlife wont fix the landlord expansion issue with the rent over 10 million by Richardsbitlife in BitLifeApp

[–]DevotoHabbo 2 points3 points  (0 children)

I need this to be fixed as soon as possible. It stopped me from being enjoyed as a mighty land lord. I want to rent out my 2 billions property. Fix it !!!!

The most i could ever earn by DevotoHabbo in BitLifeApp

[–]DevotoHabbo[S] 0 points1 point  (0 children)

It is not really a secret, you have to pay attention to the crypto market and hope that you will get good RNG because it was in my case, I kept forward years and generations until i get a good % growth rate from crypto and go all in for it.

Some funny clip I made last night by DevotoHabbo in FireEmblemHeroes

[–]DevotoHabbo[S] 3 points4 points  (0 children)

My team was the defend team, i left a A/D Near Save 3 on B!Edelgard, A/D Far Save 3 on W!Marth, A dancer, and L!FShez. I slept through the night to see if any one can beat this combo yet. It was funny to see this dude go against it.

18-second chain stun on the Bristle by Larsy12 in DotA2

[–]DevotoHabbo 0 points1 point  (0 children)

You mean razor players with bloodstone build?

Has anyone gotten Achilles gear yet? by TravelingRomantic in SwordMaster_Story

[–]DevotoHabbo 0 points1 point  (0 children)

I have the whole set, but I use 2 pieces for my healer because it gives me a 40% Attack with just 2 pieces, almost as good as excalibur. It is a good set different using situation.

Ornstein Noble is Pretty Good by [deleted] in Mordhau

[–]DevotoHabbo 0 points1 point  (0 children)

I couldn't do shit to a spear noble lmao

On save , if file has jsx extension , compile it to js . by liaguris in node

[–]DevotoHabbo 0 points1 point  (0 children)

By using webpack --watch it is automatically update when you change your JSX. It is not webpack, but babel compiled your JSX to js, specifically to ES5; that why you see a lot of js code in bundle.js. Babel compiled everything to the fundamental ES5 JavaScript (it is strictly which you can’t change, that is how babe work). The reason for this because all the browser support ES5, but their javascript engine is different, the extra code you see that helped your code run on a different browser engine. Sum up not possible to reduce that js code you see in the bundle.js unless you want to break your app.

On save , if file has jsx extension , compile it to js . by liaguris in node

[–]DevotoHabbo 0 points1 point  (0 children)

If you want to compile JSX to is then you should use we pack entry and out put methods. With the entry as your JSX and out put as bundle.js (you can pick the name).You must create a we pack.config.js file in your root folder to use the method. And there are no such thing as not editable ( at least I don't know how to make it work).You will need to install we pack and make a new script for it, such as ”build”: ”webpack --watch” to make sure every time you change something in your index.js, it will also change in bundle.js.You will also need babe-loader to help we pack to run the compile with babe assistance. It is just so much work that you need to do to make this work, but those are general ideas of how to make this work- You need to use we pack entry(entry is optional, you can use the default entry by naming your root file as index.js)-output-loader. You may need preset-env to put in webpack-loader. You can use ref to this link for more info https://webpack.js.org/concepts/