Download Thread: http://forum.ragezone.com/f705/poketoolbox-1027961/#post8214679
Guide Thread: Coming Soon
Add to my rep for this post or at least thank me?
https://cdn1.iconfinder.com/data/ico...tar_gold_3.png
Printable View
Download Thread: http://forum.ragezone.com/f705/poketoolbox-1027961/#post8214679
Guide Thread: Coming Soon
Add to my rep for this post or at least thank me?
https://cdn1.iconfinder.com/data/ico...tar_gold_3.png
Can I use it?
What language is it written in? I like the layout.
It's coded in vb.net the theme was written by somebody else, the credits for the theme are still in the source code and will be posted in the about tab on the application
That looks nice, I though it was on the web for a moment :D It should be very helpful for any new users to the PokeNet source.
Looks awesome, would love this!
oh yeaaa... waitining.. :D
Something corupted one of my files so i almost have to completely restart, i still have most of the code, but the main forms design is gone, this will make it a bit harder to get done but ill keep ya updated
Please do. Very interested in this.
we are waiting for this tool :D
When? :'/
Does DefaulT have any plans of uploading this? It really would help us out a lot.
Added a download link to v1.0.0.1
Please note, this version doesn't have the NPC editor or the give pokemon part, i had to recover all my stuff and essentially start over so i got the easiest stuff done so i could make a quick release.
- Extract all the files to a new folder.
- Run PokeToolbox as admin
- Fill out the initial setup.
- If you need the PHP for the ip grabber ive listed it below.
- Enjoy
If you run into problems please let me know, or if you have any questions.
IP Grabber php:
Edit-PHP Code:<?php$ip=$_SERVER['REMOTE_ADDR'];echo "$ip";?>
Moved to v1.0.0.1 cause i forgot the database for the log files, it now automatically checks for the table and if it doesn exist then it creats it. Also fixed a few minor bugs in the initial setup screen. And added the IP.php to the .rar file.
double post i know, but i updated the application and main post.
The program now has a working npc editor
the ip grabber php is for the log file
put the php in your web page, it creats a log file in your database so if you have multiple users, you know who is using the commands, and yes vb, i coded it in visual basic .net
But a lot of times that can be buggy and pull back a few different addresses, in which i then have to make it proccess them all into an array and sort them etc. so php is easier in my opinion.Code:using System.Web.HttpRequest
Dim client_ip as string
client_ip = Request.UserHostAddress()
And VB.NET is the same thing as C# really, example;
i personally cant stand the brackets so i prefer to use vb.net, it can do anything C# can do.Code:// VB.Net Version Of Hello World
console.write("Hello World")
console.readline
//C# Version of Hello World
{
Console.Write("Hello World")
Console.Readline
}
thanks -Dfault for the NPC editor..
now I know how edit the lvl of pokemon from gym leaders :D
C# is in a whole different level than VisualBasic.
it is capable of a lot more things and much more cleaner and stable (if u really know what ur doing).
VisualBasic is for the beginners who dont know how to code.
and that Hello world shit is nothing comparing to the differences between C# and VB.
there u go: http://en.wikipedia.org/wiki/Compari...guage_features
Can I have ur skype please?
C#.NET and VB.NET are both compiled to the same Intermediate language, with almost the same IL code (= "same performance"), everything you can do in C#.NET , is also possible to do in VB.NET, the only real advantage that C#.NET does have over VB.NET is unsafe code, what makes C# also more unsafer than VB.NET, however it is also possible to archive the same in VB.NET as in unsafe C#,but this often requires a lot more code and could cause for a slightly performance decrease.
Most developers do prefer C#.NET over VB.NET because the "C-Like" syntax, but this does not make VB.NET a "noobie" language VB.NET is as Powerful as C#.NET, it is just what the developer prefers, the language should not be seen as a "thing", but as a tool and it is all about what tool you prefer and how you use it.
You should take a look at this, the Open-Source compiler, the thing that turns your "code" into a working program (excluding the JIT) and see how noob VB.NET is. https://roslyn.codeplex.com/SourceControl/latest
Then why do you say that VB.NET is for noobies...?, if you really don't care about the truth then be quiet
Can you give some examples?
I will start: here is a example of a feature i prefer in VB.NET above C#.NET and that is that the bitwise operators in VB.NET also applies on bytes.
Spoiler:
sure!
skype: esmeraldahost@hotmail.com
Could you give us the source so we can edit it to work if we changed tha database structure please?
There u go: http://puu.sh/bfrUs.rar
decompiled it..
Ill post the actual source with the designers and everything when i get home from work later today.
Source added to main post.
updated main post
Just a small progress update;
Profile viewer is now functioning properly, it is returning all the values it needs to and calculating levels accordingly, as well as viewing pokemon in the party, the only thing left to code before the next update is the ability to change users levels of skills etc, I.e fishing level, training level etc. Right now you can change the values but not save them, so I estimate I should have some sort of release preview for v1.0.0.3 around 9/19/14.
For the latest progress check the main page, i update my percentages every night before i go to bed with the work that i have done to the application.
Thanks to everybody that's been giving me feedback and for giving me suggestions via the forums and skype.
If you want to directly contact me there are 3 methods to choose from, either posting here, or pm me on the forums, or add me to skype.
Updated main post with version 1.0.0.3
Im trying to build my rep, if you like the tool then please click the star award in the thread to add to my rep for that post.
Thanks guys!
Still attempting to develop vb 'tools' because you're not competent enough to work on the game itself I see xD