[Release] MapleSea Multi-Calculator v0.10

Download MapleStory hacks and bots over here!
User avatar
xiangloong
The Great Lord
The Great Lord
Posts: 1794
Joined: Sat May 15, 2010 6:44 pm
Location: Kajang,Selangor

Re: [Release] MapleSea Multi-Calculator v0.04

Post by xiangloong »

thx dude!^^ im freaking love u
add me on MSN if u need help
xiangloong@xmtmail.tk
Never Be A Hacker when you're Not Talented
Image

Uploaded with ImageShack.us
babagreensheep
Apprantice Knight
Apprantice Knight
Posts: 19
Joined: Wed Jun 09, 2010 3:58 pm

Re: [Release] MapleSea Multi-Calculator v0.04

Post by babagreensheep »

hey man, issit possible to help you with the monster list?
User avatar
KFSPC8
Master of Darkness
Master of Darkness
Posts: 494
Joined: Sat Jun 05, 2010 6:18 pm
Location: Singapore

Re: [Release] MapleSea Multi-Calculator v0.04

Post by KFSPC8 »

babagreensheep wrote:hey man, issit possible to help you with the monster list?
well you can suggest what mobs you want to see on the next update
babagreensheep
Apprantice Knight
Apprantice Knight
Posts: 19
Joined: Wed Jun 09, 2010 3:58 pm

Re: [Release] MapleSea Multi-Calculator v0.04

Post by babagreensheep »

lol i was thinking more along the lines of compiling a lists of monsters with their levels and avoid for easy input to help you. im bored
Raiden
Holy Philosopher
Holy Philosopher
Posts: 889
Joined: Sat Jan 09, 2010 8:45 pm
Location: Capital of Malaysia

Re: [Release] MapleSea Multi-Calculator v0.04

Post by Raiden »

Well can I know what is the Magic Accuracy formula???

I googled around but i only found a noob formula that is INT/10+LUK/10+BonusAcc. I`m pretty sure it`s WRONG.
User avatar
KFSPC8
Master of Darkness
Master of Darkness
Posts: 494
Joined: Sat Jun 05, 2010 6:18 pm
Location: Singapore

Re: [Release] MapleSea Multi-Calculator v0.04

Post by KFSPC8 »

Magic Accuracy is just Accuracy for Magic attacks like magic claw / energy bolt etc..
Magical Accuracy is calculated as follows:
1.2 * Luck + Intelligence + Accuracy from Equipments
v0.05 is coming up later in they day :D
User avatar
KFSPC8
Master of Darkness
Master of Darkness
Posts: 494
Joined: Sat Jun 05, 2010 6:18 pm
Location: Singapore

Re: [Release] MapleSea Multi-Calculator v0.05

Post by KFSPC8 »

Bump~ v0.05 is out
do provide feedback and bug reports :D
before you ask any qns, do read the first few lines on the first post^^
Raiden
Holy Philosopher
Holy Philosopher
Posts: 889
Joined: Sat Jan 09, 2010 8:45 pm
Location: Capital of Malaysia

Re: [Release] MapleSea Multi-Calculator v0.04

Post by Raiden »

KFSPC8 wrote:Magic Accuracy is just Accuracy for Magic attacks like magic claw / energy bolt etc..
Magical Accuracy is calculated as follows:
1.2 * Luck + Intelligence + Accuracy from Equipments
v0.05 is coming up later in they day :D
Ty very much^^
babagreensheep
Apprantice Knight
Apprantice Knight
Posts: 19
Joined: Wed Jun 09, 2010 3:58 pm

Re: [Release] MapleSea Multi-Calculator v0.05

Post by babagreensheep »

cool love you man. wad did you use to make it?

EDIT:
also, im pretty sure that magic acc formula is for only after bigbang has been implemented.
check it out: http://www.southperry.net/showthread.php?t=31480

as for current accuracy, i think it should be in this thread:
http://www.southperry.net/showthread.php?t=855

^^

further edit:
i dun really like the way the number of monsters to lvl is calculated. try putting in 0 currentexp and 0%, it doesnt work
wouldnt it be better to calculate using current exp and lvl?
Raiden
Holy Philosopher
Holy Philosopher
Posts: 889
Joined: Sat Jan 09, 2010 8:45 pm
Location: Capital of Malaysia

Re: [Release] MapleSea Multi-Calculator v0.05

Post by Raiden »

@KFSPC8 : You used Delphi to code this program right. I have some problems: Whatz the formula that you use in your calculator. My code fails a lot zzz..... (I`m using VB)
*MaxAcc is the accuracy needed to 100% hit

Code: Select all

If CharLevel <= MobLvl Then
MaxAcc = ((55 + (2 * (MobLvl - CharLevel)) * MobAvd) / 15
Else
MaxAcc = 55 * MobAvd / 15
End If
This code fails. IDK why.
Post Reply