

samih1996
Member-
Content count
7 -
Joined
-
Last visited
About samih1996
-
Rank
Bronze Member
-
This is a old thread but the problem here isn't solved. What Grumpy said is true. I need a solution for this problem as well.
-
There should be a button on where I can see all the replies to my topics that i have created. The should be an un-notify option too.
-
alot of people get this error when you have compiled the server with JDK 7 [code] [2012/03/27 00:02:49] [Fantasyscape]: Cannot construct com.rs2hd.model.NPC as it does not have a no-args constructor : Cannot construct com.rs2hd.model.NPC as i t does not have a no-args constructor ---- Debugging information ---- message : Cannot construct com.rs2hd.model.NPC as it does not have a no-args constructor cause-exception : com.thoughtworks.xstream.converters.reflection.ObjectAcces sException cause-message : Cannot construct com.rs2hd.model.NPC as it does not have a no-args constructor class : java.util.ArrayList required-type : com.rs2hd.model.NPC path : /list/npc line number : 3[/code] to fix this you have to go to the file that it says which is com.rs2hd.model.NPC <-- Location code "src\com\rs2hd\model" and above this [code] public Item dropId(int id, int amt) { return new Item(id, amt); }[/code] add the following. [code]public NPC() { } [/code] after you recompile and try and run you should get another error in Location and some other files so do the same but change this [code]public NPC() { } [/code] into [code]public Location() { } [/code] and do this for the rest of the files you seem to get this error for.
-
Hi, Where is the unread replies button in this forum? Samih.
-
Hello, I wanted to say that my suggestion is to add a button called "Reply's To Posts". I dont see a button anywhere like that, I am fedup with saving my posts link into a text document and then copying it and pasting it to the browser. This is really annoying. I really think using VBulletin is bad, SMF is a free package and it has much more than this. Im disapointed. :mad: