Post new topic Reply to topic  [ 20 posts ]  Go to page 1, 2  Next
  Print view Previous topic | Next topic 
Author Message
 Post subject: Enchant-Calculator
PostPosted: Sun Apr 20, 2008 9:34 pm 
Vassal
User avatar

Joined: Wed Dec 05, 2007 7:02 pm
Posts: 41
Location: Germany
I have written an Enchant-Calculator to learn C++.
Maybe someone is interested in it.


Just start the Enchant.exe and give in the values.
After the last value the program will close itself.
The results get saved in the Enchant_Calc.txt which gets created in the same folder

Have fun.

http://rapidshare.com/files/109065848/Enchant.exe

_________________
I am looking for a good server with many players, rates around 20x and without gm shops


Reply with quote
Top
 OfflineProfile  
 Post subject:
PostPosted: Sun Apr 20, 2008 10:13 pm 
Marquis
User avatar

Joined: Sat Jan 12, 2008 11:51 pm
Posts: 1162
is this a kind of a 3rd party program or ..?

_________________
5th Hero of pmfun! (a.k.a Marquis)
Image
Yehon wrote:
It's gayish, so what? I like gayish.


Reply with quote
Top
 OfflineProfile  
 Post subject:
PostPosted: Sun Apr 20, 2008 10:14 pm 
Duke

Joined: Fri Nov 16, 2007 3:03 pm
Posts: 2034
Hey, nice one. The basic enchant rate for off. came out perfectly too.


Reply with quote
Top
 OfflineProfile  
 Post subject:
PostPosted: Sun Apr 20, 2008 10:17 pm 
Vassal
User avatar

Joined: Wed Dec 05, 2007 7:02 pm
Posts: 41
Location: Germany
SoulBlade wrote:
is this a kind of a 3rd party program or ..?



it is just a tool to calculate the theoretically chance to get en weapon with +x enchant and what it cost to enchant it

_________________
I am looking for a good server with many players, rates around 20x and without gm shops


Reply with quote
Top
 OfflineProfile  
 Post subject:
PostPosted: Mon Apr 21, 2008 12:09 am 
Viscount
User avatar

Joined: Tue Jan 08, 2008 11:14 pm
Posts: 308
Location: in u tubes blocking u nets
Whats the enchant rate? The first number i have to type.


Reply with quote
Top
 OfflineProfile  
 Post subject:
PostPosted: Mon Apr 21, 2008 1:20 am 
Vassal

Joined: Sun Apr 06, 2008 10:22 pm
Posts: 46
what is the first number?


Reply with quote
Top
 OfflineProfile  
 Post subject:
PostPosted: Mon Apr 21, 2008 6:55 am 
Duke

Joined: Fri Nov 16, 2007 3:03 pm
Posts: 2034
For example let's go for a high-d weapon what can be bought from giran, a maingauche.

As far as we know, the first non-safe enchant on official server is about 66% success rate, so type in 66.
The price of the maingauche w/o tax is 1,54kk, so ytpe in 1540000.
The scroll price is the price of the ewd or if u try this with an armor, then ead.
I don't know exactly how much does that worths, but I typed in 225000.
The save[/safe] enchant on official servers is 3 and for full-body armors it is 4. So type in 3 and 4 for full-body armor.
The max enchant is how long do you would like to see the chart. So I type in 10 for example.

After this you get a txt file, which you can view and see the chances and the price of the item if it gets enchanted.


Reply with quote
Top
 OfflineProfile  
 Post subject:
PostPosted: Mon Apr 21, 2008 10:16 am 
Vassal

Joined: Sun Apr 06, 2008 10:22 pm
Posts: 46
i tried how u say. i chose an item and at +10 my chart says costs -2147483648. how can something costs -xxxx?


Reply with quote
Top
 OfflineProfile  
 Post subject:
PostPosted: Mon Apr 21, 2008 10:19 am 
Forum Troll
User avatar

Joined: Sun Mar 02, 2008 4:40 pm
Posts: 12869
great job +1 :) it can be usefull:)
10q


Reply with quote
Top
 OfflineProfile  
 Post subject:
PostPosted: Mon Apr 21, 2008 4:21 pm 
Marquis
User avatar

Joined: Sat Jan 12, 2008 11:51 pm
Posts: 1162
Lol I typed that my weap costs 200kk and an EWS costs 6kk to +16 and I got this...
Enchant-Table
Level Chance Costs
0 100.000000 200000000
1 100.000000 206000000
2 100.000000 212000000
3 100.000000 218000000
4 66.000000 669696960
5 43.560005 1028466368
6 28.749603 1579152256
7 18.974739 -2147483648
8 12.523328 -2147483648
9 8.265397 -2147483648
10 5.455163 -2147483648
11 3.600407 -2147483648
12 2.376269 -2147483648
13 1.568338 -2147483648
14 1.035103 -2147483648
15 0.683168 -2147483648
16 0.450891 -2147483648

_________________
5th Hero of pmfun! (a.k.a Marquis)
Image
Yehon wrote:
It's gayish, so what? I like gayish.


Reply with quote
Top
 OfflineProfile  
 Post subject:
PostPosted: Mon Apr 21, 2008 6:28 pm 
Vagabond

Joined: Mon Apr 21, 2008 6:21 pm
Posts: 1
that is beacouse the number is too big for the type of variable ;]
to H4kor: try using usigned long int instead of normal one ;]


Reply with quote
Top
 OfflineProfile  
 Post subject:
PostPosted: Mon Apr 21, 2008 7:17 pm 
Vassal
User avatar

Joined: Wed Dec 05, 2007 7:02 pm
Posts: 41
Location: Germany
dr0w wrote:
that is beacouse the number is too big for the type of variable ;]
to H4kor: try using usigned long int instead of normal one ;]


yeah i should do ^^ dont think about so high prices

_________________
I am looking for a good server with many players, rates around 20x and without gm shops


Reply with quote
Top
 OfflineProfile  
 Post subject:
PostPosted: Tue Apr 22, 2008 4:40 am 
Vassal
User avatar

Joined: Thu Apr 17, 2008 4:44 pm
Posts: 49
Location: Philippines
wow, this is great ^_^ even though i'm a programming student, i didn't thought of this one hehe

BTW, can you upload it to some other file hosting site. I always get the 'wait for blah blah minutes' ><

For all: If you encouter negative answers, change the variables to unsigned long int ^_^


Reply with quote
Top
 OfflineProfile  
 Post subject:
PostPosted: Sun May 11, 2008 12:21 am 
Vagabond

Joined: Sun May 11, 2008 12:11 am
Posts: 2
Location: Malaysia
can you please tell us in detail??
It is bcoz I can't understand your command.
Where should i write Enchanted.exe ??
In Start->Run??


For use C-Grade weapon
Thnx


Reply with quote
Top
 OfflineProfile  
 Post subject:
PostPosted: Sun May 11, 2008 6:42 am 
Vassal
User avatar

Joined: Thu Apr 17, 2008 4:44 pm
Posts: 49
Location: Philippines
asyiq wrote:
can you please tell us in detail??
It is bcoz I can't understand your command.
Where should i write Enchanted.exe ??
In Start->Run??


For use C-Grade weapon
Thnx


first download the program.
then open it where you saved it.
to use it:

Lhyno wrote:
For example let's go for a high-d weapon what can be bought from giran, a maingauche.

As far as we know, the first non-safe enchant on official server is about 66% success rate, so type in 66.
The price of the maingauche w/o tax is 1,54kk, so ytpe in 1540000.
The scroll price is the price of the ewd or if u try this with an armor, then ead.
I don't know exactly how much does that worths, but I typed in 225000.
The save[/safe] enchant on official servers is 3 and for full-body armors it is 4. So type in 3 and 4 for full-body armor.
The max enchant is how long do you would like to see the chart. So I type in 10 for example.

After this you get a txt file, which you can view and see the chances and the price of the item if it gets enchanted.

_________________
L2-SEA Aria Server
mikanochi: 7x Cardinal
IiImikaIiI: 6x Bounty Hunter
AmberJade: 5x Sorceress
NymphOfDeath: 5x Blade Dancer
MoonLightSaber: 4x Soul Breaker


Reply with quote
Top
 OfflineProfile  
Display posts from previous:  Sort by  
Post new topic Reply to topic  [ 20 posts ]  Go to page 1, 2  Next

All times are UTC + 2 hours


Who is online

Users browsing this forum: No registered users and 18 guests


You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum

Search for:
Jump to:  


Contact | Cookies policy