Re: Development v117.2 Source
Quote:
Originally Posted by
BLazeking558
I still get it for some reason, but it works fine, just some NPC's seem to be broken along with a couple commands and maps. But that is an easy fix ill just probably have to go back into the NPC script and see if the id's are right or not. Along with the NPC's that dont open up a text box when you double click them,
Are you getting BAT errors? If you're using Java 8, that's probably why your NPC's have errors. Also, some NPC's have custom items like I said (this was a pretty wz edited server) unless you're using your own scripts.
Re: Development v117.2 Source
Quote:
Originally Posted by
chunkarama
Are you getting BAT errors? If you're using Java 8, that's probably why your NPC's have errors. Also, some NPC's have custom items like I said (this was a pretty wz edited server) unless you're using your own scripts.
No sir. No BAT Errors, just the NPC's will not open a text box when clicked on. And Im not sure if there is suppose to be a NPC in the GM Room or not....
@chunkarama Alright now for some reason i get this..... I know this can be fixed by just going into the world constants and just taking out the appropriate ones, but i do not want to do that!
http://i60.tinypic.com/v79xlh.jpg
Re: Development v117.2 Source
Quote:
Originally Posted by
BLazeking558
No sir. No BAT Errors, just the NPC's will not open a text box when clicked on. And Im not sure if there is suppose to be a NPC in the GM Room or not....
@
chunkarama Alright now for some reason i get this..... I know this can be fixed by just going into the world constants and just taking out the appropriate ones, but i do not want to do that!
http://i60.tinypic.com/v79xlh.jpg
That's because you're using Java 8 like I said. You can google how to fix it, or downgrade to Java 7. (I personally prefer 7, but meh)
Re: Development v117.2 Source
Alright! I thought I used 7 because i used JCE Policys 7.... So i am confused but ill downgrade it will be easier than going into each one and fixing "import package". Thanks ill update you in a bit and thanks for all the help!
@chunkarama
This is what i get now....
http://i57.tinypic.com/e8uxy9.jpg
Here is my Java folder as well. I put all the Policy's that were needed in...
http://i61.tinypic.com/whze3o.jpg
Code:
C:\Program Files\Java\jre7\lib\security
C:\Program Files\Java\jre7\lib\ext
C:\Program Files\Java\jre7\lib
C:\Program Files\Java\jdk1.7.0_71\lib
C:\Program Files\Java\jdk1.7.0_71\jre\lib
C:\Program Files\Java\jdk1.7.0_71\jre\lib\ext
C:\Program Files\Java\jdk1.7.0_71\jre\lib\security
Am I missing anything?
Re: Development v117.2 Source
Quote:
Originally Posted by
BLazeking558
Alright! I thought I used 7 because i used JCE Policys 7.... So i am confused but ill downgrade it will be easier than going into each one and fixing "import package". Thanks ill update you in a bit and thanks for all the help!
@
chunkarama
This is what i get now....
http://i57.tinypic.com/e8uxy9.jpg
Here is my Java folder as well. I put all the Policy's that were needed in...
http://i61.tinypic.com/whze3o.jpg
Code:
C:\Program Files\Java\jre7\lib\security
C:\Program Files\Java\jre7\lib\ext
C:\Program Files\Java\jre7\lib
C:\Program Files\Java\jdk1.7.0_71\lib
C:\Program Files\Java\jdk1.7.0_71\jre\lib
C:\Program Files\Java\jdk1.7.0_71\jre\lib\ext
C:\Program Files\Java\jdk1.7.0_71\jre\lib\security
Am I missing anything?
In netbeans, right-click your project and click Properties. On the bottom you should see the Java version you're using, change that to the lower one.
Re: Development v117.2 Source
Quote:
Originally Posted by
chunkarama
In netbeans, right-click your project and click Properties. On the bottom you should see the Java version you're using, change that to the lower one.
It is changed to JDK 7 and still get the same error. I did a restart. I rebuilded the project. Deleted the project to see if that was the case and rebuilded, but still get the same thing.
Edit: Alright I seemed to fix the issues... Most of them! (Maybe all of them) I have not seen a lot of people actually explain how to fix the
Code:
exception in thread main java.lang.unsupportedclassversionerror: server/start
Error, but what this pretty much means is that the java version you used to build the .jar with netbeans is now different somehow, someway.... But I was digging around in the netbeans folder and found.... netbeans.config in
Code:
C:\Program Files\NetBeans 8.0.2\etc
Then i used SCite to open it and found this line
PHP Code:
C:\Program Files\Java\jdk 1.8.0_20
And of course this was totally wrong since I downgraded from Java 8 to Java 7! So all I did was change it to MY version of Java 7 I was using.... i.e
PHP Code:
C:\Program Files\Java\jdk 1.8.0_20
Then I deleted the project and remade it... That seemed to fix all my problems. I also took @chunkarama advice and
Quote:
Originally Posted by
chunkarama
In netbeans, right-click your project and click Properties. On the bottom you should see the Java version you're using, change that to the lower one.
That seemed to fix all the problems so far. Thanks again! I thought I would share with the class my findings!
Re: Development v117.2 Source
Hopefully I do not get in trouble for i guessign bumping even though it was 2 days since my last post but I wanted to help @chunkarama with putting in commands on the post! Since you helped me a buttload with getting this source working. The least I can do is help other people as well!
Character Commands: (0)
Donator Commands (1)
SuperDonator Commands (2)
Intern Commands(3)
Gm Commands(4)
SuperGM Commands(5)
Admin Commands (6)
God Commands (100)
Now I see why you did not put them in the thread.... That is the most commands I have ever seen in my life @chunkarama
Re: Development v117.2 Source
Quote:
Originally Posted by
BLazeking558
Hopefully I do not get in trouble for i guessign bumping even though it was 2 days since my last post but I wanted to help @
chunkarama with putting in commands on the post! Since you helped me a buttload with getting this source working. The least I can do is help other people as well!
Character Commands:
Donator Commands
Intern Commands
Gm Commands
SuperDonator Commands
SuperGM Commands
Admin Commands
God Commands
Now I see why you did not put them in the thread.... That is the most commands I have ever seen in my life @
chunkarama
Really? I've seen more. I actually had to add some that I felt were missing xD. Still, this will def. be very usefull for a lot of people! It's sure as hell easier than scrolling through the code xD.
Suggestion: Maybe add which GM level the classes represent.
I doubt that anyone that couldn't find the commands himself could find out that the GM level for god is 100..
Re: Development v117.2 Source
@pow3rran9er Good Idea let me do that will quick!
Re: Development v117.2 Source
@BLazeking558 Oh my god lolol, props to you for going through every command file for so many. Also, the !exit/!leave is actually @Exit @Leave. Originally, @Leave was for Baal in WizStory and I had never removed the command for it. @Exit is for leaving Automatic Jumpquests, as we didn't want anyone to use any commands during JQs. I'll take it you got this working? Great! Good luck with your server.
@pow3rran9er Actually, this is what was left after cleaning the source during the time I was trying to go GMS-like. I originally had around 200 or so commands before I cleaned this up haha.
Re: Development v117.2 Source
Quote:
Originally Posted by
chunkarama
@
BLazeking558 Oh my god lolol, props to you for going through every command file for so many. Also, the !exit/!leave is actually @
Exit @
Leave. Originally, @
Leave was for Baal in WizStory and I had never removed the command for it. @
Exit is for leaving Automatic Jumpquests, as we didn't want anyone to use any commands during JQs. I'll take it you got this working? Great! Good luck with your server.
@
pow3rran9er Actually, this is what was left after cleaning the source during the time I was trying to go GMS-like. I originally had around 200 or so commands before I cleaned this up haha.
Thanks man! Now I just need to find NPC's to put in since a little less then half of them don't work because of custom content haha
Re: Development v117.2 Source
Quote:
Originally Posted by
chunkarama
@
pow3rran9er Actually, this is what was left after cleaning the source during the time I was trying to go GMS-like. I originally had around 200 or so commands before I cleaned this up haha.
Oh that actually explains a lot. I remembered your older servers having a lot more, like a LOT more. But they were also more fun/high rate. So i guess that's why. Tbh I prefer it having a little less. Being somewhat GMS-like leaves more RPG elements, making it more rewarding to engage in a longer time :p.
Re: Development v117.2 Source
Quote:
Originally Posted by
pow3rran9er
Oh that actually explains a lot. I remembered your older servers having a lot more, like a LOT more. But they were also more fun/high rate. So i guess that's why. Tbh I prefer it having a little less. Being somewhat GMS-like leaves more RPG elements, making it more rewarding to engage in a longer time :p.
Yeah that is true! I'm currently adding in more npcs to fix the ones that dont have any NPC scripts haha
Re: Development v117.2 Source
You said your friend spent hours getting GMS text for the scripts, mind if I ask which ones in particular? Thanks.
Re: Development v117.2 Source
Quote:
Originally Posted by
JessVanity
You said your friend spent hours getting GMS text for the scripts, mind if I ask which ones in particular? Thanks.
The Party Quests. All the map notices, map effects, and npc's are/were matching when GMS was like v152 or so. This was for others as well like Mu Lung Dojo and stuff, don't remember what all else.. I think I updated Monster Park because he had the text for most of them.