Log in

View Full Version : [ORC FORTRESS] Loot Calculator



Daggyn
10-13-2012, 05:19 PM
Hello everybody!

I've just made my first program in C++, and it's loot calculator. It's only for Orc Fortress items, but i think its most used bot-place by XenoBot users. How often do you sell your GIGA loot from orcs? Now you can easy controll how much gold you already have.

Tell me every suggestions and ideas that could improve my program and be useful for everyone :)

- I uploaded it on speedyshare, cause forum doesn't attach .exe files.

>>SCAN<<

Scan on VIRUSTOTAL online scanner (https://www.virustotal.com/file/bf07c695063e6608184e307880f652077035825a5022fa3d14 f5f23edb5b7396/analysis/1350148310/)



SHA256: bf07c695063e6608184e307880f652077035825a5022fa3d14 f5f23edb5b7396
SHA1: 4ae10e5122a40a72e1d244ed0859f591e530578f
MD5: 02152cd02995ac7a93ecccdc38f140a9
File size: 2.3 KB ( 2316 bytes )
File name: OF Loot Calculator v1.cpp
File type: C
Detection ratio: 0 / 44
Analysis date: 2012-10-13 17:11:50 UTC ( 1 minuta ago )

>>SCREEN<<

4296

@DOWNLOAD

>>Orc Fortress Loot Calculator v1<< (http://www.speedyshare.com/j3vBM/OF-Loot-Calculator-v1.exe)

>>Orc Fortress Loot Calculator v2<< (http://www.speedyshare.com/uHgsZ/OF-Loot-Calculator-v2.exe)

>>Orc Fortress Loot Calculator v3<< (http://www.speedyshare.com/AZrZW/OF-Calculator-v3.exe)

LATEST CHANGES:

*.v2 added showing loot in "k" (thousands)*

*.v3 edited program to windows mode*

Jakob Miller
10-13-2012, 05:31 PM
Pretty hilarious that I just now were going to check my orc loot value >.< It's fucking big.. 500halberds.. then you can calculate the creature products :P

Infernal Bolt
10-13-2012, 05:33 PM
Pretty hilarious that I just now were going to check my orc loot value >.< It's fucking big.. 500halberds.. then you can calculate the creature products :P

Why not sell them to npc when depositing? saves you a lot of time.

Daggyn
10-13-2012, 05:34 PM
*.v2 added showing loot in "k" (thousands)*

Jakob Miller
10-13-2012, 05:37 PM
My Loot Value:

365455gp + 182800 from Halberds :)

Jakob Miller
10-13-2012, 05:38 PM
Why not sell them to npc when depositing? saves you a lot of time.

Ye, havn't updated that to my script ^^

Daggyn
10-13-2012, 05:39 PM
My Loot Value:

365455gp + 182800 from Halberds :)

as Infernal Bolt said, you should've sold it every time when you were depositing :)

Necktra
10-13-2012, 05:50 PM
Would'nt it be easier to script a hud for this?

Daggyn
10-13-2012, 05:52 PM
Would'nt it be easier to script a hud for this?

Maybe it would, but i am training C++ language :)

Jakob Miller
10-13-2012, 05:57 PM
Maybe it would, but i am training C++ language :)

Same as me then :P Doing c# first though. Going to create Risk in c# as project :)


Infernal Bolt, made my own halberd seller now xD Works flawlessly :P

Infernal Bolt
10-13-2012, 06:04 PM
Infernal Bolt, made my own halberd seller now xD Works flawlessly :P

Hardcore stuff right there ;)

Jakob Miller
10-13-2012, 06:05 PM
Hardcore stuff right there ;)

Ye, I like to gather money at the end, but sure thing that it would go much faster if i sold the halberds right away :)

Jakob Miller
10-13-2012, 06:27 PM
Ok, so putting up tips here instead :P

I personally havn't read c++ yet, so do not exactly know what you can do and how easy it is, but I assume that it's a lot like c#.

Make it possible for user to choose creature products from a list "checkboxes or something" that wants to be calculated. The user will then get to a new window form where he/she enters the amount of each creature product. Next step will calculate the value and show the amount of creature products that should be sold to each NPC :)

Daggyn
10-14-2012, 10:32 AM
Ok, so putting up tips here instead :P

I personally havn't read c++ yet, so do not exactly know what you can do and how easy it is, but I assume that it's a lot like c#.

Make it possible for user to choose creature products from a list "checkboxes or something" that wants to be calculated. The user will then get to a new window form where he/she enters the amount of each creature product. Next step will calculate the value and show the amount of creature products that should be sold to each NPC :)

What do you think about this beta-view?

4285

Jakob Miller
10-14-2012, 10:52 AM
What do you think about this beta-view?

4285

Like it! Altohugh you should maybe split it up into few windows forms since I would like to see the application with all creature products :P And if it's a good use, you could easily program it for djinn and rashid items!

Daggyn
10-14-2012, 02:18 PM
Like it! Altohugh you should maybe split it up into few windows forms since I would like to see the application with all creature products :P And if it's a good use, you could easily program it for djinn and rashid items!


.v3 ADDED, check this out