OutdatedPotions left to max. All classes this time.

Posts 1–15 of 15 · Page 1 of 1
Potions left to max. All classes this time.
Hello,

I'm back! And before I go into details about what I've made I want to get this out of the way first. If you're just going to post "R34lm 3y3 do3s th1s b3tt3r", leave. Just leave. I understand that this program isn't the most useful thing in the world but that's not the real point behind this, I was told by someone that I should do projects that I enjoy to keep me motivated, I enjoy playing realm thus I made this. So, what does this program do? Simple, you input your current stats and it'll tell you how many potions for each stat (Now including life and mana!) you have to drink. I'll be adding to this and posting it, feedback is not only welcomed but wanted.

Kind regards,
Veracious.


VirusTotal
Jotti

RoTMG beta_mpgh.net.rar2 KB · 431 downloads Clean
Isn't this only a source code? It belongs to source section..Are you going to release an exe or can I move it to the correct section?
//Approved
Quote Originally Posted by Lovroman View Post
Isn't this only a source code? It belongs to source section..Are you going to release an exe or can I move it to the correct section?
//Approved
It is and isn't a source code. It's ran with the Python command line, as a file although you can right click the file and edit. I know you can create a .exe which can be opened without command line. I don't know, it's your call.
pls can you make an exe file.
and i dont understand completely what your file does. Does it max all the pots you have in an inventory or what? and how does it work?
Quote Originally Posted by wantdupe View Post
pls can you make an exe file.
and i dont understand completely what your file does. Does it max all the pots you have in an inventory or what? and how does it work?
You input your current stats (e.g. life 700, mana 200, att 50, etc.), and it tells you how many more you need to drink in order to max each stat.

Good job OP, it doesn't matter how small the project is so long as it keeps you motivated!
Thanks for doing this a lot easier than going to realmeye every 10 seconds
we can use /tell mreyeball lefttomax
to see the current stats left to max..
Do you know that? :P
Quote Originally Posted by harsh1412 View Post
we can use /tell mreyeball lefttomax
to see the current stats left to max..
Do you know that? :P
see what kia wrote
"Good job OP, it doesn't matter how small the project is so long as it keeps you motivated!"
It does not seem to work for me and appears as a py file for me that seems to not even work for Windows.
Quote Originally Posted by DeathUmbreonDS1732 View Post
It does not seem to work for me and appears as a py file for me that seems to not even work for Windows.
That would be because you need Python to run it. He wrote it in python but didn't convert it to a .exe, if you want to run it you'll need the Python command line.
Quote Originally Posted by DeathUmbreonDS1732 View Post
It does not seem to work for me and appears as a py file for me that seems to not even work for Windows.
It doesnt work cause your a noob(outright one.) And I doubt you even Know about python ^^
R3alm3y3 is b3tt3r fri itens pliz
R34lm 3y3 do3s th1s b3tt3r

Only joking. Nice work.
Nice job Vera, and never give up on realm just cause your knight died <3 nice work and i hope it continues. your guild still luvzu, realmeye is okay c;
Why did you use dictionaries instead of just assigning a variable for each max stat?

ex:

Code:
ArcherATT = 75
instead of

Code:
stats = {'ArcherATT' : 75}
Also, why not just include MANA and LIFE in the stats dictionary instead of making new dictionaries for each stat?

At any rate this code is really solid. Perhaps you could use realmeye API in the future and integrate this into a client? :P
Posts 1–15 of 15 · Page 1 of 1

Post a Reply

Similar Threads

Tags for this Thread

None

Need help?