|
You last visited: Today at 18:59
Advertisement
[Release] Nostale SP Upgrading Calculator using C#
Discussion on [Release] Nostale SP Upgrading Calculator using C# within the Nostale forum part of the MMORPGs category.
10/30/2017, 22:39
|
#1
|
elite*gold: 0
Join Date: Oct 2017
Posts: 5
Received Thanks: 1
|
[Release] Nostale SP Upgrading Calculator using C#
Hey guys, I'm new at the programming world and I've decided to make a simple application using C#, in this case I've made this SP Upgrading Calculator, with Window's console. Hope you like it!
(If you can help me with ways to improve this app I'll be really thankful with you!)
Download:
VirusTotal:
|
|
|
10/31/2017, 11:13
|
#2
|
elite*gold: 50
Join Date: Jul 2014
Posts: 1,700
Received Thanks: 1,165
|
Quote:
Originally Posted by TheBestSwirl
Hey guys, I'm new at the programming world and I've decided to make a simple application using C#, in this case I've made this SP Upgrading Calculator, with Window's console. Hope you like it!
(If you can help me with ways to improve this app I'll be really thankful with you!)
Download:
VirusTotal: 
|
How about a Screenshot?
Edit:
Code:
public void upgrade15()
{
Random random = new Random();
for (int i = 0; i < 1; i++)
{
int num;
bool flag;
do
{
num = random.Next(1, 100);
flag = this.numList.Contains(num);
}
while (flag);
this.numList.Add(num);
}
}
the for (int i = 0; i < 1; i++) is a bit useless here
|
|
|
10/31/2017, 14:33
|
#3
|
elite*gold: 150
Join Date: Sep 2010
Posts: 2,070
Received Thanks: 821
|
Quote:
Originally Posted by xSensitivex
How about a Screenshot?
Edit:
Code:
public void upgrade15()
{
Random random = new Random();
for (int i = 0; i < 1; i++)
{
int num;
bool flag;
do
{
num = random.Next(1, 100);
flag = this.numList.Contains(num);
}
while (flag);
this.numList.Add(num);
}
}
the for (int i = 0; i < 1; i++) is a bit useless here
|
Hahaha nice one
But maybe useless tool (?)

|
|
|
10/31/2017, 14:43
|
#4
|
elite*gold: 50
Join Date: Jul 2014
Posts: 1,700
Received Thanks: 1,165
|
Quote:
Originally Posted by IceTrailer
Hahaha nice one
But maybe useless tool (?)

|
I mean he ask how he can do it Better without to Show us the code :/ but ya your 2 links are same xD
|
|
|
10/31/2017, 15:51
|
#5
|
elite*gold: 150
Join Date: Sep 2010
Posts: 2,070
Received Thanks: 821
|
Quote:
Originally Posted by xSensitivex
I mean he ask how he can do it Better without to Show us the code :/ but ya your 2 links are same xD
|
Oh fail 
Now fixed
|
|
|
11/01/2017, 01:04
|
#6
|
elite*gold: 0
Join Date: Dec 2012
Posts: 2,728
Received Thanks: 934
|
Better a release which is already made in some other languages than nothing imo.
Its okay imo. Good work [emoji85]
Gesendet von meinem SM-G935F mit Tapatalk
|
|
|
11/01/2017, 21:38
|
#7
|
elite*gold: 50
Join Date: Jul 2014
Posts: 1,700
Received Thanks: 1,165
|
Just between
Code:
try
{
num2 = Convert.ToInt32(Console.ReadLine());
}
catch (Exception)
{
Console.WriteLine("An error ocurred during the last action. Wait 3 seconds until it's fixed.");
Thread.Sleep(3000);
Console.Clear();
continue;
}
idk where you fix smth but maybe you should do a re ask for it :c
you do it on all numbers
and maybe you should remove the Sleep between the Messages :c its just cost more time then for the user
|
|
|
 |
Similar Threads
|
[Selling] Level 144 TH10 BK Upgrading 37 AQ Upgrading 36 Walls 9, 10 Change Name Available
09/01/2015 - Clash of Clans Trading - 1 Replies
Good TH10 base for clan wars
- All troops maxed except dragon, barbarian, goblin and walkyrie
- All defense buildings maxed
- King 37, Queen upgrading 37; walls lv 9,10
- Change name available
|
upgrading wih a hig success rate without using SGK
04/09/2014 - Cabal Online - 17 Replies
Sir/ Maam
is there someone who can help me there how to upgrade items in cabal without using SGK and with a hig success rate or failng im tired of upgrading im tired of failing, is there a cheat or technik on how to ups withou failed, coz i`ve heard that there some player that upgarde there items to +15 without using SGK. thank you and sorry for my english
|
Age of Conan Feat Calculator - AoC Feat Calculator
06/13/2010 - General Gaming Releases - 3 Replies
the most accurate Age of Conan Feat Calculator
|
upgrading lvl of equip using mets
06/29/2007 - Conquer Online 2 - 7 Replies
Ive been trying to upgrade my super +4 lvl 115 bracelet in tc w/ mets and it doesnt seem to work, it wont even accept the mets or anything to upgrade...so is it impossible to upgrade the equip from 115-117 in tc w/ meteors? (Duration is full and everything, tried to lower dur then repair, didnt help).
|
All times are GMT +1. The time now is 18:59.
|
|