Pages:
Author

Topic: [ANN]EndlessCrypto.com v0.13 Web MMORPG Game (Beta) - page 25. (Read 19497 times)

full member
Activity: 154
Merit: 100
Is it possible to withdraw BTC once earned? I can't find the button for that. I don't have anything to withdraw at the moment, but some time in future when I accumulate some..
hero member
Activity: 672
Merit: 500
*** NULL ***
Nice, more things are now suited to the current level.

Do you want the game to progress more easily but longer to level up, or more difficult, but easy to level up?

Some questions and suggestions:

When will the equipped items be fully functional?
Maybe add healing/damage spells?
What does Mf stands for?
Hacker's shield can be stackable, but not for long
Add something that increases attack (or chances) temporary for MP
Decrease the cost of Power by 20% maybe, or decrease more as you level up
Add some ads (maybe) for further income, to award non-investing players
Make the attacks/recycling load faster
Add a favicon
Allow dragging of the items to be equipped

I think after you work more on the formulas and the equipping, the game would be really fun! Nice Job ^^

Thanks again.

when? should be not far. because I changed some attributes today. then I am going to do the formula.
mf is for finding better items, better items have more attribute on it, and different color.
current: black, blue, red.

I set a random function in the system, 1-1000, if you got mf, lets say 100, then your random function
will be 100-1000, you will have more chance to get blue or red items.
I did the item system most about this.

and about increase attack skill, now it is not difficult, because I can use the same function to do that.

favicon, ya, i shoud do that. and dragging item, of course I will do that if I can.
that will make the system more like a game. when I am developing the inventory, I always think about this,
but it need more skill (html5) I didn't have now.

I got a sample like this: http://html5demos.com/drag
but not so easy. I need drag it back and put into database. Smiley
I will learn more about html5. then we got better game.
and power, thanks for advice. I will think about it.

And, I will replace char ATK and DEF attribute with more attributes.
hero member
Activity: 798
Merit: 503
Nice, more things are now suited to the current level.

Do you want the game to progress more easily but longer to level up, or more difficult, but easy to level up?

Some questions and suggestions:

When will the equipped items be fully functional?
Maybe add healing/damage spells?
What does Mf stands for?
Hacker's shield can be stackable, but not for long
Add something that increases attack (or chances) temporary for MP
Decrease the cost of Power by 20% maybe, or decrease more as you level up
Add some ads (maybe) for further income, to award non-investing players
Make the attacks/recycling load faster
Add a favicon
Allow dragging of the items to be equipped

I think after you work more on the formulas and the equipping, the game would be really fun! Nice Job ^^
hero member
Activity: 672
Merit: 500
*** NULL ***
Updated:

Hp and Mp potion Cost now based on player's level.
hero member
Activity: 672
Merit: 500
*** NULL ***
and one more thing, about the power's formula.

coin's formula is: Level * Power * 0.2 + Gift
power's formula is: 1000 * Level

I will think about how to improve this if needed.


hero member
Activity: 672
Merit: 500
*** NULL ***
Yeah, actually people can still 'auto fight' , by shuffling between two links, lets say http://www.endlesscrypto.com/games/001/?item=rock and http://www.endlesscrypto.com/games/001/ .

 Maybe you could add captcha ninjas that pop up randomly around the screen and prevents fighting after it has been solved. Also it can give exp and coins as a reward Smiley

I think there should be more benefits as the user levels up, otherwise there is no much point and fun in leveling up. Why does the cost of the power keep increasing? Does that mean people who do not 'invest' in this will have no chance at all in buying the power?

I keep getting attacked and it always does 100++ damage, and the exp it gives out is only around 20, and the coins I get is also very few. I think you should make the current version flawless first before implementing more features and making it more confusing Smiley

I can be a 'beta tester' if you want me too, just send me another link that is a draft if you have, and I can also help in thinking of formulas!! Tongue

Thanks, I will try my best to get ride of the captcha. because I am planing to let players fight with enemies
like other mmorpg did. If i can do that, enemy should be appeared in random place.

And the benefits, will be better items. higher level items, I will add more items, so only high level char can get them and use them.

of course, current system need more adjust, I will slowly update it and try to make everything run smoothly.

about beta tester. I actually put another version before I released.
I will PM you if I am going to do some bigger improvements. Thanks. Smiley

hero member
Activity: 672
Merit: 500
*** NULL ***
EDIT: Implement another feature, like spells that require mana/MP too! Smiley

Why the enemy damage you more when you level up? Doesn't the ninja grow stronger? Tongue


Why enemies damage more?
Because current setting is players will fight higher level enemy after they level up.
that is why players can get more exp and coins.

players should get less exp or same exp because the enemy is not level up right?

And, current the system only have a spell - hacker shield.
of course need more.
Need a better PVE system. Smiley
hero member
Activity: 798
Merit: 503
Yeah, actually people can still 'auto fight' , by shuffling between two links, lets say http://www.endlesscrypto.com/games/001/?item=rock and http://www.endlesscrypto.com/games/001/ .

 Maybe you could add captcha ninjas that pop up randomly around the screen and prevents fighting after it has been solved. Also it can give exp and coins as a reward Smiley

I think there should be more benefits as the user levels up, otherwise there is no much point and fun in leveling up. Why does the cost of the power keep increasing? Does that mean people who do not 'invest' in this will have no chance at all in buying the power?

I keep getting attacked and it always does 100++ damage, and the exp it gives out is only around 20, and the coins I get is also very few. I think you should make the current version flawless first before implementing more features and making it more confusing Smiley

I can be a 'beta tester' if you want me too, just send me another link that is a draft if you have, and I can also help in thinking of formulas!! Tongue
hero member
Activity: 672
Merit: 500
*** NULL ***
I think you should change the fighting results words back to bold because it looks more nice and obvious that way.

Also I keep missing the attack, maybe you can add items or upgrades that improves accuracy! Smiley

Are the items functioning now? I equipped some items and I think nothing changed, and also I think the durability is too little, make it like 25 or 50, even better for us, or even add a shop instead or 'recycle' to buy/sell items.

EDIT: Implement another feature, like spells that require mana/MP too! Smiley

I liked the game much more now, great job with the game! Cheesy

Thanks. quick updated. It is bold now, seems too bold. Smiley I will improve it.

I am still thinking something like str, dex, so I have not wrote the formula yet.
without other attribute, formula maybe seems too easy with only level.

and the durability, yes, it can be changed. I am still thinking about if the system need it or not.
if needed, then players will need to repair items.

PVE system need some improvement of course, it still RPS inside. Smiley
hero member
Activity: 672
Merit: 500
*** NULL ***
Updated:

1.Shield Mp using bug fixed.
2.New player's Hp bug fixed.
3.New player's level start from 1.
4.Register Form imporved.
5.change some code into function, maintenance is more efficient.
hero member
Activity: 798
Merit: 503
I think you should change the fighting results words back to bold because it looks more nice and obvious that way.

Also I keep missing the attack, maybe you can add items or upgrades that improves accuracy! Smiley

Are the items functioning now? I equipped some items and I think nothing changed, and also I think the durability is too little, make it like 25 or 50, even better for us, or even add a shop instead or 'recycle' to buy/sell items.

EDIT: Implement another feature, like spells that require mana/MP too! Smiley

Why the enemy damage you more when you level up? Doesn't the ninja grow stronger? Tongue

I liked the game much more now, great job with the game! Cheesy
hero member
Activity: 672
Merit: 500
*** NULL ***
Updated:

Auto Fighting removed.
Coin Drop Rate increased 100% (10% --> 20%).
hero member
Activity: 672
Merit: 500
*** NULL ***
Character & Inventory Updated:

Now three weapons can be equipped at the same time.
I can see lot of improvements being made while I was away. Smiley

welcome.

And, auto fighting will be removed.
I believe that I have demonstrated how bots can be. and the system still good. Smiley

hero member
Activity: 756
Merit: 500
I don't bite.
Character & Inventory Updated:

Now three weapons can be equipped at the same time.
I can see lot of improvements being made while I was away. Smiley
hero member
Activity: 672
Merit: 500
*** NULL ***
Character & Inventory Updated:

Now three weapons can be equipped at the same time.
hero member
Activity: 672
Merit: 500
*** NULL ***
I dont't understand a shit in this strange game. Yesterday I was playing some kind of rock paper scissors and after some plays from time to time there was a message "you have been robbed" or something Grin
Wondering if it means the site robbed me..?, but I didn't deposit anything so it might not be the case. Today there are some ninjas shown and it's fighting on its own no matter that I don't press anything. I gain some "coins" and exp, but no satoshies... Yeah... whatever...

But I like the faucet overall and recommend it to others, already got 2 reffs Tongue

Thanks. while it may not be a faucet, but the true is I pay out more than get.
anyways, during this time, I will make many mistakes and then make a good game.
full member
Activity: 154
Merit: 100
I dont't understand a shit in this strange game. Yesterday I was playing some kind of rock paper scissors and after some plays from time to time there was a message "you have been robbed" or something Grin
Wondering if it means the site robbed me..?, but I didn't deposit anything so it might not be the case. Today there are some ninjas shown and it's fighting on its own no matter that I don't press anything. I gain some "coins" and exp, but no satoshies... Yeah... whatever...

But I like the faucet overall and recommend it to others, already got 2 reffs Tongue
hero member
Activity: 672
Merit: 500
*** NULL ***
Is it just me ? Site loads slow but other websites loads fast Sad Restart PC then.

feel like normal here, and the coin drop rate is not 100% anymore,
I just wrote a random rate into the game and try to control this.
coin drop rate is 10% now, and lets see if it good or not.
I will continue to adjust it.
legendary
Activity: 3122
Merit: 1398
For support ➡️ help.bc.game
Is it just me ? Site loads slow but other websites loads fast Sad Restart PC then.
hero member
Activity: 672
Merit: 500
*** NULL ***
About satoshi rate, since I changed the game, the output period changed from 10 min to 1 sec or less.
so it is 50000% or more increase payout, I will think about how to prevent coin's value drop to zero.
Pages:
Jump to: